@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --black: #232323;
  --white: #FFFFFF;
  --cor-azul-claro:rgba(25, 99, 156, 24%);
  --cor-azul-medio:#0064A8;
  --cor-laranja:#F29100;
  --cor-cinza-claro:rgba(0, 0, 0, 0.58);
}

* {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--white);
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
body::-webkit-scrollbar {
  width: 10px; /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
  background: #F0F0F0; /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  background-color: #211916; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #211916; /* creates padding around scroll thumb */
}

.cd-top.cd-is-visible {
  background-color: rgb(213, 153, 44) !important;
  background-image: url("../img/icones/icon-up.svg") !important;
  bottom: 150px;
}

html, body {
  margin: 0;
  height: 100%;
}

img {
  max-width: 100%;
  display: block;
}

button {
  cursor: pointer;
}

/* Grid Containers */
.container {
  width: 100%;
  max-width: 1246px;
  margin: 0 auto;
  padding: 0px 15px;
}
@media (max-width: 1200px) {
  .container {
    width: auto;
  }
}
@media (max-width: 479px) {
  .container {
    padding: 0px 0px;
  }
}

/* Grid Containers */
.container-medio {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 15px;
}
@media (max-width: 1200px) {
  .container-medio {
    width: auto;
  }
}
@media (max-width: 479px) {
  .container-medio {
    padding: 0px 0px;
  }
}

.container-fluid {
  width: 100%;
  padding: 0px 15px;
}

.pt {
  padding-top: 0 !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pb {
  padding-bottom: 0 !important;
}

.mb {
  margin-bottom: 0 !important;
}

.mt {
  margin-top: 0 !important;
}

a h6 {
  color: var(--gray-scale-03);
}

.alm-listing {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4rem 3.2rem;
  margin-bottom: 8rem;
}

@media (max-width: 1150px) {
  .alm-listing {
    grid-gap: 2rem;
    margin-bottom: 4rem;
  }
}
.icon-whatsapp-flux {
  position: fixed;
  bottom: 50%;
  right: 14px;
  z-index: 9999;
  background: #21bf63;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  font-size: 50px;
  line-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  cursor: pointer;
}
.icon-whatsapp-flux i {
  margin-top: -4px;
  margin-right: -3px;
}
.icon-whatsapp-flux:hover {
  opacity: 0.8;
}

.header-topo-page-familia-csa {
  background-color: #efefef;
  padding: 12px 0;
}
.header-topo-page-familia-csa .container {
  padding: 1px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .header-topo-page-familia-csa .container {
    padding: 1px 10px;
  }
}
@media (max-width: 479px) {
  .header-topo-page-familia-csa .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
}
.header-topo-page-familia-csa .container .conteudo-header-eskame-imoveis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.header-topo-page-familia-csa .container .conteudo-header-eskame-imoveis a i {
  font-size: 20px;
  color: #015DB8;
}
.header-topo-page-familia-csa .container .conteudo-header-eskame-imoveis a:hover {
  opacity: 0.8;
}
.header-topo-page-familia-csa .container .conteudo-header-eskame-imoveis .logo-familia-cas {
  width: 80px;
}
.header-topo-page-familia-csa .container .conteudo-header-eskame-imoveis #menu-familia-csa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-topo-page-familia-csa .container .conteudo-header-eskame-imoveis #menu-familia-csa li:not(:last-child) {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 2px solid var(--cor-azul-medio);
}
.header-topo-page-familia-csa .container .conteudo-header-eskame-imoveis #menu-familia-csa a {
  color: #015DB8;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.01125rem;
}
.header-topo-page-familia-csa .container .conteudo-header-eskame-imoveis #menu-familia-csa a:hover {
  opacity: 0.9;
}
.header-topo-page-familia-csa .container .campo-busca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.header-topo-page-familia-csa .container .campo-busca .cmnv-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (max-width: 479px) {
  .header-topo-page-familia-csa .container .campo-busca .cmnv-center {
    display: none;
  }
}
.header-topo-page {
  background-color: #FFF;
  padding-bottom: 8px;
}
.header-topo-page.header-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  -webkit-box-shadow: 0px 2px 7px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 7px 4px rgba(0, 0, 0, 0.1);
}
.header-topo-page .container {
  padding: 14px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-topo-page .container .menu-topo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-topo-page .container .menu-topo {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 14px;
  }
}
.header-topo-page .container .menu-topo .logo {
  width: 150px;
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  height: 58px;
}
@media (max-width: 479px) {
  .header-topo-page .container .menu-topo .logo {
    width: 150px;
  }
}
.header-topo-page .container .menu-topo .logo:before {
  content: "CRECI/SP N° 040266-J";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -58px;
  left: 36px;
  font-size: 11px;
}
@media (max-width: 991px) {
  .header-topo-page .container .menu-topo .nav-menu {
    display: none;
  }
}
.header-topo-page .container .menu-topo a {
  color: var(--cor-azul-medio);
  leading-trim: both;
  text-edge: cap;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
}
.header-topo-page .container .menu-topo a:hover {
  opacity: 0.9;
}

.menu-tablet {
  cursor: pointer;
  border-radius: 6px;
  border: 2px #757575 solid;
  text-indent: -9999px;
  height: 50px;
  width: 55px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../img/icones/icon-nav-tablet.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media (max-width: 991px) {
  .menu-tablet {
    display: block;
  }
}
.menu-tablet:hover {
  background-color: rgba(77, 77, 77, 0.18);
}
.menu-tablet.active {
  background-position: bottom center;
}

.menu-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 380px;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.897);
  display: none;
  z-index: 9999;
}
.menu-sidebar.ativo-menu {
  display: block;
}
.menu-sidebar .header-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  gap: 10px;
  padding-top: 20px;
}
.menu-sidebar .header-sidebar .btn-fechar {
  cursor: pointer;
  text-indent: -9999px;
  width: 45px;
  height: 41px;
  border: 2px solid #4D4D4D;
  border-radius: 50%;
  background-image: url(../img/icones/icon-menu-close.svg);
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: 25px;
}
.menu-sidebar .header-sidebar .btn-fechar:hover {
  opacity: 0.5;
}
.menu-sidebar .header-sidebar .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-sidebar .header-sidebar .logo:hover img {
  opacity: 0.5;
}
.menu-sidebar .nav-menu {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  padding-bottom: 90px;
}
.menu-sidebar .nav-menu::-webkit-scrollbar {
  width: 10px; /* width of the entire scrollbar */
}
.menu-sidebar .nav-menu::-webkit-scrollbar-track {
  background: #F0F0F0; /* color of the tracking area */
}
.menu-sidebar .nav-menu::-webkit-scrollbar-thumb {
  background-color: #5c5c5c; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #5c5c5c; /* creates padding around scroll thumb */
}
.menu-sidebar .nav-menu a {
  padding: 10px 10px;
  border: solid 1px rgba(0, 94, 184, 0.15);
  width: 90%;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  margin: 0 10px;
  font-family: "Roboto", sans-serif;
  background: rgba(255, 255, 255, 0.9);
  outline: none;
  color: #005EB8;
  font-style: normal;
  font-weight: 700;
}
.menu-sidebar .nav-menu a:hover {
  background-color: rgb(0, 94, 184);
  color: #FFF;
  border: solid 1px rgb(0, 94, 184);
}
.menu-sidebar .nav-menu ul {
  margin-bottom: 6px;
}
.menu-sidebar .nav-menu ul li ul {
  margin-left: 20px;
}
.menu-sidebar .nav-menu ul li ul li a {
  font-size: 14px;
}

.language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
}
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#cssmenu {
  height: 37px;
  display: block;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  width: auto;
}

#cssmenu > ul {
  list-style: inside none;
  padding: 0;
  margin: 0;
}

#cssmenu > ul > li {
  list-style: inside none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  position: relative;
  border-bottom: solid 3px transparent;
}
#cssmenu > ul > li.active {
  border-bottom: solid 3px rgb(214, 153, 44) !important;
}

#cssmenu > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  padding: 12px 18px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #005EB8;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

#cssmenu > ul > li > a:hover {
  color: rgb(146, 150, 142);
}

#cssmenu > ul > li > a:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -2px;
  z-index: 99;
}

#cssmenu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}

#cssmenu > ul > li.has-sub > a:before {
  content: "";
  position: absolute;
  top: 22px;
  right: 0px;
  border: 5px solid transparent;
  border-top: 5px solid #D89A23;
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 19px;
}

#cssmenu ul li.has-sub:hover > a {
  top: -1px;
  z-index: 999;
}

#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
  display: block;
}

#cssmenu ul li > ul,
#cssmenu ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: 38px;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 5px 5px;
  z-index: 999;
}

#cssmenu ul li > ul {
  width: 220px;
  padding: 10px 15px;
  -webkit-box-shadow: 4px 11px 7px 3px rgba(232, 232, 232, 0.37);
  box-shadow: 4px 11px 7px 3px rgba(232, 232, 232, 0.37);
}

#cssmenu ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative;
}

#cssmenu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 5px 0px;
  text-decoration: none;
  color: #005EB8;
  text-align: left;
  font-size: 18px;
  font-style: normal;
}

#cssmenu ul ul a:hover {
  color: rgb(146, 150, 142);
}

.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}

.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}

.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}

.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.77%;
}

.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}

h3 {
  font-family: "fontGreatly", sans-serif;
  font-size: 75px;
  color: rgb(0, 94, 184);
  font-weight: 100;
  line-height: 78px;
}

h4 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: #005EB8;
  z-index: 2;
}

p {
  font-family: "Raleway", sans-serif;
  color: #005EB8;
  font-size: 20px;
  line-height: 150%;
}
p a {
  font-family: "Raleway", sans-serif;
  color: #005EB8;
  font-size: 20px;
  text-decoration: underline;
}
p a:hover {
  color: #6199ce;
}

ul.wp-block-list {
  list-style: circle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
ul.wp-block-list li {
  list-style: disc;
  margin-left: 30px;
  font-family: "Raleway", sans-serif;
  color: #005EB8;
  font-size: 20px;
}

ol.wp-block-list {
  list-style-type: upper-roman;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
ol.wp-block-list li {
  list-style-type: upper-roman;
  margin-left: 30px;
  font-family: "Raleway", sans-serif;
  color: #005EB8;
  font-size: 20px;
}

.container-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accordion {
  background-color: #FFF;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 0.6px solid #AEAEAE;
  color: #005EB8;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem; /* 111.111% */
  position: relative;
  padding-left: 40px;
}
.accordion::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icones/icon-seta-faq.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  left: 10px;
}
.accordion.active {
  border-bottom: 0;
}
.accordion.active::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panel {
  width: 100%;
  padding: 10px 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  border-bottom: 0.6px solid #AEAEAE;
}

.active, .accordion:hover {
  background-color: rgba(212, 212, 212, 0.13);
}

.conteudo-imoveis .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: 50px;
}
@media (max-width: 479px) {
  .conteudo-imoveis .container {
    gap: 1rem;
  }
}
.conteudo-imoveis .container .box-imoveis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: -0.0625rem;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  max-width: 280px;
  width: 100%;
  border-radius: 0rem 0rem 0.125rem 0.125rem;
  border: 1px solid rgba(226, 228, 232, 0.8);
  background: #FFF;
  text-decoration: none;
}
@media (max-width: 479px) {
  .conteudo-imoveis .container .box-imoveis {
    max-width: 48%;
  }
}
.conteudo-imoveis .container .box-imoveis .header-imoveis {
  position: relative;
  width: 100%;
  height: auto;
}
.conteudo-imoveis .container .box-imoveis .header-imoveis .imagem-destaque {
  z-index: 0;
  position: relative;
}
.conteudo-imoveis .container .box-imoveis .header-imoveis .imagem-destaque::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradientlinear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #000 100%);
}
.conteudo-imoveis .container .box-imoveis .header-imoveis .imagem-destaque img {
  width: 100%;
}
.conteudo-imoveis .container .box-imoveis .header-imoveis .tag-tipo-imoveis {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.conteudo-imoveis .container .box-imoveis .header-imoveis .tag-tipo-imoveis a {
  background-color: #000;
  padding: 0.25rem 0.5rem;
  border-radius: 0 0 5px 0;
  color: #FFF;
  text-decoration: none;
}
.conteudo-imoveis .container .box-imoveis .header-imoveis .tag-tipo-imoveis a:hover {
  background-color: #292929;
}
.conteudo-imoveis .container .box-imoveis .header-imoveis .codigo-imoveis {
  z-index: 2;
  position: absolute;
  bottom: 3px;
  right: 3px;
  color: #FFF;
}
.conteudo-imoveis .container .box-imoveis .body-imoveis {
  padding: 0.5rem 1rem 0 1rem;
}
.conteudo-imoveis .container .box-imoveis .body-imoveis .tipo-de-imoveis {
  color: #3C4858;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.15rem; /* 131.429% */
  letter-spacing: 0.01875rem;
}
.conteudo-imoveis .container .box-imoveis .body-imoveis .tipo-de-imoveis a {
  color: #3C4858;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.15rem; /* 131.429% */
  letter-spacing: 0.01875rem;
}
.conteudo-imoveis .container .box-imoveis .body-imoveis .tipo-de-imoveis a:hover {
  opacity: 0.8;
}
.conteudo-imoveis .container .box-imoveis .body-imoveis .titulo-imoveis {
  color: #045fa5;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.15rem; /* 131.429% */
  letter-spacing: 0.01875rem;
}
.conteudo-imoveis .container .box-imoveis .body-imoveis .titulo-imoveis a {
  color: #045fa5;
  text-decoration: none;
}
.conteudo-imoveis .container .box-imoveis .body-imoveis .titulo-imoveis a:hover {
  opacity: 0.8;
}
.conteudo-imoveis .container .box-imoveis .body-imoveis .descricao-imoveis {
  color: #3C4858;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15rem; /* 131.429% */
  letter-spacing: 0.01875rem;
}
.conteudo-imoveis .container .box-imoveis .body-imoveis .info-imoveis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
.conteudo-imoveis .container .box-imoveis .body-imoveis .info-imoveis .valor-imoveis {
  color: #045fa5;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15rem; /* 115% */
  letter-spacing: 0.01875rem;
}
.conteudo-imoveis .container .box-imoveis .body-imoveis .info-imoveis .tag-tipo-imoveis a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0rem 0.3125rem 0.08688rem 0.3125rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15rem; /* 153.333% */
  letter-spacing: 0.01875rem;
  background: #045fa5;
  text-decoration: none;
}
.conteudo-imoveis .container .box-imoveis .body-imoveis .info-imoveis .tag-tipo-imoveis a:hover {
  background: #023c69;
}
.conteudo-imoveis .container .box-imoveis .footer-imoveis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 1rem 1rem 1rem;
}
.conteudo-imoveis .container .box-imoveis .footer-imoveis span {
  color: #3C4858;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15rem; /* 131.429% */
  letter-spacing: 0.01875rem;
}

.icon-paragrafo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.icon-paragrafo i {
  opacity: 0.8;
}

.icon-area {
  background-image: url(../img/icones/icon-area.svg);
  width: 20px;
  height: 20px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-quartos {
  background-image: url(../img/icones/icon-quartos.svg);
  width: 20px;
  height: 20px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-garagem {
  background-image: url(../img/icones/icon-garagem.svg);
  width: 20px;
  height: 20px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-banheiros {
  background-image: url(../img/icones/icon-banheiros.svg);
  width: 20px;
  height: 20px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}

.paginacao-imoveis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.paginacao-imoveis .page-numbers {
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  background-color: #e5e5e5;
  color: #656565;
  padding: 6px;
  border-radius: 3px;
}
.paginacao-imoveis .page-numbers:hover {
  background-color: #b8b6b6;
  color: #313131;
}
.paginacao-imoveis .page-numbers.current {
  background-color: #045fa5;
  color: #FFF;
}

.whatsapp-share-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-family: sans-serif;
}
.whatsapp-share-button:hover {
  opacity: 0.8;
}

.whatsapp-share-button i {
  margin-right: 8px;
}

.conteudo-imoveis-pagina-interna .container .topo-titulo-imovel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
}
@media (max-width: 479px) {
  .conteudo-imoveis-pagina-interna .container .topo-titulo-imovel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 10px;
  }
}
.conteudo-imoveis-pagina-interna .container .topo-titulo-imovel .info-imoveis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 479px) {
  .conteudo-imoveis-pagina-interna .container .topo-titulo-imovel .info-imoveis {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.conteudo-imoveis-pagina-interna .container .topo-titulo-imovel .tag-tipo-imoveis a {
  color: #2f3135;
}
.conteudo-imoveis-pagina-interna .container .topo-titulo-imovel .tag-tipo-imoveis a:hover {
  opacity: 0.8;
}
.conteudo-imoveis-pagina-interna .container .topo-titulo-imovel .tipo-de-imoveis span a {
  font-size: 14px;
  font-weight: 400;
  background-color: #2f3135;
  color: #ffffff;
  border-radius: 15px;
  padding: 5px 10px;
  text-align: center;
}
.conteudo-imoveis-pagina-interna .container .topo-titulo-imovel .tipo-de-imoveis span a:hover {
  opacity: 0.8;
}
.conteudo-imoveis-pagina-interna .container .topo-titulo-imovel h2 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 116%;
  font-weight: bold;
  text-align: left;
}
.conteudo-imoveis-pagina-interna .container .topo-titulo-imovel h2 a {
  color: #005899;
}

.preco-imovel-e-opcoes .preco-imovel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 479px) {
  .preco-imovel-e-opcoes .preco-imovel {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.preco-imovel-e-opcoes .preco-imovel .valor-imoveis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}
@media (max-width: 479px) {
  .preco-imovel-e-opcoes .preco-imovel .valor-imoveis {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.preco-imovel-e-opcoes .preco-imovel .valor-imoveis .preco {
  color: #045fa5;
  font-family: Montserrat;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15rem; /* 70.769% */
  letter-spacing: 0.01875rem;
}
.preco-imovel-e-opcoes .preco-imovel .icon-paragrafo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
}
@media (max-width: 479px) {
  .preco-imovel-e-opcoes .preco-imovel .icon-paragrafo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
  }
}
.preco-imovel-e-opcoes .preco-imovel .icon-paragrafo i {
  background-color: #e7e7e7;
  padding: 30px;
  border-radius: 50%;
}

.descricao-imovel {
  margin: 0;
  margin-bottom: 20px;
}
.descricao-imovel p {
  font-size: 16px;
  line-height: 1.5;
  color: #3C4858;
  font-weight: 400;
}
@media (max-width: 479px) {
  .descricao-imovel {
    padding: 0 20px;
  }
}

.imagem-destaque-imovel img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.conteudo-imoveis-pagina-interna {
  padding-top: 20px;
}

.topo-page {
  background-color: #FFF;
  padding: 20px 0 10px 0;
}
@media (max-width: 479px) {
  .topo-page {
    padding: 40px 0;
  }
}
.topo-page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 479px) {
  .topo-page .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.topo-page .container .brassao_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .topo-page .container .brassao_page {
    width: 200px;
  }
}
@media (max-width: 479px) {
  .topo-page .container .brassao_page {
    margin-bottom: 30px;
  }
}
.topo-page .container .titulo_page {
  font-size: 45px;
  font-family: "Raleway", sans-serif;
  color: #005EB8;
  font-weight: 600;
  border: solid 3px #005EB8;
  padding: 5px 60px;
  border-radius: 60px 0;
  border-bottom: solid 30px;
  -webkit-box-shadow: -10px -12px 4px 0px #CCCCCC;
  box-shadow: -10px -12px 4px 0px #CCCCCC;
}
.topo-page .container .titulo_page h2 {
  position: relative;
  font-size: 45px;
}
@media (max-width: 991px) {
  .topo-page .container .titulo_page h2 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .topo-page .container .titulo_page h2 {
    font-size: 28px;
  }
}
.topo-page .container .titulo_page h2 span {
  font-size: 25px;
  position: absolute;
  color: #FFFFFF;
  bottom: -34px;
  left: 0;
}
@media (max-width: 479px) {
  .topo-page .container .titulo_page h2 span {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .topo-page .container .titulo_page h2 span {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .topo-page .container .titulo_page {
    font-size: 35px;
  }
}
.page-interna {
  padding-bottom: 80px;
}
@media (max-width: 479px) {
  .page-interna {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.wp-block-gallery {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
  margin: 30px auto !important;
}
.wp-block-gallery .wp-block-image {
  margin-right: 10px;
}

.box-santo-americo {
  border-radius: 18px;
  padding: 20px;
  -webkit-box-shadow: 4px 3px 0px 2px #ffffff;
  box-shadow: 4px 3px 0px 2px #ffffff;
}
.box-santo-americo p {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 20px;
  font-weight: 600;
}

.texto-campus {
  padding: 10px 0;
}
.texto-campus h3 {
  font-size: 50px;
  margin-bottom: 30px;
}

.conteudo-galeria {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 20px 0;
}
.conteudo-galeria a img {
  width: 100%;
  height: auto;
}

.conteudo_equipe .equipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 40px;
  margin-bottom: 40px;
}
.conteudo_equipe .equipe .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(25% - 20px);
  flex: 1 1 calc(25% - 20px);
}
@media (max-width: 479px) {
  .conteudo_equipe .equipe .box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 calc(50% - 20px);
  }
}
.conteudo_equipe .equipe .box p {
  margin-top: 10px;
  font-size: 14px;
}
.conteudo_equipe .equipe .box p b {
  font-size: 20px;
  font-weight: 600;
}
.conteudo_equipe .equipe .box:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 20px);
  flex: 1 1 calc(50% - 20px);
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding-right: 20px;
}
@media (max-width: 479px) {
  .conteudo_equipe .equipe .box:nth-child(1) {
    padding-right: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.conteudo_equipe .equipe .box:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 20px);
  flex: 1 1 calc(50% - 20px);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 20px;
}
@media (max-width: 479px) {
  .conteudo_equipe .equipe .box:nth-child(2) {
    padding-left: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.conteudo_equipe .equipe .box:nth-child(2) p {
  padding-left: 30px;
}
.conteudo_equipe .equipe .box:nth-child(6) p {
  padding-left: 10px;
}

.conteudo_listagem .listagem_boxs {
  display: grid;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.conteudo_listagem .listagem_boxs .box {
  display: grid;
  gap: 70px;
  grid-template-columns: 200px 470px;
}
@media (max-width: 479px) {
  .conteudo_listagem .listagem_boxs .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 479px) {
  .conteudo_listagem .listagem_boxs .box img {
    width: 150px;
    height: auto;
  }
}
.conteudo_listagem .listagem_boxs .box p {
  background-color: #005EB8;
  color: #FFF;
  pad: 20px;
  border-radius: 18px;
  padding: 20px;
}

.page_conteudo_formulario {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 479px) {
  .page_conteudo_formulario {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page_conteudo_formulario .lado-esquerdo {
  padding: 40px;
  width: 65%;
  background-color: rgba(227, 227, 227, 0.4509803922);
}
@media (max-width: 479px) {
  .page_conteudo_formulario .lado-esquerdo {
    padding: 0px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.page_conteudo_formulario .lado-direito {
  max-width: 460px;
  width: 40%;
}
@media (max-width: 479px) {
  .page_conteudo_formulario .lado-direito {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.page_conteudo_formulario .lado-direito .formulario {
  background-color: #005BB6;
  padding: 40px;
}
.page_conteudo_formulario .lado-direito .formulario .av-field-row span {
  font-size: 10pt;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
}
.page_conteudo_formulario .lado-direito .formulario .av-field-row span a {
  font-size: 10pt;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
}
.page_conteudo_formulario .lado-direito .formulario label {
  color: #FFF;
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 21px;
}
.page_conteudo_formulario .lado-direito .formulario input, .page_conteudo_formulario .lado-direito .formulario select, .page_conteudo_formulario .lado-direito .formulario textarea {
  background-color: rgba(255, 255, 255, 0.6);
  border-bottom: solid 4px rgb(214, 153, 44);
  width: 100%;
  line-height: 24px;
  margin: 0;
  min-width: 0;
  padding: 8px 12px;
  font-family: "Raleway", sans-serif;
}
.page_conteudo_formulario .lado-direito .formulario input::-webkit-input-placeholder, .page_conteudo_formulario .lado-direito .formulario select::-webkit-input-placeholder, .page_conteudo_formulario .lado-direito .formulario textarea::-webkit-input-placeholder {
  color: rgb(225, 225, 225);
}
.page_conteudo_formulario .lado-direito .formulario input:-moz-placeholder, .page_conteudo_formulario .lado-direito .formulario select:-moz-placeholder, .page_conteudo_formulario .lado-direito .formulario textarea:-moz-placeholder {
  color: rgb(225, 225, 225);
}
.page_conteudo_formulario .lado-direito .formulario input::-moz-placeholder, .page_conteudo_formulario .lado-direito .formulario select::-moz-placeholder, .page_conteudo_formulario .lado-direito .formulario textarea::-moz-placeholder {
  color: rgb(225, 225, 225);
}
.page_conteudo_formulario .lado-direito .formulario input:-ms-input-placeholder, .page_conteudo_formulario .lado-direito .formulario select:-ms-input-placeholder, .page_conteudo_formulario .lado-direito .formulario textarea:-ms-input-placeholder {
  color: rgb(225, 225, 225);
}
.page_conteudo_formulario .lado-direito .formulario select, .page_conteudo_formulario .lado-direito .formulario option {
  background-color: rgba(255, 255, 255, 0.6);
}
.page_conteudo_formulario .lado-direito .formulario .btn_formulario {
  background-color: #db9f00;
  color: #005BB6;
  font-size: 17px;
  font-family: "Raleway", sans-serif;
}
.page_conteudo_formulario .lado-direito .formulario .av-field-row {
  margin-bottom: 10px;
}
.page_conteudo_formulario .lado-direito .formulario .av-field-row.texto_com_box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_conteudo_formulario .lado-direito .formulario .av-field-row.texto_com_box p span {
  margin-bottom: 0px;
}

.title-agendar-visita {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
}

.mob {
  font-size: 10pt;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
}

button.wpcf7-field-group-add {
  width: 214px;
  height: 48px;
  background: transparent;
  color: #005BB6;
  text-align: center;
  font-family: "Museo Sans Rounded 900";
  font-size: 14px;
  line-height: 48px;
  display: inline-block;
  margin: 10px 0;
  cursor: pointer;
  border: 3px solid #db9f00;
  padding: 0;
  text-transform: uppercase;
}

button.wpcf7-field-group-remove {
  width: 48px;
  height: 48px;
  background: transparent;
  color: #005BB6;
  text-align: center;
  font-family: "Museo Sans Rounded 900";
  font-size: 33px;
  line-height: 18px;
  display: inline-block;
  margin: 10px 0;
  cursor: pointer;
  border: 3px solid #db9f00;
  padding: 0;
  text-transform: uppercase;
  margin-right: 5px;
  vertical-align: bottom;
}

.wpcf7-not-valid-tip {
  color: #dc3232 !important;
  font-size: 11px !important;
  background-color: #f98b8b;
}

.single-header {
  height: 348px;
  position: relative;
  z-index: 0;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
}
.single-header :before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: rgba(116, 116, 116, 0.13);
}
.single-header .container {
  padding-top: 6rem;
}
.single-header .container h2 {
  text-transform: uppercase;
  font-size: 60px;
  font-family: "Museo Sans Rounded 900";
  color: #FFF;
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.27);
}

.informcoes-importantes {
  width: 100%;
  max-width: 100% !important;
}
.informcoes-importantes .wp-block-columns {
  margin-top: 50px;
  width: 66% !important;
}

.conteudo-video-youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 0 60px 0;
}
.conteudo-video-youtube .popup-youtube {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.conteudo-video-youtube .popup-youtube .icon-youtube {
  position: absolute;
  width: 75px;
  height: auto;
}
.conteudo-video-youtube .popup-youtube .icon-youtube:hover {
  opacity: 0.8;
}
.conteudo-video-youtube a img {
  max-width: 650px;
  width: 100%;
}
@media (max-width: 991px) {
  .conteudo-video-youtube a img {
    width: 85%;
    display: block;
    margin: 0 auto;
  }
}

.conteudo-banner-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 60px 0;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .conteudo-banner-footer a img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

.animacao-nav-page {
  width: 35%;
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: -42px;
  right: 30px;
}
@media (max-width: 991px) {
  .animacao-nav-page {
    bottom: -32px;
    right: 0px;
  }
}
.animacao-nav-page img {
  width: 47%;
  height: auto;
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
  z-index: 9;
}
.animacao-nav-page::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/img-nav/bg-mensagem.png");
  background-position: center center;
  background-size: cover;
  -webkit-animation: spin 25s linear infinite;
  animation: spin 25s linear infinite;
}

.conteudo-missao-visao-valores .conteudo-missao {
  background-repeat: no-repeat;
  background-size: contain;
}
.conteudo-missao-visao-valores .conteudo-visao {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.conteudo-missao-visao-valores .conteudo-valores {
  background-repeat: no-repeat;
  background-size: contain;
}
.conteudo-missao-visao-valores .conteudo-missao, .conteudo-missao-visao-valores .conteudo-visao, .conteudo-missao-visao-valores .conteudo-valores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 155px 0 100px 0;
  width: 100%;
  max-width: 874px;
  margin: 15px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.conteudo-missao-visao-valores .conteudo-missao p, .conteudo-missao-visao-valores .conteudo-visao p, .conteudo-missao-visao-valores .conteudo-valores p {
  background-color: #fff;
  width: 630px;
  height: auto;
  padding: 20px;
  text-align: justify;
}

.conteudo-nossos-valores {
  width: 100%;
  max-width: 874px;
  margin: 15px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
}
.conteudo-nossos-valores .conteudo-escuta {
  margin: 55px 0;
}
.conteudo-nossos-valores .conteudo-escuta .titulo h3 {
  font-size: 3.1rem;
}
@media (max-width: 479px) {
  .conteudo-nossos-valores .conteudo-escuta .titulo h3 {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.conteudo-nossos-valores .conteudo-escuta .box-conteudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 479px) {
  .conteudo-nossos-valores .conteudo-escuta .box-conteudo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.conteudo-nossos-valores .conteudo-escuta .box-conteudo .conteudo-texto-valores {
  border: solid 4px #000;
  padding: 15px;
  text-align: justify;
}
@media (max-width: 479px) {
  .conteudo-nossos-valores .conteudo-escuta .box-conteudo .conteudo-texto-valores {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.conteudo-nossos-valores .conteudo-escuta .box-conteudo .conteudo-texto-valores p {
  font-size: 17px;
}

.cor-azul .titulo h3 {
  text-align: left;
  padding-left: 261px;
  font-size: 2.1rem;
  color: #005EB8 !important;
}
.cor-azul .box-conteudo .conteudo-texto-valores {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border-color: #005EB8 !important;
}

.cor-dorado .titulo h3 {
  text-align: right;
  padding-right: 264px;
  font-size: 2.1rem;
  color: #DA9A28 !important;
}
.cor-dorado .box-conteudo img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 479px) {
  .cor-dorado .box-conteudo img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.cor-dorado .box-conteudo .conteudo-texto-valores {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border-color: #DA9A28 !important;
}
.cor-dorado .box-conteudo .conteudo-texto-valores p {
  color: #DA9A28 !important;
}

.galeria-page {
  padding-bottom: 80px;
}

.conteudo-form-transferencia {
  margin-top: 0;
  padding-top: 0;
}
.conteudo-form-transferencia .wpcf7-form-control-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  margin-bottom: 17px;
}
.conteudo-form-transferencia form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 0px 0 60px 0;
}
.conteudo-form-transferencia form input, .conteudo-form-transferencia form select {
  width: 100%;
  background-color: rgba(241, 241, 241, 0.6);
  border: 1px solid #DB9F00;
  border-bottom: solid 4px rgb(214, 153, 44);
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Raleway";
  font-size: 14px;
  width: 100%;
  line-height: 24px;
  margin: 0;
  min-width: 0;
  padding: 8px 12px;
  font-family: "Raleway", sans-serif;
}
.conteudo-form-transferencia form textarea {
  width: 100%;
  background-color: rgba(241, 241, 241, 0.6);
  border: 1px solid #DB9F00;
  border-bottom: solid 4px rgb(214, 153, 44);
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  margin: 0;
  min-width: 0;
  padding: 8px 12px;
  font-family: "Raleway", sans-serif;
}
.conteudo-form-transferencia form .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.conteudo-form-transferencia form .wpcf7-radio .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
}
.conteudo-form-transferencia form .wpcf7-submit {
  font-size: 18px;
  color: #fff !important;
  border: 3px solid #005BB6 !important;
  padding: 10px;
  text-transform: uppercase;
  background: #005BB6 !important;
  border: 3px solid #DB9F00;
  padding: 10px;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
}
.conteudo-form-transferencia form .wpcf7-submit:hover {
  opacity: 0.8;
}

.box-check-paragrafo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 215x;
}
.box-check-paragrafo input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
  accent-color: #005EB8;
}
.box-check-paragrafo p {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

form p {
  margin: 0;
}
form label {
  color: #FFF;
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 21px;
}
form input, form select, form textarea {
  background-color: rgb(10, 110, 187);
  width: 100%;
  line-height: 24px;
  margin: 0;
  min-width: 0;
  padding: 8px 12px;
  font-family: "Raleway", sans-serif;
  border-radius: 21px;
}
form input::-webkit-input-placeholder, form select::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: rgb(225, 225, 225);
}
form input:-moz-placeholder, form select:-moz-placeholder, form textarea:-moz-placeholder {
  color: rgb(225, 225, 225);
}
form input::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  color: rgb(225, 225, 225);
}
form input:-ms-input-placeholder, form select:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: rgb(225, 225, 225);
}
form .wpcf7-submit {
  background-color: rgb(10, 187, 97);
  color: #FFF;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
form .wpcf7-submit:hover {
  opacity: 0.8;
}

/* Gutenberg */
.wp-block-separator {
  padding-top: 30px;
  border: none;
  border-bottom: 1px solid var(--gray-scale-04);
  margin: 1em auto;
  margin-bottom: 30px;
}

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* Add vertical breathing room to the full row of columns. */
.wp-block-columns {
  margin: 20px 0;
}

/* Add horiztonal breathing room between individual columns. */
.wp-block-column {
  margin: 0 20px;
}

@media (max-width: 478px) {
  .wp-block-columns.has-3-columns {
    display: block;
  }
  .wp-block-column {
    margin: 20px 0;
  }
}
@media screen and (max-width: 764px) {
  .wp-block-columns.has-3-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .has-3-columns .wp-block-column:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 764px) {
  .wp-block-columns.has-3-columns {
    display: block;
  }
}
@media only screen and (min-width: 1140px) {
  .alignfull, .alignwide {
    margin-bottom: 2em;
  }
  .alignwide {
    width: 75vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .alignfull {
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .blog .alignfull {
    margin-left: 0;
    width: 100%;
    -webkit-transform: initial;
    transform: initial;
  }
}
figure.wp-block-gallery.has-nested-images {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  gap: 0;
  margin: 0;
  padding: 0;
}

/* Media captions */
.wp-block-embed__wrapper {
  position: relative;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.wp-block-embed iframe {
  max-width: 100%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.wp-block-embed {
  overflow-wrap: break-word;
}

@media only screen and (min-width: 822px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 8* var(--global--spacing-horizontal)), 610px);
    --responsive--alignwide-width: min(calc(100vw - 8* var(--global--spacing-horizontal)), 1240px);
  }
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

footer {
  background: #FFF;
  padding: 20px 0;
  -webkit-box-shadow: 0px -2px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -2px 6px 1px rgba(0, 0, 0, 0.1);
}
footer .container-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 479px) {
  footer .container-copyright {
    margin-top: 20px;
    max-width: 18.375rem;
    text-align: center;
  }
}
footer .container-copyright p {
  color: #005EB8;
  font-family: Raleway;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1375rem; /* 140% */
}
footer .container .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 479px) {
  footer .container .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }
}
footer .container .footer-content .sidebar-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
footer .container .footer-content .sidebar-footer h6 {
  color: #005EB8;
  font-family: Raleway;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
@media (max-width: 479px) {
  footer .container .footer-content .sidebar-footer h6 {
    text-align: center;
  }
}
footer .container .footer-content .sidebar-footer h6 a {
  color: #005EB8;
}
footer .container .footer-content .sidebar-footer h6 a:hover {
  opacity: 0.8;
}
footer .container .footer-content .sidebar-footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
footer .container .footer-content .sidebar-footer nav a {
  color: #005EB8;
  font-family: Raleway;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .container .footer-content .sidebar-footer.footer-logo {
  max-width: 18.375rem;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
footer .container .footer-content .sidebar-footer.footer-logo .logo-footer {
  color: #005EB8;
  font-family: Raleway;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.05rem; /* 140% */
  margin-bottom: 30px;
}
footer .container .footer-content .sidebar-footer.footer-logo .logo-footer img {
  width: 150px;
  height: auto;
}
footer .container .footer-content .sidebar-footer.footer-menu {
  max-width: 13.8125rem;
  width: 100%;
}
@media (max-width: 479px) {
  footer .container .footer-content .sidebar-footer.footer-menu {
    max-width: 18.375rem;
  }
}
footer .container .footer-content .sidebar-footer.footer-contato {
  max-width: 22rem;
  width: 100%;
}
@media (max-width: 479px) {
  footer .container .footer-content .sidebar-footer.footer-contato {
    max-width: 18.375rem;
  }
}
footer .container .footer-content .sidebar-footer.footer-contato .endereco {
  color: #005EB8;
  font-family: Raleway;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 479px) {
  footer .container .footer-content .sidebar-footer.footer-contato .endereco {
    text-align: center;
  }
}
footer .container .footer-content .sidebar-footer.footer-contato .endereco p {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 22px !important;
}
footer .container .footer-content .sidebar-footer.footer-contato .endereco p a {
  font-size: 16px !important;
  text-decoration: none;
}
footer .container .footer-content .sidebar-footer.footer-contato .endereco p a:hover {
  opacity: 0.8;
}
.footer-conteudo-rede-sociais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  padding: 0px 0 30px 0 !important;
}
.conteudo-rede-sociais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.conteudo-rede-sociais h6 {
  color: #005EB8;
  font-family: Raleway;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.conteudo-rede-sociais .redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}
@media (max-width: 479px) {
  .conteudo-rede-sociais .redes {
    max-width: 18.375rem;
    margin-top: 15px;
  }
}
.conteudo-rede-sociais .redes .icon {
  background-color: #b3b3b3;
  border-radius: 50%;
  overflow: visible;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
}
.conteudo-rede-sociais .redes .icon[href*="https://www.facebook.com"] {
  background-image: url(../img/icones/icon-facebook.svg);
}
.conteudo-rede-sociais .redes .icon[href*="https://www.instagram.com"] {
  background-image: url(../img/icones/icon-instagram.svg);
}
.conteudo-rede-sociais .redes .icon[href*="https://www.linkedin.com"] {
  background-image: url(../img/icones/icon-linkedin.svg);
}
.conteudo-rede-sociais .redes .icon[href*="https://www.youtube.com"] {
  background-image: url(../img/icones/icon-youtube.svg);
}
.conteudo-rede-sociais .redes .icon[href*="https://web.whatsapp.com"] {
  background-image: url(../img/icones/icon-whatsapp.svg);
}
.conteudo-rede-sociais .redes .icon:hover {
  opacity: 0.8;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.conteudo-pesquisa .container {
  padding: 20px 0;
}

.conteudo-corpo-pesquisa .container {
  padding: 20px 0;
}
.conteudo-corpo-pesquisa .container .loop-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.conteudo-corpo-pesquisa .container .loop-articles .item a img:hover {
  opacity: 0.8;
}
.conteudo-corpo-pesquisa .container .loop-articles .item .info {
  padding-top: 10px;
}
.conteudo-corpo-pesquisa .container .loop-articles .item .info .title {
  margin-top: 6px;
  color: #005EB8;
}
.conteudo-corpo-pesquisa .container .loop-articles .item .info .title:hover {
  color: rgb(146, 150, 142);
}
.conteudo-corpo-pesquisa .container .loop-articles .item .info p small {
  font-size: 12px;
}

.section-timeline {
  margin-bottom: 70px;
}
.section-timeline .timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .section-timeline .timeline-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    border-bottom: 3px solid #DB9F00;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.section-timeline .timeline-item img {
  max-width: 400px;
  height: auto;
}
.section-timeline .timeline-item .event-desc {
  background: #F0F0F0;
  font-family: "Raleway", sans-serif;
  color: #005EB8;
  font-size: 20px;
  line-height: 150%;
  padding: 20px 30px;
  text-align: justify;
}
.section-timeline .timeline-item .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-timeline .timeline-item .middle {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (max-width: 479px) {
  .section-timeline .timeline-item .middle {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.section-timeline .timeline-item .middle::before {
  content: "";
  background-color: #DB9F00;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 18px;
}
@media (max-width: 479px) {
  .section-timeline .timeline-item .middle::before {
    left: 0;
  }
}
.section-timeline .timeline-item .middle span {
  font-size: 42px;
  font-family: "Museo Sans Rounded 700";
  color: #005BB6;
  text-align: center;
  display: block;
  background: #FFFFFF;
  z-index: 9;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 10px;
  padding: 9px;
  -webkit-box-shadow: 0 8px 32px 0 rgb(246, 246, 246);
  box-shadow: 0 8px 32px 0 rgb(246, 246, 246);
}
.section-timeline .timeline-item .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-programa-high-school ul li:before {
  color: #DB9F00 !important;
}

.banner-page {
  position: relative;
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/banner-empresa.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .banner-page {
    height: 230px;
  }
}
@media (max-width: 479px) {
  .banner-page {
    height: 200px;
  }
}

.banner-page-contato {
  position: relative;
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/banner-empresa-contato.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .banner-page-contato {
    height: 230px;
  }
}
@media (max-width: 479px) {
  .banner-page-contato {
    height: 200px;
  }
}

.topo-page .container h2 {
  color: #045FA5;
  font-size: 33px;
  text-transform: uppercase;
}

body {
  position: relative;
}

.narrative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.narrative h2 {
  font-size: 30px;
  margin-bottom: 16px;
}
.narrative p {
  line-height: 24px;
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 30px;
}

.pading {
  padding: 30px;
}

.slide_home {
  width: 100%;
  height: 100%;
  position: relative;
}
.slide_home .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slide_home .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slide_home .swiper-button-next, .slide_home .swiper-button-prev {
  color: #045fa5 !important;
}
.slide_home .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 5px 0;
  gap: 5px;
}
.slide_home .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #303030;
  opacity: 1;
  background: rgba(0, 0, 0, 0.158);
}
.slide_home .swiper-pagination-bullet-active {
  opacity: 1;
  color: #FFF;
  background: #045fa5 !important;
}

.slide-imagens {
  margin-bottom: 80px;
}
@media (max-width: 479px) {
  .slide-imagens {
    overflow: hidden;
  }
}

.conteudo-abertura {
  margin-bottom: 40px;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

.btn-agende-sua-visita {
  position: fixed;
  bottom: 80px;
  right: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 218px;
  height: 109px;
  z-index: 9999;
}
.btn-agende-sua-visita:hover {
  opacity: 0.8;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 55px;
}
.swiper-slide .info-slide-imveis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  background: #ebf6ff;
  height: 100%;
  min-height: 350px;
  border-radius: 10px 0 0 10px;
  padding: 0 20px;
  margin-right: -15px;
}
.swiper-slide .info-slide-imveis h3 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 116%;
  font-weight: bold;
  text-align: left;
}
.swiper-slide .info-slide-imveis h3 a {
  color: #005899;
}
.swiper-slide .info-slide-imveis .tipo-de-imoveis span {
  font-size: 14px;
  font-weight: 400;
  background-color: #2f3135;
  color: #ffffff;
  border-radius: 15px;
  padding: 5px 10px;
  text-align: center;
}
.swiper-slide .info-slide-imveis .descricao-imoveis {
  text-align: left;
  font-weight: 400;
  color: #5e6a82;
  font-size: 15px;
}
.swiper-slide .info-slide-imveis .btn-saiba-mais {
  color: #ffffff;
  background-color: #0092ff;
  padding: 8px 20px;
  font-weight: 600;
  border-radius: 20px;
}
.swiper-slide .info-slide-imveis .btn-saiba-mais:hover {
  background-color: #005899;
}
.swiper-slide .info-slide-imveis .valor-imoveis {
  font-family: "Raleway", sans-serif;
  color: #FFF;
  font-size: 50px;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.01875rem;
  background: #045fa5;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 13px;
}
.swiper-slide .imagem-slide-imoveis img {
  border-radius: 20px;
}
@media (max-width: 479px) {
  .swiper-slide .imagem-slide-imoveis img {
    height: 300px;
  }
}

.sa_cta a {
  color: #FFF !important;
  padding: 15px 19px;
  cursor: pointer;
  background: #005BB6;
  text-transform: uppercase;
  font-family: "Museo Sans Rounded 900";
  border: 3px solid #005BB6;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.sa_cta a:hover {
  color: #FFF;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border: 3px solid #DB9F00;
}

.container-educacao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 130px;
  background-image: url("../img/destaque-educacao/bg-um.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: left;
  position: relative;
  height: 651px;
}
@media (max-width: 991px) {
  .container-educacao {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: none;
    height: auto;
    gap: 30px;
  }
}
.container-educacao .educacao-principal {
  display: block;
  margin: 0 auto;
  display: none;
}
.container-educacao .box-educacao {
  position: absolute;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .container-educacao .box-educacao {
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.container-educacao .box-educacao:nth-child(1) {
  top: 67px;
  left: 68px;
  width: 166px;
}
@media (max-width: 991px) {
  .container-educacao .box-educacao:nth-child(1) {
    top: inherit;
    left: inherit;
    width: auto;
  }
}
.container-educacao .box-educacao:nth-child(2) {
  left: 27%;
  top: 6%;
}
.container-educacao .box-educacao:nth-child(2) .educacao-imagem {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.container-educacao .box-educacao:nth-child(2) h4 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.container-educacao .box-educacao:nth-child(2) ul {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 991px) {
  .container-educacao .box-educacao:nth-child(2) {
    top: inherit;
    left: inherit;
  }
  .container-educacao .box-educacao:nth-child(2) .educacao-imagem {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .container-educacao .box-educacao:nth-child(2) h4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .container-educacao .box-educacao:nth-child(2) ul {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.container-educacao .box-educacao:nth-child(3) {
  right: 32%;
  top: 15%;
  width: 150px;
}
@media (max-width: 991px) {
  .container-educacao .box-educacao:nth-child(3) {
    top: inherit;
    right: inherit;
  }
}
.container-educacao .box-educacao:nth-child(4) {
  right: 6%;
  top: 5%;
}
.container-educacao .box-educacao:nth-child(4) .educacao-imagem {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.container-educacao .box-educacao:nth-child(4) h4 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.container-educacao .box-educacao:nth-child(4) ul {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 991px) {
  .container-educacao .box-educacao:nth-child(4) {
    top: inherit;
    right: inherit;
  }
  .container-educacao .box-educacao:nth-child(4) .educacao-imagem {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .container-educacao .box-educacao:nth-child(4) h4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .container-educacao .box-educacao:nth-child(4) ul {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 991px) {
  .container-educacao .box-educacao {
    position: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 479px) {
  .container-educacao .box-educacao {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .container-educacao .box-educacao .educacao-imagem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.container-educacao .box-educacao h4 {
  font-family: "Raleway", sans-serif;
  color: #005EB8;
  text-align: center;
  font-size: 17px;
  line-height: 150%;
  font-weight: bold;
}
@media (max-width: 991px) {
  .container-educacao .box-educacao h4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 991px) {
  .container-educacao .box-educacao ul {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.container-educacao .box-educacao ul li {
  list-style: disc;
  font-family: "Raleway", sans-serif;
  color: #005EB8;
  font-size: 14px;
  line-height: 150%;
  margin: 10px 0;
}
@media (max-width: 479px) {
  .container-educacao .box-educacao ul li {
    text-align: center;
  }
}

.todos-imoveis-btn {
  width: 100%;
  text-align: center;
  margin: 2rem 0;
}

.btn-todos-imoveis {
  color: #ffffff;
  background-color: #0092ff;
  padding: 8px 20px;
  font-weight: 600;
  border-radius: 20px;
  font-size: 22px;
}
.btn-todos-imoveis:hover {
  background-color: #005899;
}

.video-background {
  position: relative;
  width: 100%;
  height: 60vh; /* Ajuste a altura conforme necessário */
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1411764706);
}
.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1; /* Mantém o vídeo atrás do conteúdo */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover; /* Cobre toda a área da div */
}
.video-background .popup-youtube {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  position: relative;
  padding: 12px 18px;
  text-align: center;
  font-family: "Museo Sans Rounded 700";
  color: #005EB8;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  opacity: 0;
}
.video-background .popup-youtube:hover {
  opacity: 0.6;
}
.video-background .popup-youtube .icon-youtube {
  width: 75px;
  height: auto;
}

.conteudo-pq-escolher {
  margin: 30px 0px;
}
.conteudo-pq-escolher .container {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 479px) {
  .conteudo-pq-escolher .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.conteudo-pq-escolher .container .imagem-destaque {
  max-width: 544px;
  width: 100%;
}
.conteudo-pq-escolher .container .imagem-destaque img {
  height: auto;
}
.conteudo-pq-escolher .container .conteudo-texto {
  max-width: 682px;
  width: 100%;
}
@media (max-width: 479px) {
  .conteudo-pq-escolher .container .conteudo-texto h3 {
    font-size: 50px;
  }
}
@media (max-width: 479px) {
  .conteudo-pq-escolher .container .conteudo-texto {
    padding: 0 20px;
  }
}

.conteudo-formacao-integral {
  background-color: #FFF;
  padding: 110px 0;
}
@media (max-width: 479px) {
  .conteudo-formacao-integral {
    padding: 30px 0;
  }
}
@media (max-width: 479px) {
  .conteudo-formacao-integral .container {
    padding: 0 20px;
  }
}
.conteudo-formacao-integral .container h3 {
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  .conteudo-formacao-integral .container h3 {
    font-size: 50px;
  }
}

.conteudo-so-tem-na-csa {
  padding: 80px 0;
  margin: 30px 0px;
}
@media (max-width: 479px) {
  .conteudo-so-tem-na-csa {
    padding: 30px 0;
  }
}
.conteudo-so-tem-na-csa .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 991px) {
  .conteudo-so-tem-na-csa .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  .conteudo-so-tem-na-csa .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  .conteudo-so-tem-na-csa .container h3 {
    font-size: 50px;
  }
}
.conteudo-so-tem-na-csa .container .imagem-destaque {
  max-width: 544px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .conteudo-so-tem-na-csa .container .imagem-destaque {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* width: 100%; */
    max-width: 100%;
    gap: 20px;
  }
}
.conteudo-so-tem-na-csa .container .imagem-destaque a:hover {
  opacity: 0.7;
}
.conteudo-so-tem-na-csa .container .imagem-destaque .itens {
  width: 130px;
  height: auto;
}
.conteudo-so-tem-na-csa .container .imagem-destaque .img-possicao-01 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .conteudo-so-tem-na-csa .container .imagem-destaque .img-possicao-01 {
    position: relative;
    top: inherit;
    right: inherit;
  }
}
.conteudo-so-tem-na-csa .container .imagem-destaque .img-possicao-02 {
  position: absolute;
  top: 7%;
  left: 43%;
}
@media (max-width: 991px) {
  .conteudo-so-tem-na-csa .container .imagem-destaque .img-possicao-02 {
    position: relative;
    top: inherit;
    left: inherit;
  }
}
.conteudo-so-tem-na-csa .container .imagem-destaque .img-possicao-03 {
  position: absolute;
  left: 21%;
  top: 30%;
}
@media (max-width: 991px) {
  .conteudo-so-tem-na-csa .container .imagem-destaque .img-possicao-03 {
    position: relative;
    top: inherit;
    left: inherit;
  }
}
.conteudo-so-tem-na-csa .container .imagem-destaque .img-possicao-04 {
  position: absolute;
  left: 25%;
  bottom: 25%;
}
@media (max-width: 991px) {
  .conteudo-so-tem-na-csa .container .imagem-destaque .img-possicao-04 {
    position: relative;
    left: inherit;
    bottom: inherit;
  }
}
.conteudo-so-tem-na-csa .container .imagem-destaque .img-possicao-05 {
  position: absolute;
  right: 30%;
  bottom: 6%;
}
@media (max-width: 991px) {
  .conteudo-so-tem-na-csa .container .imagem-destaque .img-possicao-05 {
    position: relative;
    right: inherit;
    bottom: inherit;
  }
}
.conteudo-so-tem-na-csa .container .imagem-destaque .img-possicao-06 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .conteudo-so-tem-na-csa .container .imagem-destaque .img-possicao-06 {
    position: relative;
    right: inherit;
    bottom: inherit;
  }
}
.conteudo-so-tem-na-csa .container .imagem-destaque .img-principal {
  width: 50%;
}
@media (max-width: 991px) {
  .conteudo-so-tem-na-csa .container .imagem-destaque .img-principal {
    display: none;
  }
}
.conteudo-so-tem-na-csa .container .conteudo-texto {
  max-width: 600px;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .conteudo-so-tem-na-csa .container .conteudo-texto {
    max-width: 100%;
  }
}
.conteudo-so-tem-na-csa .container .conteudo-texto h3 {
  margin-bottom: 10px;
}
.conteudo-so-tem-na-csa .container .conteudo-texto h4 {
  z-index: 2;
}
.conteudo-so-tem-na-csa .container .conteudo-texto p {
  margin-bottom: 10px;
}

.conteudo-acontece {
  margin: 30px 0px;
}
.conteudo-acontece .container-medio h3 {
  margin-bottom: 10px;
}
.conteudo-acontece .container-medio .content-acontece {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .conteudo-acontece .container-medio .content-acontece {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .conteudo-acontece .container-medio .content-acontece {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.conteudo-acontece .container-medio .content-acontece .box_acontece {
  border-radius: 31.25rem 31.25rem 0rem 0rem;
  overflow: hidden;
  width: 18.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.conteudo-acontece .container-medio .content-acontece .box_acontece img {
  width: 100%;
  height: auto;
}
.conteudo-acontece .container-medio .content-acontece .box_acontece .conteudo-box {
  background-color: #CCCCCC;
  position: absolute;
  bottom: 20px;
  width: 100%;
  min-height: 9.5rem;
  padding: 20px;
}
.conteudo-acontece .container-medio .content-acontece .box_acontece .conteudo-box h4 {
  color: #282626;
  font-family: Raleway;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.conteudo-acontece .container-medio .content-acontece .box_acontece .conteudo-box em {
  color: #282626;
  font-family: Arial;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.225rem; /* 140% */
}
.conteudo-acontece .container-medio .content-acontece .box_acontece .conteudo-box .conteudo-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  width: -webkit-fill-available;
  padding: 0 10px;
  bottom: 10px;
}
.conteudo-acontece .container-medio .content-acontece .box_acontece .conteudo-box .conteudo-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.5625rem;
  height: 1.5625rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 3.125rem;
  background: #282626;
  text-indent: -9999px;
  background-image: url("../img/icones/icon-seta-left.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.conteudo-acontece .container-medio .content-acontece .box_acontece .conteudo-box .conteudo-btn a:hover {
  opacity: 0.8;
}

.conteudo-destaque {
  padding: 80px 0;
  margin: 30px 0px;
}
.conteudo-destaque .container-medio h3 {
  margin-bottom: 30px;
}
.conteudo-destaque .container-medio .content-destaque {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .conteudo-destaque .container-medio .content-destaque {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .conteudo-destaque .container-medio .content-destaque {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}
.conteudo-destaque .container-medio .content-destaque .box-destaque .imagem-destaque {
  border: 20px solid #005EB8;
  border-radius: 28px;
  background-color: #FFF;
  -webkit-box-shadow: 15px 12px 0px 0px #CCCCCC;
  box-shadow: 15px 12px 0px 0px #CCCCCC;
  width: 280px;
  margin-bottom: 30px;
}
.conteudo-destaque .container-medio .content-destaque .box-destaque .imagem-destaque img {
  width: 100%;
  height: auto;
}
.conteudo-destaque .container-medio .content-destaque .box-destaque h4 {
  color: #005EB8;
  text-align: center;
  font-family: Raleway;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.conteudo-nossas-certificacoes {
  padding: 80px 0;
  margin: 30px 0px;
}
.conteudo-nossas-certificacoes .container h3 {
  margin-bottom: 10px;
}
.conteudo-nossas-certificacoes .container .content-certificacoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 479px) {
  .conteudo-nossas-certificacoes .container .content-certificacoes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.conteudo-nossas-certificacoes .container .content-certificacoes img {
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}

.linha-tempo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.animacao-nav {
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  bottom: 111px;
  right: -209px;
}
@media (max-width: 991px) {
  .animacao-nav {
    bottom: 150px;
    right: 0;
  }
}
.animacao-nav img {
  width: 80px;
  height: 80px;
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
  z-index: 9;
}
.animacao-nav::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/img-nav/bg-mensagem.png");
  background-position: center center;
  background-size: cover;
  -webkit-animation: spin 25s linear infinite;
  animation: spin 25s linear infinite;
}

/* Animação de rotação */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.archive-header .archive-title {
  padding-bottom: 30px;
  padding-top: 20px;
  font-weight: 300;
  text-transform: capitalize;
  color: #045fa5;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: 20px;
}
.nav-links div a {
  border-radius: 20px;
  padding: 10px 15px;
  background-color: #045fa5;
  color: #FFF;
  text-decoration: none;
}
.nav-links div a:hover {
  background: #1d93ee;
}