body {
    position: relative;
    font-family: 'Roboto', sans-serif;  
    top:0px !important;
    height: auto !important;
}

*, input, select, textarea, option, button {
    outline: none !important;
}

/*Ocultar Div Translator*/
#google_translate_element,
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover {
	display: none !important;
}

/* HEADER */

.box__topo {
    position: relative;
    z-index: 2;
}

#navbarNavDropdown {
    width: 100%;
}

.box__topo::after {
    margin-top: 10px;
    content: "";
    width:100%;
    display: block;
    height: 11px;
    background: url("../images/sombra-topo.png") no-repeat center center;
}

#faixaAzulTopo {
    background-color: #04326d;
    height: 40px;
    position: absolute;
    right: 0px;   
 	top: 0px;
}

.box__topo .navbar-brand {
    max-width: 330px;
    margin: 0px;
    margin-top: 10px;
    align-self: flex-start;
}

.box__topo .box__header {
    padding: 0px;
}

.box__topo .navbar-brand svg {
    max-width:100%;
}

.box__navegacao--tipo1 a *,
.box__navegacao--tipo2 a *{
    transition: color 0.3s ease-in-out;
}

ul.box__navegacao--tipo1 li a.nav-link:hover *,
ul.box__navegacao--tipo1 li a.nav-link:focus *,
ul.box__navegacao--tipo2 li a.nav-link:hover *,
ul.box__navegacao--tipo2 li a.nav-link:focus *{
    color: #b6c931 !important;
}

.box__navegacao--tipo1 {
    background-image: url('../images/barra-topo.jpg');
    background-repeat: no-repeat;
}

ul.box__navegacao--tipo1 li a.nav-link > *{
    color: #797979;
    font-size: 22px;
}

ul.box__navegacao--tipo1 li + li {
    margin-left: 10px;
}


.box__navegacao--tipo1 li:nth-child(1) a.nav-link,
.box__navegacao--tipo1 li:nth-child(2) a.nav-link {
    padding-top: 0px;
    padding-bottom: 0px;
}

.box__navegacao--tipo1 li:nth-child(2) {
    margin: 0px 17px;
}

.box__navegacao--tipo1 li:nth-child(1) a.nav-link *,
.box__navegacao--tipo1 li:nth-child(2) a.nav-link *{
    color: #fff;
    font-style: normal;
    font-weight: normal;
}

.box__navegacao--tipo1 li:nth-child(2) a.nav-link > i {
    font-size: 20px;
}

.box__navegacao--tipo1 li:nth-child(1) span i,
.box__navegacao--tipo1 li:nth-child(2) span i {
    font-size: 15px;
    margin-right: 5px;
    margin-left: 5px;
}

.box__navegacao--tipo1 li:last-child a.nav-link {
    padding-right: 0px;
}

ul.box__navegacao--tipo2 {
    margin-top: 10px;
}

ul.box__navegacao--tipo2 li + li {
    margin-left: 8px;
}

ul.box__navegacao--tipo2 li.nav-item a.nav-link {
    font-size: 16px;
    color: #797979;
}

ul.box__navegacao--tipo2 li.nav-item hr {
    display: none;
}

ul.box__navegacao--tipo2 .item__tradutor {
    position: relative;
}

ul.box__navegacao--tipo2 li:nth-child(8) a.nav-link,
ul.box__navegacao--tipo2 li:nth-child(9) a.nav-link,
ul.box__navegacao--tipo2 li:nth-child(10) a.nav-link {
    color: #000;
}

ul.box__navegacao--tipo2 li:nth-child(9),
ul.box__navegacao--tipo2 li:nth-child(10),
ul.box__navegacao--tipo2 li:nth-child(11) {
    margin-left: 10px;
}

ul.box__navegacao--tipo2 li a.nav-link > i {
    margin-right: 5px;
}

.item__tradutor .dropdown-menu{
    padding: 0px;
    right: 0px;  
    left: auto;
    border: 0px;
    background: #B6C931;
    border-radius: 0px;
}

.item__tradutor .dropdown-menu a{
    color: #fff;
}

.item__tradutor .dropdown-menu a + a {
    border-top: 1px solid #fff;
}

.item__tradutor .dropdown-menu a:hover {
    color: #000;
}

.item__tradutor .dropdown-toggle::after {
    display: none;
}

.item__selecionados i {
    font-style: normal;
    background-color: #797979;
    color: #fff;font-size: 13px;
    padding: 4px;
    border-radius: 50%;
}

/* BANNER */

.box__bannerBusca {
    position: relative;
    z-index: 1;
    margin-top: -10px;
}

#bannerHome {
    overflow: hidden;
}

#bannerHome .carousel-control-prev-icon {
    content: '';
    background: url(../images/seta-banner-esquerda.png) no-repeat;
    width: 31px;
    height: 57px;
    display: inline-block;
}

#bannerHome .carousel-control-next-icon {
    content: '';
    background: url(../images/seta-banner-direita.png) no-repeat;
    width: 31px;
    height: 57px;
    display: inline-block;
}

#bannerHome .carousel-item a::after {
    content: "";
    display: block;
    width: 100%;
    height: 382px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url('../images/degrade-banner.png');
}

#bannerHome .carousel-caption {
    left: 15px;
    line-height: 1;
}

#bannerHome .carousel-caption h5 {
    font-size: 32px;
    text-align: left;
    color: #b6c931;
    font-weight: 400;
}

#bannerHome .carousel-caption p {
    font-size: 23px;
    font-weight: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 0px;
}

/* BUSCA RÁPIDA */

#faixaAzulBuscaRapida {
    background-color: rgba(7,51, 105, 0.97);
    height: 45px;
    position: absolute;
    left: 0px;   
 	bottom: 43px;
}

#faixaCinzaBuscaRapida {
    background-color: rgba(160, 161, 161, 0.9);
    height: 75px;
    position: absolute;
    right: 0px;   
 	bottom: 0px;
}

.form__buscaRapida {
    margin-top:-200px;
    margin-bottom: 110px;
}

.br__bg--azul{
    padding-top: 2px;
    padding-bottom: 3px;
}

.br__bg--azul > div {
    min-width: 190px;
    height: 100%;
}

.br__bg--azul div + div {
    border-left: 1px solid #797979;
}

.br__bg--azul select {
    width: 100%;
    height: 100%;
    background: transparent;
    border:0px;
    color: #fff;
    cursor: pointer;
    background-image: url(../images/seta-busca-rapida.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none; 
}

.br__bg--azul select option {
    color: #000;
}

select::-ms-expand {
    display: none;
}

.br__bg--azul {
    max-width: 1023px;
    height: 50px;
    background-image: url('../images/bg-busca-rapida.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.br__bg--cinza {
    margin-top: -35px;
    height: 75px;
    background-image: url('../images/bg-busca-rapida-cinza.png');
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 1;
}


.br__bg--cinza input { 
    margin-top: 30px;
    width: 28%;
    margin-right: 13.5%;   
    background: transparent;
    border:0px;
    color: #000;
    cursor: pointer;
    background-repeat: no-repeat;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none; 
}

.br__bg--cinza button i {
    font-size: 37px;
    color: #1f356a;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none; 
}

.br__bg--cinza input[type=text]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
}

.form__refinar div.form-group  input[type=text]::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
}

.br__bg--cinza input[type=text]:-ms-input-placeholder {
	/* IE 10+ */
	color: #000;
}

.br__bg--cinza input[type=text]:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
}

/* MOSAICO 1 */

.box__mosaico--tipo1 {
    background-color: #f3f3f3;
    padding-top: 45px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.cards__moisaco > div {
    position: relative;
}

.cards__moisaco > div > a::before,
.cards__moisaco > div > .row a::before{
    content: "";
    opacity: 0;
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out;
    background-color: transparent;
}

.cards__moisaco > div > a:hover::before,
.cards__moisaco > div > .row a:hover::before,
.cards__moisaco > div > a:focus::before,
.cards__moisaco > div > .row a:focus::before {
    opacity: 0.7;
    background-color: #1f356a;
}

.cards__moisaco > div > a:hover span,
.cards__moisaco > div > .row a:hover span,
.cards__moisaco > div > a:focus span,
.cards__moisaco > div > .row a:focus span {
  color: #fff;
  
}

.cards__moisaco label {
    margin: 0 auto;    
    text-align: center;   
    background-color: rgba(22, 25, 31, 0.5);
    color: #fff;   
    padding-left: 10px; 
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}



.cards__moisaco > div:nth-child(1) {
    padding-right: 7.5px;
}

.cards__moisaco > div:nth-child(1) a {
    background-image: url('../images/mosaico/img-casa-condominio.jpg');
    background-size: cover;
    height: 235px;
}

.cards__moisaco > div:nth-child(2) {
    padding-left: 7.5px;
}

.cards__moisaco > div:nth-child(2) a {
    background-image: url('../images/mosaico/img-galpoes-comerciais.jpg');
    background-size: cover;
    height: 235px;
}

.cards__moisaco > div:nth-child(3) {
    margin-top: 15px;
    padding-right: 7.5px;
}

.cards__moisaco > div:nth-child(3) a {
    background-image: url('../images/mosaico/img-tour.jpg');
    background-size: cover;
    height: 415px;
}

.cards__moisaco > div:nth-child(4) {
    padding-left: 7.5px;
}

.cards__moisaco > div:nth-child(4) .row > div:nth-child(1) {
    margin-top: 15px;
    padding-right: 7.5px;
}

.cards__moisaco > div:nth-child(4) .row > div:nth-child(1) a{
    background-image: url('../images/mosaico/img-oportunidades.jpg');
    background-size: cover;
    height: 200px;
}

.cards__moisaco > div:nth-child(4) .row > div:nth-child(2) {
    margin-top: 15px;
    padding-left: 7.5px;
}

.cards__moisaco > div:nth-child(4) .row > div:nth-child(2) a{
    background-image: url('../images/mosaico/img-varanda-gourmet.jpg');
    background-size: cover;
    height: 200px;
}

.cards__moisaco > div:nth-child(4) .row > div:nth-child(3) {
    margin-top: 15px;
    padding-right: 7.5px;
}

.cards__moisaco > div:nth-child(4) .row > div:nth-child(3) a{
    background-image: url('../images/mosaico/img-permuta.jpg');
    background-size: cover;
    height: 200px;
}

.cards__moisaco > div:nth-child(4) .row > div:nth-child(4) {
    margin-top: 15px;
    padding-left: 7.5px;
}

.cards__moisaco > div:nth-child(4) .row > div:nth-child(4) a{
    background-image: url('../images/mosaico/img-coberturas.jpg');
    background-size: cover;
    height: 200px;
}

.cards__moisaco > div:nth-child(5) {
    margin-top: 15px;
    padding-right: 7.5px;
}

.cards__moisaco > div:nth-child(5) a {
    background-image: url('../images/mosaico/img-lancamento.jpg');
    background-size: cover;
    height: 235px;
}

.cards__moisaco > div:nth-child(6) {
    margin-top: 15px;
    padding-left: 7.5px;
}

.cards__moisaco > div:nth-child(6) a {
    background-image: url('../images/mosaico/img-venda-empresas.jpg');
    background-size: cover;
    height: 235px;
}

.cards__moisaco > div:nth-child(7) {
    margin-top: 15px;
    padding-left: 0px;
}

.cards__moisaco > div:nth-child(7) a {
    background-image: url('../images/mosaico/img-clima-botanico.jpg');
    background-size: cover;
    height: 235px;
}



.cards__moisaco > div a span{
    position: absolute;
    line-height: 1.2;
    color: #1f356a;
    left: 0px;
    width:calc(100% - 15px);
    height: 100%;
    top: 0px;
    transition: color 0.3s ease-in-out;
}

.cards__moisaco > div a > span {
    width: 100%;
    height: 100%;
}


/* MOSAICO 2 */ 

.box__mosaico--tipo2{
    padding-top: 30px;

}

.box__mosaico--tipo2  .cards__moisaco > div > a:hover::before,
.box__mosaico--tipo2  .cards__moisaco > div > .row a:hover::before,
.box__mosaico--tipo2  .cards__moisaco > div > a:focus::before,
.box__mosaico--tipo2  .cards__moisaco > div > .row a:focus::before {
    opacity: 0.7;
    background-color: #b6c931;
}

.box__mosaico--tipo2 .cards__moisaco > div > a:hover span,
.box__mosaico--tipo2 .cards__moisaco > div > .row a:hover span,
.box__mosaico--tipo2 .cards__moisaco > div > a:focus span,
.box__mosaico--tipo2 .cards__moisaco > div > .row a:focus span {
  color: #fff;
  text-shadow: 1px 1px 2px #6a7707, 0 0 25px #cad76d, 0 0 5px #dbff00;
}


.box__mosaico--tipo2 .cards__moisaco > div a {
    background-color: #444;
    background-image: none;
    background-size: cover;
    background-position: center center;
}

.box__mosaico--tipo2 .cards__moisaco > div:nth-child(1) a{
    background-image: url('../images/mosaico_bairros/Praca-da-arvore.jpg') !important;
}

.box__mosaico--tipo2 .cards__moisaco > div:nth-child(2) a{
    background-image: url('../images/mosaico_bairros/Ibirapuera.jpg') !important;
}

.box__mosaico--tipo2 .cards__moisaco > div:nth-child(3) a{
    background-image: url('../images/mosaico_bairros/Paraiso.jpg') !important;
}

.box__mosaico--tipo2 .cards__moisaco > div:nth-child(4) a{
    background-image: url('../images/mosaico_bairros/jabaquara.jpg') !important;
}

.box__mosaico--tipo2 .cards__moisaco > div:nth-child(5) a{
    background-image: url('../images/mosaico_bairros/Saude.jpg') !important;
}

.box__mosaico--tipo2 .cards__moisaco > div:nth-child(6) a{
    background-image: url('../images/mosaico_bairros/Ipiranga.jpg') !important;
}

.box__mosaico--tipo2 .cards__moisaco > div:nth-child(7) a{
    background-image: url('../images/mosaico_bairros/Mooca.jpg') !important;
}

.box__mosaico--tipo2 .cards__moisaco > div:nth-child(8) a{
    background-image: url('../images/mosaico_bairros/Tatuape.jpg') !important;
}

.box__mosaico--tipo2 .cards__moisaco > div:nth-child(9) a{
    background-image: url('../images/mosaico_bairros/Vila-Prudente.jpg') !important;
}

.box__mosaico--tipo2 .cards__moisaco > div:nth-child(3) {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 15px;
}

.box__mosaico--tipo2 .cards__moisaco > div:nth-child(4) {
    margin-top:15px;
    padding-left: 15px;
    padding-right: 7.5px;
}

.box__mosaico--tipo2 .cards__moisaco > div:nth-child(5) {
    margin-top:15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.box__mosaico--tipo2 .cards__moisaco > div:nth-child(7) {
    margin-top:15px;
    padding-left: 15px;
    padding-right: 7.5px;
}

.box__mosaico--tipo2 .cards__moisaco > div:nth-child(7) a span {
    padding-left: 0;
}

.box__mosaico--tipo2 .cards__moisaco > div:nth-child(8) {
    margin-top:15px;
    padding-left: 7.5px;
}

.box__mosaico--tipo2 .cards__moisaco > div:nth-child(9) {
    margin-top:15px;
    padding-left: 0px;
}

.box__mosaico--tipo2 .cards__moisaco > div a{
    height: 240px;
}

.box__mosaico--tipo2 .cards__moisaco > div a span{
    position: absolute;
    line-height: 1.2;
    color: transparent;
    left: 0px;
    width:calc(100% - 15px);
    height: 100%;
    top: 0px;
    transition: color 0.3s ease-in-out;
}

.box__mosaico--tipo2 .cards__moisaco > div a > span {
    width: 100%;
    height: 100%;
}

.titulos__home h2{
    line-height: 1.2;
    margin-bottom: 23px;
} 

.titulos__home h2 span{
    font-weight: 400;
    color: #1f356a;
    text-transform: uppercase;
    font-size: 28px;
    padding-left: 18px;
    border-left: 5px solid #b6c931;
    display: inline-block;
    margin-left: 100px;
}

/* DESTAQUES */

.card__imovel {
    margin-bottom: 60px;
}

.card_imovelimage {
    border: 1px solid #1f356a;
    width: 100%;
    height: 400px;
    overflow: hidden;
}



.card_imovelimage:hover a img {
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    
}

.card_imovelimage a {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #f0f0f0;
}

.card_imovelimage img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
}

.card__imovelContainer {
    position: relative;
}

.card_imoveltexto h3{
    padding-top: 15px;
    font-size: 23px;
    color: #1f356a;
    display: block;
    font-weight: 400;
}

.card_imoveltexto h3 span{
    font-size: 16px;
    color: #797979;
    display: block;
    margin-top: 10px;
    font-weight: normal;
}

.card_imoveltexto p {
    color: #797979;
    margin-bottom: 10px;
}

.card_imovelTourVideo span{
    display: inline-block;
    background-color: #797979;
    color: #fff;
    width: 150px;
    height: 40px;
    font-weight: 300;
}

.card_imovelTourVideo span i {
    font-size: 25px;
    margin-right: 5px;
}

.card_imovelTourVideo span + span {
    margin-left: 10px;
}

.card_imovelAtributos{
    -webkit-border-top-right-radius: 18px;
    -moz-border-radius-topright: 18px;
    border-top-right-radius: 18px;
    width: 175px;
    min-height: 245px;
    background-color: rgba(31, 53, 106, 0.85);
    float: right;
    position: absolute;
    top: -36px;
    right: 8px;
}

.card_imovelAtributos form{
    padding: 7px 6px 3px 12px;
}

.card_imovelAtributos form input:checked + label span:nth-child(1) {
    color: #b6c931;
}

.card_imovelAtributos form input:checked + label span:nth-child(2) {
    background-color: #b6c931;
}

.card_imovelAtributos label {
    cursor: pointer;
}

.card_imovelAtributos label span {
    color: #6e8cd4;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.card_imovelAtributos label span:nth-child(2) {
    background-color: #6e8cd4;
    color: #1f356a;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    padding: 4px 0px 4px 2px;
    font-size: 12px;
    text-align:center;
}

.card_imovelAtributos ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.card_imovelAtributos ul li{
    width: 50%;
    color: #fff;
    font-size: 15px;
    margin: 10px 0px;
    font-weight: 300;
} 

.card_imovelAtributos ul li i,
.card_imovelAtributos ul li svg{
    color: #6e8cd4;
    margin-bottom: 6px;
}

.card_imovelAtributos ul li svg {
    fill:#6e8cd4;
}

.card_imovelAtributos ul li svg:hover {
    fill:#b6c931;
}

.card_imovelAtributos ul li svg {
    height: 20px;
}

.card_imovelMaisDetalhes a{
    display: inline-block;
    margin-top: 10px;
    color: #1f356a;
    text-decoration: underline;
    text-decoration-color: #1f356a;
}

/* CENTRAL CONTENT */

.box__administracaoDeLocacao {
    background-color: #f3f3f3;    
}

.box__administracaoDeLocacao .box__centralContent {
    padding: 30px 15px;
    background-image: url('../images/img-adm-locacao.jpg');
    background-size: cover;
    background-position: center center;
    height: 425px;
}

.box__administracaoDeLocacao .box__centralContent p {
    margin-left: 120px;
    margin-bottom: 10px;
    color: #797979;
}

.centralContent__links {
    margin-top: 30px;
}

.box__administracaoDeLocacao .box__centralContent a{
    width: 130px;
    display: inline-block;
    height: 55px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    background-color: #1f356a;
    padding: 16px 0px;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    text-align: center;
}

.centralContent__links a:nth-child(1){
    margin-left: 20px;
}

.centralContent__links a:nth-child(2){
    margin-left: 70px;
}

.centralContent__links a:nth-child(3){
    margin-left: 70px;
    width: 150px;
}

.centralContent__links a:hover,
.centralContent__links a:focus {
    color: #1f356a;
    background-color: #b6c931;
}

/* SUB FOOTER */

.box__cardSubFooter {
    margin-top: 40px;
}

.box__cardSubFooter--titulo {
    background-color: #1f356a;
    height: 75px;
}

.box__cardSubFooter h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
    padding-left: 18px;
    border-left: 3px solid #b6c931;
    display: inline-block;
    color:#fff; 
    margin-bottom: 0px;
}

.box__cardSubFooter--texto {
    padding: 25px 9px;
    background-color: #f0f0f0;
}

.box__cardSubFooter--texto div:nth-child(1) {
    padding: 0px 8px;
}

.box__cardSubFooter--texto svg{
    fill: #b6c931;
}

.box__cardSubFooter--texto p {
    line-height: 1.2;
    font-size: 15px;
}

.box__cardSubFooter--texto a {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    height: 55px;
    color: #fff;
    text-decoration: none;
    background-color: #1f356a;
    margin-top: 13.5px;
    padding: 16px;
    transition: opacity 0.3s ease-in-out;
    text-align: center;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* div:nth-child(2) */
.box__cardSubFooter .container .row >  .box__cardSubFooter--texto a,
.box__cardSubFooter--texto a:hover,
.box__cardSubFooter--texto a:focus  {
    color: #1f356a;
    background-color: #b6c931;
}


.box__cardSubFooter .container .row > div:last-child {
    text-align: center;
    margin: 40px 0px;
}

.box__cardSubFooter .container .row > div:last-child  h3{
    font-size: 22px;
    color: #797979;
} 

.box__cardSubFooter .container .row > div:last-child p{
    color: #1f356a;
    font-size: 28px;
}

.box__cardSubFooter .container .row > div:last-child p i {
    color: #b6c931;
    font-style: normal;
}

/* APP */

.box__app {
    margin-top: 40px;
    background-color: #9c9c9c;
    height: 130px;
    position: relative;
}

.box__app .container,
.box__app .container > .row {
    height: 100%;
}

.box__app .container > .row > div:nth-child(1) {
    margin-left: 40px;
}

.box__app .container > .row > div:nth-child(3) {
    margin-right: 60px;
    position: relative;
    z-index: 4;
}

.box__app .container > .row > div:nth-child(3) a + a {
    margin-left: 40px;
}

.box__app .container > .row > div:nth-child(3) a:hover,
.box__app .container > .row > div:nth-child(3) a:focus {
    text-decoration: none;
}

.box__app h2 {
    color:#1f356a;
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    z-index: 4;
}

.box__app p {
    position: relative;
    z-index: 4;
    margin-bottom: 0px;
}

.box__app .row {
    position: relative;
}

.box__app .row > div:nth-child(2) {
    margin: auto;
    left: 25%;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}


/* FOOTER */

.footer__nav {
    padding-top: 60px;
    background-color: #1f356a;
}

.footer__nav h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 15px;
    color: #b6c931;
    border-bottom: 1px solid currentColor;
}

.footer__nav ul {
    list-style: none;
    padding: 0px;
    line-height: 1.9;
}

.footer__nav ul a,
.footer__nav ul a i {
    transition: color 0.3s ease-in-out;
}

.footer__nav ul a:hover,
.footer__nav ul a:focus,
.footer__nav ul a:hover i,
.footer__nav ul a:focus i ,
.box__filial a:hover,
.box__filial a:focus{
    color: #b6c931;
}

.menu__footer--1 {
    margin-right: 97px;
}

.menu__footer--1 a{
    width: auto;
    display: inline-block;
    padding: 5px 0px;
    color: #6e8cd4;
}

.menu__footer--2 a{
    width: auto;
    display: inline-block;
    padding: 5px 0px;
    color: #fff;
}

.menu__footer--2 a i {
    margin-right: 6px;
    color: #6e8cd4;
}

.menu__footer--2 li:last-child a span {
    font-weight: 400;
}

.menu__footer--2 li:last-child a{
    width: 100%;
    margin-top: 24px;
    color: #6e8cd4;
    border: 1px solid currentColor;
    text-align: center;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.menu__footer--2 li:last-child a:hover,
.menu__footer--2 li:last-child a:focus {
    text-decoration: none;
    background-color: #b6c931;
    border-color: #b6c931;
    color:#1f356a;
}

.box__filial {
    line-height: 1.3;
}

.box__filial a{
    width: auto;
    display: inline-block;
    padding: 5px 0px;
    color: #fff;
    transition: color 0.3s ease-in-out;
}

.box__filial a span i {
    font-style: normal;
    margin: 0px 4px;    
    font-size: 15px;
}

.box__filial a:nth-child(3) > i,
.box__filial a:nth-child(4) > i {
    font-size: 22px;
} 

.box__filial a:hover,
.box__filial a:focus {
    text-decoration: none;
}

.box__filial a span b{
    font-size: 23px;
    font-weight: normal;
}

.box__filial p:nth-child(5) {
    color: #fff;
    margin-bottom: 15px;
    margin-top: 20px;
}

.box__filial p:nth-child(6) {
    color: #6e8cd4;
    margin-bottom: 40px;
} 

.box__footerSociais ul {
    padding:0px;
    list-style: none;
    margin-bottom: 0px;
}

.box__footerSociais ul a{
    font-size: 37px;
    color: #6e8cd4;
    margin: 0px 20px;
    transition: color 0.3s ease-in-out;
}

.box__footerSociais ul li + li a {
    margin-left: 45px;
}

.box__footerSociais ul a:hover,
.box__footerSociais ul a:focus {
    color: #b6c931;
}

.box__atencao > .row {
   color: #6e8cd4;
   background-color: #00143f; 
}

.box__atencao i {
    font-size: 30px;
}

.box__atencao p {
    font-size: 12px;
    margin-bottom: 0px;
}


.box__direitos > .row{
    color: #6e8cd4;
    margin-top: 50px;
    border-top:1px solid #797979;
    padding-top: 40px;
    padding-bottom: 65px;
}



/* COOKIES */

.cookie {
	display: flex;
	width: 300px;
	background-color: #f8f8f8;  
	padding: 20px 0;
	position: fixed;
	z-index: 99999999999999999999;
	bottom: 80px;
	right: 25px;
	color: #000000;
	font-size: 14px;  
	-webkit-box-shadow: 5px 5px 15px 5px #858585; 
	box-shadow: 5px 5px 15px 5px #858585;	
	border-radius: 5px;
	margin: 15px auto;
}

.cookie b,  .cookie a, .cookie a:hover{
	color: #f11f33;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;

}

.cookie button, .cookie button:hover{
	color: #fff;
	background-color:  #02202f;
	border-color:  #02202f;
	padding: 10px;
	width:100%;
	font-size: 14px;
	margin: 0 auto;
	display: block;
	margin-top: 11px;
	margin-bottom: 10px;
}


/* BARRA FIXA */

.barra__fixa{
    -webkit-box-shadow: 0px -3px 6px -1px rgba(0,0,0,0.5); 
    box-shadow: 0px -3px 6px -1px rgba(0,0,0,0.5);
    background: #9c9c9c;
    height: 50px;
    position: absolute;
    z-index: 100;
    left: 0px;
    width: 100%;
    bottom: 0px;
}

.barra__fixa .container,
.barra__fixa .container > .row {
    height: 100%;
}

.barra__fixa .container > .row > div {
    position: relative;
}

.barra__fixa .container > .row > div::before {
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    display: block;
    width: 14px;
    height: 100%;
    background-image: url('../images/sombra-divisa-barra.png');
    background-repeat: no-repeat;
}

.barra__fixa .container > .row > div:last-child::before {
    display: none;
}

.whatsApp__fixo {
    position: absolute;
    right: 25px;
    bottom: 50px;
    animation: pulseWhatsapp .9s infinite;
}

@keyframes pulseWhatsapp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.box__contatoFlutuante a{
    color: #1f356a;
}


.box__contatoFlutuante a:hover,
.box__contatoFlutuante a:focus {
    text-decoration: none;
}

.box__contatoFlutuante a > i {
    display: none;
}

.box__contatoFlutuante a > span:nth-child(1) {
    margin-right: 8px;
}

.box__contatoFlutuante a > span * {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
}

.box__contatoFlutuante a > span i{
    font-style: normal;
    position: relative;
    top: -2px;
    margin: 0px 5px;
}

.box__contatoFlutuante a > span > i {
    font-size: 15px;
    color: #fff;
}

/* RESULTADO */


.box__refinarBusca {
    background-image:  url('../images/bg-refinar.png');
    background-repeat: repeat-x;
    height: 120px;
    margin-top: -10px;
}

.box__topoEstaticas {
    background-image:  url('../images/bg-refinar.png');
    background-repeat: repeat-x;
    margin-top: -10px;
}

.box__topoEstaticas  h1 {
    margin: 15px 0px;
    color: #b6c931;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 28px;
} 

.box__estaticasContent section{
    margin:35px 0px;
}

div.datepicker-inline .datepicker,
nav.datepicker--nav {
    border-color: #b6c931;
}

div.datepicker--day-name {
    color: #1f356a;
}

#AgendaModal form input[type=email],
#AgendaModal form input[type=text],
#AgendaModal form input[type=tel],
#AgendaModal form select,
#AgendaModal textarea,
#indicarParaAmigo form input[type=email],
#indicarParaAmigo form input[type=text],
#indicarParaAmigo form select,
#indicarParaAmigoform textarea,
#maisInformacoes form input[type=email],
#maisInformacoes form input[type=text],
#maisInformacoes form select,
#maisInformacoes form textarea,
.box__estaticasContent form input[type=email],
.box__estaticasContent form input[type=text],
.box__estaticasContent form select,
.box__estaticasContent form textarea{
    margin-right: 8px;
    width: 100%;
    height: 45px;
    border: 1px solid #b6c931;
    color: #1f356a;
    padding: 8px;
    background: transparent;
    font-weight: 300;
    border-radius: 0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
}

#indicarParaAmigo form input[type=email]:hover,
#indicarParaAmigo form input[type=email]:focus,
#indicarParaAmigo form input[type=text]:hover,
#indicarParaAmigo form input[type=text]:focus,
#indicarParaAmigo form select:hover,
#indicarParaAmigo form select:focus,
#indicarParaAmigo form textarea:hover,
#indicarParaAmigo form textarea:focus,
#maisInformacoes form input[type=email]:hover,
#maisInformacoes form input[type=email]:focus,
#maisInformacoes form input[type=text]:hover,
#maisInformacoes form input[type=text]:focus,
#maisInformacoes form select:hover,
#maisInformacoes form select:focus,
#maisInformacoes form textarea:hover,
#maisInformacoes form textarea:focus,
.box__estaticasContent form input[type=email]:hover,
.box__estaticasContent form input[type=email]:focus,
.box__estaticasContent form input[type=text]:hover,
.box__estaticasContent form input[type=text]:focus,
.box__estaticasContent form select:hover,
.box__estaticasContent form select:focus,
.box__estaticasContent form textarea:hover,
.box__estaticasContent form textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #b6c931;
}

.box__estaticasContent form select option {
    color: #000 !important;
}

.box__estaticasContent form select{
    background-image: url(../images/seta-busca-rapida.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    padding-right: 17px;
}

.box__estaticasContent form textarea,
#maisInformacoes form textarea{
    height: 150px;
    resize: none;
}

div#AgendaModal form input[type=submit],
#indicarParaAmigo form input[type=reset],
#indicarParaAmigo form input[type=submit],
#maisInformacoes form input[type=reset],
#maisInformacoes form input[type=submit],
.box__estaticasContent form input[type=submit]{
    position: relative;
    width: 100%;
    height: 40px;
    color: #fff;
    background: #545b62;
    margin: 10px 0px;
}

div#AgendaModal form input[type=submit] {
    border:0px;
}

#AgendaModal h4,
#indicarParaAmigo h4,
#maisInformacoes h4{
    font-size: 20px;
    color: #1f356a;
    text-transform: uppercase;
}

.box__empreendimento .ui-widget-content{
    border: 1px solid #1f356a !important;
    background:#1f356a!important;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    position: absolute !important;
    list-style: none !important;
    padding: 12px !important;
}

.box__empreendimento .ui-widget-content .ui-state-active, 
.box__empreendimento .ui-widget-content .ui-widget-content .ui-state-active,
.box__empreendimento .ui-widget-content .ui-widget-header .ui-state-active {
    border: 0px;
    background: #f1f1f1;
    font-weight: bold;
    color: #000;
}

.box__empreendimento .ui-widget-content .ui-menu .ui-menu-item{
    list-style-image:none;
}

.box__refinarBusca form  {
    width: 100%;
    padding: 10px 15px;
}

#refinarMinArea {
    width: 9.5%;
}

#refinarMaxValue {
    width: 12.15%;
}

input[type=radio].refinarEstilo--bts {
    display: none;
}

input[type=radio].refinarEstilo--bts:checked + label.refinarEstilo--bts {
    background-color: #1f356a;
    border-color: #1f356a;
    color: #b6c931;
}

label.refinarEstilo--bts {
    margin-right: 8px;
    font-size: 18px;
    font-weight: 300;
    width: 12%;
    height: 45px;
    border: 1px solid #fff;
    color:#fff;
    text-align: center;
    padding: 8px;
    transition: background 0.3s ease-in-out, 
    color 0.3s ease-in-out,
    border 0.3s ease-in-out;
    cursor: pointer;
}

select.refinarEstilo--bts {
    margin-right: 8px;
    width: 12.5%;
    height: 45px;
    border: 1px solid #fff;
    color:#fff;
    text-align: left;
    padding: 8px;
    background: transparent;
    font-weight: 300;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/seta-lado.png);
    background-position: 92% center;
    background-repeat: no-repeat;
    padding-right: 17px;
}

select.refinarEstilo--bts:nth-child(5) {
    width: 18%;
}

.box__diferenciais .dropdown-toggle::after,
.box__bairros .dropdown-toggle::after {
    position: absolute;
    right: 7px;
    top: 14px;
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background-image: url(../images/seta-lado.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
}

select.refinarEstilo--bts option {
    color: #000;
}

select::-ms-expand {
    display: none;
}

.box__diferenciais,
.box__bairros{
    display: inline-block;
    width: 16.1%;
    margin-right: 8px;
}

.box__diferenciais button,
.box__bairros button{
    position: relative;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #fff;
    font-weight: 300;
    width: 100%;
    height: 45px;
    color:#fff;
    text-align: left;
}

.box__bairros {
    position: relative;
    width: 12%;
}

.box__diferenciais .dropdown-menu.show,
.box__bairros .dropdown-menu.show{
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;  
    width: 100%;
    border-radius: 0px;
    background-color: rgba(255,255,255, 0.9);
    border: 1px solid #c5c5c5;
    padding: 7px 7px 0px 7px;  
}


.box__bairros .dropdown-menu.show {
    width: 220px;
}

.box__bairros .dropdown-menu > div {
    height: 300px;
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; 
}

.box__diferenciais .btn-secondary:not(:disabled):not(.disabled).active, 
.box__diferenciais .btn-secondary:not(:disabled):not(.disabled):active, 
.box__diferenciais >.btn-secondary.dropdown-toggle:hover,
.box__diferenciais >.btn-secondary.dropdown-toggle:focus,
.box__diferenciais.show>.btn-secondary.dropdown-toggle,
.box__bairros .btn-secondary:not(:disabled):not(.disabled).active, 
.box__bairros .btn-secondary:not(:disabled):not(.disabled):active, 
.box__bairros >.btn-secondary.dropdown-toggle:hover,
.box__bairros >.btn-secondary.dropdown-toggle:focus,
.box__bairros.show>.btn-secondary.dropdown-toggle {
    background-color: #1f356a !important;
    border-color: #fff !important;
    color: #b6c931 !important;
    box-shadow: none;
}

.box__empreendimento,
.box__refRefinar {
    background: transparent;
    border: 1px solid #fff;
    display: inline-block;
    width: 23.4%;
    height: 45px;
    position: relative;
    top: 0px;
}

.box__empreendimento {
    margin-right: 8px;
}

.box__refRefinar {
    width: 23.6%;
}

.box__empreendimento input[type=text],
.box__refRefinar input[type=text]{
    background: transparent;
    border: 0px;
    height: 100%;
    height: 45px;
    border-radius: 0px;
    font-weight: 300;
    color: #fff;
    padding: 8px;
    outline: none;
    box-shadow: none;
}

.box__refRefinar {
    margin-right: 8px;
}

.box__empreendimento input[type=text]::-webkit-input-placeholder,
.box__refRefinar input[type=text]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.box__empreendimento input[type=text]::-moz-placeholder,
.box__refRefinar input[type=text]::-moz-placeholder  {
	/* Firefox 19+ */
	color: #fff;
}

.box__empreendimento input[type=text]:-ms-input-placeholder,
.box__refRefinar input[type=text]:-ms-input-placeholder  {
	/* IE 10+ */
	color: #fff;
}

.box__empreendimento input[type=text]:-moz-placeholder,
.box__refRefinar input[type=text]:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.box__empreendimento button,
.box__refRefinar button{
    border: 0px;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    z-index: 1 !important;
    box-shadow: none;
    outline: none;
}

.box__empreendimento button:hover,
.box__empreendimento button:focus,
.box__refRefinar button:hover,
.box__refRefinar button:focus {
    box-shadow: none !important;
    outline: none !important;
    background: none !important;
}

.box__empreendimento button:hover,
.box__refRefinar button:hover,
.box__empreendimento button:hover,
.box__refRefinar button:focus {
    background: none;
}

select.refinarEstilo--bts.small--size {
    width: 9.16%;
    background-position: 90% center;
}

select.refinarEstilo--bts.small--size:nth-child(8) {
    width: 14.7%;
    margin-right: 0px;
}

#limpatudo,
#limparegiao {
    display: inline-block;
    width: 74px;
    height: 45px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
    background: #545b62;
    color: #fff;
}

#limparegiao {
    height: 45px;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0px;
    width: 100%;
    color: #b6c931;
    background-color: #1f356a;
}

#limpatudo i {
    margin-right: 5px;
    font-size: 19px;
}

#limpatudo b {
    font-size: 12px;
    text-align: left;
    line-height: 1;
    font-weight: 400;
}

/* RESULTADO */


.box__imoveisResultado h1 {
    color: #6e8cd4;
    margin-top: 25px;
    margin-bottom: 0px;
    font-size: 25px;
}

.box__imoveisResultado .card__imovel {
    opacity: 0.5;
    margin-top: 20px;
    margin-bottom: 20px;
    transform: scale(0.8);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.box__imoveisResultado .card__imovel.showNow{
    opacity: 1;
    transform: scale(1);
} 

.box__imoveisResultado--selecionados{
    margin-top: 50px;
    margin-bottom: 100px;
}

.box__imoveisResultado--selecionados .card__imovel,
.box__imoveisResultado--semelhantes .card__imovel{
    opacity: 1 !important;
    transform: scale(1) !important;
}



.box__imoveisResultado .card_imovelimage {
    height: 245px;
}

.box__imoveisResultado  .card_imovelAtributos {
    right: 0px;
}

.box__imoveisResultado .card_imovelTourVideo span {
    width: 50%;
}

.box__imoveisResultado .card_imoveltexto {
    min-height: 155px;
}

.box__imoveisResultado .card_imoveltexto p{
    line-height: 1.2;
}

.box__imoveisResultado .card_imoveltexto b{
    color: #1f356a;
    font-weight: 500;
}   

.box__imoveisResultado .card_imovelMaisDetalhes a {
    margin-top: 0px;
    margin-bottom: 25px;
}

.box__imoveisResultado .card_imovelAtributos {
    width: 155px;
    min-height: 230px;
}

.box__imoveisResultado .card_imovelAtributos ul li {    
    margin: 7px 0px;
}

/* RESULTADO TOPO */

.box__resultadoTopo {
    margin-top: 10px;
}

.box__quantidadederesultados span,
.box__quantidade form,
.box__ordenar form {
    height: 100%;
}

.box__quantidadederesultados span{
    border-bottom: 1px solid #c7c7c7;
}

.box__quantidadederesultados span i {
    font-style: normal;
    margin-left: 5px;
}

.box__resultadoTopo select {
    height: 100%;
    width: 100%;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none; 
    border:0px;
    color: #000;
    border-bottom: 1px solid #c7c7c7;
    background-image: url(../images/seta-busca-rapida.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}

.bt__videoTourResultado form {
    width: 100%;
}

.bt__videoTourResultado span {
    cursor: pointer;
    transition: background 0.3s ease-in-out, 
    color 0.3s ease-in-out;
    height: 50px;
}

.bt__videoTourResultado span:nth-child(1) i {
    font-size: 20px;
    margin-right: 10px;
}

.box__resultadoTopo input[type=checkbox] {
    display: none;
}

.bt__videoTourResultado input[type=checkbox]:checked + label{
    color: #b6c931;
    background-color: #1f356a;
}

.bt__videoTourResultado input[type=checkbox]:checked + label span:nth-child(2){
    display: block;
    position: absolute;
    right: -2px;
    top: -6px;
}

.bt__videoTourResultado label{
    position: relative;
    width: 100%;
    color: #fff;
    background: #545b62;
    margin: 0px;
}

.bt__videoTourResultado span:nth-child(2) {
    display: none;
    position: absolute;
    background: #fff;
    padding: 0px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
}


.bt__videoTourResultado b {
    font-weight: 300;
    width: 93px;
    display: inline-block;
    text-align: left;
    line-height: 1;
}

/* PAGINAÇÃO */

.box__paginacao .link__anterior a,
.box__paginacao .link__proximo a{
    color: #000;
    padding: 10px 15px;
}

.box__paginacao nav li {
    margin: 0px 2px;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

.box__paginacao nav li a {
    display: inline-block;
    min-width: 44px;
    height: 44px;
    padding: 10px 0px;
    text-align: center;
    color: #000;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

.box__paginacao nav li.active a,
.box__paginacao nav li:hover a,
.box__paginacao nav li:focus a,
.box__paginacao nav li:hover {
    background-color: #1f356a;
    color: #fff;
    text-decoration: none;
}

.box__paginacao nav li.disabled,
.box__paginacao nav li.disabled a{
    opacity: 0.6;
    cursor: no-drop;
}

#filterPgPesquisa {
    width: 100%;
}


/* Breads */

.breadcrumb{
    padding: 5px 0px;
    font-size: 12px;
    color: #797979;
    background: transparent;
}

.breadcrumb a{
    color: #797979;
}


/* DETALHE */

.bg__detalhe {
    width:100%;
    background: transparent url('../images/degrade-topo.png');
    background-repeat: repeat-x;
    margin-top: 5px;
}

.box__tituloDetalhe h1{
    font-size: 30px;
    font-weight: 400;
    color: #b6c931;
    margin: 15px 0px;
}

#bannerDetalhe {
    border: 1px solid #1f356a;
    background-color: #333;
    height: 645px;
}

#bannerDetalhe .carousel-inner,
#bannerDetalhe .carousel-item{
    height: 100%;
}

#bannerDetalhe .carousel-item > div {
    overflow: hidden;
}

#bannerDetalhe .carousel-control-prev-icon {
    content: '';
    background: url(../images/seta-banner-esquerda.png) no-repeat;
    width: 31px;
    height: 57px;
    display: inline-block;
}

#bannerDetalhe .carousel-control-next-icon {
    content: '';
    background: url(../images/seta-banner-direita.png) no-repeat;
    width: 31px;
    height: 57px;
    display: inline-block;
}

.det__check {
    height: auto;
    bottom: 0px;
    right: 15px;
    min-height: auto;
    top: auto;
    z-index: 99;
    width: 155px;
}

.det__check label {
    margin-bottom: 3px;
}

.box__acoesDetalhe ul {
    margin-top: 15px;
    list-style: none;
    padding-left: 0px;
}

.box__acoesDetalhe ul li a:focus,
.box__acoesDetalhe ul li a:hover,
.box__compartilhe li a:focus,
.box__compartilhe li a:hover {
    text-decoration: none;
}

.box__acoesDetalhe ul:nth-child(1) span {
    display: inline-block;
    background-color: #797979;
    color: #fff;   
    text-align: center;
    height: 50px;
    font-weight: 300;
}

.box__acoesDetalhe ul:nth-child(1) button {
    border:1px solid #1f356a;
    height: 50px;
    color: #1f356a;
    margin-right: 30px;
    padding: 10px 40px;
    background-color: transparent;
}

.box__acoesDetalhe ul:nth-child(1) li span i {
    font-size: 22px;
    margin-right: 7px;
}

.box__acoesDetalhe ul:nth-child(1) li:nth-child(2) span,
.box__acoesDetalhe ul:nth-child(1) li:nth-child(3) span {
    padding: 10px 0px;
    min-width: 130px;
}

.box__acoesDetalhe ul:nth-child(1) li:nth-child(3) {
    margin-left: 15px;
}

.box__compartilhe li {
    display: inline-block;
}

.box__compartilhe li + li {
    margin-left: 5px;
}

.box__compartilhe li a {
    width: 50px;
    height: 50px;
    font-size: 35px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box__compartilhe {
    padding-left: 0px;
    display: flex;
    justify-content: center!important;
    justify-content: center;
    -ms-flex-align: center!important;
    align-items: center;
    
}

.box__compartilhe li span {
    color: #1f356a;
    text-align: center;
}

.box__compartilhe li:nth-child(1) {
    margin-right: 5px;
}

.box__compartilhe li:nth-child(3) a {
    background-color: #00b63d;
}

.box__compartilhe li:nth-child(2) a {
    background-color: #2258a2;
}

.box__compartilhe li:nth-child(5) a {
    background-color: #0076b6;
}

.box__compartilhe li:nth-child(4) a {
    background-color: #0099d5;
}


.box__videoTour iframe{
    width: 100%;
    height: 445px;
}


.box__videoTour {
    margin-bottom: 30px;
}

.box__sobreOImovel p,
.box__mapa {
    margin-bottom: 40px;
}

.box__caracteristicasDetalhe ul {
    padding-left: 0px;
    list-style: none;
}


.box__caracteristicasDetalhe li {
    padding-left: 0px;
    line-height: 2;
}

.box__caracteristicasDetalhe li i {
    color: #b6c931;
    margin-right: 5px;
    font-size: 12px;
}



.box__navegacaoDetalhe {
    margin-top: 30px;
}

.box__navegacaoDetalhe .box__compartilhe {
    margin-bottom: 0px;
}

.bt__indicarAmigo button{
    border: 0px;
    width: 100%;
    height: 70px;
    color: #fff;
    background-color: #1f356a;
}

.box__navegacaoDetalhe a{
    border: 0px;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    width: 100%;
    height: 70px;
    color: #000;
    background-color: #b6c931;
}

.box__navegacaoDetalhe p {
    background: #f3f3f3;
    padding: 20px 15px;
    text-align: center;
    color: #696969;
    line-height: 1.2;
    margin:60px 0px;
}

.sub__tituloDetalhe {
    margin-top:30px;
    margin-bottom: 25px;
    font-size: 22px;
    color: #1f356a;
    display: inline-block;
    text-transform: uppercase;
}

.box__imoveisResultado--semelhantes {
    margin-bottom: 120px;
}

.box__imoveisResultado--semelhantes .sub__tituloDetalhe {
    margin:20px 0px 20px 0px;
}


.sub__tituloDetalhe::after {
    content: "";
    width: 120%;
    height: 2px;
    background-color: #b6c931;
    display: block;   
}

.buscaRref--detalhe .box__refRefinar{
    width: 100%;
    margin-right: 0px;
    margin-top: 15px;
    border-color: #1f356a;
}

.buscaRref--detalhe .box__refRefinar input[type=text] {
    color: #b6c931;
}

.buscaRref--detalhe .box__refRefinar input[type=text]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #b6c931;
}

.buscaRref--detalhe .box__refRefinar div.form-group  input[type=text]::-moz-placeholder {
	/* Firefox 19+ */
	color: #b6c931;
}

.buscaRref--detalhe .box__refRefinar input[type=text]:-ms-input-placeholder {
	/* IE 10+ */
	color: #b6c931;
}

.buscaRref--detalhe .box__refRefinar input[type=text]:-moz-placeholder {
	/* Firefox 18- */
	color: #b6c931;
}

.bg__detalhe > .container {
    position: relative;
}

.box__flutuante {    
    position: absolute;
    top: 75px;
    right: 0px;
}

.box__flutuante > div {
    position: relative;
}

.fixedBoxDte {
    width: 100%;
    position: absolute;
    right: 0px;
}

.fixedBoxDte .box__contentFixed {
    width: 100%;
    background-color: #f0f4f7;
    padding:18px;
}

.box__descricaoValorDet {
    border:1px solid #1f356a;
    padding:3px 12px;
}

.box__descricaoValorDet > p:first-child span:first-child{
    font-size: 16px;
    display: block;
    color: #808080;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.box__descricaoValorDet > p:first-child span:last-child{
    font-size: 22px;
    display: block;
    color:#1f356a;
}

.box__descricaoValorDet > p {
    margin-bottom: 5px;
    color: #808080;
}

.box__descricaoValorDet > p:not(:first-of-type) b{
    text-transform: uppercase;
    color:#1f356a;
}

.box__descricaoValorDet > p:last-child {
    margin-bottom: 0px;
}

.atributos__detalhe {
    color:#fff;
    background-color: #1f356a;
    padding: 10px;
    list-style: none;
    font-weight: 300;
    line-height: 2.3;
    padding-left: 40px;
    margin-bottom: 10px;
}

.atributos__detalhe li svg {
    width: 17px;
    height: 17px;
}

.atributos__detalhe li svg {
    fill: #6e8cd4;
}

.atributos__detalhe li {
    min-width: 100%;    
}

.atributos__detalhe li i {
    font-size: 14px;
    color: #6e8cd4;
    margin-right: 5px;
}

.atributos__detalhe li span {
    font-size: 16px;
}


.box__telefonesDet > a {
    color: #fff;
}

.box__telefonesDet > a > span {
    font-weight: 100;
    margin-top: 6px;
}


.box__telefonesDet > a > i {
    font-size: 32px;
}

.box__telefonesDet > a:hover,
.box__telefonesDet > a:focus {
    text-decoration: none;
}

.box__telefonesDet > a > span i {
    font-size: 13px;
    margin-right: 2px;
    font-style: normal;
}

.box__telefonesDet > a:first-child {
    background-color: #1f356a;
}

.box__telefonesDet > a:last-child {
    background-color: #00b63d;
}

.box__telefonesDet > a:last-child > i {
    font-size: 40px;
}

.box__telefonesDet > a{
    text-align: center;
    width: 48%;
    height: 77px;
}

.bt_infoEAgendar {
    margin-top: 10px;
    width:100%;
    border: 1px solid #1f356a;
    height: 40px;
    color:#808080;       
    padding: 0px 40px;
    background-color: transparent;
}

.bt_infoEAgendar i{
    font-size:25px;
    margin-right: 5px;
    color: #1f356a; 
}

.btn--effect {
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.btn--effect:hover {
    background-color: #b6c931 !important;
    color:#1f356a !important;
}

.card_imovelAtributos .flex-column:hover > i {
    color: #b6c931;
}

.menu__footer--2  li.area > a {
    padding: 10px;
    width: 100%;
    margin-top: 12px;
    color: #6e8cd4;
    border: 1px solid currentColor;
    text-align: center;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.menu__footer--2  li.area > a:hover {
    text-decoration: none;
    background-color: #b6c931;
    border-color: #b6c931;
    color:#1f356a;
}

.efeito1 > div a > span {
    background-color: rgb(248 250 255 / 40%);
    padding: 5px;
    font-weight: bold;
}


h4.adm {
    font-size: 16px;    
    text-decoration: underline;
    margin-bottom: 20px;
}

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

div.custas > label {
    width: 100%;
}

div.custas-borda {
    margin-right: 8px;
    width: 100%;
    height: 45px;
    border: 1px solid #b6c931;
    color: #1f356a;
    padding: 8px;
    background: transparent;
    font-weight: 300;
    border-radius: 0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
}

#incluir_as_custas {
    margin-top: 7px;
}

/*
margin-right: 8px;
    width: 100%;
    height: 45px;
    border: 1px solid #b6c931;
    color: #1f356a;
    padding: 8px;
    background: transparent;
    font-weight: 300;
    border-radius: 0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
*/

.bar-verde i {
    color: #b6c931!important;
}

.bar-verde svg {
    fill: #b6c931!important;
}

.bar-verde i.fa-check {
    color: #1f356a!important;    

}

.atributos__detalhe li:hover > i {
    color: #b6c931;
}

.centralContent__links .globo {
    float: left;
    width: 100%;
    margin-left: 102px;
}

.centralContent__links .globo .bloco1 {
    float: left;
}

.centralContent__links .globo .bloco1 {
    margin-left: 118px;
    margin-bottom: 17px;
}


.centralContent__links .globo .bloco2 {
    float: left;
    clear: both;
}

.centralContent__links .globo .bloco2 a {
    width: 180px;
}

.centralContent__links .globo .bloco3 {
    float: left;
}

.centralContent__links .globo .bloco3 a {
    width: 180px;
}

.box__selecao h1 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 16px;
}

@media (max-width: 767px) { 

    .centralContent__links .globo .bloco1 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-left: 0px;
    }

    .centralContent__links .globo .bloco2 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-left: 0px;
    }

    .centralContent__links .globo .bloco3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0px;
    margin-top: 14px;
    }

    .centralContent__links .globo {
        margin-left: 0px;
    }

    /* HEADER */

    .remove-pd-xs {
        padding: 0px;
    }

    .box__topo::after {
        margin-top: -1px;
    }

    .box__topo .navbar-brand {       
        margin: 15px 0px;
        margin-left: 15px;
    }

    #navbarNavDropdown{
        background: #00143f;
        width: 100%;
    }

    ul.box__navegacao--tipo2 li.nav-item a.nav-link {
        color: #fff;
    }

    ul.box__navegacao--tipo2 .item__tradutor img {
        display: block;
        margin: 0 auto;
    }

    ul.box__navegacao--tipo2 .item__tradutor .dropdown-menu {
        margin: 20px 0px;
    }

    .box__navegacao--tipo1 {
        background-image: none;
    }

    ul.box__navegacao--tipo2 {
        width: 100%;
        margin: 20px 0px;
    }

    ul.box__navegacao--tipo2 li + li {
        margin-left: 0px;
    }

    ul.box__navegacao--tipo2 .navbar-nav .nav-link {
        color: #fff;
    }

    .box__topo .navbar-light .navbar-toggler {  
        background-color: #b6c931;    
        margin-top: 30px;
        padding: 10px 10px;
        margin-right: 15px;
    }

    .box__topo .navbar-light .navbar-toggler .navbar-toggler-icon {
        height: auto;
        color: #00143f;
    }

    .box__topo .navbar-brand svg {       
        height: 100px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: none;
    }

    /* BUSCA RÁPIDA */

    #faixaCinzaBuscaRapida,
    #faixaAzulBuscaRapida {
        display: none;       
    }

    .br__bg--azul select {
        height: 40px;
    }


    .box__buscaRapida{
        background-color: #b6c931;
        padding: 15px;
    }

    .box__buscaRapida button {
        background: transparent;
    }

    .buscar__mobilebt {
        border: 1px solid #fff;
        border-radius: 5px;
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 10px !important;
    }

    .br__bg--azul,
    .br__bg--cinza {
       
        height: auto;
        max-width: 100%;
        flex-direction: column;
        -ms-flex-direction: column;
        border-radius: 8px;
        margin-top: 10px;
        min-width: 100%;
        flex-direction: row;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -ms-flex-wrap:wrap;
    }
   
    .br__bg--cinza {
       margin-top: 5px;
    }

    .br__bg--cinza input {
        margin-top: 0px;
        width: 80%;
        height: 40px;
        margin-right: 0px;
    }

    .box__buscaRapida .br__bg--cinza button {
        width: 15%;
    }

    .br__bg--cinza button i {
        font-size: 28px;
    }

    .br__bg--azul div + div {
        border: 0px;
        border-top: 1px solid #ccc;
    }

    .ajustar__flex {
        max-width: 100%;
        min-width: 100%;
        flex-wrap: wrap;
        -ms-flex-wrap:wrap;
    }

    .br__bg--azul {
        background-color: #1f356a;
        background-image: none;
    }

    .br__bg--azul > div {
        min-width: 100%;
        height: auto;
    }

    .form__buscaRapida {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    /* BANNER */

    .box__bannerBusca {
        background-color: #b6c931;
    }

    #bannerHome .carousel-item a::after {      
        width: 100%;
        height: 55px;       
        background: url(../images/degrade-banner.png);
        background-size: cover;
        
    }

    /* DESTAQUES */

    .card__imovelContainer > .row > div {
        padding:0px !important;
    }

    .card__imovel {
        margin-bottom: 40px;
    }

    .card_imovelimage {
        height: 235px;
    }

    .titulos__home h2 span { 
        margin-left: 0px;        
    }

    .card_imovelAtributos ul li {
        width: 33.33%;
    }

    .card_imovelTourVideo {
        margin-top: 13px;
    }

    .card_imovelTourVideo span + span {
        margin-left: 15px;
    }

    .card_imovelAtributos {
        border-radius: 8px;
    }

    .card_imovelTourVideo span {
        width: 50%;
    }

    .card_imovelAtributos {
        width: 100%;
        float: none;
        min-height: auto;
        position: relative;
        margin-left: 0px;
        top: 0px;
        right: 0px;
    }

    .box__imoveisResultado .card_imovelAtributos {
        width:100%;
        min-height: auto;
    }

    .box__imoveisResultado .card_imovelMaisDetalhes a {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .box__imoveisResultado .card_imoveltexto {
        min-height: auto;
    }
    

    .card_imovelAtributos form {
        border-bottom: 1px solid #6e8cd4;
    }

    .card_imovelMaisDetalhes::after {
        margin-top: 13px;
        content: "";
        width: 100%;
        display: block;
        height: 3px;
        border-bottom: 3px solid #b6c931;
    }

    /* MOSAICO 1 */

    .box__mosaico--tipo1 {
        padding-top: 25px;
    }

    .cards__moisaco > div > a::before, 
    .cards__moisaco > div > .row a::before, 
    .cards__moisaco > div > a::before, 
    .cards__moisaco > div > .row a::before {
        opacity: 0.7;
        background-color: #1f356a;
    }

    .cards__moisaco > div > a span, 
    .cards__moisaco > div > .row a span, 
    .cards__moisaco > div > a span, 
    .cards__moisaco > div > .row a span {
        color: #fff;;
    }

    .box__mosaico--tipo1 .titulos__home h2 br,
    .box__imoveisDestaque .titulos__home h2 br,
    .box__mosaico--tipo2 .titulos__home h2 br {
        display: none;
    }

    .cards__moisaco > div a {
        height: 150px !important;
        background-position: center center;
    }

    .cards__moisaco > div:nth-child(3) {
        padding-right: 15px;
    }

    .cards__moisaco > div:nth-child(3) a {
        height: 200px;
        background-position: center center;
    }

    /* MOSAICO 2 */

    .cards__moisaco > div{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .box__mosaico--tipo1 .cards__moisaco > div:nth-child(1) {
        padding-right: 7.5px !important;
    }

    .box__mosaico--tipo1 .cards__moisaco > div:nth-child(2) {
        padding-left: 7.5px !important;
    }
    

    .box__mosaico--tipo2 .cards__moisaco > div + div {
        margin-top: 15px !important;
    }

    /* CENTRAL CONTENT */

    .box__administracaoDeLocacao .box__centralContent {       
        height: 546px;
    }

    .box__administracaoDeLocacao .box__centralContent p {
        margin-left: 0px;
        color: #000;
    }

    .centralContent__links a:nth-child(1),
    .centralContent__links a:nth-child(2) {
        margin-left: 0px;
    }

    /* SUB FOOTER */

    .box__cardSubFooter .container .row > div:last-child {
        text-align: center;
        margin: 40px 0px 0px 0px;
    }
    

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

    /* box__cardSubFooter--texto > div {
        min-width: 100%;
    } */

    .box__cardSubFooter .container .row > div:last-child h3 {
        font-size: 17px !important;
    }

    .box__cardSubFooter .container .row > div:last-child p {       
        font-size: 18px;
    }

    .box__app .container > .row > div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .box__app .container > .row > div:nth-child(2) img{
        max-width: 100%;
    }

    /* FOOTER */

    .menu__footer--1,
    .menu__footer--2 {
        margin-right: 0px;
        min-width: 100%;
        margin-bottom: 0px;
    }

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

    .menu__footer--2 li:last-child a {
        padding: 10px;
    }

    .footer__nav {
        text-align: center;
    }

    .box__footerSociais {
        margin-bottom: 40px;
    }

    .box__atencao > .row {      
        padding: 15px;
    }

    .box__footerSociais ul li a {
        margin: 0px 10px !important;
    }
    

    /* BARRA FIXA */

    .whatsApp__fixo {
        right: 12px;
        width: 100px;
    }

    .whatsApp__fixo img {
        max-width: 100%;
    }

    .box__contatoFlutuante a > span:nth-child(3) {
        display: none;
    }

    .box__contatoFlutuante a > i {
        display: inline-block;
        font-size: 22px;
        color: #fff;
        position: relative;
        top: -3px;
    }

    .box__contatoFlutuante a > span:nth-child(1) {
        margin-right: 8px;
        font-size: 14px;
    }

    /* RESULTADO */

    .box__refinarBusca {
        min-height: auto;
        height: auto;
        background-size: auto 100%;
    }

    .box__refinarBusca form {
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    
    
    select.refinarEstilo--bts.small--size,
    select.refinarEstilo--bts,
    label.refinarEstilo--bts,
    .box__diferenciais, 
    .box__bairros,
    .box__empreendimento, 
    .box__refRefinar,
    #limpatudo{
        min-width: 100%;
        margin:10px 0px;
        background-position: 95% center;
    }

    .box__diferenciais .dropdown-toggle::after, 
    .box__bairros .dropdown-toggle::after{
        right: 15px;
    }

    .box__quantidadederesultados,
    .box__ordenar,
    .box__quantidade {
        height: 40px;
        margin-bottom: 10px;
    }

    .bt__videoTourResultado {
        margin-top: 10px;
    }

    .bt__filtrarbusca {
        background: #b6c931;
        text-transform: uppercase;
        font-weight: 900;
        padding: 10px 15px;
        border: 0px;
        border-radius: 5px;
        margin: 15px auto 15px auto;
        float: none;
        display: block;
        box-shadow: 0 0 0 rgba(182, 201, 49, 0.53);
        animation: pulsebtfiltrar 2s infinite;
        color: #1f356a;
        width: 100%;
    }

    @-webkit-keyframes pulsebtfiltrar {
        0% {
          -webkit-box-shadow: 0 0 0 0 rgba(182, 201, 49, 0.4);
        }
        70% {
            -webkit-box-shadow: 0 0 0 10px rgba(235, 231, 8, 0);
        }
        100% {
            -webkit-box-shadow:  0 0 0 0 rgba(235, 231, 8 , 0);
        }
      }
      
      @keyframes pulsebtfiltrar {
        0% {
          -moz-box-shadow: 0 0 0 0 rgba(182, 201, 49, 0.4);
           box-shadow: 0 0 0 0 rgba(182, 201, 49, 0.4);
        }
        70% {
            -moz-box-shadow: 0 0 0 10px rgba(235, 231, 8, 0);
            box-shadow: 0 0 0 10px rgba(235, 231, 8, 0);
        }
        100% {
            -moz-box-shadow: 0 0 0 0 rgba(235, 231, 8, 0);
            box-shadow: 0 0 0 0 rgba(235, 231, 8, 0);
        }
      }

      .box__paginacao nav li a {      
        font-size: 14px;
        min-width: 30px;
      }

    .box__paginacao .link__anterior a, .box__paginacao .link__proximo a {       
        padding: 10px 0px;
    }

    
    .box__imoveisResultado--selecionados{
        margin-top: 50px;
        margin-bottom: 80px;
    }

    /* DETALHE  */

    .box__tituloDetalhe h1 {
        font-size: 22px;
    }

    .buscaRref--detalhe .box__refRefinar input[type=text] {
        color: #1f356a;
    }

    .buscaRref--detalhe .box__refRefinar input[type=text]::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #1f356a;
    }
    
    .buscaRref--detalhe .box__refRefinar div.form-group  input[type=text]::-moz-placeholder {
        /* Firefox 19+ */
        color: #1f356a;
    }
    
    .buscaRref--detalhe .box__refRefinar input[type=text]:-ms-input-placeholder {
        /* IE 10+ */
        color: #1f356a;
    }
    
    .buscaRref--detalhe .box__refRefinar input[type=text]:-moz-placeholder {
        /* Firefox 18- */
        color: #1f356a;
    }

    #bannerDetalhe {      
        height: 245px;
    }
    
    .box__acoesDetalhe ul {
        width: 100%;
    }

    .box__acoesDetalhe ul:nth-child(1) button {
        margin-right: 10px;
        padding: 10px 15px;        
    }

    .box__acoesDetalhe > ul:nth-child(1) li{
        width: 100%;
        margin: 0px;
        margin-bottom: 15px;
    }

    .box__acoesDetalhe ul:nth-child(1) li:nth-child(3) {
        margin-left: 0px;
    }

    .box__acoesDetalhe ul:nth-child(1) button,
    .box__acoesDetalhe ul:nth-child(1) a {
        width: 100%;
    }
    
    .box__videoTour iframe {
        height: 200px;
    }

    .box__mapa #googleMap,
    .box__mapa #googleMap iframe {
        height: 300px;
    }

    .box__acoesDetalhe ul:nth-child(1) li:nth-child(2) span, 
    .box__acoesDetalhe ul:nth-child(1) li:nth-child(3) span {
        padding: 10px 0px;
        min-width: 115px;
    }

    .box__flutuante,
    .fixedBoxDte {
        top:0px;
        position: relative;
    }

    .fixedBoxDte {
        margin-bottom: 40px;
    }

    .det__check {
        height: auto;
        bottom: 0px;
        right: 15px !important;
        min-height: auto !important;
        top: auto !important;
        margin: 0px !important;
        z-index: 99;
        width: 155px !important;
        border-radius: 0px !important;
        -webkit-border-top-right-radius: 18px !important;
        -moz-border-radius-topright: 18px !important;
        border-top-right-radius: 18px !important;
        position: absolute !important;
    }

    .sub__tituloDetalhe::after {
        width: 101%;        
    }

    .box__navegacaoDetalhe > div > div {
        padding:0px;
        margin-bottom: 15px;
    }

    .box__navegacaoDetalhe p {
         margin: 30px 0px;
         margin-bottom: 0px;
    }

    div.datepicker-inline .datepicker {
        margin: 0 auto;
    }


}

@media (min-width: 768px) {

    #navbarNavDropdown,
    #containerBuscaRapida,
    #filterPgPesquisa{
        display: block !important;
    }

    #AgendaModal .modal-dialog{
        max-width: 600px;
    } 
    

 }

@media (max-width: 991px ) {


    /* MOSAICO 2 */

    .box__mosaico--tipo2 .cards__moisaco > div > a::before, 
    .box__mosaico--tipo2 .cards__moisaco > div > .row a::before, 
    .box__mosaico--tipo2 .cards__moisaco > div > a::before, 
    .box__mosaico--tipo2 .cards__moisaco > div > .row a::before {
        opacity: 0.4;
        background-color: #b6c931;
    }

    .box__mosaico--tipo2 .cards__moisaco > div a span {
        color: #fff;
        text-shadow: 1px 1px 2px #6a7707, 0 0 25px #cad76d, 0 0 5px #dbff00;
    }


    /* SUBFOOTER */

    .box__app {
        height: auto;
        text-align: center;
    }

    .box__app .container > .row {
        flex-wrap: wrap;
    }

    .box__app .container > .row > div {
        margin: 0px;
        min-width: 100%;
    }

    .box__app .container > .row > div:nth-child(1) {
        order: 0;
        -ms-flex-order: 0;
        margin: 20px 0px;
    }

    .box__app .container > .row > div:nth-child(2) {
        order: 1;
        -ms-flex-order: 1;
        position: relative;
    }

    .box__app .container > .row > div:nth-child(3) {
        margin: 20px 0px;
    }
    
    .box__cardSubFooter--texto {
        text-align: center;
    }

    .box__cardSubFooter--texto svg {
        height: 70px;
        margin-bottom: 20px;
    }

    .box__cardSubFooter--texto a{
        padding: 14px 0px;
    }

    .box__cardSubFooter--texto div:nth-child(2) {
        padding: 0px;
    }

    .box__cardSubFooter .container .row > div:last-child h3 {
        font-size: 20px;       
    }

    
    .box__app .row > div:nth-child(2) {
        left:0px;
    }

}

@media (min-width: 768px ) and (max-width: 991px ) {

    .centralContent__links .globo {    
        margin-left: 20%;
    }

    /* HEADER */

    .box__navegacao--tipo1 li:nth-child(2) {
        margin: 0px 6px;
    }

    ul.box__navegacao--tipo1 li + li {
        margin-left: 0px;
    }

    ul.box__navegacao--tipo2 li + li {
        margin-left: 0px;
    }

    ul.box__navegacao--tipo2 li.nav-item a.nav-link {
        font-size: 15px;
        color: #797979;
        padding: 4px;
    }

    /* BUSCA RÁPIDA */

    .form__buscaRapida {
        margin-top: -47px;
        margin-bottom: -53px;
    }

    .br__bg--azul {
        max-width: 100%;
        background-position: -325px;
    }

    .br__bg--azul > div {
        min-width: 133px;
        height: 100%;
    }

    .br__bg--cinza {
        margin-top: -3px;
        background-position: 207px;
        height: 51px;
    }

    .br__bg--cinza input {
        margin-top: 0px;
    }

    .br__bg--cinza button i {
        font-size: 25px;
    }

    #faixaAzulBuscaRapida {        
        bottom: 51px;
    }

    #faixaCinzaBuscaRapida {       
        height: 51px;
    }

    /* BANNER */

    #bannerHome .carousel-caption {
        padding-bottom: 43px;
        left: 0px;
        width: 100%;
        z-index: 1;
    }

    #bannerHome .carousel-caption h5,
    #bannerHome .carousel-caption p {
        text-align: center;
    }

    /* DESTAQUES */

    .card_imovelimage {       
        height: 235px;
    }

    .card_imovelAtributos {
        width: calc(100% - 15px);
        float: none;
        min-height: auto;
        position: relative;
        margin-left: 8px;
        border-radius: 8px;
        top: 0px;
        right: 0px;
    }

    .card_imovelAtributos form {       
        border-bottom: 1px solid #6e8cd4;
    }

    .card_imovelAtributos ul li {
        width: 33.33%;
    }

    .card_imovelTourVideo {
        margin-top: 13px;
    }

    .card_imovelTourVideo span + span {
        margin-left: 15px;
    }


    .card_imovelMaisDetalhes::after {
        margin-top: 13px;
        content: "";
        width: 100%;
        display: block;
        height: 3px;
        border-bottom: 3px solid #b6c931;
    }


    /* CENTRAL CONTENT */

    .box__administracaoDeLocacao .box__centralContent {        
        height: auto;
    }
    

    .box__administracaoDeLocacao .box__centralContent p {      
        color: #000;
    }
    
    /* FOOTER */

    .menu__footer--1,
    .menu__footer--2 {
        margin-bottom: 40px;
    }

    .menu__footer--1 {
        margin-right: 15%;
    }
    

    .box__footerSociais ul li + li a {
        margin-left: 8px;
    }

    /* BARRA FIXA */

    .box__contatoFlutuante a > i{
        display: inline-block;
        font-size: 22px;
        color: #fff;
        position: relative;
        top: -3px;
    }

    .box__contatoFlutuante a > span:nth-child(3) {
        display: none;
    }

    /* RESULTADO */

    label.refinarEstilo--bts {
        width: 16%;
    }

    .box__refinarBusca {      
        height: auto;
        background-size: auto 100%;
    }    

    .box__diferenciais {
        width: 32.1%;
        margin-right: 0px;
    }

    .box__bairros {   
        margin-bottom: 10px;
        margin-right: 8px;
        width: 21%;
    }

    select.refinarEstilo--bts {
         width: 20.5%;
    }
    select.refinarEstilo--bts:nth-child(5) {
        width: 32%;
    }

    .box__empreendimento, .box__refRefinar {
       width: 32.4%;
    }

    select.refinarEstilo--bts.small--size:nth-child(8) {
        width: 22%;
        margin-right: 8px;
    }

    select.refinarEstilo--bts:nth-child(10) {        
        margin-right: 0px;
    }


    select.refinarEstilo--bts:nth-child(12),
    select.refinarEstilo--bts:nth-child(13) {
        width: 14% !important;
    }

    .box__refRefinar {
        width: 25%;
    }

    select.refinarEstilo--bts:nth-child(14) {
        width: 17% !important;
    }

    select.refinarEstilo--bts:nth-child(15) {
        width: 13% !important;
    }

    select.refinarEstilo--bts.small--size {
        width: 12.7%;       
    }

    .box__empreendimento {
        margin-right: 8px;
        margin-bottom: 10px;
    }

    .box__resultadoTopo select {
        height: 40px;
    }

    .box__imoveisResultado .card_imoveltexto {
        min-height: auto;
    }

    .box__imoveisResultado .card_imovelimage {
        height: 152px;
    }
    
    .box__imoveisResultado .card_imovelAtributos {
        min-height: auto;
        width: calc(100% - 15px);
    }

    .box__imoveisResultado .card_imovelAtributos ul li {
        width: 50%;
    }

    .box__imoveisResultado .card_imovelTourVideo span + span {
        margin-left: 10px;
    }

    .box__imoveisResultado .card_imovelTourVideo span {
        font-size: 14px;
    }

    .box__imoveisResultado .card_imovelTourVideo span i {
        font-size: 18px;
    }

    .box__imoveisResultado .card_imovelMaisDetalhes a {
        margin-top: 10px;
        margin-bottom: 0;
    }

    /* DETALHE */

    #bannerDetalhe {
        height: 475px;
        margin-top: 15px;
    }

    .buscaRref--detalhe .box__refRefinar input[type=text] {
        color: #1f356a;
    }

    .buscaRref--detalhe .box__refRefinar input[type=text] {
        color: #1f356a;
    }
    
    .buscaRref--detalhe .box__refRefinar input[type=text]::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #1f356a;
    }
    
    .buscaRref--detalhe .box__refRefinar div.form-group  input[type=text]::-moz-placeholder {
        /* Firefox 19+ */
        color: #1f356a;
    }
    
    .buscaRref--detalhe .box__refRefinar input[type=text]:-ms-input-placeholder {
        /* IE 10+ */
        color: #1f356a;
    }
    
    .buscaRref--detalhe .box__refRefinar input[type=text]:-moz-placeholder {
        /* Firefox 18- */
        color: #1f356a;
    }

    .box__acoesDetalhe ul:nth-child(1) button {
        border: 1px solid #1f356a;
        height: 50px;
        color: #1f356a;
        margin-right: 13px;
        padding: 10px 20px;
        background-color: transparent;
    }

    .box__compartilhe li a {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .box__flutuante,
    .fixedBoxDte {
        top:0px;
        position: relative;
    }

    .fixedBoxDte {
        margin-bottom: 40px;
    }

    .det__check {
        height: auto;
        bottom: 0px;
        right: 15px !important;
        min-height: auto !important;
        top: auto !important;
        margin: 0px !important;
        z-index: 99;
        width: 155px !important;
        border-radius: 0px !important;
        -webkit-border-top-right-radius: 18px !important;
        -moz-border-radius-topright: 18px !important;
        border-top-right-radius: 18px !important;
        position: absolute !important;
    }

}

@media (min-width: 992px) { 

    .box__listaDesatques .card__imovelContainer {
        min-height: 211px;
    }

}

@media (min-width: 992px )and (max-width: 1199px) {

    .box__diferenciais .dropdown-menu.show, .box__bairros .dropdown-menu.show {
        width: 424px;
        font-size: 14px;
        }

    /* header */

    .box__topo .navbar-brand {
        max-width: 300px;
    }

    ul.box__navegacao--tipo2 li + li {
        margin-left: 4px;
    }

    ul.box__navegacao--tipo2 li.nav-item a.nav-link {
        font-size: 15px;
        padding: 5px;
    }

    /* BANNER */

    #bannerHome .carousel-control-next-icon,
    #bannerHome .carousel-control-prev-icon{
        margin-top: -117px; 
    }

    /* BUSCA RÁPIDA */

    .br__bg--azul {
        max-width: 855px;
        background-position: -164px 100%;
    }

    .br__bg--azul > div {
        min-width: 155px;
    }   
    

    /* DESTAQUES */
    .card_imovelimage {
        border: 1px solid #1f356a;
        width: 100%;
        height: 325px;
        overflow: hidden;
    }

    /* CENTRAL CONTENT */

    .box__administracaoDeLocacao .box__centralContent {     
        height: auto;
    }

    /* SUB FOOTER */

    .box__cardSubFooter--texto a {      
        padding: 16px 0px;
        font-size: 15px;       
    }

    .box__cardSubFooter--texto p {
        min-height: 95px;
    }

    /* FOOTER */

    .box__app .container > .row > div:nth-child(1) {
        margin-left: 25px;
    }

    .box__app .row > div:nth-child(2) {
        left: 21%;
    }

    .box__app .container > .row > div:nth-child(3) {
        margin-right: 23px;       
    }

    .menu__footer--1 {
        margin-right: 60px;
    }

    .box__filial a span b {
        font-size: 19px;
    }

    /* BOX FLUTUANTE */

    .box__contatoFlutuante a > span {
        margin-right: 5px;
    }

    /* RESULTADO */

    .box__refinarBusca {
        height: 120px;
        background-size: auto 100%;
    }

    .box__bairros .dropdown-toggle::after {
        right: 13px;
    }
   
    select.refinarEstilo--bts.small--size {
        width: 9.9%;
    }

    select.refinarEstilo--bts.small--size:nth-child(8) {
        width: 15.7%;
    }

    .box__refRefinar {
        width: 18.8%;
    }
    
   
    .box__empreendimento { 
        width: 19.5%;
        margin-right: 8px;
    }

    select.refinarEstilo--bts.small--size:nth-child(9) {
        margin-right: 0px;
    }
 
    .box__imoveisResultado .card_imovelimage {
        height: 208px;
    }

    .box__imoveisResultado .card_imovelAtributos {
        width: 145px;
    }

    .box__refRefinar > div  {
        margin-bottom: 0px !important;
    }

    /* DETALHE */

    #bannerDetalhe {
        height: 520px;
    }

    .box__compartilhe li a {
        width: 45px;
        height: 45px;
        font-size: 25px;
    }

}

@media (min-width: 1200px) { 

    .box__diferenciais .dropdown-menu.show, .box__bairros .dropdown-menu.show {
    width: 424px;
    font-size: 14px;
    }



}