@charset "UTF-8";
/* Colors */
/* Heading tags */
h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  color: #2a2b32;
}
@media only screen and (max-width: 900px) {
  h1 {
    font-size: 2.5rem;
    font-weight: 400;
  }
}

h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #2e5b7c;
}
@media only screen and (max-width: 900px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #2e5b7c;
}
@media only screen and (max-width: 900px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.12rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #2e5b7c;
}
@media only screen and (max-width: 900px) {
  h4 {
    font-size: 1rem;
  }
}

p {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #2a2b32;
}

a {
  font-family: "Work Sans", sans-serif;
}

body {
  margin: 0;
}

/* botão */
.botao-amarelo {
  background-color: #ad9240;
  color: #2a2b32;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
  font-size: 1.25rem;
  padding: 0.7rem 2.5rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  width: fit-content;
}

.botao-amarelo:hover {
  background-color: #fff;
  color: #2e5b7c;
  border-color: #ad9240;
}

/* Breadcrumb */
.rank-math-breadcrumb {
  margin-bottom: 2rem;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

/* img */
img {
  max-width: 100%;
}

.wpcf7-spinner {
  position: absolute !important;
}

@media only screen and (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }
}

.header {
  position: absolute;
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  top: 0;
  z-index: 9999;
  padding-top: 64px;
}
@media only screen and (max-width: 900px) {
  .header {
    padding-top: 22px;
  }
}
.header .row {
  align-items: center;
}
.header .menu-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  gap: 20px;
  margin-bottom: 0;
}
.header .menu-header a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.header .menu-header a:hover {
  text-decoration: underline;
}
.header .menu-header .sub-menu {
  display: none;
  list-style: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.header .menu-header .menu-item-has-children:hover .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.95);
  gap: 15px;
  opacity: 1;
  border-radius: 5px;
}
.header .menu-header .menu-item-has-children:hover .sub-menu a {
  color: #2e5b7c;
  text-transform: none;
}
@media only screen and (max-width: 900px) {
  .header .menu-header .menu-item-has-children:active .sub-menu {
    display: flex;
  }
}
.header .abrir-menu-holder {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  .header .logo-holder img {
    max-width: 60%;
    padding: 10px 0;
  }
}

.menu-item-has-children > a::after {
  content: url("../../img/submenu.svg");
  padding-left: 5px;
}

.menu-item-has-children:hover > a::after {
  content: url("../../img/submenu-active.svg");
}

.menu-mobile {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: -100%;
  top: 0;
  background-color: #000;
  z-index: 999;
  padding: 30% 5% 20% 5%;
  opacity: 0;
  transition: left 0.3s ease-in-out, opacity 0.1s ease-in-out;
}
.menu-mobile .menu-header {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu-mobile .menu-header a {
  color: #fff;
  text-decoration: none;
}
.menu-mobile .menu-header .sub-menu {
  display: none;
  list-style: none;
}
.menu-mobile .menu-header .open .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 20px;
}
.menu-mobile .botao-loja {
  margin: 24px 0 32px 0;
}

.menu-mobile.aberto {
  left: 0;
  opacity: 0.9;
}

.floating-buttons {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 70px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .floating-buttons {
    right: 20px;
  }
}
.floating-buttons .scrolltop {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.floating-buttons .scrolltop.visible {
  opacity: 1;
  visibility: visible;
}
.floating-buttons .whatsapp {
  cursor: pointer;
}
.floating-buttons .whatsapp svg {
  width: 49px;
  object-fit: contain;
}

footer {
  background-color: #2e5b7c;
  padding: 70px 0 80px 0;
}
footer .social-holder {
  margin: 25px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 900px) {
  footer .social-holder {
    justify-content: flex-start;
    gap: 40px;
  }
}
footer .info-contato p {
  color: #fff;
}
footer .info-contato span {
  color: #ad9240;
}
footer h3 {
  color: #ad9240;
}
footer .endereco {
  border-right-style: solid;
  border-right-color: #ad9240;
  border-right-width: 1px;
}
@media only screen and (max-width: 900px) {
  footer .endereco {
    border-bottom-style: solid;
    border-bottom-color: #ad9240;
    border-bottom-width: 1px;
    border-right-width: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
footer .institucional-footer {
  padding-left: 5%;
}
@media only screen and (max-width: 900px) {
  footer .institucional-footer {
    border-bottom-style: solid;
    border-bottom-color: #ad9240;
    border-bottom-width: 1px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
footer .categorias-menu {
  margin-top: 25px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 0;
}
footer .categorias-menu .menu-item a {
  color: #fff;
  text-decoration: none;
}
footer .categorias-menu .menu-item a:hover {
  color: #ad9240;
}

.contato {
  padding: 160px 0;
}
@media only screen and (max-width: 900px) {
  .contato {
    padding: 80px 0;
  }
  .contato .row {
    flex-direction: column-reverse;
  }
  .contato img {
    margin-top: 80px;
  }
}
.contato .row {
  align-items: center;
}
.contato h2 {
  margin-bottom: 32px;
}
.contato .form-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media only screen and (max-width: 900px) {
  .contato .form-holder {
    gap: 20px;
    margin-top: 40px;
  }
}
.contato .form-holder .esquerda {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 49%;
  margin-right: 2%;
}
@media only screen and (max-width: 900px) {
  .contato .form-holder .esquerda {
    width: 100%;
    margin-right: 0;
    gap: 20px;
  }
}
.contato .form-holder .esquerda input {
  width: 100%;
  border-style: solid;
  border-color: #437fae;
  border-width: 1.5px;
  padding: 2px 5px;
  background-color: transparent;
}
.contato .form-holder .esquerda input:focus {
  outline: none;
  border-color: #2e5b7c;
}
.contato .form-holder .direita {
  width: 49%;
}
@media only screen and (max-width: 900px) {
  .contato .form-holder .direita {
    width: 100%;
    gap: 20px;
  }
}
.contato .form-holder .direita .wpcf7-textarea {
  height: 100%;
}
.contato .form-holder .direita textarea {
  width: 100%;
  border-style: solid;
  border-color: #437fae;
  border-width: 1.5px;
  padding: 2px 5px;
  background-color: transparent;
}
.contato .form-holder .direita textarea:focus {
  outline: none;
  border-color: #2e5b7c;
}
.contato .form-holder .enviar {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .contato .form-holder .enviar {
    justify-content: flex-start;
  }
}
.contato .form-holder .enviar input {
  width: 200px;
  background-color: transparent;
  color: #2e5b7c;
  border-style: solid;
  border-width: 1px;
  border-color: #ad9240;
  border-radius: 20px;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-flex;
}
.contato .form-holder .enviar input:hover {
  background-color: #ad9240;
  color: #fff;
}

.conteudo-seo {
  padding: 120px 0;
}
.conteudo-seo h3 {
  margin-bottom: 32px;
}
.conteudo-seo .conteudo-oculto {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.conteudo-seo .conteudo-oculto.ativo {
  max-height: fit-content;
}
.conteudo-seo .ver-mais {
  color: #2e5b7c;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-weight: 400;
  margin-top: 20px;
  text-decoration: underline;
  display: inline-block;
}
.conteudo-seo .ver-mais:hover {
  color: #ad9240;
}

.hero {
  height: 594px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media only screen and (max-width: 900px) {
  .hero {
    height: 500px;
  }
}
.hero .bg {
  background-color: rgba(46, 91, 124, 0.95);
  height: 594px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .hero .bg {
    height: 500px;
  }
}
.hero .bg .hero-img-filter {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}
.hero .container {
  position: absolute;
  z-index: 998;
}
.hero .conteudo .acima-titulo {
  display: block;
  background-color: #ad9240;
  width: 88px;
  height: 3px;
  margin-bottom: 17px;
}
.hero .conteudo h1 {
  color: #fff;
}
.hero .conteudo p {
  color: #fff;
  margin: 24px 0 0 0;
}
@media only screen and (max-width: 900px) {
  .hero .conteudo p {
    margin: 24px 0;
  }
}
.hero .conteudo .category {
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ad9240;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
}
.hero .conteudo .category:hover {
  background-color: #ad9240;
  color: #fff;
}

.imagem-esquerda {
  padding: 150px 0;
}
@media only screen and (max-width: 900px) {
  .imagem-esquerda {
    padding: 80px 0;
  }
}
.imagem-esquerda .row {
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .imagem-esquerda .row {
    flex-direction: column-reverse;
  }
  .imagem-esquerda .row img {
    margin-top: 80px;
  }
}
.imagem-esquerda h2 {
  margin-bottom: 32px;
}
.imagem-esquerda a {
  color: #2e5b7c;
  border-style: solid;
  border-width: 1px;
  border-color: #ad9240;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  margin-top: 50px;
}
.imagem-esquerda a:hover {
  background-color: #ad9240;
  color: #fff;
}

.imagem-direita {
  padding: 150px 0;
  background-color: #f2f1ed;
}
@media only screen and (max-width: 900px) {
  .imagem-direita {
    padding: 80px 0;
  }
  .imagem-direita img {
    margin-top: 80px;
  }
}
.imagem-direita .row {
  align-items: center;
}
.imagem-direita h2 {
  margin-bottom: 32px;
}
.imagem-direita a {
  color: #2e5b7c;
  border-style: solid;
  border-width: 1px;
  border-color: #ad9240;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  margin-top: 50px;
}
.imagem-direita a:hover {
  background-color: #ad9240;
  color: #fff;
}

.card-section {
  background-color: #f2f1ed;
  padding-bottom: 360px;
}
@media only screen and (max-width: 900px) {
  .card-section {
    padding-bottom: 160px;
  }
}
.card-section .col-xl-6 {
  margin-bottom: 20px;
}
.card-section .card-beneficios {
  background-color: #fff;
  padding: 70px 50px;
}
@media only screen and (max-width: 900px) {
  .card-section .card-beneficios {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}
.card-section .card-beneficios h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .card-section .card-beneficios h3 {
    margin: 20px 0;
  }
}
.card-section .card-beneficios .row {
  align-items: center;
}

.imagem-transicao {
  margin-top: -160px;
}
@media only screen and (max-width: 900px) {
  .imagem-transicao {
    margin-top: -80px;
  }
  .imagem-transicao img {
    height: 169px;
    object-fit: cover;
  }
}

.servicos {
  padding: 124px 0 60px 0;
}
@media only screen and (max-width: 900px) {
  .servicos {
    padding: 80px 0 0 0;
  }
}
.servicos .title-holder {
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .servicos .title-holder :first-child {
    text-align: center;
  }
}
.servicos .title-holder h2 {
  margin-bottom: 32px;
}
.servicos .title-holder .navegacao {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 900px) {
  .servicos .title-holder .navegacao {
    display: none;
  }
}
.servicos .title-holder .navegacao svg {
  cursor: pointer;
}
.servicos .title-holder .navegacao .swiper-button-disabled {
  opacity: 0.5;
}
@media only screen and (max-width: 900px) {
  .servicos .swiper-servicos .swiper-wrapper {
    margin-bottom: 30px;
  }
}
.servicos .swiper-servicos .swiper-slide {
  background-color: #f2f1ed;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 900px) {
  .servicos .swiper-servicos .swiper-slide {
    flex-direction: column;
    align-items: flex-start;
  }
}
.servicos .swiper-servicos .swiper-slide a {
  color: #2e5b7c;
}
.servicos .swiper-servicos .swiper-slide a:hover {
  color: #ad9240;
}
.servicos .swiper-servicos .swiper-slide img {
  max-width: 80px;
}
.servicos .swiper-servicos .swiper-slide h3 {
  min-height: 60px;
}
.servicos .swiper-servicos .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 900px) {
  .servicos .swiper-servicos .swiper-pagination {
    display: flex;
    justify-content: center;
  }
}
.servicos .swiper-servicos .swiper-pagination .swiper-pagination-bullet {
  background-color: #606060;
}
.servicos .swiper-servicos .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ad9240;
}
