@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Quicksand:wght@300..700&display=swap");
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

*,
*::before,
*::after {
  outline: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.contrast {
  filter: grayscale(100%);
}

#wpadminbar {
  position: fixed !important;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body,
input,
textarea,
button {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 130%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilda Display", serif;
  color: #0c2a59;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
h1 strong {
  color: #0c2a59;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h2 strong {
  color: #0c2a59;
}

h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 23px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

a {
  text-decoration: none;
  transition: 0.3s all;
  color: #666;
}
a:hover {
  opacity: 0.7;
}

.btn {
  background: linear-gradient(135deg, #009246 0%, #006f38 100%);
  border-radius: 8px;
  padding: 16px;
  color: white;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn:hover {
  background: linear-gradient(135deg, #007a3d 0%, #004f2a 100%);
  color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px); /* leve elevação */
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
}

.overflow {
  width: 100%;
  overflow: auto;
}

*::-webkit-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

*::-moz-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

*::-webkit-scrollbar-track {
  background-color: rgba(102, 102, 102, 0.15) !important;
}

*::-moz-scrollbar-track {
  background-color: rgba(102, 102, 102, 0.15) !important;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(12, 42, 89, 0.75) !important;
}

*::-moz-scrollbar-thumb:hover {
  background: rgba(12, 42, 89, 0.75) !important;
}

*::-webkit-scrollbar-thumb:active {
  background: #0c2a59 !important;
}

*::-moz-scrollbar-thumb:active {
  background: #0c2a59 !important;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #f9dc1c !important;
}

*::-moz-scrollbar-thumb {
  border-radius: 5px;
  background: #f9dc1c !important;
}

.pageBlog {
  padding: 70px 0;
}
.pageBlog__txt {
  text-align: center;
  padding: 32px 0;
}
.pageBlog__blog .titleBlog {
  text-align: center;
}
.pageBlog__blog__txt {
  text-align: center;
}
.pageBlog__blog__boxes {
  padding-top: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
}
.pageBlog__blog__boxes .slick-dots {
  bottom: -50px;
}
.pageBlog__blog__boxes .slick-dots li button::before {
  width: 20px;
  height: 20px;
  color: #0c2a59;
  font-size: 20px;
}
.pageBlog__blog__boxes .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M3.55 7.37501L9.15625 1.76876L8.29374 0.90625L1.82498 7.37501L8.29374 13.8438L9.15625 12.9813L3.55 7.37501Z' fill='%23a07e28'/%3E%3Cpath d='M3.55 7.37501L9.15625 1.76876L8.29374 0.90625L1.82498 7.37501L8.29374 13.8438L9.15625 12.9813L3.55 7.37501Z' stroke='%23a07e28' stroke-width='1.21875'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 32px;
}
.pageBlog__blog__boxes .slick-prev::before {
  content: "";
}
.pageBlog__blog__boxes .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M7.45 7.62499L1.84375 13.2312L2.70626 14.0938L9.17502 7.62499L2.70626 1.15623L1.84375 2.01874L7.45 7.62499Z' fill='%2312D0FF'/%3E%3Cpath d='M7.45 7.62499L1.84375 13.2312L2.70626 14.0938L9.17502 7.62499L2.70626 1.15623L1.84375 2.01874L7.45 7.62499Z' stroke='%23a07e28' stroke-width='1.21875'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 32px;
}
.pageBlog__blog__boxes .slick-next::before {
  content: "";
}
.pageBlog__blog__boxes .blogPost {
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
}
.pageBlog__blog__boxes .blogPost:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.pageBlog__blog__boxes .blogPost:hover .cardImg {
  transform: scale(1.05);
}
.pageBlog__blog__boxes .blogPost:hover .cardContent {
  background: #e4ecf4;
}
.pageBlog__blog__boxes .blogPost .blogImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
}
.pageBlog__blog__boxes .blogPost .contentBlog {
  padding: 16px 16px 32px;
  background: #f0f5fa;
}
.pageBlog__blog__boxes .blogPost .contentBlog .txt {
  margin-bottom: 32px;
}
.pageBlog__blog__boxes .blogPost .contentBlog p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-template-default .header {
  background: rgba(12, 42, 89, 0.5215686275);
  position: relative;
}
.blog-template-default .blog-single {
  padding: 80px 0;
}

.sobre-nos-page {
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  color: #37393b;
}
.sobre-nos-page .container {
  max-width: 1216px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .sobre-nos-page .container {
    padding: 0 24px;
  }
}
.sobre-nos-page .breadcrumb-section {
  padding: 141px 0 56px;
  background: #154e38;
}
.sobre-nos-page .breadcrumb-section .breadcrumb-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sobre-nos-page .breadcrumb-section .breadcrumb-content .page-title {
  font-family: "Metropolis", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1em;
  color: #ffffff;
  margin: 0;
}
.sobre-nos-page .breadcrumb-section .breadcrumb-content .breadcrumb-nav {
  display: flex;
  gap: 8px;
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
  color: #ffffff;
  opacity: 0.5;
}
.sobre-nos-page .breadcrumb-section .breadcrumb-content .breadcrumb-nav span:not(:last-child)::after {
  content: "";
}
.sobre-nos-page .nav-menu-section {
  background: #154e38;
  border-radius: 0 0 8px 8px;
  padding: 16px 0;
}
.sobre-nos-page .nav-menu-section .side-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.sobre-nos-page .nav-menu-section .side-nav .nav-item {
  padding: 8px 16px;
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.sobre-nos-page .nav-menu-section .side-nav .nav-item.active {
  border-bottom-color: #f5822a;
  font-weight: 600;
}
.sobre-nos-page .nav-menu-section .side-nav .nav-item:hover {
  border-bottom-color: #f5822a;
}
.sobre-nos-page .sobre-nos-section {
  padding: 80px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.sobre-nos-page .sobre-nos-section .section-title {
  font-family: "Metropolis", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
  color: #37393b;
  margin-bottom: 48px;
}
.sobre-nos-page .sobre-nos-section .content-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .sobre-nos-page .sobre-nos-section .content-grid {
    flex-direction: column;
  }
}
.sobre-nos-page .sobre-nos-section .content-grid .content-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sobre-nos-page .sobre-nos-section .content-grid .content-block h3 {
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.166em;
  color: #37393b;
  margin: 0;
}
.sobre-nos-page .sobre-nos-section .content-grid .content-block p {
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
  color: #37393b;
  margin: 0;
}
.sobre-nos-page .sobre-nos-section .content-grid .content-image {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
}
.sobre-nos-page .sobre-nos-section .content-grid .content-image img {
  width: 100%;
  height: auto;
  display: block;
}
.sobre-nos-page .sobre-nos-section .lideranca-section h3 {
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.166em;
  color: #37393b;
  margin-bottom: 24px;
}
.sobre-nos-page .sobre-nos-section .lideranca-section .lideranca-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media (max-width: 1200px) {
  .sobre-nos-page .sobre-nos-section .lideranca-section .lideranca-grid {
    grid-template-columns: 1fr;
  }
}
.sobre-nos-page .sobre-nos-section .lideranca-section .lideranca-grid .lider-card {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .sobre-nos-page .sobre-nos-section .lideranca-section .lideranca-grid .lider-card {
    flex-direction: column;
  }
}
.sobre-nos-page .sobre-nos-section .lideranca-section .lideranca-grid .lider-card .lider-image {
  flex-shrink: 0;
  width: 280px;
  height: 350px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sobre-nos-page .sobre-nos-section .lideranca-section .lideranca-grid .lider-card .lider-image {
    width: 100%;
    height: auto;
  }
}
.sobre-nos-page .sobre-nos-section .lideranca-section .lideranca-grid .lider-card .lider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sobre-nos-page .sobre-nos-section .lideranca-section .lideranca-grid .lider-card .lider-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sobre-nos-page .sobre-nos-section .lideranca-section .lideranca-grid .lider-card .lider-info h4 {
  font-family: "Metropolis", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.166em;
  color: #37393b;
  margin: 0;
}
.sobre-nos-page .sobre-nos-section .lideranca-section .lideranca-grid .lider-card .lider-info .cargo {
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  color: #37393b;
  margin: 0;
}
.sobre-nos-page .sobre-nos-section .lideranca-section .lideranca-grid .lider-card .lider-info .bio {
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
  color: #37393b;
  margin: 0;
}
.sobre-nos-page .big-numbers-section {
  padding: 130px 0 80px;
  position: relative;
}
.sobre-nos-page .big-numbers-section .section-title {
  font-family: "Metropolis", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
  color: #37393b;
  margin-bottom: 40px;
  text-align: center;
}
.sobre-nos-page .big-numbers-section .numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 1200px) {
  .sobre-nos-page .big-numbers-section .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .sobre-nos-page .big-numbers-section .numbers-grid {
    grid-template-columns: 1fr;
  }
}
.sobre-nos-page .big-numbers-section .numbers-grid .number-card {
  padding: 12px 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  min-height: 136px;
}
.sobre-nos-page .big-numbers-section .numbers-grid .number-card .number-value {
  font-family: "Metropolis", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
  text-align: center;
}
.sobre-nos-page .big-numbers-section .numbers-grid .number-card .number-label {
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  color: #37393b;
  text-align: center;
}
.sobre-nos-page .proposito-section {
  padding: 80px 0 40px;
  box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.05);
  position: relative;
}
.sobre-nos-page .proposito-section .bgProposito {
  position: absolute;
  top: 0;
  right: 0;
}
.sobre-nos-page .proposito-section .bgPropositoLast {
  position: absolute;
  bottom: 0;
  left: 0;
}
.sobre-nos-page .proposito-section .proposito-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .sobre-nos-page .proposito-section .proposito-grid {
    grid-template-columns: 1fr;
  }
}
.sobre-nos-page .proposito-section .proposito-grid .proposito-block h2 {
  font-family: "Metropolis", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
  color: #37393b;
  margin-bottom: 16px;
}
.sobre-nos-page .proposito-section .proposito-grid .proposito-block p {
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
  color: #37393b;
}
.sobre-nos-page .proposito-section .proposito-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #f8f8f8;
  border: 1px solid #f4f4f4;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 32px;
  gap: 32px;
}
@media (max-width: 1200px) {
  .sobre-nos-page .proposito-section .proposito-boxes {
    grid-template-columns: 1fr;
  }
}
.sobre-nos-page .proposito-section .visao-valores-block h2 {
  font-family: "Metropolis", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
  color: #37393b;
  margin-bottom: 8px;
}
.sobre-nos-page .proposito-section .visao-valores-block > p {
  font-family: "Metropolis", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25em;
  color: #37393b;
  margin-bottom: 16px;
}
.sobre-nos-page .proposito-section .visao-valores-block .valores-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sobre-nos-page .proposito-section .visao-valores-block .valores-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
  color: #37393b;
}
.sobre-nos-page .proposito-section .visao-valores-block .valores-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f5822a;
  flex-shrink: 0;
}
.sobre-nos-page .proposito-section .manifesto-block h2 {
  font-family: "Metropolis", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
  color: #37393b;
  margin-bottom: 16px;
}
.sobre-nos-page .proposito-section .manifesto-block p {
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
  color: #37393b;
}
.sobre-nos-page .onde-estamos-section {
  padding: 60px 0;
  box-shadow: 0px -4px 10.4px rgba(0, 0, 0, 0.05);
  position: relative;
}
.sobre-nos-page .onde-estamos-section .bgMap {
  position: absolute;
  top: 320px;
  left: 0;
}
.sobre-nos-page .onde-estamos-section .bgMapLast {
  position: absolute;
  right: 0;
  bottom: 100px;
}
.sobre-nos-page .onde-estamos-section .section-title {
  font-family: "Metropolis", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
  color: #37393b;
  margin-bottom: 24px;
}
.sobre-nos-page .onde-estamos-section .section-description {
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
  color: #565759;
  margin-bottom: 80px;
}
.sobre-nos-page .onde-estamos-section .map-container {
  width: 100%;
  height: 732px;
  text-align: center;
  margin-bottom: 48px;
  position: relative;
}
.sobre-nos-page .onde-estamos-section .map-container svg {
  width: 100%;
  height: 100%;
  display: block;
}
.sobre-nos-page .onde-estamos-section .map-container .map-pins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sobre-nos-page .onde-estamos-section .map-container .map-pin-wrapper {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: all;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sobre-nos-page .onde-estamos-section .map-container .map-pin {
  position: relative;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 10;
  display: block;
  pointer-events: all;
  border-radius: 50%;
}
.sobre-nos-page .onde-estamos-section .map-container .map-pin.active {
  transform: scale(1.1);
  border: 1px solid white;
}
.sobre-nos-page .onde-estamos-section .map-container .map-pin:hover {
  transform: scale(1.1);
}
.sobre-nos-page .onde-estamos-section .map-container .map-pin svg {
  width: 35px;
  height: 35px;
  display: block;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
  pointer-events: none;
}
.sobre-nos-page .onde-estamos-section .map-container .map-placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.sobre-nos-page .onde-estamos-section .map-container .map-placeholder p {
  color: rgba(55, 57, 59, 0.5);
}
.sobre-nos-page .onde-estamos-section .map-modal {
  display: none !important;
  position: absolute;
  bottom: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  pointer-events: none;
  min-width: 200px;
  opacity: 0;
  transition: opacity 0.2s ease;
  margin-bottom: 0;
}
.sobre-nos-page .onde-estamos-section .map-modal.active {
  display: block !important;
  pointer-events: all;
  opacity: 1;
}
.sobre-nos-page .onde-estamos-section .map-modal__content {
  position: relative;
  background: #ffffff;
  border-radius: 11.63px;
  padding: 23.27px;
  max-width: 359px;
  width: max-content;
  min-width: 200px;
  box-shadow: 0px 5.82px 34.9px rgba(0, 0, 0, 0.1);
  border: 1.45px solid #f4f4f4;
}
.sobre-nos-page .onde-estamos-section .map-modal__content::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: calc(50% - 16px);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #ffffff;
}
.sobre-nos-page .onde-estamos-section .map-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #37393b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
  z-index: 10;
}
.sobre-nos-page .onde-estamos-section .map-modal__close:hover {
  color: #227f3f;
}
.sobre-nos-page .onde-estamos-section .map-modal__close svg {
  width: 24px;
  height: 24px;
}
.sobre-nos-page .onde-estamos-section .map-modal__titulo {
  font-family: "Metropolis", sans-serif;
  font-weight: 700;
  font-size: 23.27px;
  line-height: 1em;
  color: #37393b;
  margin: 0 0 11.63px 0;
}
.sobre-nos-page .onde-estamos-section .map-modal__texto {
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 20.36px;
  line-height: 1.5em;
  color: #37393b;
  margin: 0;
  white-space: pre-line;
}
.sobre-nos-page .onde-estamos-section .legenda {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.sobre-nos-page .onde-estamos-section .legenda h3 {
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.166em;
  color: #37393b;
  margin: 0;
}
.sobre-nos-page .onde-estamos-section .legenda .legenda-items {
  display: flex;
  align-items: center;
  gap: 24px;
}
.sobre-nos-page .onde-estamos-section .legenda .legenda-items .legenda-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
  color: #37393b;
}
.sobre-nos-page .onde-estamos-section .legenda .legenda-items .legenda-item .legenda-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
}
.sobre-nos-page .timeline {
  padding: 80px 0;
  position: relative;
}
.sobre-nos-page .timeline .bgTimeline {
  position: absolute;
  right: 0;
}
.sobre-nos-page .timeline__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}
.sobre-nos-page .timeline__title h2 {
  font-family: "Metropolis", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
  color: #37393b;
  margin-bottom: 16px;
}
.sobre-nos-page .timeline__title .section-description {
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
  color: #37393b;
  max-width: 696px;
}
.sobre-nos-page .timeline__title .arrowsTimeline {
  display: flex;
  gap: 12px;
  align-items: center;
}
.sobre-nos-page .timeline__title .arrowsTimeline svg {
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: block;
}
.sobre-nos-page .timeline__title .arrowsTimeline svg:hover:not(.slick-disabled) {
  opacity: 0.8;
  transform: scale(1.05);
}
.sobre-nos-page .timeline__title .arrowsTimeline svg.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.sobre-nos-page .timeline__cards {
  position: relative;
}
.sobre-nos-page .timeline__cards::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 100%;
  height: 10px;
  background: #154e38;
}
.sobre-nos-page .timeline__cards .slick-list {
  overflow: visible;
}
.sobre-nos-page .timeline__cards.slick-slider {
  position: relative;
}
.sobre-nos-page .timeline__cards.slick-slider .slick-list {
  overflow: visible;
  margin: 0 -10px;
}
.sobre-nos-page .timeline__cards.slick-slider .slick-track {
  display: flex;
  align-items: flex-start;
}
.sobre-nos-page .timeline__cards.slick-slider .slick-slide {
  padding: 0 10px;
  height: auto;
}
.sobre-nos-page .timeline__cards__card {
  height: 620px !important;
  width: fit-content !important;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.sobre-nos-page .timeline__cards__card::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 100%;
  height: 10px;
  background: #f5822a;
}
.sobre-nos-page .timeline__cards__card:nth-child(even) {
  flex-direction: column-reverse;
}
.sobre-nos-page .timeline__cards__card:nth-child(even)::before {
  display: none;
}
.sobre-nos-page .timeline__cards__card:nth-child(even) h4 {
  color: var(--Verde-2, #154e38);
  margin-top: 0;
}
.sobre-nos-page .timeline__cards__card h4 {
  color: var(--Laranja, #f5822a);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-top: 36px;
}
.sobre-nos-page .timeline__cards__card .projetos {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.sobre-nos-page .timeline__cards__card .projetos__card {
  border-radius: 16px;
  border: 2px solid var(--Verde-1, #227f3f);
  padding: 24px;
  width: 200px;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-shrink: 0;
}
.sobre-nos-page .timeline__cards__card .projetos__card img {
  width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
}
.sobre-nos-page .timeline__cards__card .projetos__card h5 {
  color: var(--Cinza, #37393b);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  text-align: center;
}
.sobre-nos-page .timeline__cards__card .projetos__card a {
  border-radius: 999px;
  background: #ff5c5e;
  display: flex;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: white;
  text-decoration: none;
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  transition: background 0.2s ease;
}
.sobre-nos-page .timeline__cards__card .projetos__card a:hover {
  background: rgb(255, 41, 43.6257668712);
}
.sobre-nos-page .certificados-section {
  padding: 80px 112px;
  background: #fbfbfb;
  text-align: center;
}
@media (max-width: 1200px) {
  .sobre-nos-page .certificados-section {
    padding: 80px 24px;
  }
}
.sobre-nos-page .certificados-section .container {
  position: relative;
}
.sobre-nos-page .certificados-section .bgCertificados {
  position: absolute;
  bottom: 0;
  right: 0;
}
.sobre-nos-page .certificados-section .section-title {
  font-family: "Metropolis", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
  color: #37393b;
  margin-bottom: 24px;
}
.sobre-nos-page .certificados-section > p {
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
  color: #37393b;
  padding: 24px;
  border-bottom: 4px solid #227f3f;
  margin-bottom: 24px;
}
.sobre-nos-page .certificados-section .certificados-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  border-top: 4px solid var(--Verde-1, #227f3f);
  padding-top: 24px;
  margin-top: 24px;
}
.sobre-nos-page .certificados-section .certificados-grid .certificado-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13.947px;
  border: 2px solid var(--Verde-1, #227f3f);
  width: 175px;
  height: 158px;
}
.sobre-nos-page .certificados-section .certificados-grid .certificado-item:nth-child(even) {
  border-color: #f5822a;
}
@media (max-width: 1200px) {
  .sobre-nos-page .certificados-section .certificados-grid .certificado-item {
    flex: 0 0 calc(50% - 8px);
  }
}
@media (max-width: 768px) {
  .sobre-nos-page .certificados-section .certificados-grid .certificado-item {
    flex: 0 0 100%;
  }
}
.sobre-nos-page .certificados-section .certificados-grid .certificado-item img {
  display: block;
}
.sobre-nos-page .nossa-marca-section {
  padding: 80px 112px;
  position: relative;
}
.sobre-nos-page .nossa-marca-section .bgMarca {
  position: absolute;
  left: 0;
  top: 0;
}
.sobre-nos-page .nossa-marca-section .bgMarcaLast {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .sobre-nos-page .nossa-marca-section {
    padding: 80px 24px;
  }
}
.sobre-nos-page .nossa-marca-section .marca-content {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.sobre-nos-page .nossa-marca-section .marca-content .marca-text h2 {
  font-family: "Metropolis", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
  color: #37393b;
  margin-bottom: 16px;
}
.sobre-nos-page .nossa-marca-section .marca-content .marca-text p {
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
  color: #37393b;
}
.sobre-nos-page .nossa-marca-section .marca-content .marca-download .download-card {
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background 0.2s;
}
.sobre-nos-page .nossa-marca-section .marca-content .marca-download .download-card:hover {
  background: rgba(0, 0, 0, 0.02);
}
.sobre-nos-page .nossa-marca-section .marca-content .marca-download .download-card svg {
  flex-shrink: 0;
  color: #ffffff;
  width: 32px;
  height: 32px;
}
.sobre-nos-page .nossa-marca-section .marca-content .marca-download .download-card .download-info {
  flex: 1;
}
.sobre-nos-page .nossa-marca-section .marca-content .marca-download .download-card .download-info .download-title {
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
  color: #37393b;
  margin: 0 0 4px 0;
}
.sobre-nos-page .nossa-marca-section .marca-content .marca-download .download-card .download-info .download-date {
  font-family: "Metropolis", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  color: rgba(55, 57, 59, 0.5);
  margin: 0;
}
.sobre-nos-page .nossa-marca-section .marca-content .marca-download .download-card svg:last-child {
  width: 24px;
  height: 24px;
  color: #ffffff;
}

.imgEffect {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .imgEffect {
    width: 100%;
  }
}
.imgEffect:hover {
  transform: scale(1.03) translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.cardEffect {
  box-shadow: 0 4px 10px rgba(22, 17, 3, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.cardEffect:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.295);
}

.page-template-page-default .header {
  background: rgba(12, 42, 89, 0.5215686275);
  transition: background 0.3s, position 0.3s;
}
.page-template-page-default .content-default {
  padding: 180px 0 90px;
}

.btnContacto {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btnContacto:hover {
  background: #0c2a59;
  color: white !important;
}
.btnContacto img {
  max-width: 24px;
}

.header {
  transition: background 0.3s, position 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 16px 0;
}
.header.fixed {
  position: fixed;
  background: rgba(12, 42, 89, 0.5215686275);
  transition: background 0.3s, position 0.3s;
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .btnMenu {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.header .btnMenu:hover {
  background: #0c2a59;
  color: white;
}
.header .btnMenu img {
  filter: brightness(0) invert(1);
  margin: 0 !important;
}
.header .logo {
  max-width: 180px;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 130px;
  }
}
@media (min-width: 1200px) {
  .header .openMenu {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header .btnParceiros {
    padding: 10px;
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .header nav {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    background: white;
    padding: 48px 0;
    z-index: 1;
  }
  .header nav.active {
    right: 0;
  }
}
.header nav .closeMenu {
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (min-width: 1200px) {
  .header nav .closeMenu {
    display: none !important;
  }
}
.header .primary-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1199px) {
  .header .primary-menu {
    flex-direction: column;
  }
}
.header .primary-menu li a {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  .header .primary-menu li a {
    color: #666;
  }
}
.header .primary-menu li a:hover {
  background: #0c2a59;
  color: white;
  opacity: 1;
}

.page-template-home .banner::before {
  z-index: 1;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #030303;
  opacity: 0.4;
}
.banner-slick .slick-dots {
  bottom: 60px;
  z-index: 1;
}
.banner-slick .slick-dots li button:before {
  font-size: 24px;
  width: 32px;
  height: 32px;
  color: white;
}
.banner > .container {
  position: relative;
}
.banner h1 {
  text-align: center;
  margin: 16px auto;
  color: white;
}
.banner h2,
.banner h3,
.banner h4 {
  color: white;
}
.banner__txt {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.banner__txt h2 {
  font-weight: 500;
}
.banner__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  gap: 24px;
}
@media (max-width: 1199px) {
  .banner__btns {
    flex-direction: column;
  }
}
.banner__btns .btn {
  padding: 16px 24px;
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh; /* altura da tela */
  overflow: hidden;
}

.banner__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* sempre atrás */
  pointer-events: none;
}

.banner__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.banner__content {
  position: relative;
  z-index: 2; /* fica na frente do vídeo */
  color: #fff;
}

@media (max-width: 1199px) {
  .banner {
    position: relative;
    width: 100%;
    height: 100vh; /* altura total da viewport */
    overflow: hidden;
  }
  .banner__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }
  .banner__video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78vh; /* 100 * (16/9) → cobre altura em telas verticais */
    height: 100vh;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
}
.home__s1 .highlights-section {
  padding: 4rem 2rem;
  background-color: #f8f8f8;
}
.home__s1 .highlights-section .section-title {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  color: #0c2a59;
  text-align: center;
  margin-bottom: 3rem;
}
.home__s1 .highlights-section .highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.home__s1 .highlights-section .highlight-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home__s1 .highlights-section .highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}
.home__s1 .highlights-section .highlight-card .icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #f9dc1c;
}
.home__s1 .highlights-section .highlight-card .card-title {
  font-family: "Gilda Display", serif;
  font-size: 1.5rem;
  color: #0c2a59;
  margin-bottom: 0.5rem;
}
.home__s1 .highlights-section .highlight-card .card-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
}
.home__s1 .highlights-section .highlight-card .btn-small {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  color: #fff;
  background-color: #0ba375;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}
.home__s1 .highlights-section .highlight-card .btn-small:hover {
  background-color: rgb(7.775862069, 115.224137931, 82.7068965517);
  transform: translateY(-2px);
}
.home__s2 .rubis-section {
  padding: 5rem 2rem;
  background-color: #f5f5f5;
}
.home__s2 .rubis-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.home__s2 .rubis-section .rubis-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.home__s2 .rubis-section .rubis-info {
  flex: 1 1 400px;
  text-align: center;
}
.home__s2 .rubis-section .rubis-info .section-title {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  color: #0c2a59;
  margin-bottom: 1rem;
}
.home__s2 .rubis-section .rubis-info .section-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 2rem;
}
.home__s2 .rubis-section .rubis-info .rubis-logo {
  max-width: 250px;
  width: 100%;
  transition: transform 0.3s ease;
}
.home__s2 .rubis-section .rubis-info .rubis-logo:hover {
  transform: scale(1.05);
}
.home__s2 .rubis-section .rubis-app {
  flex: 1 1 400px;
  text-align: center;
}
.home__s2 .rubis-section .rubis-app .app-title {
  font-family: "Gilda Display", serif;
  font-size: 1.5rem;
  color: #0c2a59;
  margin-bottom: 1.5rem;
}
.home__s2 .rubis-section .rubis-app .app-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home__s2 .rubis-section .rubis-app .app-buttons .app-btn {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.95rem;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}
.home__s2 .rubis-section .rubis-app .app-buttons .app-btn img {
  max-width: 150px;
}
.home__s2 .rubis-section .rubis-app .app-buttons .app-btn:hover {
  transform: translateY(-2px);
}
@media (max-width: 900px) {
  .home__s2 .rubis-section .rubis-content {
    flex-direction: column;
    text-align: center;
  }
}
.home__clubis {
  padding: 80px 0 0;
}
.home__clubis h2 {
  text-align: center;
}
.home__clubis__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .home__clubis__content {
    flex-direction: column;
  }
}
.home__clubis__content__txt {
  max-width: 470px;
}
@media (max-width: 1199px) {
  .home__clubis__content__txt {
    max-width: 100%;
  }
}
.home__clubis__content__txt p {
  font-size: 20px;
  line-height: 32px;
}
.home__clubis__content__img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 440px;
  box-shadow: none;
}
@media (max-width: 1199px) {
  .home__clubis__content__img {
    width: 100%;
  }
}
.home__clubis .btnClubis {
  display: block;
  margin: 24px 0;
  width: fit-content;
}
.home__s3 .why-chamazul {
  padding: 5rem 2rem;
  background-color: #fff;
}
.home__s3 .why-chamazul .container {
  max-width: 1200px;
  margin: 0 auto;
}
.home__s3 .why-chamazul .section-title {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  color: #0c2a59;
  text-align: center;
  margin-bottom: 3rem;
}
.home__s3 .why-chamazul .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.home__s3 .why-chamazul .feature-item {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home__s3 .why-chamazul .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}
.home__s3 .why-chamazul .feature-item .icon {
  font-size: 2.5rem;
  color: #f9dc1c;
  margin-bottom: 1rem;
}
.home__s3 .why-chamazul .feature-item p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #555;
  margin: 0;
}
@media (max-width: 900px) {
  .home__s3 .why-chamazul .features-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .home__s3 .why-chamazul .features-grid {
    grid-template-columns: 1fr;
  }
}
.home__s4 .services-section {
  padding: 5rem 2rem;
  background-color: #f8f8f8;
}
.home__s4 .services-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.home__s4 .services-section .section-title {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  color: #0c2a59;
  text-align: center;
  margin-bottom: 3rem;
}
.home__s4 .services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.home__s4 .services-section .service-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.home__s4 .services-section .service-card:hover {
  transform: translateY(-5px);
}
.home__s4 .services-section .service-card:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}
.home__s4 .services-section .service-card:hover img {
  transform: scale(1.05);
}
.home__s4 .services-section .service-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.home__s4 .services-section .service-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(12, 42, 89, 0.8), rgba(12, 42, 89, 0.2));
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.home__s4 .services-section .service-card .overlay h3 {
  font-family: "Gilda Display", serif;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.home__s4 .services-section .service-card .overlay p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.home__s4 .services-section .service-card .overlay .btn-small {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  color: #fff;
  background-color: #0ba375;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.home__s4 .services-section .service-card .overlay .btn-small:hover {
  background-color: rgb(7.775862069, 115.224137931, 82.7068965517);
  transform: translateY(-2px);
}
.home__s4 .services-section .services-cta {
  text-align: center;
  margin-top: 3rem;
}
.home__s4 .services-section .services-cta .btn-primary {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #fff;
  background-color: #f9dc1c;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.home__s4 .services-section .services-cta .btn-primary:hover {
  background-color: rgb(220.1802575107, 192.0515021459, 5.8197424893);
  transform: translateY(-2px);
}
.home__s4 {
  padding-bottom: 90px;
  background: #f0f4f8;
}
.home__s4 .dinosaurs-section {
  position: relative;
  padding: 6rem 2rem;
  background-color: #f0f4f8;
  background-image: url("https://chamazul.pt/wp-content/uploads/2025/09/fossil-de-dinossauro.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 80px auto;
}
.home__s4 .dinosaurs-section .container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.home__s4 .dinosaurs-section .dinosaurs-content {
  position: relative;
  z-index: 1;
}
.home__s4 .dinosaurs-section .dinosaurs-title {
  font-family: "Gilda Display", serif;
  font-size: 2.8rem;
  color: #0c2a59;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .home__s4 .dinosaurs-section .dinosaurs-title {
    font-size: 2.2rem;
  }
}
.home__s4 .dinosaurs-section .dinosaurs-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .home__s4 .dinosaurs-section .dinosaurs-text {
    font-size: 1rem;
  }
}
.home__s4 .dinosaurs-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-repeat: inherit;
  background-position: inherit;
  background-size: inherit;
  opacity: 0;
  animation: fadeIn 2s ease forwards;
  z-index: 0;
}
@keyframes fadeIn {
  to {
    opacity: 0.3;
  }
}
.home__s5 .map-autogas {
  padding: 5rem 2rem;
  background-color: #fff;
}
.home__s5 .map-autogas .container {
  max-width: 1200px;
  margin: 0 auto;
}
.home__s5 .map-autogas .section-title {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  color: #0c2a59;
  text-align: center;
  margin-bottom: 3rem;
}
.home__s5 .map-autogas .map-autogas-content {
  display: flex;
  gap: 2rem;
}
.home__s5 .map-autogas .map-autogas-content .map-container {
  flex: 2 2 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.home__s5 .map-autogas .map-autogas-content .map-container iframe {
  border: none;
  width: 100%;
  height: 100%;
  min-height: 450px;
  border-radius: 12px;
}
.home__s5 .map-autogas .map-autogas-content .autogas-info {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.home__s5 .map-autogas .map-autogas-content .autogas-info .location {
  background-color: #f8f8f8;
  padding: 1.5rem;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home__s5 .map-autogas .map-autogas-content .autogas-info .location:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.home__s5 .map-autogas .map-autogas-content .autogas-info .location h3 {
  font-family: "Gilda Display", serif;
  font-size: 1.2rem;
  color: #0c2a59;
  margin-bottom: 0.5rem;
}
.home__s5 .map-autogas .map-autogas-content .autogas-info .location p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #555;
  margin-bottom: 1rem;
}
.home__s5 .map-autogas .map-autogas-content .autogas-info .location .btn-small {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  color: #fff;
  background-color: #0ba375;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.home__s5 .map-autogas .map-autogas-content .autogas-info .location .btn-small:hover {
  background-color: rgb(7.775862069, 115.224137931, 82.7068965517);
  transform: translateY(-2px);
}
@media (max-width: 900px) {
  .home__s5 .map-autogas .map-autogas-content {
    flex-direction: column;
  }
  .home__s5 .map-autogas .autogas-info .location {
    text-align: center;
  }
}
.home__s6 .quote-section {
  padding: 5rem 2rem;
  background-color: #0c2a59;
  color: #fff;
  text-align: center;
}
.home__s6 .quote-section .container {
  max-width: 800px;
  margin: 0 auto;
}
.home__s6 .quote-section .section-title {
  font-family: "Gilda Display", serif;
  font-size: 2.8rem;
  margin-bottom: 2rem;
  color: #f9dc1c;
}
.home__s6 .quote-section .quote-buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.home__s6 .quote-section .quote-buttons .btn-primary,
.home__s6 .quote-section .quote-buttons .btn-secondary {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.3s ease;
}
.home__s6 .quote-section .quote-buttons .btn-primary {
  background-color: #f9dc1c;
  color: #0c2a59;
}
.home__s6 .quote-section .quote-buttons .btn-primary:hover {
  background-color: rgb(220.1802575107, 192.0515021459, 5.8197424893);
  transform: translateY(-2px);
}
.home__s6 .quote-section .quote-buttons .btn-secondary {
  background-color: #fff;
  color: #0c2a59;
}
.home__s6 .quote-section .quote-buttons .btn-secondary:hover {
  background-color: rgb(74.3564356436, 135.2475247525, 230.6435643564);
  transform: translateY(-2px);
}
.home__s6 .quote-section .rgpd-note {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  color: white;
}
.home__s6 .quote-section .rgpd-note a {
  color: #f9dc1c;
  text-decoration: underline;
}
.home__blog .titleBlog {
  text-align: center;
}
.home__blog__txt {
  text-align: center;
}
.home__blog__txt h2 {
  font-size: 2.5rem;
  color: #0c2a59;
  text-align: center;
  margin-bottom: 1rem;
}
.home__blog__boxes {
  padding-top: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
}
.home__blog__boxes .js-blogs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2rem;
}
.home__blog__boxes .slick-dots {
  bottom: -50px;
}
.home__blog__boxes .slick-dots li button::before {
  width: 20px;
  height: 20px;
  color: #0c2a59;
  font-size: 20px;
}
.home__blog__boxes .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M3.55 7.37501L9.15625 1.76876L8.29374 0.90625L1.82498 7.37501L8.29374 13.8438L9.15625 12.9813L3.55 7.37501Z' fill='%23a07e28'/%3E%3Cpath d='M3.55 7.37501L9.15625 1.76876L8.29374 0.90625L1.82498 7.37501L8.29374 13.8438L9.15625 12.9813L3.55 7.37501Z' stroke='%23a07e28' stroke-width='1.21875'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 32px;
}
.home__blog__boxes .slick-prev::before {
  content: "";
}
.home__blog__boxes .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M7.45 7.62499L1.84375 13.2312L2.70626 14.0938L9.17502 7.62499L2.70626 1.15623L1.84375 2.01874L7.45 7.62499Z' fill='%2312D0FF'/%3E%3Cpath d='M7.45 7.62499L1.84375 13.2312L2.70626 14.0938L9.17502 7.62499L2.70626 1.15623L1.84375 2.01874L7.45 7.62499Z' stroke='%23a07e28' stroke-width='1.21875'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 32px;
}
.home__blog__boxes .slick-next::before {
  content: "";
}
.home__blog__boxes .blogPost {
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
}
.home__blog__boxes .blogPost:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.home__blog__boxes .blogPost:hover .cardImg {
  transform: scale(1.05);
}
.home__blog__boxes .blogPost:hover .cardContent {
  background: #e4ecf4;
}
.home__blog__boxes .blogPost .blogImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
}
.home__blog__boxes .blogPost .contentBlog {
  padding: 16px 16px 32px;
  background: #f0f5fa;
}
.home__blog__boxes .blogPost .contentBlog .txt {
  margin-bottom: 32px;
}
.home__blog__boxes .blogPost .contentBlog .txt h4 {
  color: #0c2a59;
}
.home__blog__boxes .blogPost .contentBlog p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home__blog__btn {
  text-align: center;
  margin-top: 80px;
}
.home__s7 {
  padding: 70px 0;
}
.home__s7 .news-section {
  padding: 5rem 2rem;
  background-color: #f8f8f8;
}
.home__s7 .news-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.home__s7 .news-section .section-title {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  color: #0c2a59;
  text-align: center;
  margin-bottom: 3rem;
}
.home__s7 .news-section .news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.home__s7 .news-section .news-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home__s7 .news-section .news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}
.home__s7 .news-section .news-card:hover .news-overlay {
  opacity: 1;
  transform: translateY(0);
}
.home__s7 .news-section .news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.home__s7 .news-section .news-card .news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: rgba(12, 42, 89, 0.8);
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.home__s7 .news-section .news-card .news-overlay h3 {
  font-family: "Gilda Display", serif;
  font-size: 1.2rem;
  margin: 0;
}
.home__s7 .news-section .news-cta {
  text-align: center;
  margin-top: 2.5rem;
}
.home__s7 .news-section .news-cta .btn-primary {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #fff;
  background-color: #f9dc1c;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.home__s7 .news-section .news-cta .btn-primary:hover {
  background-color: rgb(220.1802575107, 192.0515021459, 5.8197424893);
  transform: translateY(-2px);
}
.home__s8 .final-cta {
  width: 100%;
  padding: 6rem 2rem;
  background: linear-gradient(135deg, #0c2a59, #0ba375);
  color: #fff;
  text-align: center;
}
.home__s8 .final-cta .container {
  max-width: 1200px;
  margin: 0 auto;
}
.home__s8 .final-cta .cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.home__s8 .final-cta .cta-title {
  font-family: "Gilda Display", serif;
  font-size: 2.8rem;
  color: #f9dc1c;
}
@media (max-width: 768px) {
  .home__s8 .final-cta .cta-title {
    font-size: 2.2rem;
  }
}
.home__s8 .final-cta .cta-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  color: white;
}
@media (max-width: 768px) {
  .home__s8 .final-cta .cta-text {
    font-size: 1rem;
  }
}
.home__s8 .final-cta .cta-buttons {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.home__s8 .final-cta .cta-buttons .btn-large {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.home__s8 .final-cta .cta-buttons .btn-large:hover {
  background-color: rgba(0, 0, 0, 0.35);
  transform: translateY(-3px);
}
.home__s8 .final-cta .cta-buttons .btn-large.whatsapp {
  background-color: #25d366;
}
.home__s8 .final-cta .cta-buttons .btn-large.whatsapp:hover {
  background-color: rgb(30.9129032258, 176.2870967742, 85.2193548387);
}

.quemSomos__s1 .about-intro {
  padding: 5rem 2rem;
  background-color: #f8f8f8;
}
.quemSomos__s1 .about-intro .container {
  max-width: 1200px;
  margin: 0 auto;
}
.quemSomos__s1 .about-intro .intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 900px) {
  .quemSomos__s1 .about-intro .intro-grid {
    grid-template-columns: 1fr;
  }
}
.quemSomos__s1 .about-intro .intro-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
}
.quemSomos__s1 .about-intro .intro-text p {
  margin-bottom: 1.5rem;
}
.quemSomos__s1 .about-intro .intro-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}
.quemSomos__s1 .about-intro .intro-image img:hover {
  transform: scale(1.03);
}
.quemSomos__s2 .timeline-horizontal {
  padding: 6rem 2rem;
  background-color: #fff;
  position: relative;
}
.quemSomos__s2 .timeline-horizontal .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.quemSomos__s2 .timeline-horizontal .section-title {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  color: #0c2a59;
  text-align: center;
  margin-bottom: 4rem;
}
.quemSomos__s2 .timeline-horizontal .timeline-line {
  position: absolute;
  top: 25%;
  left: 5%;
  right: 5%;
  height: 4px;
  background-color: #f9dc1c;
  transform: translateY(-50%);
  border-radius: 2px;
  z-index: 0;
}
.quemSomos__s2 .timeline-horizontal .timeline-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  gap: 2rem;
}
.quemSomos__s2 .timeline-horizontal .timeline-items .timeline-item {
  background-color: #f8f8f8;
  padding: 1.5rem 1rem;
  border-radius: 12px;
  text-align: center;
  position: relative;
  width: 180px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.quemSomos__s2 .timeline-horizontal .timeline-items .timeline-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}
.quemSomos__s2 .timeline-horizontal .timeline-items .timeline-item::before {
  content: "";
  position: absolute;
  top: -13%;
  left: 50%;
  width: 16px;
  height: 16px;
  background-color: #0ba375;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.quemSomos__s2 .timeline-horizontal .timeline-items .timeline-item .timeline-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.quemSomos__s2 .timeline-horizontal .timeline-items .timeline-item h3 {
  font-family: "Gilda Display", serif;
  font-size: 1.1rem;
  color: #0c2a59;
  margin-bottom: 0.3rem;
}
.quemSomos__s2 .timeline-horizontal .timeline-items .timeline-item p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .quemSomos__s2 .timeline-horizontal .timeline-line {
    display: none;
  }
  .quemSomos__s2 .timeline-horizontal .timeline-items {
    flex-direction: column;
    align-items: stretch;
  }
  .quemSomos__s2 .timeline-horizontal .timeline-items .timeline-item {
    width: 100%;
    max-width: 320px;
  }
}
.quemSomos__s3 .dinosaurs-about {
  padding: 6rem 2rem;
  background: linear-gradient(to top right, rgba(12, 42, 89, 0.9), rgba(11, 163, 117, 0.8));
  position: relative;
  overflow: hidden;
  color: #fff;
}
.quemSomos__s3 .dinosaurs-about .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.quemSomos__s3 .dinosaurs-about .dinosaurs-content {
  text-align: center;
  margin-bottom: 3rem;
}
.quemSomos__s3 .dinosaurs-about .dinosaurs-content .section-title {
  font-family: "Gilda Display", serif;
  font-size: 2.8rem;
  margin-bottom: 1rem;
  color: #f9dc1c;
}
.quemSomos__s3 .dinosaurs-about .dinosaurs-content .dinosaurs-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  color: white;
}
.quemSomos__s3 .dinosaurs-about .dino-cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding-top: 32px;
}
.quemSomos__s3 .dinosaurs-about .dino-cards .dino-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  width: 220px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}
.quemSomos__s3 .dinosaurs-about .dino-cards .dino-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}
.quemSomos__s3 .dinosaurs-about .dino-cards .dino-card .dino-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.quemSomos__s3 .dinosaurs-about .dino-cards .dino-card h3 {
  font-family: "Gilda Display", serif;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #f9dc1c;
}
.quemSomos__s3 .dinosaurs-about .dino-cards .dino-card p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: white;
}
.quemSomos__s3 .dinosaurs-about::after {
  content: "";
  position: absolute;
  top: 20%;
  left: -10%;
  width: 120%;
  height: 120%;
  background-image: url("pegadas.svg");
  background-repeat: repeat;
  background-size: 80px auto;
  opacity: 0.05;
  z-index: 0;
  transform: rotate(-15deg);
}
@media (max-width: 900px) {
  .quemSomos__s3 .dinosaurs-about .dino-cards {
    flex-direction: column;
    align-items: center;
  }
}
.quemSomos__s4 .what-drives-us {
  padding: 6rem 2rem;
  background-color: #f8f8f8;
}
.quemSomos__s4 .what-drives-us .container {
  max-width: 1200px;
  margin: 0 auto;
}
.quemSomos__s4 .what-drives-us .section-title {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  color: #0c2a59;
  text-align: center;
  margin-bottom: 4rem;
}
.quemSomos__s4 .what-drives-us .cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.quemSomos__s4 .what-drives-us .cards-grid .drive-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}
.quemSomos__s4 .what-drives-us .cards-grid .drive-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}
.quemSomos__s4 .what-drives-us .cards-grid .drive-card .drive-icon {
  font-size: 2.5rem;
  color: #0ba375;
  margin-bottom: 1rem;
}
.quemSomos__s4 .what-drives-us .cards-grid .drive-card h3 {
  font-family: "Gilda Display", serif;
  font-size: 1.2rem;
  color: #0c2a59;
  margin-bottom: 0.5rem;
}
.quemSomos__s4 .what-drives-us .cards-grid .drive-card p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .quemSomos__s4 .what-drives-us .cards-grid {
    grid-template-columns: 1fr;
  }
}
.quemSomos__s5 .stats-section {
  padding: 6rem 2rem;
  background-color: #fff;
}
.quemSomos__s5 .stats-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.quemSomos__s5 .stats-section .section-title {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  color: #0c2a59;
  text-align: center;
  margin-bottom: 4rem;
}
.quemSomos__s5 .stats-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  justify-items: center;
}
.quemSomos__s5 .stats-section .stats-grid .stat-card {
  background-color: #f8f8f8;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.quemSomos__s5 .stats-section .stats-grid .stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}
.quemSomos__s5 .stats-section .stats-grid .stat-card .stat-icon {
  font-size: 2.5rem;
  color: #0ba375;
  margin-bottom: 1rem;
}
.quemSomos__s5 .stats-section .stats-grid .stat-card .stat-number {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  color: #0c2a59;
  margin-bottom: 0.5rem;
}
.quemSomos__s5 .stats-section .stats-grid .stat-card p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .quemSomos__s5 .stats-section .stats-grid {
    grid-template-columns: 1fr;
  }
}
.quemSomos__s6 .about-cta {
  width: 100%;
  padding: 6rem 2rem;
  background: linear-gradient(135deg, #0c2a59, #0ba375);
  color: #fff;
  text-align: center;
}
.quemSomos__s6 .about-cta .container {
  max-width: 1200px;
  margin: 0 auto;
}
.quemSomos__s6 .about-cta .cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.quemSomos__s6 .about-cta .cta-title {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #f9dc1c;
}
@media (max-width: 768px) {
  .quemSomos__s6 .about-cta .cta-title {
    font-size: 2.2rem;
  }
}
.quemSomos__s6 .about-cta .cta-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  color: white;
}
@media (max-width: 768px) {
  .quemSomos__s6 .about-cta .cta-text {
    font-size: 1rem;
  }
}
.quemSomos__s6 .about-cta .cta-buttons {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.quemSomos__s6 .about-cta .cta-buttons .btn-large {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.quemSomos__s6 .about-cta .cta-buttons .btn-large:hover {
  background-color: rgba(0, 0, 0, 0.35);
  transform: translateY(-3px);
}
.quemSomos__s6 .about-cta .cta-buttons .btn-large.whatsapp {
  background-color: #25d366;
}
.quemSomos__s6 .about-cta .cta-buttons .btn-large.whatsapp:hover {
  background-color: rgb(30.9129032258, 176.2870967742, 85.2193548387);
}

.pageServicos .service-section {
  padding: 4rem 2rem;
  background-color: #f8f8f8;
  color: #333;
}
.pageServicos .service-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.pageServicos .service-section .page-title {
  font-family: "Gilda Display", serif;
  font-size: 2.8rem;
  color: #0c2a59;
  text-align: center;
  margin-bottom: 4rem;
}
.pageServicos .service-section .service-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pageServicos .service-section .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}
.pageServicos .service-section .service-card .service-icon {
  font-size: 2.5rem;
  color: #f9dc1c;
  margin-bottom: 1rem;
}
.pageServicos .service-section .service-card h2 {
  font-family: "Gilda Display", serif;
  font-size: 1.6rem;
  color: #0c2a59;
  margin-bottom: 1rem;
}
.pageServicos .service-section .service-card p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.pageServicos .service-section .service-card .service-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pageServicos .service-section .service-card .service-highlights li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.5rem;
  font-family: "Open Sans", sans-serif;
}
.pageServicos .service-section .service-card .service-highlights li::before {
  content: "✔️";
  position: absolute;
  left: 0;
  top: 0;
}
.pageServicos .service-section .services-cta {
  background: linear-gradient(135deg, #0c2a59, #0ba375);
  color: #fff;
  padding: 4rem 2rem;
  text-align: center;
  border-radius: 16px;
  margin-top: 3rem;
}
.pageServicos .service-section .services-cta h2 {
  font-family: "Gilda Display", serif;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #f9dc1c;
}
.pageServicos .service-section .services-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.pageServicos .service-section .services-cta .cta-buttons .btn-large {
  padding: 1rem 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.pageServicos .service-section .services-cta .cta-buttons .btn-large:hover {
  background-color: rgba(0, 0, 0, 0.35);
  transform: translateY(-3px);
}
.pageServicos .service-section .services-cta .cta-buttons .btn-large.whatsapp {
  background-color: #25d366;
}
.pageServicos .service-section .services-cta .cta-buttons .btn-large.whatsapp:hover {
  background-color: rgb(30.9129032258, 176.2870967742, 85.2193548387);
}
@media (max-width: 900px) {
  .pageServicos .service-section .service-card {
    padding: 1.5rem;
  }
  .pageServicos .service-section .services-cta .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .pageServicos .service-section .services-cta .cta-buttons .btn-large {
    width: 100%;
    max-width: 320px;
  }
}

.contacto__s1 .contact-cards {
  padding: 4rem 2rem;
  background-color: #f9f9f9;
}
.contacto__s1 .contact-cards .container {
  max-width: 1200px;
  margin: 0 auto;
}
.contacto__s1 .contact-cards .section-title {
  text-align: center;
  font-family: "Gilda Display", serif;
  font-size: 2.2rem;
  margin-bottom: 3rem;
  color: #0c2a59;
}
.contacto__s1 .contact-cards .cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.contacto__s1 .contact-cards .contact-card {
  background-color: rgba(11, 163, 117, 0.8);
  color: #fff;
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease;
}
.contacto__s1 .contact-cards .contact-card .icon {
  font-size: 2.5rem;
  margin-bottom: 0.8rem;
}
.contacto__s1 .contact-cards .contact-card p {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
  color: white;
}
.contacto__s1 .contact-cards .contact-card span {
  font-size: 0.95rem;
  line-height: 1.4;
  display: block;
}
.contacto__s1 .contact-cards .contact-card:hover {
  background-color: rgb(18.0594059406, 63.2079207921, 133.9405940594);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.contacto__s2 .map-section {
  background-color: #fff;
}
.contacto__s2 .map-section .map-container {
  width: 100%;
  height: 450px;
}
.contacto__s2 .map-section .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(30%) contrast(1.1);
}
.contacto__s2 .map-section .map-cta {
  text-align: center;
  margin-top: 2rem;
  padding: 0 1rem 3rem;
}
.contacto__s2 .map-section .map-cta .btn-map {
  background-color: #0c2a59;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.contacto__s2 .map-section .map-cta .btn-map:hover {
  background-color: rgb(5.9405940594, 20.7920792079, 44.0594059406);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.contacto__form {
  padding: 70px 0;
}
.contacto__form h2 {
  color: #0c2a59;
  text-align: center;
}
.contacto__form .subtitle {
  text-align: center;
}
.contacto__form .form-wrapper {
  max-width: 640px;
  margin: 0 auto;
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: grid;
  gap: 1.5rem;
  font-family: "Open Sans", sans-serif;
}
.contacto__form .form-wrapper:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.contacto__form .form-wrapper .form-row {
  display: flex;
  flex-direction: column;
}
.contacto__form .form-wrapper .form-row label {
  font-weight: 600;
  color: #0c2a59;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}
.contacto__form .form-wrapper .form-row .form-input,
.contacto__form .form-wrapper .form-row .form-textarea,
.contacto__form .form-wrapper .form-row select {
  width: 100%;
  padding: 0.9rem 1.2rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  background-color: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.contacto__form .form-wrapper .form-row .form-input:focus,
.contacto__form .form-wrapper .form-row .form-textarea:focus,
.contacto__form .form-wrapper .form-row select:focus {
  outline: none;
  border-color: #f9dc1c;
  box-shadow: 0 0 0 3px rgba(249, 220, 28, 0.25);
}
.contacto__form .form-wrapper .form-row select {
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 1rem;
  padding-right: 2.5rem;
}
.contacto__form .form-wrapper .form-row .form-textarea {
  min-height: 150px;
  resize: vertical;
}
.contacto__form .form-wrapper .form-submit {
  text-align: center;
  margin-top: 1rem;
}
.contacto__form .form-wrapper .form-submit .form-submit-button {
  background-color: #0ba375;
  color: #fff;
  font-weight: bold;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
}
.contacto__form .form-wrapper .form-submit .form-submit-button:hover {
  background-color: rgb(7.775862069, 115.224137931, 82.7068965517);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.contacto__form .form-wrapper .wpcf7-response-output {
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-size: 0.95rem;
  background-color: #e9fbe6;
  border-left: 5px solid #0ba375;
  color: #2d572c;
}
.contacto__form .form-wrapper .wpcf7-not-valid-tip {
  color: #cf2e2e;
  font-size: 0.85rem;
  margin-top: 0.3rem;
}
.contacto__form .form-wrapper .wpcf7-spinner {
  display: block;
  margin: 1rem auto 0;
}
.contacto__s3 .rubis-app-clean {
  padding: 4rem 2rem;
  background-color: #fff;
  text-align: center;
  border-top: 1px solid #eee;
}
.contacto__s3 .rubis-app-clean .title {
  font-family: "Gilda Display", serif;
  font-size: 2rem;
  color: #0c2a59;
  margin-bottom: 0.5rem;
}
.contacto__s3 .rubis-app-clean .subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #555;
}
.contacto__s3 .rubis-app-clean .app-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contacto__s3 .rubis-app-clean .app-buttons .app-btn {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contacto__s3 .rubis-app-clean .app-buttons .app-btn img {
  max-width: 150px;
}
.contacto__s3 .rubis-app-clean .app-buttons .app-btn:hover {
  transform: scale(1.05);
}
.contacto .form-wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
  font-family: "Open Sans", sans-serif;
}
.contacto .form-wrapper .form-row {
  display: flex;
  flex-direction: column;
}
.contacto .form-wrapper .form-row label {
  font-weight: 600;
  color: #0c2a59;
  margin-bottom: 0.4rem;
}
.contacto .form-wrapper .form-row .form-input,
.contacto .form-wrapper .form-row .form-textarea {
  width: 100%;
  padding: 0.9rem 1.2rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.contacto .form-wrapper .form-row .form-input:focus,
.contacto .form-wrapper .form-row .form-textarea:focus {
  outline: none;
  border-color: #f9dc1c;
}
.contacto .form-wrapper .form-row .form-textarea {
  min-height: 150px;
  resize: vertical;
}
.contacto .form-wrapper .form-submit {
  text-align: center;
}
.contacto .form-wrapper .form-submit .form-submit-button {
  background-color: #f9dc1c;
  color: #000;
  font-weight: bold;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contacto .form-wrapper .form-submit .form-submit-button:hover {
  background-color: rgb(220.1802575107, 192.0515021459, 5.8197424893);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.footer__top {
  background: #222;
}
.footer__top > .container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid white;
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .footer__top > .container {
    flex-direction: column;
    padding: 24px 16px;
    gap: 48px;
  }
}
.footer__top .logos {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer__top .logos {
    align-items: center;
  }
}
.footer__top .logos p {
  color: white;
}
.footer__top .logos .logo {
  max-width: 240px;
}
.footer__top .logos .logo-ppr {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .footer__top .logos .logo-ppr {
    margin: 0;
  }
}
.footer__top .txt {
  text-align: center;
}
.footer__top .txt .linksSocials {
  padding-bottom: 16px;
}
.footer__top .txt .linksSocials > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer__top .txt .linksSocials img {
  filter: brightness(0) invert(1);
}
.footer__top .txt * {
  color: white;
}
.footer__top .txt .btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
}
.footer__top .txt .btns .btn {
  background: white;
  color: #666;
  min-width: 207px;
  opacity: 1;
}
.footer__top .txt .btns.contacto {
  flex-direction: row;
}
.footer__top .txt .btns.contacto .btn {
  background: white;
  max-width: 32px;
  max-height: 32px;
  text-align: center;
  min-width: inherit;
}
.footer__bottom {
  text-align: center;
  background: #1e1e1e;
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .footer__bottom {
    padding: 24px 16px;
  }
}
.footer__bottom p {
  margin: 0;
  color: white;
}

.modal-content .service-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.modal-content .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}
.modal-content .service-card .service-icon {
  font-size: 2.5rem;
  color: #f9dc1c;
  margin-bottom: 1rem;
}
.modal-content .service-card h2 {
  font-family: "Gilda Display", serif;
  font-size: 1.6rem;
  color: #0c2a59;
  margin-bottom: 1rem;
}
.modal-content .service-card p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.modal-content .service-card .service-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-content .service-card .service-highlights li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.5rem;
  font-family: "Open Sans", sans-serif;
}
.modal-content .service-card .service-highlights li::before {
  content: "✔️";
  position: absolute;
  left: 0;
  top: 0;
}
.modal-content .service-card .btn-small {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  color: #fff;
  background-color: #0ba375;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  margin: 16px 0;
  cursor: pointer;
}
.modal-content .service-card .btn-small:hover {
  background-color: rgb(7.775862069, 115.224137931, 82.7068965517);
  transform: translateY(-2px);
}