@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;
}

.post-vertical {
  background-color: #fff;
  text-align: left;
}
.post-vertical .post-info {
  margin: 32px 0;
  padding: 0 30px 30px 30px;
  display: flex;
  flex-direction: column;
}
.post-vertical .post-info .categoria {
  width: fit-content;
  color: #2e5b7c;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  padding: 5px 20px;
  margin-bottom: 24px;
  text-decoration: none;
  cursor: pointer;
}
.post-vertical .post-info p {
  margin-bottom: 0;
}
.post-vertical .post-info .title-link {
  text-decoration: none;
}
.post-vertical .post-info .saiba-mais {
  color: #2e5b7c;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 32px;
}

.hero {
  height: 730px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media only screen and (max-width: 991px) {
  .hero {
    height: 830px;
  }
}
.hero .bg {
  background-color: rgba(46, 91, 124, 0.95);
  height: 730px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .hero .bg {
    height: 830px;
  }
}
.hero .bg .row {
  align-items: center;
}
.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;
}
@media (max-width: 992px) {
  .hero .container {
    top: 120px;
  }
}
@media (max-width: 900px) {
  .hero .container {
    top: 100px;
  }
}
.hero .conteudo .acima-titulo {
  display: block;
  background-color: #ad9240;
  width: 88px;
  height: 3px;
  margin-bottom: 17px;
}
.hero .conteudo h1 {
  color: #fff;
  font-size: 2.25rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 900px) {
  .hero .conteudo h1 {
    margin-bottom: 21px;
    font-size: 2rem;
  }
}
.hero .conteudo .category {
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ad9240;
  border-radius: 20px;
  padding: 5px 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.hero .conteudo .category:hover {
  background-color: #ad9240;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .hero .lateral img {
    margin-top: 50px;
  }
}

.content-holder {
  padding: 160px 0 120px 0;
}
@media only screen and (max-width: 900px) {
  .content-holder {
    padding: 72px 0;
  }
  .content-holder .row {
    flex-direction: column-reverse;
  }
}
.content-holder .post-content h2,
.content-holder .post-content h3,
.content-holder .post-content h4,
.content-holder .post-content h5,
.content-holder .post-content h6 {
  margin: 80px 0 32px 0;
}
.content-holder .sidebar {
  top: 10px;
}
@media only screen and (max-width: 900px) {
  .content-holder .indice {
    flex-direction: row;
    margin-bottom: 52px;
  }
}
.content-holder .indice .links {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.content-holder .indice .links a {
  color: #2a2b32;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
}
.content-holder .indice .links a:hover {
  color: #ad9240;
}
.content-holder .indice .links .h2 {
  padding-left: 10px;
}
.content-holder .indice .links .h3 {
  padding-left: 20px;
}
.content-holder .indice .links .h4 {
  padding-left: 30px;
}
.content-holder .indice .links .h5 {
  padding-left: 40px;
}
.content-holder .indice .links .h6 {
  padding-left: 50px;
}
.content-holder .cta {
  background-color: #fff;
  margin-top: 52px;
}
@media only screen and (max-width: 900px) {
  .content-holder .cta {
    display: none;
  }
}
.content-holder .cta .cta-content {
  padding: 40px 35px;
}
.content-holder .cta .cta-content a {
  color: #2e5b7c;
  border-style: solid;
  border-width: 1px;
  border-color: #ad9240;
  border-radius: 20px;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-flex;
  margin-top: 35px;
}
.content-holder .cta .cta-content a:hover {
  background-color: #ad9240;
  color: #fff;
}

.cta-mobile {
  display: none;
}
@media only screen and (max-width: 900px) {
  .cta-mobile {
    display: flex;
  }
}

.relacionados {
  background-color: #f2f1ed;
  padding: 120px 0;
}
@media only screen and (max-width: 900px) {
  .relacionados {
    padding: 72px 0;
  }
}
.relacionados h2 {
  margin-bottom: 52px;
}
@media only screen and (max-width: 900px) {
  .relacionados .swiper-blog .swiper-wrapper {
    margin-bottom: 30px;
  }
}
.relacionados .swiper-blog .swiper-slide {
  display: flex;
}
.relacionados .swiper-blog .blog-pagination {
  display: none;
}
@media only screen and (max-width: 900px) {
  .relacionados .swiper-blog .blog-pagination {
    display: flex;
    justify-content: center;
  }
}
.relacionados .swiper-blog .blog-pagination .swiper-pagination-bullet {
  background-color: #606060;
}
.relacionados .swiper-blog .blog-pagination .swiper-pagination-bullet-active {
  background-color: #ad9240;
}
