@charset "UTF-8";
@font-face {
  font-family: poppins;
  src: url("./Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: poppins;
  src: url("./Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: poppins;
  src: url("./Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: poppins;
  src: url("./Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: poppins;
  src: url("./Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
body {
  font-family: poppins !important;
}

@keyframes circle_animate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(3600deg);
  }
}
input[type=submit], input[type=radio], input[type=checkbox] {
  cursor: pointer;
}

* {
  outline: none !important;
}

select,
input,
textarea {
  -webkit-appearance: none;
}

*[data-load=on] {
  color: transparent !important;
  pointer-events: none;
  position: sticky;
  filter: opacity(0.9);
  transition: all 0.3s;
}
*[data-load=on]:before {
  content: "";
  position: absolute;
  background: url(../img/loading.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: rotate_load;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
*[data-load=on]:after {
  content: "Carregando";
  position: absolute;
  color: white;
  font-family: ubuntu;
  font-size: 10px;
  top: calc(50% + 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: text_load;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes rotate_load {
  100% {
    transform: translate(-50%, -50%) rotate(1080deg);
  }
}
@keyframes text_load {
  0% {
    content: "Carregando";
  }
  25% {
    content: "Carregando.";
  }
  50% {
    content: "Carregando..";
  }
  75% {
    content: "Carregando...";
  }
  100% {
    content: "Carregando";
  }
}
header {
  position: fixed;
  height: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  z-index: 100;
  pointer-events: none;
  display: flex !important;
}
header[data-scroll=true] {
  height: 70px;
  background: #fff;
}
header[data-scroll=true] .content .menu_button a.logo {
  filter: none;
}
header[data-scroll=true] .content nav .nav_content > a:not(.area_cliente) {
  color: #21386d;
}
header[data-scroll=true] .content nav .nav_content .dropItem .title {
  color: #21386d;
}
header[data-scroll=true] .content nav .nav_content .dropItem .title::after {
  filter: invert(67%) sepia(53%) saturate(417%) hue-rotate(189deg) brightness(79%) contrast(89%);
}
header[data-scroll=true] .content nav .nav_content .dropItem.contato .subLink a {
  color: #21386d;
}
header[data-scroll=true] .content nav .nav_content a.area_cliente {
  border-color: #21386d;
  background: #21386d;
}
header .content {
  position: relative;
  width: 100%;
  max-width: 1250px;
  padding: 0 25px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .content .menu_button button.menu {
  display: none;
  position: relative;
  width: 90px;
  height: 100%;
  border: none;
  border-right: 1px solid rgba(177, 177, 177, 0.3);
  background: #fff;
  pointer-events: all;
}
header .content .menu_button button.menu::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 2px;
  background: #000000;
  transform: translate(-50%, calc(-50% + 7px));
  transition: all 0.3s;
}
header .content .menu_button button.menu::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 2px;
  background: #000000;
  transform: translate(-50%, calc(-50% - 7px));
  transition: all 0.3s;
}
header .content .menu_button a.logo {
  position: absolute;
  left: 25px;
  display: block;
  width: 125px;
  height: 35px;
  filter: brightness(0) invert(1);
  transition: all 0.3s;
  pointer-events: all;
}
header .content .menu_button a.logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
header .content nav {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .content nav h3.title {
  position: relative;
  display: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  width: 100%;
  font-weight: 400;
  margin: 0 0 12px;
}
header .content nav h3.title::after {
  content: "";
  position: absolute;
  width: calc(100% - 95px);
  height: 1px;
  background: rgba(177, 177, 177, 0.3);
  right: 0;
  top: 50%;
}
header .content nav .nav_content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 29px;
  pointer-events: all;
}
header .content nav .nav_content > a:not(.area_cliente) {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
}
header .content nav .nav_content > a:not(.area_cliente).home {
  display: none;
}
header .content nav .nav_content > a:not(.area_cliente) span {
  display: none;
}
header .content nav .nav_content .dropItem {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
}
header .content nav .nav_content .dropItem:hover .subLink {
  opacity: 1 !important;
  pointer-events: all !important;
  left: 0 !important;
}
header .content nav .nav_content .dropItem.imoveis {
  position: relative;
}
header .content nav .nav_content .dropItem.imoveis .title {
  position: relative;
  padding: 10px 15px 10px 0;
}
header .content nav .nav_content .dropItem.imoveis .title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/website/img/icones/Navbar/icon/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 5px;
}
header .content nav .nav_content .dropItem.imoveis .subLink {
  position: absolute;
  width: 190px;
  bottom: 0;
  transform: translateY(100%);
  background: #fff;
  padding: 15px 13px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  left: 10px;
}
header .content nav .nav_content .dropItem.imoveis .subLink a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
header .content nav .nav_content .dropItem.contato .title {
  display: none;
  padding: 10px 15px 10px 0;
}
header .content nav .nav_content .dropItem.contato .subLink {
  display: flex;
  gap: 29px;
}
header .content nav .nav_content .dropItem.contato .subLink a {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
}
header .content nav .nav_content .dropItem.contato .subLink a.principal {
  order: 3;
}
header .content nav .nav_content .dropItem.contato .subLink a span.title2 {
  display: none;
}
header .content nav .nav_content .dropItem .title {
  cursor: pointer;
}
header .content nav .nav_content .dropItem .title span {
  display: none;
}
header .content nav .nav_content .dropItem .subLink {
  display: none;
  pointer-events: none;
}
header .content nav .nav_content .dropItem .subLink > span {
  display: none;
}
header .content nav .nav_content a.area_cliente {
  width: 220px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin: 0 0 0 10px;
  transition: all 0.3s;
}
header .content nav .nav_content a.area_cliente span {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
}
header .content nav .nav_content .contato_content {
  display: none;
  padding: 24px 0 0;
  width: 100%;
}
header .content nav .nav_content .contato_content .item {
  width: 100%;
  height: 68px;
  border: 1px solid rgba(177, 177, 177, 0.3);
  display: flex;
  align-items: center;
  padding: 0 16px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 0 12px;
}
header .content nav .nav_content .contato_content .redes {
  display: flex;
  align-items: center;
}
header .content nav .nav_content .contato_content .redes span {
  font-size: 12px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin: 0 10px 0 0;
}
header .content nav .nav_content .contato_content .redes a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
}
header .content nav .nav_content .contato_content .redes a.instagram {
  margin: 0 6px 0 0;
}
@media (max-width: 1100px) {
  header .content nav .nav_content .dropItem.contato {
    position: relative;
  }
  header .content nav .nav_content .dropItem.contato .title {
    display: block;
    position: relative;
  }
  header .content nav .nav_content .dropItem.contato .title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/website/img/icones/Navbar/icon/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 5px;
  }
  header .content nav .nav_content .dropItem.contato .subLink {
    position: absolute;
    width: 190px;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    background: #fff;
    padding: 15px 13px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
    left: 10px;
  }
  header .content nav .nav_content .dropItem.contato .subLink a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
  }
  header .content nav .nav_content .dropItem.contato .subLink a.principal {
    order: 0;
  }
  header .content nav .nav_content .dropItem.contato .subLink a span.title1 {
    display: none;
  }
  header .content nav .nav_content .dropItem.contato .subLink a span.title2 {
    display: block;
  }
  header .content nav .nav_content a.area_cliente {
    width: 190px;
  }
}
@media (max-width: 750px) {
  header {
    height: 100%;
    pointer-events: none;
  }
  header[data-scroll=true] {
    background: transparent;
    height: 100%;
  }
  header[data-scroll=true] .content .menu_button {
    height: 55px;
  }
  header[data-scroll=true] .content nav {
    padding: 55px 0 0;
  }
  header[data-open=true] {
    background: rgba(0, 0, 0, 0.6);
  }
  header[data-open=true] .content .menu_button button.menu {
    border-color: transparent;
  }
  header[data-open=true] .content .menu_button button.menu::before {
    transform: translate(-50%, -50%) rotate(45deg);
    height: 3px;
  }
  header[data-open=true] .content .menu_button button.menu::after {
    height: 3px;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header[data-open=true] .content nav {
    transform: initial;
    pointer-events: all;
  }
  header .content {
    padding: 0;
    height: 100%;
  }
  header .content .menu_button {
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    height: 90px;
    pointer-events: all;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.3s;
  }
  header .content .menu_button button.menu {
    display: block;
  }
  header .content .menu_button a.logo {
    position: relative;
    filter: none;
    left: 0;
    margin: 0 0 0 20px;
  }
  header .content nav {
    transform: translateX(-100%);
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    height: auto;
    padding: 90px 0 0;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 360px;
    position: relative;
    overflow: auto;
    pointer-events: all;
    z-index: -1;
    background: #fff;
    transition: all 0.3s;
  }
  header .content nav h3.title {
    display: block;
  }
  header .content nav .nav_content {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 15px 25px 40px;
    gap: 0;
  }
  header .content nav .nav_content > a:not(.area_cliente) {
    position: relative;
    color: #000 !important;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100px;
    border: 1px solid rgba(177, 177, 177, 0.3);
    padding: 0 16px;
    justify-content: center;
    margin: 0 0 12px;
  }
  header .content nav .nav_content > a:not(.area_cliente)::after {
    content: "";
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 22px;
    background-image: url("/website/img/icones/Navbar/icon/mobile_arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
  header .content nav .nav_content > a:not(.area_cliente).home {
    display: flex;
  }
  header .content nav .nav_content > a:not(.area_cliente) span {
    display: block;
    font-weight: 400;
    font-size: 12px;
  }
  header .content nav .nav_content .dropItem {
    width: 100%;
    margin: 0 0 12px;
  }
  header .content nav .nav_content .dropItem.imoveis .subLink::before {
    content: "Imóveis";
  }
  header .content nav .nav_content .dropItem.contato .subLink::before {
    content: "Contato";
  }
  header .content nav .nav_content .dropItem .title {
    position: relative;
    color: #000 !important;
    font-size: 20px;
    font-weight: bold;
    display: flex !important;
    flex-direction: column;
    height: 100px;
    border: 1px solid rgba(177, 177, 177, 0.3);
    padding: 0 16px;
    justify-content: center;
    padding: 0 16px !important;
    width: 100% !important;
  }
  header .content nav .nav_content .dropItem .title::after {
    display: none;
  }
  header .content nav .nav_content .dropItem .title::before {
    content: "";
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 22px;
    background-image: url("/website/img/icones/Navbar/icon/mobile_arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
  header .content nav .nav_content .dropItem .title span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    pointer-events: none;
  }
  header .content nav .nav_content .dropItem .subLink {
    position: relative;
    transform: initial !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100%;
    padding: 0 30px !important;
    gap: 5px !important;
    justify-content: center;
    border: 1px solid #21386d;
    overflow: hidden;
    pointer-events: none;
  }
  header .content nav .nav_content .dropItem .subLink::before {
    content: "Imóveis";
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    font-weight: bold;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 0 0 0 3px;
    z-index: 1;
  }
  header .content nav .nav_content .dropItem .subLink::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 130px;
    background: #21386d;
    right: -69px;
    transform: rotate(45deg);
    top: -70px;
  }
  header .content nav .nav_content .dropItem .subLink:hover > span {
    width: 0;
  }
  header .content nav .nav_content .dropItem .subLink > span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
  }
  header .content nav .nav_content .dropItem .subLink a {
    padding: 3px 0;
    width: fit-content;
    color: #000 !important;
  }
  header .content nav .nav_content a.area_cliente {
    margin: 0;
    width: 100%;
    border: none;
    background: #21386d;
  }
  header .content nav .nav_content .contato_content {
    display: block;
  }
}

.space_header {
  height: 90px;
  display: none;
  background: #fff;
}
@media (max-width: 750px) {
  .space_header {
    display: block;
  }
}

footer {
  background: #F4F5F7;
  padding: 0 25px;
}
footer .content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 58px 0 42px;
}
footer .content .top {
  display: flex;
  justify-content: space-between;
  padding: 0 0 30px;
}
footer .content .top .left {
  width: 260px;
}
footer .content .top .left a.logo {
  width: 205px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 22px;
}
footer .content .top .left a.logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
footer .content .top .left > p {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
footer .content .top .left .redes {
  position: absolute;
  right: 0;
  bottom: 203px;
  display: flex;
  gap: 20px;
}
footer .content .top .left .redes a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
footer .content .top .right {
  width: calc(100% - 370px);
  display: flex;
  flex-wrap: wrap;
  gap: 0 115px;
}
footer .content .top .right .pages {
  width: calc((100% - 230px) / 3);
  display: flex;
  flex-direction: column;
}
footer .content .top .right .pages h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 8px;
}
footer .content .top .right .pages a {
  width: fit-content;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 8px;
}
footer .content .bottom {
  border-top: 1px solid rgba(177, 177, 177, 0.3);
  height: 225px;
  padding: 40px 0 0;
  display: flex;
  justify-content: space-between;
}
footer .content .bottom .contact {
  width: 205px;
  padding: 2px 0 0;
}
footer .content .bottom .contact .item {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
footer .content .bottom .contact .item img {
  margin: 0 4px 0 0;
}
footer .content .bottom .contact .item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.5);
}
footer .content .bottom .endereco {
  width: calc(100% - 370px);
  display: flex;
}
footer .content .bottom .endereco .item {
  position: relative;
  padding: 6px 0 0 27px;
  width: 255px;
  display: flex;
}
footer .content .bottom .endereco .item img {
  width: 17px;
  position: absolute;
  left: 0;
  top: 6px;
}
footer .content .bottom .endereco .item span {
  width: 198px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
}
footer .content .bottom .endereco .mapa {
  background: rgba(0, 0, 0, 0.5);
  width: 350px;
  height: 185px;
}
@media (max-width: 1100px) {
  footer .content .top {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .content .top .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 40px;
  }
  footer .content .top .left > p {
    width: 100%;
    max-width: 500px;
    text-align: center;
  }
  footer .content .top .left .redes {
    position: relative;
    bottom: initial;
    margin: 19px 0 0;
  }
  footer .content .top .right {
    gap: 0;
    justify-content: space-between;
    max-width: 600px;
    width: 100%;
  }
  footer .content .top .right .pages {
    width: fit-content;
  }
  footer .content .bottom {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    height: auto;
  }
  footer .content .bottom .contact {
    width: 100%;
  }
  footer .content .bottom .endereco {
    width: 100%;
  }
}
@media (max-width: 700px) {
  footer .content .bottom .endereco {
    flex-direction: column;
  }
  footer .content .bottom .endereco .item {
    width: 350px;
    margin: 0 0 20px;
  }
  footer .content .bottom .endereco .item span {
    width: 100%;
  }
}
@media (max-width: 550px) {
  footer .content .top .right {
    flex-direction: column;
  }
  footer .content .top .right .pages {
    margin: 0 0 10px;
  }
  footer .content .bottom .endereco .item {
    width: 100%;
  }
  footer .content .bottom .endereco .mapa {
    width: 100%;
  }
}

section.home_banner {
  position: relative;
  background: #000;
  width: 100%;
  height: 775px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
section.home_banner .slick-slider,
section.home_banner .slick-list,
section.home_banner .slick-track,
section.home_banner .slick-slide,
section.home_banner .slick-slide > div {
  height: 100%;
}
section.home_banner .slick-active .img img {
  animation-name: img_effect;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
@keyframes img_effect {
  0% {
    width: 120%;
    height: 120%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
section.home_banner .banner_dots .slick-dots {
  position: absolute;
  top: 250px;
  height: fit-content;
  width: 60px;
  left: 50%;
  transform: translateX(-600px);
  display: flex !important;
  flex-direction: column;
  gap: 22px;
}
section.home_banner .banner_dots .slick-dots li {
  height: 44px;
  width: 100%;
  margin: 0;
}
section.home_banner .banner_dots .slick-dots li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 0;
  background: #fff;
  transition: all 0.3s;
}
section.home_banner .banner_dots .slick-dots li.slick-active::before {
  height: 100%;
}
section.home_banner .banner_dots .slick-dots li button {
  position: relative;
  height: 100%;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  margin: 0;
}
section.home_banner .banner_dots .slick-dots li button::before {
  display: none;
}
section.home_banner .banner_dots .slick-dots li button > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
section.home_banner .item {
  position: relative;
  width: 100%;
  height: 100%;
}
section.home_banner .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 14.74%, rgba(0, 0, 0, 0) 87.24%), linear-gradient(260.52deg, rgba(33, 56, 109, 0) 0.83%, rgba(33, 56, 109, 0.2) 99.17%), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 36.94%);
}
section.home_banner .item .img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.home_banner .item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.home_banner .item .content {
  position: absolute;
  top: 250px;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  transform: translateX(-50%);
}
section.home_banner .item .content > div {
  width: 100%;
  max-width: 600px;
  padding: 0 30px 0 85px;
}
section.home_banner .item .content > div h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  margin: 0 0 30px;
}
section.home_banner .item .content > div p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 30px;
}
section.home_banner .item .content > div .dados {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 35px;
  margin: 0 0 30px;
}
section.home_banner .item .content > div .dados > div {
  display: flex;
  align-items: center;
  gap: 5px;
}
section.home_banner .item .content > div .dados > div img {
  width: 22px;
}
section.home_banner .item .content > div .dados > div span {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}
section.home_banner .item .content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
section.home_banner .item .content a:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  letter-spacing: 1px;
}
@media (max-width: 1250px) {
  section.home_banner .item .content {
    top: 180px;
  }
}
@media (max-width: 750px) {
  section.home_banner .item .content {
    top: 90px;
  }
  section.home_banner .item .content > div h2 {
    margin: 0 0 20px;
  }
}
@media (max-width: 550px) {
  section.home_banner .item::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 14.74%, rgba(0, 0, 0, 0) 87.24%), linear-gradient(260.52deg, rgba(33, 56, 109, 0) 0.83%, rgba(33, 56, 109, 0.4) 99.17%), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 36.94%);
  }
  section.home_banner .item .content {
    padding: 0 15px 25px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: fit-content;
  }
  section.home_banner .item .content > div {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  section.home_banner .item .content > div h2 {
    font-size: 32px;
  }
  section.home_banner .item .content > div p {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 20px;
  }
  section.home_banner .item .content > div .dados {
    justify-content: center;
  }
}
@media (max-width: 1250px) {
  section.home_banner {
    height: 600px;
  }
  section.home_banner .banner_dots .slick-dots {
    transform: initial;
    left: 14px;
    top: 180px;
  }
}
@media (max-width: 750px) {
  section.home_banner {
    height: 500px;
  }
}
@media (max-width: 550px) {
  section.home_banner {
    height: 600px;
  }
  section.home_banner .banner_dots .slick-dots {
    top: initial;
    bottom: 0;
    width: 100%;
    left: 0;
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }
  section.home_banner .banner_dots .slick-dots li {
    width: 45px;
    height: 30px;
    font-size: 11px;
  }
  section.home_banner .banner_dots .slick-dots li::before {
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  section.home_banner .banner_dots .slick-dots li.slick-active::before {
    width: 70%;
    height: 2px;
  }
}
section.home_categorias {
  background: #fff;
  overflow: hidden;
}
section.home_categorias .content {
  width: 100%;
  max-width: 1250px;
  padding: 100px 25px;
  margin: 0 auto;
}
section.home_categorias .content > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
section.home_categorias .content a.item {
  position: relative;
  display: block;
  width: 385px;
  height: 535px;
  border-radius: 8px;
  overflow: hidden;
}
section.home_categorias .content a.item:hover .img img {
  width: 110%;
  height: 110%;
}
section.home_categorias .content a.item .img {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.home_categorias .content a.item .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(260.52deg, rgba(33, 56, 109, 0) 0.83%, rgba(33, 56, 109, 0.2) 99.17%), linear-gradient(189.87deg, rgba(0, 0, 0, 0) 7.41%, rgba(0, 0, 0, 0.3) 88.34%);
}
section.home_categorias .content a.item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
section.home_categorias .content a.item h3 {
  font-size: 25px;
  line-height: 37px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  position: absolute;
  bottom: 21px;
  left: 30px;
}
@media (max-width: 1250px) {
  section.home_categorias .content a.item {
    width: calc((100% - 44px) / 3);
    height: 42.8vw;
  }
  section.home_categorias .content a.item h3 {
    font-size: 20px;
  }
}
@media (max-width: 950px) {
  section.home_categorias .content a.item {
    width: 320px;
    height: 440px;
    margin-right: 20px;
  }
  section.home_categorias .content a.item h3 {
    font-size: 16px;
    line-height: 20px;
    left: 15px;
  }
}
@media (max-width: 500px) {
  section.home_categorias .content a.item {
    border-radius: 5px;
    width: 305px;
    margin-right: 12px;
  }
}
@media (max-width: 950px) {
  section.home_categorias .content {
    padding: 60px 25px;
    gap: 12px;
    overflow: hidden;
  }
  section.home_categorias .content .slick-list {
    overflow: visible;
  }
  section.home_categorias .content #categoria_carousel {
    display: block;
  }
}
@media (max-width: 500px) {
  section.home_categorias .content {
    padding: 60px 0 100px 25px;
  }
}
section.home_institucional {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
section.home_institucional[data-open=true] h2 {
  transform: translateY(0);
}
section.home_institucional[data-open=true] .depoimentos_content .depoimentos {
  margin: 0 auto;
}
section.home_institucional h2 {
  font-size: 34px;
  font-weight: 300;
  color: #21386D;
  background: white;
  padding: 19px 56px;
  border-radius: 0 0 16px 16px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transition: all 1s;
  transform: translateY(99%);
}
section.home_institucional .video_content .home_video {
  background: #141414;
  overflow: hidden;
}
section.home_institucional .video_content .home_video[data-active=true] .content .image.left {
  right: calc(100% - 150px);
}
section.home_institucional .video_content .home_video[data-active=true] .content .image.right {
  left: calc(100% - 150px);
}
section.home_institucional .video_content .home_video[data-active=true] .content button {
  opacity: 0;
  pointer-events: none;
}
section.home_institucional .video_content .home_video .content {
  position: relative;
  width: 100%;
  height: 580px;
  max-width: 1920px;
  margin: 0 auto;
}
section.home_institucional .video_content .home_video .content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(260.52deg, rgba(33, 56, 109, 0) 0.83%, rgba(33, 56, 109, 0.4) 99.17%);
  z-index: 1;
  pointer-events: none;
}
section.home_institucional .video_content .home_video .content .image {
  position: absolute;
  width: 961px;
  height: 100%;
  top: 0;
  background-size: cover;
  transition: all 1s;
}
section.home_institucional .video_content .home_video .content .image.left {
  background-position: left;
  right: calc(50% - 1px);
}
section.home_institucional .video_content .home_video .content .image.right {
  background-position: right;
  left: calc(50% - 1px);
}
section.home_institucional .video_content .home_video .content #video_content {
  height: calc(100% - 2px) !important;
  width: calc(100% - 300px) !important;
  margin: 1px auto 0;
  display: block;
}
@media (max-width: 1200px) {
  section.home_institucional .video_content .home_video[data-active=true] .content .image.left {
    right: calc(100% - 80px);
  }
  section.home_institucional .video_content .home_video[data-active=true] .content .image.right {
    left: calc(100% - 80px);
  }
  section.home_institucional .video_content .home_video .content {
    height: 363px;
  }
  section.home_institucional .video_content .home_video .content .image {
    width: 601px;
  }
  section.home_institucional .video_content .home_video .content .image.left {
    right: calc(50% - 0px);
  }
  section.home_institucional .video_content .home_video .content #video_content {
    width: calc(100% - 160px) !important;
  }
  section.home_institucional .video_content .home_video .content button {
    width: 100px;
    height: 100px;
  }
  section.home_institucional .video_content .home_video .content button img {
    width: 21px;
  }
}
@media (max-width: 800px) {
  section.home_institucional .video_content .home_video[data-active=true] .content .image.left {
    right: calc(100% - 30px);
  }
  section.home_institucional .video_content .home_video[data-active=true] .content .image.right {
    left: calc(100% - 30px);
  }
  section.home_institucional .video_content .home_video .content {
    height: 243px;
  }
  section.home_institucional .video_content .home_video .content .image {
    width: 403px;
  }
  section.home_institucional .video_content .home_video .content #video_content {
    width: calc(100% - 60px) !important;
  }
  section.home_institucional .video_content .home_video .content button {
    width: 80px;
    height: 80px;
  }
}
section.home_institucional .depoimentos_content {
  background: rgba(33, 56, 109, 0.05);
  padding: 0 0 70px;
}
section.home_institucional .depoimentos_content .depoimentos {
  position: relative;
  width: 1125px;
  margin: -65px auto 0;
  background: #fff;
  border-radius: 19px;
  z-index: 1;
  transition: all 1s;
}
section.home_institucional .depoimentos_content .depoimentos > h3 {
  position: absolute;
  left: 49px;
  top: 40px;
  font-size: 35px;
  line-height: 35px;
  color: #21386D;
  margin: 0;
  z-index: 1;
}
section.home_institucional .depoimentos_content .depoimentos > div .item {
  height: 315px;
  padding: 40px 49px;
  display: flex;
}
section.home_institucional .depoimentos_content .depoimentos > div .item .left {
  width: calc(100% - 560px);
  padding: 110px 0 0;
  height: 170px;
  display: flex;
  align-items: center;
  gap: 18px;
}
section.home_institucional .depoimentos_content .depoimentos > div .item .left .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}
section.home_institucional .depoimentos_content .depoimentos > div .item .left .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.home_institucional .depoimentos_content .depoimentos > div .item .left .info h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
  color: #000000;
  margin: 0 0 3px;
}
section.home_institucional .depoimentos_content .depoimentos > div .item .left .info p {
  font-size: 16px;
  line-height: 20px;
  color: #21386D;
  margin: 0;
  font-weight: 300;
}
section.home_institucional .depoimentos_content .depoimentos > div .item .right {
  width: 560px;
  padding: 0 0 50px;
}
section.home_institucional .depoimentos_content .depoimentos > div .item .right * {
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  color: #7B7B7B;
  margin: 0;
}
@media (max-width: 1200px) {
  section.home_institucional .depoimentos_content .depoimentos > div .item {
    flex-direction: column;
    height: auto;
    padding: 30px 35px;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .left {
    width: 100%;
    padding: 0;
    height: initial;
    margin: 0 0 20px;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .right {
    width: 100%;
    padding: 0 0 60px;
  }
}
@media (max-width: 800px) {
  section.home_institucional .depoimentos_content .depoimentos > div .item {
    padding: 20px 25px;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .left .info h3 {
    font-size: 18px;
    line-height: 22px;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .left .info p {
    font-size: 14px;
    line-height: 16px;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .right {
    padding: 0 0 75px;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .right * {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 500px) {
  section.home_institucional .depoimentos_content .depoimentos > div .item .left .info h3 {
    font-size: 16px;
    line-height: 20px;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .left .info p {
    font-size: 12px;
    line-height: 14px;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .right {
    padding: 0 0 25px;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .right * {
    font-size: 12px;
    line-height: 20px;
  }
}
section.home_institucional .depoimentos_content .depoimentos .arrow {
  position: absolute;
  right: 52px;
  bottom: 24px;
  display: flex;
  gap: 12px;
}
section.home_institucional .depoimentos_content .depoimentos .arrow button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  background: #F0F0F0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
section.home_institucional .depoimentos_content .depoimentos .arrow button.next img {
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  section.home_institucional .depoimentos_content .depoimentos {
    width: 100%;
    max-width: 700px;
    margin: -40px auto 0;
  }
  section.home_institucional .depoimentos_content .depoimentos > h3 {
    position: relative;
    left: 0;
    top: 0;
    font-size: 30px;
    line-height: 31px;
    padding: 30px 35px 0;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item {
    flex-direction: column;
    height: auto;
    padding: 30px 35px;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .left {
    width: 100%;
    padding: 0;
    height: initial;
    margin: 0 0 20px;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .right {
    width: 100%;
    padding: 0 0 60px;
  }
}
@media (max-width: 800px) {
  section.home_institucional .depoimentos_content .depoimentos > h3 {
    font-size: 23px;
    line-height: 25px;
    padding: 30px 25px 0;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item {
    padding: 20px 25px;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .left .info h3 {
    font-size: 18px;
    line-height: 22px;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .left .info p {
    font-size: 14px;
    line-height: 16px;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .right {
    padding: 0 0 75px;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .right * {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 500px) {
  section.home_institucional .depoimentos_content .depoimentos {
    margin: -25px auto 0;
  }
  section.home_institucional .depoimentos_content .depoimentos > h3 {
    font-size: 19px;
    line-height: 23px;
    padding: 20px 25px 0;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .left .info h3 {
    font-size: 16px;
    line-height: 20px;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .left .info p {
    font-size: 12px;
    line-height: 14px;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .right {
    padding: 0 0 25px;
  }
  section.home_institucional .depoimentos_content .depoimentos > div .item .right * {
    font-size: 12px;
    line-height: 20px;
  }
  section.home_institucional .depoimentos_content .depoimentos .arrow {
    right: initial;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
  }
}
@media (max-width: 1200px) {
  section.home_institucional h2 {
    font-size: 24px;
    padding: 9px 35px;
  }
  section.home_institucional .depoimentos_content {
    padding: 0 25px 70px;
  }
}
@media (max-width: 800px) {
  section.home_institucional h2 {
    font-size: 20px;
    padding: 5px 25px;
  }
}
@media (max-width: 500px) {
  section.home_institucional h2 {
    font-size: 18px;
    padding: 4px 15px;
  }
  section.home_institucional .depoimentos_content {
    padding: 0 15px 50px;
  }
}
section.home_blog {
  padding: 100px 0;
  background: #fff;
}
section.home_blog .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
section.home_blog .content h2 {
  font-size: 35px;
  line-height: 52px;
  font-weight: 300;
  color: #000000;
  margin: 0 0 25px;
}
section.home_blog .content .list #blog {
  display: flex;
  gap: 30px;
}
section.home_blog .content .list .item {
  width: 380px;
}
section.home_blog .content .list .item a {
  text-decoration: none;
}
section.home_blog .content .list .item a .img {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 12px;
  border-radius: 4px;
  overflow: hidden;
}
section.home_blog .content .list .item a .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.home_blog .content .list .item a p.data {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #173F35;
  margin: 0 0 8px;
}
section.home_blog .content .list .item a h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  margin: 0 0 8px;
}
section.home_blog .content .list .item a p.desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}
@media (max-width: 1250px) {
  section.home_blog .content .list .item {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 550px) {
  section.home_blog .content .list .item {
    width: 290px;
    margin: 0 15px 0 0;
  }
  section.home_blog .content .list .item a .img {
    height: 190px;
  }
  section.home_blog .content .list .item a p.data {
    font-size: 11px;
    line-height: 17px;
  }
  section.home_blog .content .list .item a h3 {
    font-size: 17px;
    line-height: 22px;
  }
  section.home_blog .content .list .item a p.desc {
    font-size: 13px;
    line-height: 20px;
  }
}
section.home_blog .content a.ver_todos {
  position: absolute;
  right: 0;
  top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 48px;
  border-radius: 4px;
  background: #21386D;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
}
@media (max-width: 1250px) {
  section.home_blog {
    overflow: hidden;
  }
  section.home_blog .content {
    width: 100%;
    padding: 0 25px;
  }
  section.home_blog .content .list #blog {
    display: block;
  }
  section.home_blog .content .list .slick-list {
    overflow: initial;
  }
  section.home_blog .content a.ver_todos {
    right: 25px;
  }
}
@media (max-width: 800px) {
  section.home_blog {
    padding: 80px 0;
  }
  section.home_blog .content h2 {
    font-size: 30px;
    line-height: 42px;
  }
  section.home_blog .content a.ver_todos {
    top: 0;
    width: 155px;
    height: 45px;
  }
}
@media (max-width: 550px) {
  section.home_blog {
    padding: 100px 0;
  }
  section.home_blog .content h2 {
    font-size: 24px;
    text-align: center;
    line-height: 36px;
    margin: 0 0 20px;
  }
  section.home_blog .content a.ver_todos {
    position: relative;
    right: initial;
    top: initial;
    margin: 50px auto 0;
    width: 100%;
    max-width: 310px;
    height: 48px;
  }
}

section.inst_header {
  position: relative;
  height: 665px;
}
section.inst_header .banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.inst_header .banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc((100% - 1200px) / 2 + 150px);
  background: #21386D;
}
section.inst_header .banner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% - ((100% - 1200px) / 2 + 150px));
  background: linear-gradient(90deg, #21386D 15.47%, rgba(45, 45, 45, 0) 75.87%);
}
section.inst_header .banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.inst_header .content {
  position: relative;
  width: 100%;
  max-width: 1250px;
  padding: 103px 25px 50px;
  margin: 0 auto;
}
section.inst_header .content h1 {
  width: 100%;
  max-width: 580px;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin: 83px 0 40px;
}
section.inst_header .content p {
  width: 100%;
  max-width: 580px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0;
}
@media (max-width: 950px) {
  section.inst_header {
    min-height: 600px;
    height: auto;
  }
  section.inst_header .banner::before {
    width: calc((100% - 1200px) / 2 + 250px);
  }
  section.inst_header .banner::after {
    width: calc(100% - ((100% - 1200px) / 2 + 250px));
  }
  section.inst_header .content h1 {
    font-size: 45px;
    line-height: 55px;
    margin: 60px 0 30px;
  }
}
@media (max-width: 750px) {
  section.inst_header {
    min-height: 520px;
  }
  section.inst_header .content {
    padding: 40px 25px 50px;
  }
}
@media (max-width: 650px) {
  section.inst_header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.inst_header .banner::before {
    width: 100%;
    background: linear-gradient(28.02deg, #21386D 18.81%, rgba(45, 45, 45, 0) 99.42%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  }
  section.inst_header .banner::after {
    display: none;
  }
  section.inst_header .content {
    padding: 60px 25px 30px;
  }
  section.inst_header .content .breadcrumbs {
    display: none;
  }
  section.inst_header .content h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 24px;
  }
}
section.inst_video[data-open=true] .video_modal {
  opacity: 1;
  pointer-events: all;
}
section.inst_video .content {
  width: 100%;
  max-width: 1200px;
  margin: -120px auto 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.inst_video .content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(260.52deg, rgba(33, 56, 109, 0) 0.83%, rgba(33, 56, 109, 0.4) 99.17%);
}
section.inst_video .content > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.inst_video .video_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
section.inst_video .video_modal #video {
  width: 800px;
  height: 450px;
  max-width: 100vw;
  max-height: 100vh;
}
section.inst_video .video_modal #video #video_content {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 550px) {
  section.inst_video .video_modal .video_modal #video {
    height: 200px;
  }
}
@media (max-width: 950px) {
  section.inst_video .content {
    margin: -50px auto 0;
    height: 300px;
  }
}
@media (max-width: 650px) {
  section.inst_video .content {
    margin: 0 auto;
  }
}
section.inst_text .content {
  width: 100%;
  max-width: 1250px;
  padding: 80px 25px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.inst_text .content .left {
  width: 485px;
}
section.inst_text .content .left p {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #21386D;
  margin: 0 0 22px;
}
section.inst_text .content .left h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  color: #231F20;
  margin: 0;
}
section.inst_text .content .right {
  width: 585px;
}
section.inst_text .content .right * {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #242424;
  margin: 0 0 20px;
}
@media (max-width: 1150px) {
  section.inst_text .content .left {
    margin: 0 0 30px;
  }
  section.inst_text .content .right {
    width: 100%;
  }
}
@media (max-width: 650px) {
  section.inst_text .content {
    padding: 33px 25px 80px;
  }
  section.inst_text .content .left {
    margin: 0 0 22px;
  }
  section.inst_text .content .left h2 {
    font-size: 24px;
    line-height: 33px;
  }
}

section.filter_content {
  background: #fff;
  border-bottom: 1px solid rgba(177, 177, 177, 0.3);
}
section.filter_content .content {
  width: 1200px;
  padding: 58px 0 35px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 80px;
}
section.filter_content .content button {
  border: none;
  background: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #A9A9A9;
}
section.filter_content .content button.active {
  color: #000000;
}
@media (max-width: 1250px) {
  section.filter_content .content {
    width: 100%;
    padding: 58px 25px 35px;
    gap: 20px 50px;
  }
}
@media (max-width: 700px) {
  section.filter_content {
    position: relative;
    padding: 30px 25px;
    z-index: 2;
  }
  section.filter_content .content {
    position: relative;
    display: block;
    gap: 0;
    padding: 50px 0 0;
    width: 100%;
    max-width: 310px;
    height: 52px;
    border-top: 2px solid #21386d;
    overflow: hidden;
  }
  section.filter_content .content[data-open=true] {
    overflow: initial;
  }
  section.filter_content .content button {
    width: 100%;
    height: 50px;
    text-align: left;
    padding: 0 20px;
    background: #fff;
    border: 2px solid #21386d;
    border-top: none;
  }
  section.filter_content .content button.active {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  section.filter_content .content button.active::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0px;
    border: 7px solid #21386d;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: none;
    transform: translateY(-50%);
  }
}
section.emp_lista {
  background: #fff;
}
section.emp_lista .content {
  padding: 50px 0;
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
section.emp_lista .content .emp_item {
  position: relative;
  width: 520px;
  height: 555px;
  border-radius: 6px;
  overflow: hidden;
  display: block;
}
section.emp_lista .content .emp_item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.emp_lista .content .emp_item .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(216.96deg, rgba(33, 56, 109, 0) 0.97%, rgba(33, 56, 109, 0.2) 99.03%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
section.emp_lista .content .emp_item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.emp_lista .content .emp_item .top {
  position: absolute;
  left: 0;
  top: 0;
  padding: 36px 40px 0;
}
section.emp_lista .content .emp_item .top p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 21px;
  color: #fff;
  margin: 0 0 4px;
}
section.emp_lista .content .emp_item .top p.categoria {
  font-weight: 600;
}
section.emp_lista .content .emp_item .top p.bairro {
  font-weight: 400;
}
section.emp_lista .content .emp_item .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 40px 0 40px;
}
section.emp_lista .content .emp_item .bottom h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 43px;
  color: #fff;
  margin: 0;
  padding: 0 0 10px;
  width: 100%;
  max-width: 390px;
  border-bottom: 1px solid rgba(190, 190, 190, 0.3);
}
section.emp_lista .content .emp_item .bottom .dados {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 35px;
  height: 82px;
  padding: 0 0 12px;
}
section.emp_lista .content .emp_item .bottom .dados > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
section.emp_lista .content .emp_item .bottom .dados > div span {
  font-weight: 400px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
@media (max-width: 1150px) {
  section.emp_lista .content .emp_item {
    width: 400px;
    height: 425px;
  }
  section.emp_lista .content .emp_item .top {
    padding: 20px 20px 0;
  }
  section.emp_lista .content .emp_item .bottom {
    padding: 0 20px;
  }
  section.emp_lista .content .emp_item .bottom h2 {
    font-size: 24px;
    line-height: 35px;
  }
  section.emp_lista .content .emp_item .bottom .dados {
    gap: 0;
  }
  section.emp_lista .content .emp_item .bottom .dados > div {
    width: 50%;
  }
}
@media (max-width: 500px) {
  section.emp_lista .content .emp_item {
    width: 305px;
    height: 402px;
  }
  section.emp_lista .content .emp_item .top {
    padding: 15px 15px 0;
  }
  section.emp_lista .content .emp_item .bottom {
    padding: 0 15px;
  }
  section.emp_lista .content .emp_item .bottom .dados {
    height: auto;
    flex-direction: column;
    align-items: baseline;
    gap: 5px;
    padding: 10px 0 15px;
  }
}
@media (max-width: 1150px) {
  section.emp_lista .content {
    width: 820px;
    gap: 20px;
  }
}
@media (max-width: 850px) {
  section.emp_lista .content {
    width: 400px;
  }
}
@media (max-width: 500px) {
  section.emp_lista .content {
    width: 305px;
    gap: 25px;
  }
}

section.empre_banner {
  position: relative;
  width: 100%;
  height: 775px;
}
section.empre_banner .content {
  width: 100%;
  height: 100%;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 25px 0;
}
section.empre_banner .content .breadcrumb_content {
  position: absolute;
  top: 115px;
  left: calc((100% - 1200px) / 2);
  z-index: 1;
}
section.empre_banner .content .info {
  width: 405px;
}
section.empre_banner .content .info .banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: -1;
}
section.empre_banner .content .info .banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 14.74%, rgba(0, 0, 0, 0) 87.24%), linear-gradient(260.52deg, rgba(33, 56, 109, 0) 0.83%, rgba(33, 56, 109, 0.2) 99.17%), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 36.94%);
}
section.empre_banner .content .info .banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  animation-name: img_effect;
  animation-duration: 1.5s;
  animation-delay: 1s;
  animation-fill-mode: both;
}
@keyframes img_effect {
  0% {
    width: 120%;
    height: 120%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
section.empre_banner .content .info h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 0 15px;
}
section.empre_banner .content .info h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 50px;
  margin: 0 0 30px;
  color: #fff;
}
section.empre_banner .content .info > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 30px;
}
section.empre_banner .content .info .dados {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0 0 30px;
}
section.empre_banner .content .info .dados > div {
  display: flex;
  align-items: center;
  gap: 5px;
}
section.empre_banner .content .info .dados > div span {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}
section.empre_banner .content .info > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
section.empre_banner .content .info > a:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  letter-spacing: 1px;
}
section.empre_banner .content .form_content form.formEmpreendimento {
  width: 380px;
  background: #fff;
  border-radius: 8px;
  padding: 40px;
}
section.empre_banner .content .form_content form.formEmpreendimento > p {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin: 0 0 14px;
}
section.empre_banner .content .form_content form.formEmpreendimento .item {
  margin: 0 0 12px;
}
section.empre_banner .content .form_content form.formEmpreendimento .item input {
  width: 100%;
  height: 48px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0 24px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  color: #000;
}
section.empre_banner .content .form_content form.formEmpreendimento .item input::placeholder {
  color: #000;
}
section.empre_banner .content .form_content form.formEmpreendimento .item input:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  caret-color: transparent !important;
  transition: background-color 5000s;
}
section.empre_banner .content .form_content form.formEmpreendimento .checkbox {
  margin: 0 0 24px;
}
section.empre_banner .content .form_content form.formEmpreendimento .checkbox input:checked + label::before {
  background-image: url("/website/img/icones/Empre_banner/checked.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
section.empre_banner .content .form_content form.formEmpreendimento .checkbox label {
  position: relative;
  padding: 0 0 0 28px;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #000;
  margin: 0;
  width: 100%;
  display: block;
}
section.empre_banner .content .form_content form.formEmpreendimento .checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}
section.empre_banner .content .form_content form.formEmpreendimento button {
  width: 100%;
  height: 48px;
  background: #21386D;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  border: none;
}
@media (max-width: 500px) {
  section.empre_banner .content .form_content form.formEmpreendimento {
    width: 100%;
    padding: 30px 40px;
  }
}
@media (max-width: 1250px) {
  section.empre_banner .content .breadcrumb_content {
    left: 25px;
  }
}
@media (max-width: 950px) {
  section.empre_banner {
    height: auto;
  }
  section.empre_banner .content {
    flex-direction: column;
    padding: 0 0 50px;
  }
  section.empre_banner .content .info {
    position: relative;
    width: 100%;
    padding: 190px 25px 100px;
  }
  section.empre_banner .content .info > p {
    max-width: 360px;
  }
  section.empre_banner .content .form_content {
    margin: -50px 0 0;
  }
}
@media (max-width: 750px) {
  section.empre_banner .content .breadcrumb_content {
    top: 30px;
  }
  section.empre_banner .content .info {
    padding: 100px 25px 100px;
  }
}
@media (max-width: 500px) {
  section.empre_banner .content {
    padding: 0;
  }
  section.empre_banner .content .breadcrumb_content {
    display: none;
  }
  section.empre_banner .content .info {
    padding: 76px 25px 165px;
  }
  section.empre_banner .content .info h3 {
    margin: 0 0 24px;
  }
  section.empre_banner .content .info h1 {
    font-size: 34px;
    line-height: 34px;
    margin: 0 0 18px;
  }
  section.empre_banner .content .info > p {
    margin: 0 0 24px;
  }
  section.empre_banner .content .info .dados {
    flex-direction: column;
  }
  section.empre_banner .content .info > a {
    width: 226px;
    height: 43px;
    border-radius: 8px;
    font-size: 12px;
    letter-spacing: 1px;
  }
  section.empre_banner .content .form_content {
    width: calc(100% - 20px);
    margin: -63px 0 auto;
    padding: 0 0 32px;
  }
}
section.empre_nav {
  height: 70px;
}
section.empre_nav[data-scroll=true] > div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: scroll_barr;
}
@keyframes scroll_barr {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.empre_nav > div {
  position: relative;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid rgba(177, 177, 177, 0.3);
  background: #fff;
}
section.empre_nav > div .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  gap: 0 70px;
}
section.empre_nav > div .content button {
  position: relative;
  min-width: 56px;
  padding: 0 7px;
  height: 100%;
  background: transparent;
  border: none;
  font-weight: 300;
  font-size: 14px;
  color: #A9A9A9;
  cursor: pointer;
}
section.empre_nav > div .content button.active {
  color: #000;
}
section.empre_nav > div .content button.active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 56px;
  height: 3px;
  background: #21386D;
}
@media (max-width: 1250px) {
  section.empre_nav > div .content {
    width: 100%;
    padding: 0 25px;
  }
}
@media (max-width: 1000px) {
  section.empre_nav > div .content {
    gap: 0 30px;
  }
}
@media (max-width: 750px) {
  section.empre_nav {
    display: none;
  }
}
section.empre_info {
  padding: 53px 0 40px;
  background: #fff;
}
section.empre_info[data-open=true] .video_modal {
  opacity: 1;
  pointer-events: all;
}
section.empre_info .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 485px;
}
section.empre_info .content .image {
  position: absolute;
  top: 0;
  right: 665px;
  width: 880px;
  height: 485px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.empre_info .content .image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
section.empre_info .content .image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.empre_info .content .info {
  width: 590px;
  padding: 56px 0 0;
}
section.empre_info .content .info .logo {
  width: 210px;
  height: 65px;
  margin: 0 0 20px;
}
section.empre_info .content .info .logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
section.empre_info .content .info h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 52px;
  color: #000000;
  margin: 0 0 20px;
}
section.empre_info .content .info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7B7B7B;
  margin: 0 0 28px;
}
section.empre_info .content .info .buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}
section.empre_info .content .info .buttons a {
  background: #21386D;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
}
section.empre_info .content .info .buttons a.interesse {
  width: 235px;
  height: 48px;
  font-size: 12px;
}
section.empre_info .content .info .buttons a.tour {
  width: 87px;
  height: 87px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 18px;
}
section.empre_info .video_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
section.empre_info .video_modal #video {
  width: 800px;
  height: 450px;
  max-width: 100vw;
  max-height: 100vh;
}
section.empre_info .video_modal #video #video_content {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 1300px) {
  section.empre_info .content {
    width: 100%;
    padding: 0 30px 0 0;
    justify-content: flex-end;
  }
  section.empre_info .content .image {
    right: 585px;
  }
  section.empre_info .content .image button {
    right: 190px;
    left: initial !important;
  }
  section.empre_info .content .video_btn {
    right: 200px;
  }
  section.empre_info .content .info {
    width: 500px;
  }
}
@media (max-width: 1000px) {
  section.empre_info .content {
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    padding: 0;
  }
  section.empre_info .content .image {
    position: relative;
    right: initial;
    width: 100%;
    max-width: 880px;
  }
  section.empre_info .content .image button {
    right: initial;
    left: 50% !important;
  }
  section.empre_info .content .info {
    width: 100%;
    padding: 30px 35px 0;
  }
}
@media (max-width: 550px) {
  section.empre_info {
    padding: 0 0 40px;
  }
  section.empre_info .content {
    padding: 20px 0 40px;
  }
  section.empre_info .content .image {
    height: 225px;
  }
  section.empre_info .content .image button {
    width: 78px !important;
    height: 78px !important;
  }
  section.empre_info .content .image button img {
    width: 18px;
  }
  section.empre_info .content .info {
    padding: 30px 25px 0;
  }
  section.empre_info .content .info h2 {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 28px;
  }
  section.empre_info .content .info .buttons a.interesse {
    order: 2;
  }
  section.empre_info .content .info .buttons a.tour {
    order: 1;
  }
  section.empre_info .video_modal #video {
    height: 200px;
  }
}
section.empre_drop {
  background: #fff;
  padding: 75px 0 50px;
}
section.empre_drop .content {
  width: 100%;
  max-width: 1250px;
  padding: 0 25px;
  margin: 0 auto;
}
section.empre_drop .content h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 53px;
  color: #000000;
  margin: 0 0 5px;
}
section.empre_drop .content .lista {
  margin: 0 0 40px;
}
section.empre_drop .content .lista .item {
  position: relative;
  border-bottom: 1px solid #B1B1B1;
  cursor: pointer;
  padding: 27px 50px 27px 20px;
}
section.empre_drop .content .lista .item * {
  pointer-events: none;
}
section.empre_drop .content .lista .item[data-open=false] button.close svg {
  transform: rotate(0deg);
}
section.empre_drop .content .lista .item[data-open=false] button.close svg path {
  fill: #B1B1B1;
}
section.empre_drop .content .lista .item[data-open=false] .text {
  height: 0;
  padding-top: 0;
}
section.empre_drop .content .lista .item > h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  margin: 0;
}
section.empre_drop .content .lista .item .text {
  overflow: hidden;
  padding: 12px 50px 0 0;
  transition: all 0.3s;
}
section.empre_drop .content .lista .item .text * {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  color: #7B7B7B;
}
section.empre_drop .content .lista .item button.close {
  position: absolute;
  right: 35px;
  top: 29px;
  border: none;
  padding: 0;
  transition: all 0.3s;
  background: transparent;
  cursor: pointer;
}
section.empre_drop .content .lista .item button.close svg {
  transition: all 0.3s;
  transform: rotate(45deg);
}
section.empre_drop .content .lista .item button.close svg path {
  fill: #1C1B1F;
  transition: all 0.3s;
}
section.empre_drop .content a.tenho_interesse {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 48px;
  background: #21386D;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
  margin: 0 auto;
}
@media (max-width: 550px) {
  section.empre_drop {
    padding: 10px 0 50px;
  }
  section.empre_drop .content h2 {
    font-size: 24px;
    line-height: 36px;
  }
  section.empre_drop .content .lista .item .text {
    padding: 12px 0 0 0;
  }
  section.empre_drop .content a.tenho_interesse {
    width: 100%;
    max-width: 310px;
  }
}
section.empre_galeria {
  position: relative;
  background: #fff;
}
section.empre_galeria::before {
  content: "";
  position: absolute;
  left: 0;
  top: 350px;
  width: calc((100% - 1200px - 40px) / 2);
  height: 240px;
  background: #21386D;
  border-radius: 0 10px 10px 0;
}
section.empre_galeria::after {
  content: "";
  position: absolute;
  right: 0;
  top: 350px;
  width: calc((100% - 1200px - 40px) / 2);
  height: 240px;
  background: #21386D;
  border-radius: 10px 0 0 10px;
}
section.empre_galeria .content {
  width: 100%;
  max-width: 1250px;
  padding: 80px 25px 65px;
  margin: 0 auto;
}
section.empre_galeria .content .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 42px;
}
section.empre_galeria .content .top h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 52px;
  color: #000000;
  margin: 0;
}
section.empre_galeria .content .top button {
  width: 185px;
  height: 48px;
  background: #21386D;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
section.empre_galeria .content .galeria {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section.empre_galeria .content .galeria a.notDisplay {
  display: none;
}
section.empre_galeria .content .galeria > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.empre_galeria .content .galeria > div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
section.empre_galeria .content .galeria > div.left {
  width: 390px;
}
section.empre_galeria .content .galeria > div.left a {
  width: 100%;
  height: 100%;
}
section.empre_galeria .content .galeria > div.right {
  width: calc(100% - 390px - 20px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section.empre_galeria .content .galeria > div.right .item {
  width: 385px;
  height: 280px;
}
@media (max-width: 1250px) {
  section.empre_galeria::before {
    display: none;
  }
  section.empre_galeria::after {
    display: none;
  }
  section.empre_galeria .content .galeria > div.left {
    width: 31.2vw;
  }
  section.empre_galeria .content .galeria > div.right {
    width: calc(100% - 20px - 31.2vw);
  }
  section.empre_galeria .content .galeria > div.right .item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 900px) {
  section.empre_galeria .content .galeria {
    gap: 10px;
  }
  section.empre_galeria .content .galeria > div.right {
    width: calc(100% - 10px - 31.2vw);
    gap: 10px;
  }
  section.empre_galeria .content .galeria > div.right .item {
    width: calc((100% - 10px) / 2);
    height: 180px;
  }
}
@media (max-width: 600px) {
  section.empre_galeria .content {
    position: relative;
    padding: 50px 25px 140px;
  }
  section.empre_galeria .content .top {
    margin: 0 0 18px;
  }
  section.empre_galeria .content .top h2 {
    font-size: 24px;
    line-height: 36px;
    width: 100%;
    text-align: center;
  }
  section.empre_galeria .content .top button {
    position: absolute;
    bottom: 50px;
    width: 100%;
    max-width: 310px;
    left: 50%;
    transform: translateX(-50%);
  }
  section.empre_galeria .content .galeria {
    gap: 20px;
  }
  section.empre_galeria .content .galeria > div.left {
    width: 100%;
    height: 450px;
  }
  section.empre_galeria .content .galeria > div.right {
    width: 100%;
    gap: 20px;
  }
  section.empre_galeria .content .galeria > div.right .item {
    width: 100%;
    height: 220px;
  }
}
section.empre_map {
  background: #fff;
}
section.empre_map .content {
  width: 100%;
  max-width: 1250px;
  padding: 65px 25px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
section.empre_map .content .dados {
  width: 520px;
  padding: 10px 0 0;
}
section.empre_map .content .dados h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 1px;
  color: #000;
  margin: 0 0 30px;
}
section.empre_map .content .dados .endereco {
  position: relative;
  padding: 0 0 0 32px;
  margin: 0 0 40px;
}
section.empre_map .content .dados .endereco img {
  position: absolute;
  left: 0;
  top: 0;
}
section.empre_map .content .dados .endereco span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7B7B7B;
}
section.empre_map .content .dados .buttons {
  display: flex;
  justify-content: space-between;
}
section.empre_map .content .dados .buttons .interesse {
  border: none;
  background: #21386D;
  color: #fff;
  width: 235px;
  height: 48px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
}
section.empre_map .content .dados .buttons a {
  width: 235px;
  height: 48px;
  border: 1px solid #21386D;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  color: #21386D;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.empre_map .content #map {
  width: 590px;
  height: 290px;
  background: #000;
}
@media (max-width: 1200px) {
  section.empre_map .content .dados {
    width: calc(100% - 500px);
    padding: 10px 70px 0 0;
  }
  section.empre_map .content .dados .buttons {
    flex-direction: column;
    gap: 10px;
  }
  section.empre_map .content #map {
    width: 500px;
  }
}
@media (max-width: 1000px) {
  section.empre_map .content {
    flex-wrap: wrap;
  }
  section.empre_map .content .dados {
    width: 100%;
    max-width: 800px;
    padding: 0 0 40px;
  }
  section.empre_map .content .dados .buttons {
    flex-direction: row;
    justify-content: initial;
  }
  section.empre_map .content #map {
    width: 100%;
  }
}
@media (max-width: 600px) {
  section.empre_map .content {
    padding: 50px 25px;
  }
  section.empre_map .content .dados {
    padding: 0 0 24px;
  }
  section.empre_map .content .dados h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 24px;
  }
  section.empre_map .content .dados .endereco {
    padding: 0 20px 0 32px;
  }
  section.empre_map .content .dados .buttons {
    gap: 20px 10px;
    flex-wrap: wrap;
  }
  section.empre_map .content #map {
    height: 290px;
  }
}
section.empre_galeria2 {
  overflow: hidden;
}
section.empre_galeria2 .content {
  padding: 65px 25px 100px;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
section.empre_galeria2 .content h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 42px;
  color: #000;
  margin: 0 0 37px;
}
section.empre_galeria2 .content .carousel_content {
  position: relative;
}
section.empre_galeria2 .content .carousel_content > div .slick-list {
  overflow: visible;
}
section.empre_galeria2 .content .carousel_content > div a.item.slick-active img {
  width: 100%;
}
section.empre_galeria2 .content .carousel_content > div a.item {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 500px;
  width: 100%;
}
section.empre_galeria2 .content .carousel_content > div a.item img {
  object-fit: cover;
  width: calc(100% - 80px);
  height: 100%;
  margin: 0 auto;
  transition: all ease 0.5s;
  transition-delay: 0.5s;
}
section.empre_galeria2 .content .carousel_content .arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 28px;
}
section.empre_galeria2 .content .carousel_content .arrows button {
  pointer-events: all;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: transparent;
  cursor: pointer;
}
section.empre_galeria2 .content .carousel_content .arrows button img {
  pointer-events: none;
}
section.empre_galeria2 .content .carousel_content .arrows button.next {
  transform: rotate(180deg);
}
@media (max-width: 1300px) {
  section.empre_galeria2 .content .carousel_content {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  section.empre_galeria2 .content .carousel_content > div a.item {
    height: 340px;
  }
  section.empre_galeria2 .content .carousel_content > div a.item img {
    width: calc(100% - 40px);
  }
}
@media (max-width: 600px) {
  section.empre_galeria2 .content {
    padding: 50px 25px;
  }
  section.empre_galeria2 .content h2 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin: 0 0 12px;
  }
  section.empre_galeria2 .content .carousel_content {
    width: calc(100% - 10px);
  }
  section.empre_galeria2 .content .carousel_content > div a.item {
    height: 55vw;
    min-height: 200px;
  }
  section.empre_galeria2 .content .carousel_content > div a.item img {
    width: calc(100% - 16px);
  }
  section.empre_galeria2 .content .carousel_content .arrows {
    padding: 0;
  }
  section.empre_galeria2 .content .carousel_content .arrows button {
    width: 37px;
    height: 37px;
  }
  section.empre_galeria2 .content .carousel_content .arrows button img {
    width: 10px;
  }
}
section.empre_obra {
  background: linear-gradient(180deg, #f4f5f7 0%, #ffffff 100%);
  overflow: hidden;
}
section.empre_obra[data-tab="1"] .carousel_content #obras {
  display: block;
}
section.empre_obra[data-tab="2"] .carousel_content #videos {
  display: block;
}
section.empre_obra .content {
  width: 100%;
  max-width: 1250px;
  padding: 95px 25px 90px;
  margin: 0 auto;
}
section.empre_obra .content h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 44px;
  text-align: center;
  color: #000;
  margin: 0 0 45px;
}
section.empre_obra .content .progress_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 70px;
  color: #000;
  gap: 25px 83px;
}
section.empre_obra .content .progress_content .item {
  width: 100px;
}
section.empre_obra .content .progress_content .item.nodisplay {
  display: none;
}
section.empre_obra .content .progress_content .item .barra {
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 10px;
}
section.empre_obra .content .progress_content .item .barra .left {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
section.empre_obra .content .progress_content .item .barra .left div {
  position: absolute;
  width: 200%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.8s;
  transition-delay: 0.8s;
  border-radius: 50%;
  overflow: hidden;
}
section.empre_obra .content .progress_content .item .barra .left div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  width: 50%;
  height: 100%;
  background: #e5e5e5;
}
section.empre_obra .content .progress_content .item .barra .left div:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0%;
  width: 50%;
  height: 100%;
  background: #21386d;
}
section.empre_obra .content .progress_content .item .barra .right {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
section.empre_obra .content .progress_content .item .barra .right div {
  position: absolute;
  width: 200%;
  height: 100%;
  right: 0;
  top: 0;
  transition: all 0.8s;
  border-radius: 50%;
  overflow: hidden;
}
section.empre_obra .content .progress_content .item .barra .right div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  width: 50%;
  height: 100%;
  background: #21386d;
}
section.empre_obra .content .progress_content .item .barra .right div:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0%;
  width: 50%;
  height: 100%;
  background: #e5e5e5;
}
section.empre_obra .content .progress_content .item .barra span {
  position: absolute;
  width: 72px;
  height: 72px;
  font-size: 16px;
  background: #ffffff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-weight: 400;
}
section.empre_obra .content .progress_content .item > p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin: 0;
}
section.empre_obra .content .filtros {
  width: 660px;
  margin: 0 auto 43px;
  display: flex;
  justify-content: space-between;
}
section.empre_obra .content .filtros .select_content {
  position: relative;
}
section.empre_obra .content .filtros .select_content::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid black;
  border-right: transparent;
  border-left: transparent;
  box-sizing: border-box;
  width: 10px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: transparent;
}
section.empre_obra .content .filtros select {
  font-weight: 300;
  font-size: 14px;
  height: 40px;
  width: 265px;
  background: transparent;
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid #000;
}
section.empre_obra .content .filtros .buttons {
  width: 255px;
  display: flex;
}
section.empre_obra .content .filtros .buttons button {
  text-align: center;
  width: 50%;
  height: 40px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #B1B1B1;
  font-weight: 400;
  font-size: 16px;
  color: #A9A9A9;
}
section.empre_obra .content .filtros .buttons button.active {
  color: #21386D;
  border-bottom: 2px solid #21386D;
}
section.empre_obra .content .carousel_content {
  margin: 0 0 77px;
}
section.empre_obra .content .carousel_content > div {
  display: none;
}
section.empre_obra .content .carousel_content > div .slick-track {
  height: 240px !important;
  overflow: hidden;
}
section.empre_obra .content .carousel_content > div .item {
  height: 240px;
  width: 380px !important;
  margin: 0 30px 0 0;
}
section.empre_obra .content .carousel_content > div .item iframe {
  width: 100%;
  height: 100%;
}
section.empre_obra .content .carousel_content > div .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.empre_obra .content .carousel_content > div .item > div {
  width: 100% !important;
  height: 100% !important;
}
section.empre_obra .content .carousel_content > div .slick-dots {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 13px;
  bottom: -30px;
  margin: 20px 0 0;
}
section.empre_obra .content .carousel_content > div .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
}
section.empre_obra .content .carousel_content > div .slick-dots li.slick-active button {
  background: #21386D;
}
section.empre_obra .content .carousel_content > div .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #D9D9D9;
  border: none;
  margin: 0;
}
section.empre_obra .content .carousel_content > div .slick-dots li button::before {
  display: none;
}
section.empre_obra .content .interesse {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #fff;
  background: #21386D;
  width: 235px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  section.empre_obra .content {
    overflow: hidden;
  }
  section.empre_obra .content .carousel_content > div .slick-list {
    overflow: initial;
  }
}
@media (max-width: 900px) {
  section.empre_obra .content .progress_content {
    gap: 25px 50px;
  }
  section.empre_obra .content .filtros {
    width: 100%;
  }
  section.empre_obra .content .filtros select {
    width: 240px;
  }
  section.empre_obra .content .carousel_content > div .slick-track {
    padding: 0 25px;
  }
}
@media (max-width: 600px) {
  section.empre_obra .content {
    padding: 45px 25px 90px;
  }
  section.empre_obra .content h2 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin: 0 0 30px;
  }
  section.empre_obra .content .progress_content {
    gap: 40px 50px;
    margin: 0 0 40px;
  }
  section.empre_obra .content .filtros {
    flex-direction: column;
    max-width: 310px;
    gap: 30px;
  }
  section.empre_obra .content .filtros select {
    width: 100%;
  }
  section.empre_obra .content .filtros .buttons {
    width: 100%;
  }
  section.empre_obra .content .carousel_content > div .slick-track {
    height: 165px !important;
  }
  section.empre_obra .content .carousel_content > div .item {
    margin: 0 25px 0 0;
    width: 260px !important;
    height: 165px;
  }
}

section.terreno_header {
  position: relative;
  z-index: 1;
}
section.terreno_header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #21386D;
  opacity: 0.9;
}
section.terreno_header > img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.terreno_header .content {
  position: relative;
  width: 100%;
  max-width: 1250px;
  padding: 103px 25px 0;
  margin: 0 auto;
  height: 380px;
}
section.terreno_header .content .image {
  width: 805px;
  height: 830px;
  position: absolute;
  top: 183px;
  left: -335px;
}
section.terreno_header .content .image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.terreno_header .content h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  margin: 0;
  padding: 135px 0 0 515px;
}
@media (max-width: 1200px) {
  section.terreno_header .content .image {
    width: 385px;
    height: 500px;
    top: 183px;
    left: 0px;
  }
  section.terreno_header .content h1 {
    padding: 135px 0 0 400px;
  }
}
@media (max-width: 900px) {
  section.terreno_header .content {
    height: 260px;
  }
  section.terreno_header .content .image {
    height: 390px;
    top: 163px;
    left: -150px;
  }
  section.terreno_header .content h1 {
    padding: 70px 0 0 240px;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 750px) {
  section.terreno_header .content {
    height: 160px;
    padding: 96px 25px 0;
  }
  section.terreno_header .content .breadcrumbs {
    display: none;
  }
  section.terreno_header .content .image {
    height: 330px;
    top: 63px;
    left: -140px;
    width: 310px;
  }
  section.terreno_header .content h1 {
    padding: 0 0 0 180px;
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  section.terreno_header .content {
    height: 93px;
    padding: 0;
  }
  section.terreno_header .content .image {
    width: 100%;
    height: 370px;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    top: initial;
  }
  section.terreno_header .content h1 {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
section.terreno_content .content {
  width: 100%;
  min-height: 790px;
  max-width: 1250px;
  margin: 0 auto;
  padding: 50px 25px 112px 510px;
}
section.terreno_content .content .text {
  margin: 0 0 50px;
}
section.terreno_content .content .text * {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  margin: 0;
}
section.terreno_content .content .text * b {
  font-weight: bold;
}
section.terreno_content .content form {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 37px;
}
section.terreno_content .content form .item {
  width: 100%;
}
section.terreno_content .content form .item.half {
  width: calc((100% - 37px) / 2);
}
section.terreno_content .content form .item.select {
  position: relative;
}
section.terreno_content .content form .item.select::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid #8298CB;
  box-sizing: border-box;
  width: 10px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: transparent;
}
section.terreno_content .content form .item input {
  height: 44px;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #585858;
  border: none;
  border-bottom: 1px solid #B1B1B1;
  background: transparent;
}
section.terreno_content .content form .item input::placeholder {
  color: #585858;
}
section.terreno_content .content form .item input:-webkit-autofill {
  -webkit-text-fill-color: #585858 !important;
  caret-color: transparent !important;
  transition: background-color 5000s;
}
section.terreno_content .content form .item select {
  height: 44px;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #585858;
  border: none;
  border-bottom: 1px solid #B1B1B1;
  background: transparent;
  -webkit-appearance: none;
}
section.terreno_content .content form .item label.anexo_label {
  display: block;
  position: relative;
  height: 44px;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #585858;
  border: none;
  border-bottom: 1px solid #B1B1B1;
  background: transparent;
  padding: 0 180px 0 0;
  display: flex;
  align-items: center;
}
section.terreno_content .content form .item label.anexo_label::after {
  content: "Clique aqui";
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 9px;
  width: 165px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  background: #21386D;
  color: #fff;
}
section.terreno_content .content form .item textarea {
  height: 80px;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #585858;
  border: none;
  border-bottom: 1px solid #B1B1B1;
  background: transparent;
}
section.terreno_content .content form .item textarea::placeholder {
  color: #585858;
}
section.terreno_content .content form .checkbox {
  width: 100%;
}
section.terreno_content .content form .checkbox input[type=checkbox]:checked + label::before {
  background-image: url("/website/img/checked.svg");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center;
}
section.terreno_content .content form .checkbox label {
  display: block;
  width: 100%;
  position: relative;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  padding: 0 0 0 30px;
}
section.terreno_content .content form .checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #707070;
}
section.terreno_content .content form .checkbox label * {
  margin: 0;
}
section.terreno_content .content form button {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #21386D;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  border: none;
}
@media (max-width: 1200px) {
  section.terreno_content .content {
    padding: 50px 25px 112px 420px;
  }
}
@media (max-width: 900px) {
  section.terreno_content .content {
    padding: 50px 25px 112px 265px;
  }
}
@media (max-width: 750px) {
  section.terreno_content .content {
    padding: 50px 25px 112px 200px;
  }
  section.terreno_content .content .text * {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  section.terreno_content .content {
    padding: 400px 25px 90px;
    min-height: initial;
  }
  section.terreno_content .content form {
    gap: 20px;
  }
  section.terreno_content .content form .item.half {
    width: 100%;
  }
  section.terreno_content .content form .item label.anexo_label {
    padding: 0 110px 0 0;
  }
  section.terreno_content .content form .item label.anexo_label::after {
    width: 105px;
    height: 25px;
    font-size: 8px;
  }
  section.terreno_content .content form .item textarea {
    height: 70px;
  }
}

section.con_form .content {
  width: 100%;
  max-width: 1250px;
  padding: 65px 25px 80px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
section.con_form .content .left {
  width: 500px;
}
section.con_form .content .left .text {
  margin: 0 0 50px;
}
section.con_form .content .left .text * {
  font-weight: 400;
  font-size: 26px;
  line-height: 39px;
  color: #231F20;
  margin: 0;
}
section.con_form .content .left .text * b {
  font-weight: bold;
}
section.con_form .content .left .contact_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  margin: 0 0 50px;
}
section.con_form .content .left .contact_info .item a {
  display: block;
  position: relative;
  padding: 0 0 0 32px;
  text-decoration: none;
}
section.con_form .content .left .contact_info .item a img {
  position: absolute;
  left: 0;
  top: 6px;
}
section.con_form .content .left .contact_info .item a h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  margin: 0;
}
section.con_form .content .left .contact_info .item a p {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin: 0;
}
section.con_form .content .left .redes {
  display: flex;
  gap: 31px;
}
section.con_form .content .left .redes a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #21386D;
}
section.con_form .content .right {
  width: 440px;
}
section.con_form .content .right form input {
  margin: 0 0 15px;
  height: 45px;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #585858;
  border: none;
  background: transparent;
  border-bottom: 1px solid #B1B1B1;
  padding: 9px;
}
section.con_form .content .right form textarea {
  margin: 0 0 15px;
  height: 73px;
  width: 100%;
  padding: 9px;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #585858;
  border: none;
  background: transparent;
  border-bottom: 1px solid #B1B1B1;
}
section.con_form .content .right form .checkbox {
  margin: 0 0 33px;
}
section.con_form .content .right form .checkbox input:checked + label::before {
  background-image: url("/website/img/checked.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
section.con_form .content .right form .checkbox label {
  padding: 0 0 0 30px;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  display: block;
}
section.con_form .content .right form .checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #000000;
}
section.con_form .content .right form button {
  width: 100%;
  height: 48px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #21386D;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
}
@media (max-width: 1100px) {
  section.con_form .content .left {
    width: 380px;
  }
  section.con_form .content .left .text * {
    font-size: 23px;
    line-height: 36px;
  }
}
@media (max-width: 900px) {
  section.con_form .content {
    flex-wrap: wrap;
  }
  section.con_form .content .left {
    width: 100%;
    max-width: 630px;
    margin: 0 0 50px;
  }
  section.con_form .content .left .text {
    margin: 0 0 30px;
  }
  section.con_form .content .right {
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 550px) {
  section.con_form .content {
    padding: 37px 25px 100px;
  }
  section.con_form .content .left .text {
    margin: 0 0 45px;
  }
  section.con_form .content .left .text * {
    font-size: 20px;
    line-height: 30px;
  }
}

section.guia_filter .content {
  width: 100%;
  max-width: 1250px;
  padding: 53px 25px 25px;
  margin: 0 auto;
}
section.guia_filter .content .input_filter {
  position: relative;
  width: 425px;
  margin: 0 auto 50px;
}
section.guia_filter .content .input_filter input {
  width: 100%;
  height: 48px;
  padding: 0 50px 0 28px;
  color: #04192D;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #707070;
  border-radius: 30px;
}
section.guia_filter .content .input_filter input::placeholder {
  color: #04192D;
}
section.guia_filter .content .input_filter svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
section.guia_filter .content .category {
  display: flex;
  justify-content: center;
  gap: 30px 83px;
}
section.guia_filter .content .category button {
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  color: #04192D;
  padding: 5px 0;
}
section.guia_filter .content .category button.active::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 27px;
  height: 2px;
  background: #005FC2;
}
@media (max-width: 1000px) {
  section.guia_filter .content .category {
    gap: 30px 50px;
  }
}
@media (max-width: 700px) {
  section.guia_filter .content {
    padding: 33px 25px 25px;
  }
  section.guia_filter .content .input_filter {
    margin: 0 auto 35px;
    width: 100%;
    max-width: 310px;
  }
  section.guia_filter .content .category {
    position: relative;
    display: block;
    gap: 0;
    padding: 50px 0 0;
    width: 100%;
    max-width: 310px;
    height: 52px;
    border-top: 2px solid #21386d;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
  }
  section.guia_filter .content .category[data-open=true] {
    overflow: initial;
  }
  section.guia_filter .content .category button {
    width: 100%;
    height: 50px;
    text-align: left;
    padding: 0 20px;
    background: #fff;
    border: 2px solid #21386d;
    border-top: none;
  }
  section.guia_filter .content .category button.active {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  section.guia_filter .content .category button.active::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0px;
    border: 7px solid #21386d;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: none;
    transform: translateY(-50%);
    background: transparent;
    left: initial;
  }
}
section.guia_lista .content {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto 40px;
  padding: 25px 25px 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 22px;
  border-bottom: 1px solid #D9D9D9;
}
section.guia_lista .content a.item {
  width: 385px;
  text-decoration: none;
}
section.guia_lista .content a.item .image {
  width: 100%;
  height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px;
}
section.guia_lista .content a.item .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.guia_lista .content a.item .tags {
  display: flex;
  gap: 22px;
  margin: 0 0 14px;
}
section.guia_lista .content a.item .tags p {
  margin: 0;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
}
section.guia_lista .content a.item .tags p.data {
  color: #000;
}
section.guia_lista .content a.item .tags p.categoria {
  text-transform: uppercase;
  color: #005FC2;
}
section.guia_lista .content a.item h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 10px;
  color: #000;
}
section.guia_lista .content a.item p.desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #7B7B7B;
  margin: 0;
}
@media (max-width: 1250px) {
  section.guia_lista .content {
    max-width: 842px;
  }
}
@media (max-width: 850px) {
  section.guia_lista .content {
    max-width: 435px;
  }
}
@media (max-width: 450px) {
  section.guia_lista .content {
    gap: 40px;
  }
  section.guia_lista .content a.item .image {
    height: 190px;
  }
}
section.guia_content .content {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 25px 100px;
}
section.guia_content .content p.catagoria {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #005FC2;
  margin: 0 0 13px;
}
section.guia_content .content p.data {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #000000;
  margin: 0 0 13px;
}
section.guia_content .content > h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  color: #231F20;
  margin: 0 0 50px;
}
section.guia_content .content #editable-content {
  color: #585858;
}
section.guia_content .content #editable-content h1, section.guia_content .content #editable-content h2, section.guia_content .content #editable-content h3, section.guia_content .content #editable-content h4, section.guia_content .content #editable-content h5 {
  margin: 30px 0 20px;
  font-size: 28px;
  font-weight: normal;
  color: #303030;
}
section.guia_content .content #editable-content p {
  font-weight: 200;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 15px;
}
@media (max-width: 600px) {
  section.guia_content .content #editable-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
section.guia_content .content #editable-content img {
  max-width: 100%;
  max-height: 100%;
  margin: 10px auto 10px;
  display: block;
  height: auto;
}
section.guia_content .content #editable-content img.imgFull {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
section.guia_content .content #editable-content img.imgRight {
  float: right;
  margin: 0 0 10px 20px;
}
section.guia_content .content #editable-content img.imgLeft {
  float: left;
  margin: 0 20px 10px 0;
}
section.guia_content .content #editable-content iframe.video-youtube {
  width: 100%;
  height: 478px;
}
@media (max-width: 900px) {
  section.guia_content .content > h2 {
    font-size: 35px;
    line-height: 44px;
  }
}
@media (max-width: 550px) {
  section.guia_content .content {
    padding: 40px 25px 60px;
  }
  section.guia_content .content > h2 {
    font-size: 24px;
    line-height: 38px;
    margin: 0 0 25px;
  }
  section.guia_content .content #editable-content h1, section.guia_content .content #editable-content h2, section.guia_content .content #editable-content h3, section.guia_content .content #editable-content h4, section.guia_content .content #editable-content h5 {
    font-size: 21px;
  }
}

section.header {
  position: relative;
  height: 275px;
  overflow: hidden;
  padding: 0 25px;
  top: 0;
  left: 0;
}
section.header .banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.header .banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 56, 109, 0.85);
}
section.header .banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.header .content {
  display: block;
  position: relative;
  padding: 103px 0 0;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
section.header .content h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  color: #fff;
  text-align: center;
  margin: 39px 0 0;
}
@media (max-width: 750px) {
  section.header {
    height: 170px;
  }
  section.header .content {
    padding: 20px 0 0;
  }
  section.header .content h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
section.paginacao {
  background: #fff;
}
section.paginacao .content {
  display: flex;
  justify-content: center;
  padding: 10px 0 70px;
}
section.paginacao .content button {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid #21386d;
  color: #21386d;
  font-weight: bold;
  font-size: 15px;
  border-radius: 5px;
  margin: 0 2px;
}
section.paginacao .content button.active {
  background: #21386d;
  color: #fff;
}
section.paginacao .content span {
  text-align: center;
  width: 26px;
  height: 40px;
  color: #21386d;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: end;
}
section.politica_modal {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #21386d;
  z-index: 20;
  width: 100%;
  transition: all 0.3s;
}
section.politica_modal[active=false] {
  transform: translateY(100%);
}
section.politica_modal .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
section.politica_modal .content p {
  color: white;
  font-size: 12px;
  margin: 0;
  width: 800px;
}
section.politica_modal .content p a {
  color: white;
  text-decoration: revert;
}
section.politica_modal .content button {
  border: none;
  padding: 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  background: #ffffff;
  color: #21386d;
}
@media (max-width: 1250px) {
  section.politica_modal .content {
    width: 950px;
  }
  section.politica_modal .content p {
    width: 700px;
  }
}
@media (max-width: 1000px) {
  section.politica_modal .content {
    width: 750px;
  }
  section.politica_modal .content p {
    width: 590px;
  }
}
@media (max-width: 800px) {
  section.politica_modal .content {
    width: 600px;
    justify-content: center;
  }
  section.politica_modal .content p {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
}
@media (max-width: 650px) {
  section.politica_modal .content {
    width: 100%;
    padding: 20px;
  }
  section.politica_modal .content p {
    font-size: 11px;
    margin: 0 0 15px;
  }
  section.politica_modal .content button {
    padding: 10px 25px;
    font-size: 12px;
  }
}

button#playButton {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 1s;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
button#playButton:before, button#playButton:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffffff;
  background: white;
  width: 100%;
  height: 100%;
  animation-name: play_circle;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  border-radius: 50%;
  pointer-events: none;
}
button#playButton:after {
  animation-delay: 1.5s;
}
@keyframes play_circle {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 150%;
    height: 150%;
    opacity: 0;
  }
}
button#playButton img {
  pointer-events: none;
  z-index: 1;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.breadcrumbs a {
  font-size: 11px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
}
.breadcrumbs > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

@keyframes horizontal_animate {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes vertical_animate {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@font-face {
  font-family: poppins;
  src: url("./../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: poppins;
  src: url("./../fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: poppins;
  src: url("./../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: poppins;
  src: url("./../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: poppins;
  src: url("./../fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section.content_404 {
  padding: 100px 0 70px;
}
section.content_404 svg {
  width: 160px;
  height: auto;
  display: block;
  margin: 0 auto 5px;
}
section.content_404 svg * {
  fill: #000000;
}
section.content_404 p {
  font-size: 25px;
  font-weight: 300;
  color: #000000;
  text-align: center;
  margin: 0;
}
@media (max-width: 600px) {
  section.content_404 {
    padding: 50px 0;
  }
  section.content_404 svg {
    width: 120px;
  }
  section.content_404 p {
    font-size: 20px;
  }
}

section.cadastro-realizado {
  padding: 38px 25px 0;
}
section.cadastro-realizado .logo {
  width: 200px;
  height: 150px;
  border: 1px solid #C4C4C4;
  margin: 0 auto 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.cadastro-realizado > svg {
  margin: 0 auto 25px;
  display: block;
}
section.cadastro-realizado h1 {
  font-family: opensans;
  font-weight: 300;
  font-size: 34px;
  line-height: 36px;
  max-width: 453px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 30px;
}
section.cadastro-realizado p {
  font-family: opensans;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: center;
}
section.cadastro-realizado a.voltar {
  display: block;
  width: 220px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #373737;
  font-family: opensans;
  font-weight: bold;
  font-size: 18px;
  color: #6A6A6A;
  text-transform: uppercase;
  margin: 0 auto;
}
@media (max-width: 550px) {
  section.cadastro-realizado h1 {
    font-size: 26px;
    line-height: 34px;
  }
  section.cadastro-realizado p {
    font-size: 18px;
    line-height: 25px;
  }
}

a {
  cursor: pointer;
}

/*# sourceMappingURL=principal.css.map */
