.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-item img.selohis {
    width: 80px;
    height: 80px;
    position: relative;
    left: -4px;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@font-face {
  font-family: neusharp condensed;
  src: url(../fonts/neusharp/neusharp_bold_condensed.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: neusharp bold;
  src: url(../fonts/neusharp/neusharp_bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: neusharp extra bold;
  src: url(../fonts/neusharp/neusharp_extra_bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: neusharp light;
  src: url(../fonts/neusharp/neusharp_light.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: neusharp meduim;
  src: url(../fonts/neusharp/neusharp_medium.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: neusharp regular;
  src: url(../fonts/neusharp/neusharp_regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: neusharp semi bold;
  src: url(../fonts/neusharp/neusharp_semi_bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: neusharp_bold_condensed;
  src: url(../fonts/neusharp/neusharp_bold_condensed.woff);
}
@font-face {
  font-family: neusharp_semi_bold;
  src: url(../fonts/neusharp/neusharp_semi_bold.woff);
}
@font-face {
  font-family: neusharp_regular;
  src: url(../fonts/neusharp/neusharp_regular.woff);
}
@font-face {
  font-family: neusharp_bold;
  src: url(../fonts/neusharp/neusharp_bold.woff);
}
@font-face {
  font-family: neusharp_light;
  src: url(../fonts/neusharp/neusharp_light.woff);
}
body {
  font-family: neusharp regular;
  overflow-x: hidden;
}
body.open {
  overflow: hidden;
}
img {
  max-width: 100%;
}
.owl-carousel .owl-item img {
  max-width: 100%;
  display: inherit;
  width: inherit;
}
.btn-default {
  display: inline-block;
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(90deg, #e61f27, #7a60a3, #2d8cc6);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
  font-family: neusharp semi bold;
  width: 300px;
}
.btn-default span {
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.btn-default:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.btn-default:hover span {
  transform: scale(1.05);
}
.btn-white {
  display: inline-block;
  border: 1px solid #e9e8e8;
  padding: 15px 40px;
  font-size: 18px;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background 0.5s ease;
  font-family: neusharp light;
  width: 300px;
  color: #000;
  background: #fff;
}
.btn-white:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.close-btn,
.menu-mobile {
  position: absolute;
  background: transparent;
  width: 52px;
  height: 52px;
  padding: 12px;
  right: 16px;
  top: 30px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #a3a4a6;
  border-radius: 50%;
  z-index: 999;
}
.close-btn:focus,
.menu-mobile:focus {
  outline: none;
}
.close-btn div,
.menu-mobile div {
  background: #000;
  width: 100%;
  height: 3px;
  margin: 5px auto 0;
  border-radius: 9px;
  transition: 0.12s ease-in-out;
}
.close-btn div:nth-child(2),
.menu-mobile div:nth-child(2) {
  width: 100%;
}
.close-btn div:nth-child(3),
.menu-mobile div:nth-child(3) {
  margin-top: -3px;
  width: 100%;
}
.close-btn div:nth-child(4),
.menu-mobile div:nth-child(4) {
  width: 100%;
}
.close-btn div:first-child,
.menu-mobile div:first-child {
  margin: 0;
}
.close-btn.navOpen,
.menu-mobile.navOpen {
  transition: 0.3s ease-in-out;
  background: #000;
}
.close-btn.navOpen div,
.menu-mobile.navOpen div {
  width: 100%;
  margin: 0;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.close-btn.navOpen div:first-child,
.close-btn.navOpen div:nth-child(4),
.menu-mobile.navOpen div:first-child,
.menu-mobile.navOpen div:nth-child(4) {
  background: transparent;
}
.close-btn.navOpen div:nth-child(2),
.menu-mobile.navOpen div:nth-child(2) {
  transform: rotate(45deg);
}
.close-btn.navOpen div:nth-child(3),
.menu-mobile.navOpen div:nth-child(3) {
  margin-top: -3px;
  transform: rotate(-45deg);
}
#header {
  padding: 30px 0;
  background: #fff;
}
@media (max-width: 960px) {
  #header {
    position: relative;
    overflow: hidden;
  }
  #header.open {
    overflow: inherit;
    position: inherit;
  }
}
#header .header-mobile .logo {
  max-width: 150px;
}
@media (min-width: 961px) {
  #header .header-mobile {
    display: none;
  }
}
#header .row-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 960px) {
  #header .row-header.row-header-desk {
    display: none;
  }
}
#header .row-header.row-header-desk .left-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#header .row-header.row-header-desk .logo {
  margin-right: 20px;
}
#header .row-header.row-header-desk nav ul {
  display: -ms-flexbox;
  display: flex;
}
#header .row-header.row-header-desk nav ul li {
  margin-left: 25px;
  font-size: 16px;
}
#header .row-header.row-header-desk nav a {
  display: inline-block;
  color: #000;
  padding-bottom: 10px;
  position: relative;
  top: 10px;
}
#header .row-header.row-header-desk nav a:before {
  content: "";
  height: 2px;
  width: 0;
  background: #000;
  background: linear-gradient(90deg, #e61f27, #7a60a3, #2d8cc6);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
#header .row-header.row-header-desk nav a:hover {
  text-decoration: none;
}
#header .row-header.row-header-desk nav a:hover:before {
  width: 100%;
}
#header .row-header.row-header-mobile {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: #fff;
  top: 0;
  right: -100%;
  z-index: 99;
  display: block;
  overflow: hidden;
}
#header .row-header.row-header-mobile.open {
  right: 0;
}
#header .row-header.row-header-mobile .logo {
  text-align: center;
}
#header .row-header.row-header-mobile .left-header {
  margin: 80px 0 40px;
}
#header .row-header.row-header-mobile .right-header {
  padding: 30px;
  text-align: right;
}
#header .row-header.row-header-mobile .right-header ul {
  margin-bottom: 30px;
}
#header .row-header.row-header-mobile .right-header li {
  border-bottom: 1px solid #ddddd5;
  padding: 15px;
}
#header .row-header.row-header-mobile .right-header li a {
  color: #000;
}
#header .row-header.row-header-mobile .btn-default {
  width: 100%;
}
@media (min-width: 961px) {
  #header .row-header.row-header-mobile {
    display: none;
  }
}
.destaque .owl-nav {
  display: none;
}
.destaque .item {
  position: relative;
  height: calc(100vh - 125px);
}
.destaque .item .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.destaque .item .btn-banner {
  margin: 10px 0;
}
@media (max-width: 960px) {
  .destaque .item .btn-banner a {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .destaque .item .container {
    padding: 0;
    max-width: 100%;
  }
}
.destaque .item .content-item {
  position: relative;
  z-index: 2;
  height: calc(100vh - 125px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 960px) {
  .destaque .item .content-item {
    background-color: hsla(0, 0%, 100%, 0.8);
    padding: 30px;
    text-align: center;
  }
}
.destaque .item .content-item h2 {
  font-family: neusharp condensed;
  font-size: 38px;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .destaque .item .content-item h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-height: 800px) {
  .destaque .item .content-item h2 {
    font-size: 30px;
  }
}
.destaque .item .content-item h3 {
  font-family: neusharp condensed;
  font-size: 84px;
  text-transform: uppercase;
  display: inline-block;
  background: linear-gradient(
    90deg,
    #e61f27 0,
    #7a60a3 65%,
    #2d8cc6 80%,
    #2d8cc6
  );
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 80px;
  max-width: 300px;
  margin-bottom: 50px;
}
@media screen and (max-height: 800px) {
  .destaque .item .content-item h3 {
    font-size: 64px;
    line-height: 60px;
  }
}
@media (max-width: 960px) {
  .destaque .item .content-item h3 {
    margin: 0 auto 30px;
    font-size: 54px;
    line-height: 50px;
  }
}
.destaque img {
  height: calc(100vh - 125px);
}
.empreendimentos {
  background: #fbfafa;
  padding: 100px 0;
}
.empreendimentos .owl-nav {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  margin: 0 auto;
  top: -115px;
  right: 25%;
}
@media (max-width: 960px) {
  .empreendimentos .owl-nav {
    top: inherit;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 160px;
  }
}
.empreendimentos .owl-nav .owl-next,
.empreendimentos .owl-nav .owl-prev {
  height: 64px;
  width: 64px;
  font-size: 0;
  transition: opacity 0.3s ease;
  border-radius: 2px;
  position: relative;
  border: 1px solid #a3a4a6;
  border-radius: 50%;
  background: #fbfafa;
  transition: background 0.5s ease;
}
.empreendimentos .owl-nav .owl-next:before,
.empreendimentos .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 16px;
  display: block;
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
}
.empreendimentos .owl-nav .owl-next:hover,
.empreendimentos .owl-nav .owl-prev:hover {
  background: #000;
}
.empreendimentos .owl-nav .owl-next:hover:before,
.empreendimentos .owl-nav .owl-prev:hover:before {
  background: url(../images/arrow-hover.svg) no-repeat;
  background-size: contain;
}
.empreendimentos .owl-nav .owl-prev {
  left: 0;
}
.empreendimentos .owl-nav .owl-next {
  right: 0;
  transform: rotate(180deg);
  margin-left: 30px;
}
.empreendimentos h2 {
  font-family: neusharp condensed;
  color: #a3a4a6;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 30px;
  letter-spacing: 4px;
  margin-bottom: 70px;
  position: relative;
}
.empreendimentos h2:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/title_icon.svg) 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media (min-width: 961px) {
  .empreendimentos .empreendimentos-carrossel {
    width: 130%;
  }
}
.empreendimentos .empreendimentos-carrossel .item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: block;
}
.empreendimentos .empreendimentos-carrossel .item figure {
  margin: 0;
}
.empreendimentos .empreendimentos-carrossel .item figure img {
  transition: transform 0.5s ease;
  width: 100%;
}
.empreendimentos .empreendimentos-carrossel .item .logos {
  position: absolute;
  bottom: -16%;
  width: 100%;
  transition: bottom 0.5s ease;
}
@media (max-width: 960px) {
  .empreendimentos .empreendimentos-carrossel .item .logos {
    bottom: 0;
  }
}
.empreendimentos .empreendimentos-carrossel .item .logos .btn-default {
  width: 100%;
  position: relative;
}
.empreendimentos .empreendimentos-carrossel .item .logos .btn-default:before {
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../images/seta02.svg) no-repeat 50%;
  background-size: cover;
}
.empreendimentos .empreendimentos-carrossel .item .logos ul {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.empreendimentos .empreendimentos-carrossel .item .logos ul li {
  margin: 0 1px;
}
.empreendimentos .empreendimentos-carrossel .item:hover figure img {
  transform: scale(1.2);
}
.empreendimentos .empreendimentos-carrossel .item:hover .logos {
  bottom: 0;
}
.empreendimentos .empreendimentos-carrossel .item .content-empreendimentos {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  padding: 20px;
}
.empreendimentos .empreendimentos-carrossel .item .box-empreendimentos {
  position: relative;
  height: 100%;
  width: 100%;
}
.empreendimentos .empreendimentos-carrossel .item .icons-empreendimentos {
  position: absolute;
  top: 0;
  width: 100%;
}
.empreendimentos
  .empreendimentos-carrossel
  .item
  .icons-empreendimentos
  li
  span {
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  padding: 8px 15px 8px 45px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #a3a4a6;
  position: relative;
}
.empreendimentos
  .empreendimentos-carrossel
  .item
  .icons-empreendimentos
  li
  span:before {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.empreendimentos
  .empreendimentos-carrossel
  .item
  .icons-empreendimentos
  li.local
  span:before {
  background: url(../images/pin.svg) no-repeat 50%;
}
.empreendimentos
  .empreendimentos-carrossel
  .item
  .icons-empreendimentos
  li.status
  span:before {
  background: url(../images/star.svg) no-repeat 50%;
}
.empreendimentos
  .empreendimentos-carrossel
  .item
  .icons-empreendimentos
  li.dormitorios
  span:before {
  background: url(../images/keys.svg) no-repeat 50%;
}
.quer_viver {
  margin-bottom: 100px;
  padding: 0 20px;
  box-sizing: border-box;
}
.quer_viver .centralizador {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.quer_viver .centralizador:before {
  content: "";
  display: block;
  width: 100%;
  height: 428px;
  border: 1px solid #eee;
  position: absolute;
  top: 63px;
  border-radius: 20px;
  overflow: hidden;
}
.quer_viver figure {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
.quer_viver figure img {
  width: 1170px;
}
.quer_viver .texto_n {
  position: absolute;
  left: 60px;
  top: 105px;
  z-index: 2;
}
.quer_viver .texto_n h2 {
  font-family: neusharp_bold_condensed;
  font-size: 64px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 80px;
}
.quer_viver .texto_n h2 span {
  display: block;
}
.quer_viver .texto_n .btn-default {
  display: inline-block;
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(90deg, #e61f27, #7a60a3, #2d8cc6);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
  font-family: neusharp_semi_bold;
  width: 300px;
  margin-left: -20px;
}
.quer_viver .texto_n .btn-default span {
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.quer_viver .texto_n .btn-default:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.quer_viver .texto_n .btn-default:hover span {
  transform: scale(1.05);
}
@media (max-width: 1100px) {
  .quer_viver {
    max-width: 500px;
    height: 410px;
    margin: 0 auto 70px;
    background: url(../images/banner_interno_mobile.png) top no-repeat;
    background-size: 500px;
  }
  .quer_viver .centralizador:before,
  .quer_viver figure {
    display: none;
  }
  .quer_viver .texto_n {
    position: relative;
    left: 0;
    top: 120px;
    z-index: 2;
  }
  .quer_viver .texto_n h2 {
    font-family: neusharp_bold_condensed;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 125px;
  }
  .quer_viver .texto_n h2 span {
    display: block;
  }
  .quer_viver .texto_n .btn-default {
    width: 280px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
  }
}
.duvidas {
  padding: 100px 20px 50px;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  .duvidas {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
  }
}
.duvidas .topo_faq {
  margin-bottom: 30px;
}
.duvidas .topo_faq h2 {
  font-family: neusharp condensed;
  margin-bottom: 30px;
  color: #a3a4a6;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
}
.duvidas .topo_faq h2:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon_titulo.svg) 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.duvidas .topo_faq h3 {
  font-family: neusharp condensed;
  font-size: 64px;
  text-transform: uppercase;
  display: inline-block;
  background: linear-gradient(
    90deg,
    #e61f27 0,
    #7a60a3 65%,
    #2d8cc6 80%,
    #2d8cc6
  );
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.duvidas .topo_faq h3 span {
  display: block;
  font-size: 38px;
}
.duvidas .topo_faq p {
  font-family: neusharp condensed;
  font-size: 38px;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .duvidas .topo_faq h2 {
    margin-bottom: 20px;
    font-size: 15px;
    padding-left: 30px;
  }
  .duvidas .topo_faq h3 {
    font-size: 48px;
  }
  .duvidas .topo_faq p {
    font-size: 25px;
  }
}
.duvidas .centralizador {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.duvidas .accordion {
  max-width: 100%;
  margin: 40px auto 0;
  padding: 100px 100px 80px;
  background: #fbfafa;
  border-radius: 25px;
}
.duvidas .accordion .at-tab {
  display: none;
  border-top: none;
  padding-top: 20px;
  padding-right: 0;
}
.duvidas .accordion .at-tab p {
  color: #a3a4a6;
  font-size: 18px;
  line-height: 1.4em;
  font-family: neusharp_light;
  font-weight: 400;
  margin-bottom: 20px;
}
.duvidas .accordion .at-tab p span {
  display: block;
}
.duvidas .accordion .at-tab p a {
  color: #000;
  text-decoration: underline;
}
.duvidas .accordion .at-tab p a:hover {
  text-decoration: none;
}
.duvidas .accordion .at-tab p strong {
  font-weight: 700;
  font-family: haffer_bold;
}
.duvidas .accordion .at-tab .texto_borda font {
  display: inline;
  border-bottom: 2px solid #be0380;
  margin-bottom: 20px;
}
.duvidas .accordion .at-tab .gifs {
  max-width: 300px;
  width: 100%;
  margin: 20px 0;
}
.duvidas .accordion .at-tab .gifs img {
  width: 100%;
}
.duvidas .accordion .at-tab .btn_padrao {
  max-width: 220px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
  margin-top: 30px;
}
.duvidas .accordion .at-tab .btn_final {
  margin-bottom: 0;
}
.duvidas .accordion .at-tab .lista_numerica {
  list-style: none;
  margin-bottom: 20px;
}
.duvidas .accordion .at-tab .lista_numerica li {
  color: #a3a4a6;
  font-size: 18px;
  line-height: 1.4em;
  font-family: neusharp_light;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.duvidas .accordion .at-tab .lista_numerica li b,
.duvidas .accordion .at-tab .lista_numerica li strong {
  font-weight: 700;
}
.duvidas .accordion .at-tab .lista_numerica li b {
  position: absolute;
  left: 0;
}
.duvidas .accordion .at-tab .lista_numerica li a {
  color: #000;
  text-decoration: underline;
}
.duvidas .accordion .at-tab .lista_numerica li a:hover {
  text-decoration: none;
}
.duvidas .accordion .at-tab .lista_numerica li span {
  display: block;
}
.duvidas .accordion .at-tab .lista_bullets {
  padding-left: 10px;
}
.duvidas .accordion .at-tab .lista_bullets li {
  color: #000;
  font-size: 20px;
  line-height: 1.3em;
  font-family: haffer_regular;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.duvidas .accordion .at-tab .lista_bullets li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  bottom: 0;
  left: 0;
}
.duvidas .accordion .at-tab .lista_bullets li span {
  display: block;
}
.duvidas .accordion .at-tab .tabela {
  border-radius: 36px;
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 30px;
}
.duvidas .accordion .at-tab .tabela figure {
  display: -ms-flexbox;
  display: flex;
}
.duvidas .accordion .at-tab .tabela figure img {
  width: 100%;
}
.duvidas .accordion .at-title {
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
  min-height: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}
.duvidas .accordion .at-title h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  color: #000;
  font-family: neusharp_regular;
}
.duvidas .accordion .at-title h3 span {
  display: block;
}
.duvidas .accordion .at-title:after {
  content: "";
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  top: 0;
  bottom: 0;
  right: 10px;
  transition: all 0.3s ease;
  font-size: 24px;
  width: 64px;
  height: 64px;
  background: url(../images/cross.svg) no-repeat 50%;
  background-size: 16px;
  border: 1px solid #a3a4a6;
  border-radius: 50%;
  transition: all 0.5s ease;
  margin: auto 0;
}
.duvidas .accordion .at-title:hover:after {
  background: #000 url(../images/cross-hover.svg) no-repeat 50%;
}
.duvidas .accordion .at-title.active:after {
  transform: rotate(45deg);
  background: #000 url(../images/cross-hover.svg) no-repeat 50%;
}
.duvidas .accordion .at-item {
  border-bottom: 1px solid #ddddd5;
}
.duvidas .accordion .at-item:first-child {
  padding-top: 0;
}
.duvidas .accordion .at-item:last-child {
  border-bottom: none;
}
.duvidas .accordion .container_full {
  padding-right: 70px;
}
.duvidas .accordion .container_full ul {
  list-style: disc;
  list-style-position: inside;
}
.duvidas .accordion .container_full ul li {
  color: #a3a4a6;
  font-size: 18px;
  line-height: 1.4em;
  font-family: neusharp_light;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .duvidas .accordion {
    padding: 30px 20px;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .duvidas .accordion .at-item {
    padding-top: 0;
  }
  .duvidas .accordion .at-title {
    padding-right: 50px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .duvidas .accordion .at-title h3 {
    font-size: 16px;
    line-height: 1.3em;
  }
  .duvidas .accordion .at-title h3 span {
    display: inline;
  }
  .duvidas .accordion .at-title:after {
    background-size: 10px;
    right: 0;
    width: 26px;
    height: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .duvidas .accordion .at-tab p,
  .duvidas .accordion .at-tab ul li {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.4em;
    font-family: neusharp_regular;
    color: #a3a4a6;
  }
  .duvidas .accordion .at-tab .lista_numerica li {
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 15px;
    padding-left: 20px;
  }
  .duvidas .accordion .at-tab .lista_numerica li span {
    display: inline;
  }
  .duvidas .accordion .at-tab .lista_bullets {
    padding-left: 0;
  }
  .duvidas .accordion .at-tab .lista_bullets li {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 15px;
    padding-left: 20px;
  }
  .duvidas .accordion .at-tab .lista_bullets li span {
    display: inline;
  }
  .duvidas .accordion .at-title.active:after {
    background-size: 10px;
  }
  .duvidas .accordion .container_full {
    padding-right: 0;
  }
}
footer {
  background: #fbfafa;
  padding: 0 20px;
  box-sizing: border-box;
}
footer .centralizador {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
footer .topo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
}
footer .topo .left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
footer .topo .left figure {
  width: 160px;
  margin: 0;
}
footer .topo .left .redes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #a3a4a6;
  padding: 5px 0 5px 20px;
  margin-left: 10px;
}
footer .topo .left .redes a {
  width: 20px;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
footer .topo .left .redes a img {
  width: 100%;
}
footer .topo .right .btn-default {
  display: inline-block;
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(90deg, #e61f27, #7a60a3, #2d8cc6);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
  font-family: neusharp_semi_bold;
  width: 300px;
}
footer .topo .right .btn-default span {
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
footer .topo .right .btn-default:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
footer .topo .right .btn-default:hover span {
  transform: scale(1.05);
}
footer .texto {
  border-top: 1px solid #eee;
  padding: 50px 0 40px;
}
footer .texto p {
  color: #a3a4a6;
  font-size: 16px;
  line-height: 1.5em;
  font-family: neusharp_light;
  font-weight: 400;
  margin-bottom: 20px;
}
footer .copy {
  background: #fff;
  padding: 30px 0;
}
footer .copy .centralizador {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .copy p {
  font-family: Roboto, sans-serif;
  color: #879dac;
  font-size: 10px;
  line-height: 1.5em;
  letter-spacing: 0.2px;
}
footer .copy p a {
  color: #879dac;
}
@media (max-width: 1100px) {
  footer .centralizador {
    max-width: 500px;
    margin: 0 auto;
  }
  footer .topo {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 0;
  }
  footer .topo .left {
    margin-bottom: 10px;
  }
  footer .topo .right .btn-default {
    width: 280px;
  }
  footer .texto {
    padding: 40px 0 30px;
  }
  footer .texto p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 20px;
  }
  footer .copy {
    background: #fff;
    padding: 30px 0;
  }
  footer .copy .centralizador {
    -ms-flex-align: center;
    align-items: center;
  }
  footer .copy p {
    max-width: 200px;
    font-family: Roboto, sans-serif;
    color: #879dac;
    font-size: 10px;
    line-height: 1.5em;
    letter-spacing: 0.2px;
  }
  footer .copy p a {
    color: #879dac;
  }
}
#formulario-lead {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#formulario-lead input,
#formulario-lead select {
  width: 100%;
  height: 64px;
  padding: 0 16px;
  font-size: 16px;
  color: #000;
  border: 1px solid #ddddd5;
  border-radius: 8px;
  background: #fff;
  font-family: "neusharp_regular", sans-serif;
  box-sizing: border-box;
}

#formulario-lead input::placeholder,
#formulario-lead select:invalid {
  color: #999;
  font-family: "neusharp_regular", sans-serif;
}

#formulario-lead select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='%23333' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px;
}

#formulario-lead .line-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #444;
  font-family: "neusharp_regular", sans-serif;
  line-height: 1.4;
}

#formulario-lead .line-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #076e8e;
  cursor: pointer;
}

#formulario-lead .line-check a {
  color: #076e8e;
  text-decoration: underline;
}

#formulario-lead button {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(90deg, #e61f27, #7a60a3, #2d8cc6);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
  font-family: "neusharp semi bold", sans-serif;
}

#formulario-lead button:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#formulario-lead button:disabled {
  background: #ccc;
  cursor: not-allowed;
  box-shadow: none;
}

/* =========================
   CONTAINER PRINCIPAL
========================= */
.destaque .item .content-item {
  position: relative;
  z-index: 2;
  height: 40vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0; /* conforme você pediu */
}

.destaque .item {
  position: relative;
  height: 45vw;
}

.img-bg {
  background: url("bannernovo.png") center/cover no-repeat;
}

/* =========================
   BLOCO TEXTO + BOTÕES
========================= */
.info-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

/* =========================
   TEXTO ESQUERDA
========================= */
.texto-info {
  max-width: none;
}

.texto-info p {
  color: #fff;
  font-size: 19px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}

/* =========================
   BOTÕES DIREITA
========================= */
.botoes-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-end;
}

/* =========================
   BOTÃO PRINCIPAL (GRADIENTE FIGMA)
========================= */
.btn-default {
  background: linear-gradient(90deg, #c64d68 0%, #836ba4 50%, #5596c8 100%);
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 19px;
  display: inline-block;
  border: none;
}

/* =========================
   BOTÃO SECUNDÁRIO
========================= */
.btn-white {
  background: #fff;
  color: #333;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 19px;
  display: inline-block;
  border: none;
}

/* =========================
   MOBILE
========================= */

.quer_viver .texto_n .btn-default {
  margin-left: 39vw;
  margin-top: 270px;
  background: linear-gradient(90deg, #c64d68 0%, #836ba4 50%, #5596c8 100%);
}

@media (max-width: 1550px) {
  .quer_viver .texto_n .btn-default {
    margin-left: 47vw;
  }
}

@media (max-width: 1200px) {
  .quer_viver .texto_n .btn-default {
    margin-left: 58vw;
  }
}

@media (max-width: 960px) {
  .destaque .item .content-item {
    background-color: transparent;
    padding-top: 335px;
  }

  .destaque .item .content-item {
    text-align: left;
  }

  .texto-info p {
    font-size: 2vw;
  }
}

@media (max-width: 1100px) {
  .quer_viver {
    max-width: none;
    height: 110vw;
    margin: 0 auto;
    background: url(../images/banner_interno_mobile.jpg) top no-repeat;
    background-size: 100%;
  }
}

@media (max-width: 1100px) {
  .quer_viver .texto_n {
    position: relative;
    left: 6vw;
    top: 86vw;
    z-index: 2;
  }
}

@media (max-width: 1100px) {
  .quer_viver .texto_n {
    position: relative;
    left: 10vw;
    top: 85vw;
    z-index: 2;
  }
}

.footer .topo {
  opacity: 0;
}

@media (max-width: 390px) {
  /* BLOCO PRINCIPAL */
  .info-banner {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }

  /* ALTURA */
  .destaque .item .content-item {
    height: auto;
    justify-content: center;
    padding: 100vw 20px 40px;
    text-align: center;
  }

  .destaque .item .btn-banner a {
    font-size: 4vw;
  }

  .empreendimentos {
    padding: 150vw 0 100px 0;
  }

  .texto-info p {
    font-size: 3.6vw;
    line-height: 1.5;
    max-width: 300px;
  }
}

@media (max-width: 500px) {
  .quer_viver .texto_n .btn-default {
    margin-left: 20vw;
  }

  .quer_viver .texto_n .btn-default {
    padding: 10px 0;
  }
}

@media (max-width: 400px) {
  .quer_viver .texto_n .btn-default {
    margin-left: 10vw;
  }
}

@media (max-width: 991px) {
  .quer_viver {
    margin-top: -200px;
  }
}
