/* input(286,50): run-time error CSS1046: Expect comma, found '0'
input(286,54): run-time error CSS1046: Expect comma, found '/'
input(286,80): run-time error CSS1046: Expect comma, found '0'
input(286,84): run-time error CSS1046: Expect comma, found '/'
input(286,110): run-time error CSS1046: Expect comma, found '0'
input(286,114): run-time error CSS1046: Expect comma, found '/'
input(943,50): run-time error CSS1046: Expect comma, found '0'
input(943,54): run-time error CSS1046: Expect comma, found '/'
input(943,80): run-time error CSS1046: Expect comma, found '0'
input(943,84): run-time error CSS1046: Expect comma, found '/'
input(943,110): run-time error CSS1046: Expect comma, found '0'
input(943,114): run-time error CSS1046: Expect comma, found '/'
input(1670,50): run-time error CSS1046: Expect comma, found '0'
input(1670,54): run-time error CSS1046: Expect comma, found '/'
input(1670,80): run-time error CSS1046: Expect comma, found '0'
input(1670,84): run-time error CSS1046: Expect comma, found '/'
input(1670,110): run-time error CSS1046: Expect comma, found '0'
input(1670,114): run-time error CSS1046: Expect comma, found '/' */
@charset "UTF-8";
/* ==== VARIÁVEIS ==== */
/*$cor-texto-barra-social: #fff;*/
/* ==== GLOBAL ==== */
.bg-principal {
  background: #923233 !important;
}

.bg-secundaria {
  background: #670b0c;
}

.bg-default {
  background: #f4f4f4;
}

.bg-interno {
  background: #333;
  color: #fff;
}

.bg-alert {
  background: #fffdc4;
}

.bg-black-transparent {
  background: rgba(0, 0, 0, 0.9);
}

.bg-white-transparent {
  background: rgba(255, 255, 255, 0.9) !important;
}

.alert-cookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1001;
  margin-bottom: 0;
  border-radius: 0;
}

.hr-cor-principal {
  border: 2px solid #923233;
}

.hr-cor-secundaria {
  border: 2px solid #670b0c;
}

.border {
  border: 1px solid #e9eaeb;
}

.border-principal {
  border-color: #923233 !important;
}

.border-dotted {
  border-style: dotted !important;
}

.cor-principal {
  color: #923233 !important;
}

.cor-secundaria {
  color: #670b0c;
}

.cor-cinza {
  color: #666;
}

.cor-cinza-medio {
  color: #999;
}

.cor-cinza-claro {
  color: #f4f4f4;
}

.cor-extra {
  color: #fff !important;
}

.cor-link {
  color: #670b0c;
}

.cor-titulo {
  color: #670b0c;
}

.sam-cursor-pointer {
  cursor: pointer;
}

.h-40 {
  height: 40px;
}

.h-50 {
  height: 50px;
}

.h-60 {
  height: 60px;
}

.c-pointer {
  cursor: pointer;
}

.p-relative {
  position: relative;
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
}
.tam-10 {
  font-size: 10px;
}

.tam-12 {
  font-size: 12px;
}

.tam-14 {
  font-size: 14px;
}

.tam-16 {
  font-size: 16px;
}

.tam-18 {
  font-size: 18px;
}

.tam-20 {
  font-size: 20px;
}

.tam-22 {
  font-size: 22px;
}

.tam-24 {
  font-size: 24px;
}

.tam-26 {
  font-size: 26px;
}

.tam-28 {
  font-size: 28px;
}

.tam-30 {
  font-size: 30px;
}

.tam-32 {
  font-size: 32px;
}

.tam-36 {
  font-size: 36px;
}

.tam-40 {
  font-size: 40px;
}

.tam-50 {
  font-size: 50px;
}

.tam-100 {
  font-size: 100px;
}

.no-bold {
  font-weight: 100;
}

.lh-0 {
  line-height: 0;
}

.text-justify {
  text-align: justify;
}

::selection {
  background: #923233 !important;
  color: #fff !important;
}

body {
  background: #f1f1f1;
  color: #333;
  font-family: "Roboto", "Droid Sans", Helvetica, sans-serif;
  font-size: 14px;
}

.pesquisa-section {
  background-size: cover;
  background-position: center;
  height: 73vh;
}
.pesquisa-section .campo-pesquisa {
  height: 60px;
  width: 150px !important;
  font-size: 18px;
  background: #fff;
  color: #666;
  border: 0;
}

.pesquisa-section.simples {
  height: 25vh;
}

.pesquisa {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0;
  padding: 10px;
  height: 73vh;
}

.pesquisa.simples {
  height: 25vh;
}

/******************************/
/* Correção do campo de pesquisa de bairro */
/******************************/
.sam-choices {
  flex-wrap: nowrap;
}
.sam-choices .choices {
  margin-bottom: 0;
  min-width: 200px;
}
.sam-choices .choices .choices__inner {
  min-height: 60px;
  padding-top: 12px;
  background: #fff;
  border-radius: 0;
  font-size: 16px;
}
.sam-choices .choices .choices__inner input {
  font-size: 16px;
  background: #fff;
}
.sam-choices .choices .choices__inner .campo-pesquisa {
  height: 60px;
  width: 150px !important;
  font-size: 16px;
  background: #fff;
  color: #666;
  border: none;
  box-shadow: none;
  outline: 0 !important;
}
.sam-choices .choices .choices__inner .campo-pesquisa:focus-visible {
  outline: 0 !important;
}
.sam-choices .sam-bairro {
  width: 500px;
}
.sam-choices .sam-padding-0 {
  padding-right: 0 !important;
}

#mega-banner {
  width: 100%;
  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}
#mega-banner .f-carousel__slide {
  width: 100%;
  min-height: 400px;
  padding: 0;
}
@media screen and (max-width: 600px) {
  #mega-banner .f-carousel__slide {
    min-height: 150px;
  }
}
#mega-banner .f-carousel__button.is-prev {
  left: 5px;
}
#mega-banner .f-carousel__button.is-next {
  right: 5px;
}
#mega-banner .f-carousel__button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #923233;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.choices__inner:focus {
  background-color: #f9f9f9;
}

/* Efeito Paralax da Fachada */
.back-cafe {
  min-height: 400px;
  width: 100%;
  padding: 2%;
  padding-bottom: 2%;
  /*display: table;*/
  background: url("https://admin.fleximoveis.com/media/empresa/fachada_noite.webp?3423q8492384932849") fixed;
  background-repeat: no-repeat;
  background-position: 55% 65%;
  background-attachment: fixed;
  background-size: cover;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .back-cafe {
    display: table;
  }
}
.page-link {
  color: #7e0d0f;
}
.page-link:hover {
  color: #ac1214;
}

.btn-destaque, .active > .page-link, .page-link.active {
  background: #7e0d0f;
  color: #fff;
  border: 1px solid transparent;
}
.btn-destaque:hover, .active > .page-link:hover, .page-link.active:hover {
  background: #ac1214 !important;
  color: #fff;
  border: 1px solid transparent;
}
.btn-destaque:focus, .active > .page-link:focus, .page-link.active:focus {
  background: #ac1214 !important;
  color: #fff;
  border: 1px solid transparent;
}

.btn-redondo {
  border-radius: 3px !important;
}

.btn-caution-action {
  padding: 20px 12px;
}

.btn-cor {
  background: #670b0c;
  color: #fff;
}
.btn-cor:hover {
  background: #9e1112;
  color: #fff;
}
.btn-cor:focus {
  color: #fff;
}

.btn-default {
  background: #f0f0f0;
  border: 1px solid #d8d8d8;
  color: #333333;
}
.btn-default:hover {
  background: #670b0c;
  color: #fff;
}

.btn-transparente {
  background: transparent;
  color: #670b0c;
  border: 1px solid #670b0c;
}
.btn-transparente:hover {
  background: transparent;
  color: #670b0c;
  border: 1px solid #670b0c;
}

.btn-outline-destaque {
  background: transparent;
  color: #670b0c;
  border: 1px solid #670b0c;
}
.btn-outline-destaque:hover {
  background: #670b0c;
  color: #fff;
  border: 1px solid #670b0c;
}

.btn-neutro {
  border: 1px solid #923233 !important;
  color: #923233;
}
.btn-neutro:hover {
  border: 1px solid #bf4344 !important;
  color: #bf4344 !important;
}
.btn-neutro:focus {
  color: #bf4344;
}

.btn-branco {
  background: rgba(250, 250, 250, 0.4);
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 14px;
}
.btn-branco:hover {
  border: 1px solid #f4f4f4 !important;
  color: #f4f4f4 !important;
}

.btn-preto {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #333 !important;
  color: #fff !important;
  font-size: 14px;
}
.btn-preto:hover {
  background: black;
  border: 1px solid #333 !important;
  color: #fff !important;
}
.btn-preto:focus {
  background: black;
  border: 1px solid #333 !important;
  color: #fff !important;
}
.btn-preto:visited {
  background: black;
  border: 1px solid #333 !important;
  color: #fff !important;
}

.btn-black {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #666 !important;
  color: #fff !important;
}
.btn-black:hover {
  border: 1px solid #333 !important;
  color: #fff !important;
}

.btn-grande {
  padding: 10px 16px !important;
  font-size: 18px !important;
}

.btn-tam-fixo {
  width: 220px;
}

.btn-bloco {
  width: 152px;
  /*height: 5em;*/
  white-space: normal !important;
  word-wrap: break-word !important;
  vertical-align: middle !important;
  text-align: center;
  font-size: 12px !important;
  /*text-transform: capitalize;*/
}

.nav-link-principal {
  color: #670b0c;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link-principal {
  color: #fff;
  background-color: #7e0d0f;
}

.area_menu {
  position: fixed;
  bottom: 0;
  overflow: visible;
  height: 2px;
  z-index: 1000;
}

.fab-site {
  position: absolute;
  bottom: 20px;
}

.cor-btn-flutuante {
  background-color: #923233;
  color: white;
}

.esmeralda {
  background-color: #25d366;
  color: black;
}

.singlewhats {
  color: white;
  position: absolute;
  width: 60px !important;
  height: 60px !important;
  border-radius: 30px;
  right: 0;
  bottom: 0;
  z-index: 20;
  line-height: 2.6em;
  text-align: center;
}
.singlewhats i {
  font-size: 40px;
  margin-top: 9px;
}

.fab-site span {
  color: white;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  border: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  font-size: 24px;
  color: white;
  text-align: center;
  line-height: 2.1em;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.fab-site span.main {
  color: white;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  right: 0;
  bottom: 0;
  z-index: 20;
  line-height: 2.6em;
  text-align: center;
}

.multiwhats i {
  font-size: 40px;
  margin-top: 9px;
}

.fab-site ul {
  position: absolute;
  bottom: 0;
  padding: 0;
  padding-right: 5px;
  margin: 0;
  list-style: none;
  z-index: 10;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.fab-site ul li {
  display: inline-flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: -10%;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.fab-site ul li span {
  position: relative;
}

.fab-site.show span.main + ul li, .fab-site.show span.main + ul li {
  margin-bottom: 10px;
  opacity: 1;
  display: inline-flex;
  justify-content: flex-end;
}

.fab-site.show span.main + ul, .fab-site.show span.main + ul {
  bottom: 70px;
}

.fab-site ul li label {
  position: relative;
  white-space: nowrap;
  display: block;
  margin-top: 10px;
  padding: 5px 8px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  height: 30px;
  font-size: 16px;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.area_menu {
  right: 12px;
}
.area_menu .fab-site {
  right: 0;
}
.area_menu .fab-site ul {
  right: 10px;
  padding-right: 0;
}
.area_menu .fab-site ul li .left-multiwhats {
  display: none;
}
.area_menu .fab-site ul li .right-multiwhats {
  display: block;
}
.area_menu .fab-site ul li label {
  right: 10px;
}

.fab-site.show span.main + ul li, .fab-site.show span.main + ul li {
  display: flex !important;
  justify-content: flex-end !important;
  align-content: center !important;
}

/*Botão Pulsa*/
@-webkit-keyframes ef-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes ef-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.esmeralda {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.esmeralda {
  -webkit-animation-name: ef-pulse-grow;
  animation-name: ef-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/*Botão Pulsa*/
.barra-social-rs .fa-facebook, .barra-social-rs .fa-facebook-square, .barra-social-rs .fa-facebook-f, .barra-social-rs .fa-facebook-messenger {
  color: #fff;
}
.barra-social-rs .fa-facebook:hover, .barra-social-rs .fa-facebook-square:hover, .barra-social-rs .fa-facebook-f:hover, .barra-social-rs .fa-facebook-messenger:hover {
  color: #bfbfbf;
}
.barra-social-rs .fa-instagram, .barra-social-rs .fa-instagram-square {
  color: #fff;
}
.barra-social-rs .fa-instagram:hover, .barra-social-rs .fa-instagram-square:hover {
  color: #bfbfbf;
}
.barra-social-rs .fa-twitter, .barra-social-rs .fa-twitter-square {
  color: #fff;
}
.barra-social-rs .fa-twitter:hover, .barra-social-rs .fa-twitter-square:hover {
  color: #bfbfbf;
}
.barra-social-rs .fa-linkedin, .barra-social-rs .fa-linkedin-in {
  color: #fff;
}
.barra-social-rs .fa-linkedin:hover, .barra-social-rs .fa-linkedin-in:hover {
  color: #bfbfbf;
}
.barra-social-rs .fa-whatsapp, .barra-social-rs .fa-whatsapp-square {
  color: #fff;
}
.barra-social-rs .fa-whatsapp:hover, .barra-social-rs .fa-whatsapp-square:hover {
  color: #bfbfbf;
}
.barra-social-rs .fa-youtube, .barra-social-rs .fa-youtube-square {
  color: #fff;
}
.barra-social-rs .fa-youtube:hover, .barra-social-rs .fa-youtube-square:hover {
  color: #bfbfbf;
}

.rodape-rs .fa-facebook, .rodape-rs .fa-facebook-square, .rodape-rs .fa-facebook-f, .rodape-rs .fa-facebook-messenger {
  color: #fff;
}
.rodape-rs .fa-facebook:hover, .rodape-rs .fa-facebook-square:hover, .rodape-rs .fa-facebook-f:hover, .rodape-rs .fa-facebook-messenger:hover {
  color: #bfbfbf;
}
.rodape-rs .fa-instagram, .rodape-rs .fa-instagram-square {
  color: #fff;
}
.rodape-rs .fa-instagram:hover, .rodape-rs .fa-instagram-square:hover {
  color: #bfbfbf;
}
.rodape-rs .fa-twitter, .rodape-rs .fa-twitter-square {
  color: #fff;
}
.rodape-rs .fa-twitter:hover, .rodape-rs .fa-twitter-square:hover {
  color: #bfbfbf;
}
.rodape-rs .fa-linkedin, .rodape-rs .fa-linkedin-in {
  color: #fff;
}
.rodape-rs .fa-linkedin:hover, .rodape-rs .fa-linkedin-in:hover {
  color: #bfbfbf;
}
.rodape-rs .fa-whatsapp, .rodape-rs .fa-whatsapp-square {
  color: #fff;
}
.rodape-rs .fa-whatsapp:hover, .rodape-rs .fa-whatsapp-square:hover {
  color: #bfbfbf;
}
.rodape-rs .fa-youtube, .rodape-rs .fa-youtube-square {
  color: #fff;
}
.rodape-rs .fa-youtube:hover, .rodape-rs .fa-youtube-square:hover {
  color: #bfbfbf;
}

#polygon3005, #polygon3007 {
  fill: #EE7E29 !important;
}

#polygon2999, #polygon3001 {
  fill: #006DAA !important;
}

.fichaImgInterno {
  height: 18rem;
  margin: 0;
  position: relative;
}

.fichaHomeBgImage, .fichaListaBgImage {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  height: 18rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fichaListaBgImage {
  min-width: 380px;
}

.fichaImg {
  color: white;
  font-weight: bold;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.cor-titulo-imovel {
  color: #923233;
}

.label-status, .label-situacao {
  position: absolute;
  color: #fff;
  padding: 7px 7px;
  line-height: 1;
  top: 20px;
  left: -8px;
  z-index: 99;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.label-situacao {
  text-align: center;
  font-weight: bold;
  background: #f00;
  right: -5px;
  top: 42px;
  left: auto;
  width: 143px;
  transform: rotate(39deg);
}

@media screen and (max-width: 640px) {
  .label-situacao {
    right: -4px;
  }

  .label-status {
    left: 10px;
  }
  .label-status::before {
    bottom: 0;
  }

  .fichaImg {
    height: auto;
    max-height: 100%;
  }
}
.label-situacao:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 124px;
  right: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 35px solid transparent;
  border-right: 28px solid #f00;
  transform: rotate(90deg);
}

.label-situacao:before {
  content: "";
  position: absolute;
  top: 37.48%;
  left: -21.5%;
  width: 0;
  height: 0;
  border-left: 29px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid #f00;
  transform: rotate(-39deg);
}

.label-preco, .label-iptucond {
  position: absolute;
  color: #fff;
  padding: 7px 7px;
  line-height: 1;
  bottom: 5px;
  z-index: 99;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: rgba(0, 0, 0, 0.5);
}

.label-iptucond {
  right: 5px;
}

.label-preco {
  left: 5px;
}

label {
  font-weight: normal;
}

.label-status:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 0;
  bottom: -7px;
  left: 0;
}

.sale:before {
  border-color: transparent #923233 transparent transparent;
}

.sale {
  background-color: #923233;
}

.new {
  background-color: #60a7d4;
}

.new:before {
  border-color: transparent #437594 transparent transparent;
}

#samCarousel {
  width: 100%;
  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}
#samCarousel .carousel__slide {
  width: auto;
  padding: 0;
}
#samCarousel .carousel__button.is-prev {
  left: 5px;
}
#samCarousel .carousel__button.is-next {
  right: 5px;
}
#samCarousel .carousel__button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #923233;
}

.bagde-caracteristicas {
  background: #e9ebee;
  color: #666;
  border: 1px solid #c0c0c0;
  padding: 4px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.player-video {
  position: absolute;
  border-radius: 50%;
  background: #f00;
  padding: 13px 11px;
  top: 44%;
  left: 44%;
  font-size: 40px;
  color: #fff;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.6) !important;
  -webkit-text-stroke: 2px #FFF;
  text-stroke: 2px #FFF;
}

/* TITLE */
#title-container {
  min-height: 460px;
  height: 100%;
  color: #fff;
  background-color: #923233;
  text-align: center;
  padding: 105px 28px 28px 28px;
  box-sizing: border-box;
  position: relative;
}

#title-container h2 {
  font-size: 40px;
  color: #fff;
  padding: 0;
  margin-bottom: 0px;
}

#title-container h3 {
  font-size: 25px;
  font-weight: 600;
  color: #c31517;
  padding: 0;
}

#title-container p {
  font-size: 13px;
  padding: 0 25px;
  line-height: 20px;
}

/* FORMS */
#qbox-container {
  position: relative;
  padding: 62px;
  min-height: 630px;
}

#steps-container {
  margin: auto;
  width: 500px;
  min-height: 420px;
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.step {
  display: none;
}

.step h4 {
  margin: 0 0 26px 0;
  padding: 0;
  position: relative;
  font-weight: 500;
  line-height: 1.6;
}

/*button#prev-btn,
button#next-btn,
button#submit-btn {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    width: 130px;
    height: 50px;
    background: #DC3545;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: color .3s;
    text-align: center;
    color: #fff;
    border: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

button#prev-btn:after,
button#next-btn:after,
button#submit-btn:after {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #cc0616;
    content: "";
    z-index: -2;
    transition: transform .3s;
}

button#prev-btn:hover::after,
button#next-btn:hover::after,
button#submit-btn:hover::after {
    transform: translateY(-80%);
    transition: transform .3s;
}*/
.progress {
  border-radius: 0px !important;
}

.q__question {
  position: relative;
}

.q__question:not(:last-child) {
  margin-bottom: 10px;
}

.question__input {
  position: absolute;
  left: -9999px;
}

.question__label {
  position: relative;
  display: block;
  line-height: 40px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px 20px 5px 50px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.question__label:hover {
  border-color: #923233;
}

.question__label:before,
.question__label:after {
  position: absolute;
  content: "";
}

.question__label:before {
  top: 12px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #ced4da;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.question__input:checked + .question__label:before {
  background-color: #923233;
  box-shadow: 0 0 0 0;
}

.question__input:checked + .question__label:after {
  top: 22px;
  left: 18px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.form-check-input:checked,
.form-check-input:focus {
  background-color: #923233 !important;
  outline: none !important;
  border: none !important;
}

input:focus {
  outline: none;
}

#input-container {
  display: inline-block;
  box-shadow: none !important;
  margin-top: 36px !important;
}

label.form-check-label.radio-lb {
  margin-right: 15px;
}

#q-box__buttons {
  text-align: center;
}

input[type=text],
input[type=email] {
  padding: 8px 14px;
}

input[type=text]:focus,
input[type=email]:focus {
  border: 1px solid #923233;
  border-radius: 5px;
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.form-check-input:checked[type=radio],
.form-check-input:checked[type=radio]:hover,
.form-check-input:checked[type=radio]:focus,
.form-check-input:checked[type=radio]:active {
  border: none !important;
  -webkit-outline: 0px !important;
  box-shadow: none !important;
}

.form-check-input:focus,
input[type=radio]:hover {
  box-shadow: none;
  cursor: pointer !important;
}

#success {
  display: none;
}

#success h4 {
  color: #923233;
}

.back-link {
  font-weight: 700;
  color: #923233;
  text-decoration: none;
  font-size: 18px;
}

.back-link:hover {
  color: #591e1f;
}

/* PRELOADER */
#preloader-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

#preloader {
  background-image: url("../media/logo-caixa.png");
  width: 120px;
  height: 119px;
  border-top-color: #fff;
  border-radius: 100%;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -75px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#preloader-wrapper .preloader-section {
  width: 51%;
  height: 100%;
  position: fixed;
  top: 0;
  background: #923233;
  z-index: 1000;
}

#preloader-wrapper .preloader-section.section-left {
  left: 0;
}

#preloader-wrapper .preloader-section.section-right {
  right: 0;
}

.loaded #preloader-wrapper .preloader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #preloader-wrapper .preloader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #preloader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

/* MEDIA QUERIES */
@media (min-width: 990px) and (max-width: 1199px) {
  #title-container {
    padding: 80px 28px 28px 28px;
  }

  #steps-container {
    width: 85%;
  }
}
@media (max-width: 991px) {
  #title-container {
    padding: 30px;
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  #qbox-container {
    padding: 30px;
  }

  #steps-container {
    width: 100%;
    min-height: 400px;
  }

  #title-container {
    padding-top: 50px;
  }
}
@media (max-width: 560px) {
  #qbox-container {
    padding: 40px;
  }

  #title-container {
    padding-top: 45px;
  }
}
/* ==== TEMA ==== */
.barra-social {
  background: #333;
  color: #fff;
  display: flex;
  align-items: center;
  height: 50px;
}
.barra-social ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
}
.barra-social ul a {
  color: #fff;
}

.barra-social-4 {
  background: #333;
  color: #fff;
  display: flex;
  align-items: center;
  height: 50px;
}

.list-decoration-none {
  list-style: none;
}

.cabecalho {
  background: #923233;
  color: #923233;
}
.cabecalho a {
  color: #fff;
}
.cabecalho a:hover, .cabecalho a:focus {
  color: #cccccc;
}
.cabecalho .dropdown-menu {
  background: #923233;
}
.cabecalho .dropdown-menu a:hover {
  background-color: transparent;
}
.cabecalho .bg-menu {
  background: #923233;
}
.cabecalho .bg-menu a {
  color: #fff;
}
.cabecalho .bg-menu a:hover, .cabecalho .bg-menu a:focus {
  color: #cccccc;
}

.fixed-header {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.fixed-header img {
  height: 50px !important;
}

.fixed-header2 {
  position: sticky;
  top: 0;
  z-index: 1020;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  box-shadow: 0 0.5rem 1rem black !important;
}
.fixed-header2 img {
  height: 50px !important;
}

.video-container {
  width: 100%;
  height: 114vh;
}

#bgvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .video-container #bgvideo {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-container #bgvideo {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
#text {
  width: 100%;
  height: 114vh;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.menu-video {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  top: 0;
}

.barra-social-video {
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  height: 50px;
}
.barra-social-video ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
}
.barra-social-video ul a {
  color: #fff;
}

/*.bg-header-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.video-fundo{
    height: 100%;
    display: table;
}*/
.cabecalho-video {
  /*background: $background-cabecalho;*/
  width: 100%;
  display: table;
  /*padding: 40px;*/
  margin: 0 auto;
  /*position: absolute;*/
  z-index: 1000000000;
  height: 100%;
  bottom: 0;
}

.cabecalho-as {
  margin: 0 auto;
  /*padding-top: 10px;*/
  /*background: rgba(0,0,0,0.4);*/
  background: #923233;
}

.cabecalho-interno {
  margin: 0 auto;
  /*padding-top: 10px;*/
  background: #923233;
}
.cabecalho-interno .logo-icone {
  height: 92px;
}

.mt-5-cabecalho-interno {
  margin-top: 3rem !important;
}

@media screen and (max-width: 768px) {
  .mt-5-cabecalho-interno {
    margin-top: 0 !important;
  }
}
.cor-telefones {
  color: #670b0c;
}

.video-as-fundo {
  position: absolute;
  z-index: -99;
  height: 300%;
  top: -100%;
}

html, body {
  width: 100%;
  height: 100%;
}

.height-100 {
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .height-100 {
    height: auto;
  }
}
/****************************/
/* Correção para Panel da pesquisa da CIA */
/****************************/
#pesquisaPadrao .panel-group .panel {
  background: rgba(0, 0, 0, 0.1);
  border: none;
}

.bg-banner {
  position: absolute;
  top: 0;
}

@media screen and (max-width: 768px) {
  .bg-banner {
    display: none !important;
  }
}
.bg-pesquisa-mobile {
  background: #000;
}

.cor-texto-pesquisa-mobile {
  color: #fff;
}

.section-megabanner {
  background: #c0c0c0;
  color: #333;
}
.section-megabanner .cor-titulo {
  color: #923233;
}

.section-pesquisa-simples {
  background: #670b0c;
  color: #666;
}
.section-pesquisa-simples .cor-titulo {
  color: #923233;
}

.section-destaque {
  background: #f1f1f1;
  color: #333;
}
.section-destaque .cor-titulo {
  color: #923233;
}

.section-destaque-locacao {
  background: #f1f1f1;
  color: #333;
}
.section-destaque-locacao .cor-titulo {
  color: #923233;
}

.section-bloco-extra {
  background: #c0c0c0;
  color: #333;
}
.section-bloco-extra .cor-titulo {
  color: #923233;
}

.section-bloco-atalhos {
  background: #fff;
  color: #666;
}
.section-bloco-atalhos .cor-titulo {
  color: #923233;
}
.section-bloco-atalhos .card:hover {
  border-color: #923233;
}

.grecaptcha-badge {
  bottom: 220px !important;
}

#samCarouselImoveis {
  width: 100%;
  margin: 0 auto 1rem auto;
  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}
#samCarouselImoveis .carousel__slide {
  width: 100%;
  padding: 0;
}
#samCarouselImoveis .carousel__button.is-prev {
  left: 5px;
  top: 38%;
}
#samCarouselImoveis .carousel__button.is-next {
  right: 5px;
  top: 38%;
}
#samCarouselImoveis .carousel__button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #923233;
}

.megabannerImgInterno, .megabannerImgInternoCustom, .empreendimentoImgInterno, .empreendimentoBgImageFicha {
  margin: 0;
  position: relative;
}

.megabannerBgImage, .megabannerBgImageCustom, .empreendimentoBgImage, .empreendimentoBgImageFicha {
  filter: blur(6px);
  -webkit-filter: blur(6px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.megabannerBgImage, .megabannerImgInterno {
  height: 100%;
}

.megabannerBgImageCustom, .megabannerImgInternoCustom {
  height: 100%;
  width: 100%;
}

.empreendimentoBgImage, .empreendimentoImgInterno {
  height: 13rem;
}
@media screen and (max-width: 600px) {
  .empreendimentoBgImage, .empreendimentoImgInterno {
    height: 10rem;
  }
}

.empreendimentoBgImageFicha, .empreendimentoImgInternoFicha {
  height: 20rem;
}

.megabannerBgImage, .megabannerBgImageCustom, empreendimentoBgImage, .empreendimentoBgImageFicha {
  min-width: 380px;
}

.megabannerImg, .megabannerImgCustom, .empreendimentoImg {
  color: white;
  font-weight: bold;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .megabannerImgInterno {
    height: 15rem;
  }

  .megabannerImg {
    max-width: fit-content;
  }
}
.novidades {
  background: #923233;
  color: #fff;
}

.rodape {
  position: absolute;
  width: 100%;
  background: url(/media/backgrounds/paisagem-cidade.jpg?v=6OXdoQBmNAVkLxXSVTkevS876UY), url(/media/backgrounds/paisagem-cidade.webp?v=ThF13WzwJQ4-zOetJdSVunyNssg);
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.rodape a {
  color: #fff;
}
.rodape a:hover {
  color: #cccccc;
}

.rodape-bg {
  background: #b83f40;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.8;
}

.rodape-conteudo {
  position: relative;
}

.rodape-desenvolvido {
  position: relative;
  padding: 10px 0;
  text-align: center;
  background: #333;
  color: #ccc;
}
.rodape-desenvolvido .desv a {
  color: #ccc;
}
.rodape-desenvolvido .desv a:hover {
  color: #b3b3b3;
}

/*$cor-texto-barra-social: #fff;*/
body .barra-social {
  color: #fff;
  font-weight: bold;
  background: #333;
}

body .megabanner {
  color: #333333;
  font-weight: bold;
}
