@charset "UTF-8";
/*
Até 575 ----------- col-12
576 até 767 ------- col-sm
768 até 991 ------- col-md
992 até 1.199 ----- col-lg
1.200 pra frente -- col-xl
*/
@font-face {
  font-family: "Roboto-Regular";
  src: url(../../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto-Bold";
  src: url(../../fonts/roboto/Roboto-Bold.ttf);
}
@font-face {
  font-family: "Roboto-Black";
  src: url(../../fonts/roboto/Roboto-Black.ttf);
}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular";
}

h1 {
  font-family: "Roboto-Regular";
  font-size: 2.5rem;
  font-weight: 500;
}
@media (max-width: 720px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-family: "Roboto-Regular";
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 720px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-family: "Roboto-Regular";
  font-size: 1.5rem;
  font-weight: 400;
}

h4 {
  font-family: "Roboto-Regular";
  font-size: 1rem;
  font-weight: 400;
}

h5 {
  font-family: "Roboto-Regular";
  font-size: 1rem;
  font-weight: 400;
}

h6 {
  font-family: "Roboto-Regular";
  font-size: 1rem;
  font-weight: 400;
}

p {
  font-family: "Roboto-Regular";
  font-size: 1rem;
}

.text-dark3 {
  color: #3a405b !important;
}

.text-dark2 {
  color: #a1a6bb !important;
}

.bg_secundary {
  background-color: #f6f6f6;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-botton-20 {
  margin-bottom: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.imoview-chatbot {
  z-index: 99 !important;
}

#banner-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  /*padding-bottom: 40px;*/
}
@media (max-width: 720px) {
  #banner-header {
    height: 200px;
    background-size: cover;
    background-position: center;
    padding: 0;
  }
}
#banner-header h1 {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.808);
  font-size: 2.5rem;
  width: fit-content;
  margin: 0;
  text-align: center;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 720px) {
  #banner-header h1 {
    font-size: 28px;
  }
}

#banner-header-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  /*padding-bottom: 40px;*/
}
@media (max-width: 720px) {
  #banner-header-404 {
    height: 60vh;
    background-size: cover;
    background-position: center;
    padding: 0;
  }
}
#banner-header-404 h1 {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.808);
  /* font-size: 2.5rem; */
  width: fit-content;
  display: block;
  /* float: initial; */
  margin: 0 auto 20px;
  /* line-height: 350px; */
  /* position: absolute;*/
}
@media (max-width: 720px) {
  #banner-header-404 h1 {
    font-size: 28px;
  }
}

@media (max-width: 425px) {
  #arquivo {
    width: 100%;
  }
}

.container-fluid {
  padding-left: 15% !important;
  padding-right: 15% !important;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}

.body_menu_mobile .container-fluid,
.modal-footer .container-fluid {
  padding-left: 0% !important;
  padding-right: 0% !important;
}

.my-float {
  margin-top: 8px;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  transition: 0.5s ease-in-out;
}
.float svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.display_none {
  display: none;
}

/*
*==================
*=======BOTOES=====
*==================
*/
.btn-primario:not(:disabled):not(.disabled).active :focus,
.btn-primario :not(:disabled):not(.disabled) :active :focus,
.show > .btn-primario.dropdown-toggle :focus {
  box-shadow: none;
}

.btn-primario:not(:disabled):not(.disabled).active,
.btn-primario:not(:disabled):not(.disabled):active,
.show > .btn-primario.dropdown-toggle {
  color: #FFF;
  border-color: none;
}

.btn-primario.focus,
.btn-primario:focus {
  color: #FFF;
  border-color: none;
  box-shadow: none;
}

.padding_max_top_bottom {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 720px) {
  .padding_max_top_bottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.padding_medio_top_bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 720px) {
  .padding_medio_top_bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.btn-light-model {
  border-radius: 4px;
  font-family: "Roboto-Regular";
  border-radius: 4px;
  font-size: 13px;
  line-height: 13px;
  background: transparent;
  width: 100px;
}
.btn-light-model:hover {
  border: none;
  color: #fff !important;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.btn-primario {
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
  font-family: "Roboto-Regular";
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  height: 43px;
}
.btn-primario:hover {
  border: none;
  color: #FFF;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

a.btn-primario-light, .btn-cinza-light, .btn-branco-light, .btn-primario-light {
  background: transparent;
  text-transform: uppercase;
  font-family: "Roboto-Regular";
  border-radius: 4px;
  font-size: 11px;
  line-height: 13px;
  /*min-width: 150px;*/
  height: 42px;
}

.btn-primario-light:hover {
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.btn-branco-light {
  background: transparent;
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto-Regular";
  border-radius: 4px;
  border: solid 1px #fff;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  min-width: 150px;
  height: 42px;
}
.btn-branco-light:hover {
  color: #fff;
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgb(255, 255, 255);
}

#btn_mais_filtros {
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  cursor: pointer;
  height: 43px;
}

.btn-cinza-light {
  margin-right: 2px;
  background: transparent;
  text-transform: uppercase;
  color: #a1a6bb;
  font-family: "Roboto-Regular";
  border-radius: 4px;
  border: solid 1px #a1a6bb;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  min-width: 150px;
  height: 42px;
}
.btn-cinza-light:hover {
  color: #a1a6bb;
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.14);
}

a.btn-branco-light {
  color: #FFF !important;
  border: solid 1px #FFF;
}

a.btn {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 159px;
}

a.btn-light {
  text-decoration: none;
  color: #fff;
  border-color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 156px;
  max-width: initial;
  font-weight: 500;
}

.icon-botao {
  margin-right: 10px;
}

a.btn-primario-light {
  max-width: initial;
  font-size: 14px;
  font-weight: 500;
}
a.btn-primario-light:hover {
  color: #FFF !important;
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.14);
}

/*
*==================
*=====FIM BOTOES=====
*==================
*/
.loadlista {
  font-family: "Roboto-Bold";
  font-size: 16px;
  line-height: 24px;
  display: none;
}

#menu {
  height: 122px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
  padding: 0px;
}
@media (max-width: 720px) {
  #menu {
    height: 89px;
  }
}
#menu .container-fluid {
  padding-left: 15%;
  padding-right: 15%;
}
#menu .btn-area-cliente {
  color: #FFF;
}

.img-menu {
  width: 20px !important;
}

.padding {
  padding: 10px 0px;
}

.btn-menu-m {
  background-color: transparent;
  border: none;
  display: none;
  color: #3a405b;
}
.btn-menu-m span {
  font-size: 2rem;
}
.btn-menu-m img {
  width: 25px;
  height: 25px;
}

.modal.show .modal-dialog {
  margin: 0px !important;
  height: 100%;
  max-width: 100%;
}

#menu-mobile-close {
  background: #bd0101;
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 20px;
  padding: 0;
  border-radius: 100%;
  color: #FFF;
  margin: 0px;
}

#menu-mobile {
  font-family: "Roboto-Regular";
  background-color: #e4e7ef;
  z-index: 999999999;
}
#menu-mobile .modal-header {
  border-bottom: none;
}
#menu-mobile .modal-content {
  border: none;
}
#menu-mobile {
  padding: 0px;
  border: none;
}
#menu-mobile li {
  border: none;
  background-color: transparent;
  font-weight: 300q;
}
#menu-mobile .modal-body {
  padding: 0px;
}
#menu-mobile .body-1 {
  padding-bottom: 20px;
}
#menu-mobile .body-1 a {
  text-decoration: none;
}
#menu-mobile .body-2 {
  background-color: #3a405b;
  font-family: "Roboto-Regular";
  background-color: #e4e7ef;
  padding-top: 50px;
}
#menu-mobile .body-2 a {
  text-decoration: none;
  color: #3a405b;
}
#menu-mobile .modal-footer {
  font-size: 11px;
  background: #e4e7ef;
}
#menu-mobile .modal-footer .s-ddd {
  font-size: 11px;
}
#menu-mobile .modal-footer .s-tell {
  font-size: 14px;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0);
  color: #fff !important;
}

#navbarSupportedContent {
  padding-right: 0px;
}

.logo-principal {
  width: 150px;
  margin-top: 3px;
}
@media (max-width: 720px) {
  .logo-principal {
    width: 120px;
  }
}

.cont-fav {
  min-width: 15px;
  height: 5px;
  display: inline-block;
  margin-left: 3px;
}

.nav-link {
  font-family: "Roboto-Regular";
  font-size: 0.765rem;
  font-style: normal;
  font-weight: 500;
  color: #3a405b;
  font-weight: bold;
  text-decoration: none !important;
  margin-right: 0px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.nav-link:hover {
  color: #3a405b;
}

.dropdown-menu {
  font-family: "Roboto-Regular";
  font-size: 12px;
  font-style: normal;
  /*font-weight: 500;*/
  color: #fff;
  text-decoration: none !important;
  margin-right: 0px;
}
.dropdown-menu:hover {
  color: #000;
}

.span-favoritos {
  margin-left: 10px;
}

#icon-favoritos {
  margin-left: 0px;
  width: 12px;
  height: 12px;
}

.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  height: 40px;
  color: #FFF;
}
@media (max-width: 720px) {
  .top-header {
    display: none;
  }
}

.container-contato-top-header {
  display: flex;
  gap: 1.2rem;
}
.container-contato-top-header .card-inf {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.container-contato-top-header svg {
  height: 20px !important;
}
.container-contato-top-header span {
  font-size: 0.8rem;
}
.container-contato-top-header .material-symbols-outlined {
  font-size: 22px;
  font-weight: normal;
}

.container-social-top-header .ico-rede-social {
  height: 20px !important;
  margin: 0 2px;
}

/*
===========
FORMULARIOS
===========
*/
.label-form {
  font-family: "Roboto-Regular";
  color: #a1a6bb;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
}

/*====================
FORMATAÇÃO placeholder INPUT DE TEXTO
=======================
*/
.form-text::-webkit-input-placeholder {
  color: #a1a6bb;
  font-size: 14px;
  line-height: 24px;
}

.form-text:-moz-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #a1a6bb;
}

.form-text::-moz-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #a1a6bb;
}

.form-text:-ms-input-placeholder {
  color: #a1a6bb;
  font-size: 14px;
  line-height: 24px;
}

.form-text {
  padding: 0px 15px;
  font-size: 14px !important;
  line-height: 24px;
  height: 42px !important;
  font-family: "Roboto-Regular";
  color: #a1a6bb;
  /*text-transform: uppercase;*/
  margin: 0px;
}
@media (max-width: 425px) {
  .form-text {
    font-size: 16px !important;
  }
}

.form-select {
  font-size: 14px !important;
  line-height: 24px !important;
  height: 42px !important;
  color: #a1a6bb;
  background-color: transparent !important;
  /*text-transform: uppercase;*/
}

.container-carrossel {
  padding-right: 7%;
  padding-left: 7%;
}

.carousel-item {
  background: #FFF;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.buttom-destaque {
  font-weight: 0;
  font-family: #a1a6bb;
  font-size: 14px;
  width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: solid 3px #fff;
  margin-bottom: 1rem;
  cursor: pointer;
}

.buttom-destaque-busca {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 0;
  font-family: #a1a6bb;
  font-size: 14px;
  width: 150px;
  text-transform: uppercase;
  border-bottom: solid 3px #fff;
  background-color: rgb(241, 241, 241);
  margin-bottom: 1rem;
  cursor: pointer;
}
.buttom-destaque-busca span {
  display: flex;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-active-busca {
  color: #FFF;
}

/*
* =============================================
* ============= CARS IMOVEIS ==================
* =============================================
*/
a {
  text-decoration: none !important;
  color: #222328;
}

.btn-actions {
  right: 25px;
  position: absolute;
  top: 10px;
  z-index: 99;
  cursor: pointer;
}

.card {
  min-width: 300px;
  max-width: 360px;
}
.card .carousel-inner .carousel-item {
  height: 250px;
}
.card:hover {
  color: #222328;
}
.card {
  margin-bottom: 50px;
}
.card .img-imovel {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.card .carousel-control-next,
.card .carousel-control-prev {
  background-color: transparent !important;
}
.card .card-body {
  position: relative;
  min-height: 130px;
  overflow: hidden;
  padding: 7px 7px;
}
.card .card-body .container-endereco {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.card .card-body span {
  color: black;
  font-weight: normal;
}
.card .card-body h2 {
  font-size: 1rem;
}
.card .card-body strong {
  font-size: 1rem;
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.card .card-footer {
  display: flex;
  justify-content: space-around;
  align-items: start;
  padding: 5px;
  min-height: 60px;
  background-color: #FFF;
}
.card .card-footer .card_imovel_color {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card .card-footer .container-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2px;
}
.card .card-footer .container-icon span {
  font-size: 0.8rem;
  font-weight: normal;
  color: #3a405b;
}
.card .card-footer .container-icon span:first-child {
  margin-right: 5px;
  font-size: 0.8rem;
}
.card svg {
  height: 1.3rem !important;
}
.card .seta_img {
  font-size: 4rem;
}

.valor_anterior {
  font-size: 11px;
  color: rgb(65, 65, 65);
}

.card-body h4 {
  font-size: 12px;
  color: #3a405b;
  font-family: "Roboto-Regular";
  margin: 0px;
}
.card-body h2,
.card-body h3 {
  color: #3a405b;
  font-family: "Roboto-Regular";
  font-weight: normal;
  font-size: 16px;
  margin-top: 5px;
}
.card-body p {
  font-family: "Roboto-Regular";
  font-weight: bold;
}
.card-body .preco-cond-card {
  color: #3a405b;
  position: absolute;
  font-size: 0.75rem;
  bottom: 5px;
  right: 10px;
}

/*
* =============================================
* ============= FIM CARS IMOVEIS ==================
* =============================================
*/
#call-to-action-home p {
  font-size: 18px;
  line-height: 25px;
}

#container-cards-diferencial {
  margin-left: 4%;
  margin-right: 4%;
  padding-top: 20px;
  padding-bottom: 20px;
}
#container-cards-diferencial .card {
  margin: 19px;
}
#container-cards-diferencial .card h6 {
  margin-bottom: 20px;
}
#container-cards-diferencial .card p {
  font-size: 1rem;
  line-height: 20px;
}

.carousel-control-prev:hover {
  background: rgba(0, 0, 0, 0.14);
}

.carousel-control-next:hover {
  background: rgba(0, 0, 0, 0.14);
}

#container-carrossel {
  padding-top: 100px;
  padding-bottom: 100px;
}
#container-carrossel h2 {
  color: #fff;
  margin-bottom: 80px;
}
#container-carrossel P {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}
#container-carrossel .nome-depoimentos {
  font-size: 16px;
  line-height: 24px;
}
#container-carrossel .profissao-depoime {
  font-size: 12px;
  line-height: 14px;
}
#container-carrossel .icon-aspas {
  margin-bottom: 25px;
  font-size: 62px;
  line-height: 62px;
}

.container-bairros p {
  font-size: 14px;
  line-height: 24px;
}
.container-bairros .card {
  border: none;
}

#container-tipo-birros h6 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
}

#footer {
  padding-top: 40px;
}
#footer h6 {
  font-family: "Roboto-Regular";
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
}
#footer ul {
  padding-top: 0px;
}
#footer ul li {
  padding: 0px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  line-height: 39px;
}
#footer ul li a {
  text-decoration: none;
}
#footer p {
  font-size: 14px;
  line-height: 24px;
}
#footer #text-copyright {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: solid #FFF 1px;
}
#footer a {
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
}
#footer svg {
  font-size: 1.5rem;
  margin: 0 4px;
}

.mini_icon_rodape {
  margin-left: 15px;
  width: 20px;
  margin-right: 5px;
}

.logo-footer {
  width: 200px;
}
@media (max-width: 769px) {
  .logo-footer {
    width: 150px;
  }
}
.logo-footer {
  margin-bottom: 20px;
}

#id-gif {
  display: none;
}

.gif-check {
  width: 40px;
  display: none;
}

.list-group-item {
  cursor: pointer;
}
.list-group-item:hover {
  background-color: #eeeeee;
}

.container-mansagem {
  position: fixed;
  bottom: -50px;
  left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.container-mansagem span {
  font-size: 1.2rem;
  padding: 10px;
  color: #FFF;
  font-size: bold;
}

@media (max-width: 720px) {
  #footer {
    padding-bottom: 120px;
  }
}
@media (max-width: 425px) {
  #footer h6 {
    margin-top: 30px;
  }
  #footer ul li {
    padding: 0px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    line-height: 35px;
  }
}
@media (max-width: 1142px) {
  .btn-menu-m {
    display: flex;
  }
  #navbarSupportedContent {
    display: none;
  }
}
.padding_section {
  padding-top: 40px;
  padding-bottom: 60px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

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

.margin-bottom-60 {
  margin-bottom: 60px;
}

.font20 {
  font-size: 20px;
}

/* The animation code */
.container-mansagem {
  position: fixed;
  bottom: -50px;
  left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  z-index: 9999;
}
.container-mansagem span {
  font-size: 1.2rem;
  padding: 10px;
  color: black;
  font-size: bold;
}

.container-mansagem-error {
  position: fixed;
  bottom: -50px;
  left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.container-mansagem-error span {
  background-color: #f76c51;
  font-size: 1.2rem;
  padding: 10px;
  color: #fff;
  font-size: bold;
}

.container-tag {
  position: absolute;
  z-index: 99;
  top: 0.5rem;
  left: 0.5rem;
  gap: 10px;
}
.container-tag .tag-card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 10px 2px;
  border-radius: 0.5rem;
  margin-bottom: 5px;
  font-size: 12px;
  color: #FFF;
}
.container-tag img {
  width: 50px;
}
.container-tag .tag-proposta {
  background-color: #f76c51;
}
.container-tag .tag-reserva {
  background-color: #454545;
}

.btn-outline-info {
  color: black !important;
}

.btn-outline-info:hover {
  color: #fff !important;
}

.barra_bottom_center:after {
  content: "";
  display: block;
  margin: 10px auto 0px;
  width: 70px;
  height: 3px;
}

.g-recaptcha-error {
  color: rgba(255, 0, 0, 0.836) !important;
  margin: 12px auto;
}

.g-recaptcha {
  max-width: 100%;
  overflow: hidden;
}
.g-recaptcha > div {
  max-width: 100%;
}
@media (max-width: 480px) {
  .g-recaptcha iframe {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}

.container-whatsapp {
  display: none;
  width: 300px;
  height: auto;
  background-color: #f0f2f5;
  position: fixed;
  bottom: 115px;
  right: 40px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.container-whatsapp .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  background-color: #00a884;
  padding-right: 5px;
  padding-left: 5px;
}
.container-whatsapp .header span {
  color: #FFF;
}
.container-whatsapp .header button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 25px;
  background-color: #bd0101;
}

#btn-whats {
  cursor: pointer;
}
#btn-whats svg {
  color: #FFF;
}

.btn-modal-whats {
  margin: 4px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e7ffe7;
  height: 40px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 25px;
}
.btn-modal-whats span {
  color: BLACK;
}
.btn-modal-whats img {
  width: 24px;
}

.botao_voltar_site_manutencao {
  padding: 18px 20px;
  height: auto;
  font-size: 20px !important;
}

.container-whatsapp {
  display: none;
  width: 300px;
  height: auto;
  border-radius: 10px;
  background-color: #f0f2f5;
  position: fixed;
  bottom: 115px;
  right: 40px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.container-whatsapp .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  border-radius: 10px 10px 0px 0px;
  background-color: #00a884;
  padding-right: 8px;
  padding-left: 8px;
}
.container-whatsapp .header span {
  color: #FFF;
}
.container-whatsapp .header button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 25px;
  background-color: #bd0101;
}
.container-whatsapp .container-modal {
  padding: 8px;
}
.container-whatsapp .container-modal .btn-modal-whats {
  margin-top: 6px;
}

#modal-news-latter {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70vh;
  box-shadow: -1px 1px 10px 100vw rgba(0, 0, 0, 0.7607843137);
}
#modal-news-latter img {
  width: 100%;
}
#modal-news-latter .header {
  position: absolute;
  right: 5px;
  top: 5px;
}
#modal-news-latter .btn-close {
  cursor: pointer;
}

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