body {
    position: relative;
    font-family: 'Arial', sans-serif;  
}

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

form.noappearance select, 
form.noappearance input[type=text], 
form.noappearance button{
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none; 
    border: 0 !important;  
}

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

.bg__primary {
    background-color: #0FAED9;
}

/* HEADER */

.box__primeiromenu {
    position: relative;
}

.box__primeiromenu::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 50%;
    top: 0px;
    right: 0px;
    height: 100%;
    z-index: -1;
    background-color: #0FAED9;
}

.box__primeiromenu::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    display: inline-block;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: #000;
}

.grafismo__left,
.grafismo__left .navbar-nav  {
    min-height: 47px;
}

.grafismo__left::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 39px;
    height: 47px;
    display: inline-block;
    background-color: #000;
    background-image: url('../images/grafismo-seta-topo.png');
    background-repeat: no-repeat;
}

.box__primeiromenu .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    height: 100%;
}

.box__primeiromenu .navbar-nav .nav-item.tel-item {
    font-size: 20px;
    font-weight: 500;
}

.box__primeiromenu .navbar-nav .nav-item.tel-item:nth-child(1) i {
    margin-right: 5px;
    font-size: 22px;
    color: #249400;
}

.box__primeiromenu .navbar-nav .nav-item.tel-item:nth-child(2) {
    margin-left: 70px;
    margin-right: 50px;
}

.box__segundomenu {
    background-color: #000;
    padding: 4px 0px;
    position: relative;
    z-index: 2;
}

.box__segundomenu .navbar-brand {
    margin-top: -45px;
}

.box__segundomenu .navbar-nav .nav-link{
    color: #b7b7b7;
    transition: color 0.3s ease-in-out;
}

.box__segundomenu .navbar-nav .nav-link:hover {
    color: #0FAED9;
}

.box__segundomenu .nav-item:last-child .nav-link {
    padding-right: 0px;
}

.box__menu2 {
    padding: 4px 0px;
}

/* Busca Rápida */

.container__buscaRapida {
    position: relative;
    background-color: rgba(15, 174, 217, 0.8);
    z-index: 2;
}

.box__buscaRapida input[type=text],
.box__buscaRapida select {
    border: 0px;
    background-color: transparent;
    color: #fff;
}

.box__buscaRapida select {   
    padding: 5px;
    background-image: url(../images/seta-seletor.svg);
    background-position: 95% center;
    background-repeat: no-repeat;
}

.box__buscaRapida select option,
.box__buscaRapida select optgroup {
    color: #0FAED9;
}

.box__groupItemsSearch > div {
    width: 13%;
    margin-right: 3%;
}

.box__groupItemsSearch > div select{
    width: 100%;
    padding: 18px 5px;
    padding-right: 20px;
}

.box__groupItemsSearch .box__homeRef input[type=text] {
    width: 100%;
    height: 100%;
}

/* WebKit, Edge */
.box__groupItemsSearch > div input[type=text]::-webkit-input-placeholder {
    color: white;
}
/* Firefox 4-18 */
.box__groupItemsSearch > div input[type=text]:-moz-placeholder {
    color: white;
    opacity: 1;
}
/* Firefox 19+ */
.box__groupItemsSearch > div input[type=text]::-moz-placeholder {
    color: white;
    opacity: 1;
}
/* IE 10-11 */
.box__groupItemsSearch > div input[type=text]:-ms-input-placeholder {
    color: white;
}
/* Edge */
.box__groupItemsSearch > div input[type=text]::-ms-input-placeholder {
    color: white;
}
/* MODERN BROWSER */
.box__groupItemsSearch > div input[type=text]::placeholder {
    color: white;
}

.box__groupItemsSearch > button{
    padding: 0px;
    width: 4%;
    font-size: 20px;
    text-align: right;
}

/* BANNER */

#bannerVitrine {
    width: 100%;
    min-height: 300px;
}

#bannerVitrine .item img {
    margin: 0 auto;
}

#bannerHome {
    position: relative;
    z-index: 1;
    margin-top: -60px;
    min-height: 300px;
    background-color: #0FAED9;
}

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

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

.carousel-control-prev {
    left: 1px;
}

.carousel-control-next {
    right: 1px;
}

#bannerHome .carousel-control-prev {   
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

#bannerHome .carousel-control-next {   
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

/* DESTAQUES */

.box__principal {
    background-image: url('../images/degrade-fundo-destaques.svg');
    background-repeat: repeat-x;
}

.home__destaquesTitulo {
    font-size: 30px;
    color: #0faed9;
    margin-top: 50px;
    margin-bottom: 50px;
}

.card__imovel--destaque {
    margin-bottom: 50px;
    overflow: hidden;
}

.card__imovel--destimg {
    width:100%;
    height:320px;
    overflow: hidden;
}

.card__imovel--destimg a {
    background-color: #212121;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card__imovel--destimg a img {
    height: 100%;
    transition: transform 0.3s;
}

.card__imovel--destaque:hover .card__imovel--destimg 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__imovelEvents {
    position: relative;
}

.card__imovelEvents > div {
    position: absolute;
    padding: 1px 35px;
    width: 55%;    
    background-color: rgba(15, 174, 217, 0.8);
    bottom: 0px;
    left: 15px;
    margin-top: -37px;
}

.card__imovelEvents form label {
    margin-bottom: 0px;
}

.card__imovelEvents form label span {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: white;
    cursor: pointer;
}

.card__imovelEvents form label span:before {
    font-size: 23px;
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    color: white;
    transition: color 0.3s ease-in-out;
}

.card__imovelEvents form input[type=checkbox]:checked + label span:before {
    font-weight: 900;
    color: white;
}

.card__imovelEvents .fa-video {
    font-size: 23px;   
    color: white; 
}

.card__imovel--Titulo {
    margin-bottom: 0px;
}

.card__imovel--Titulo span{
    display: block;
    font-size: 18px;
}

.card__imovel--Titulo span:nth-child(1){
    font-size: 23px;
    color: #0faed9;
    margin-top: 10px;
    margin-bottom: 15px;
}

.card__imovel--Titulo span:nth-child(2) {
    line-height: 1.5;
}

.card__imovel--Titulo span:nth-child(2),
.card__imovel--destvalor p{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
}

.border__cardText {
    border-right: 1px solid #0faed9;
    padding-right: 20px;
    flex: 1 0 60%;
    min-width: 60%;
    max-width: 60%;
}

.card__imovel--Link a {
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
    color: #0faed9;
    text-decoration: underline;
}

.card__imovel--destatributos {
    padding: 0px;
    align-self: flex-start;
    list-style: none;
    padding-left: 10%;
    margin-bottom: 0px;
    margin-top: 15px;
}

.card__imovel--destatributos li {
    flex: 1 0 100%;
    min-width: 100%;
    font-size: 16px;
    margin-bottom: 12px;
}

.card__imovel--destatributos li:last-child {
    margin-bottom: 0px;
}

.card__imovel--destatributos li i {
    font-size: 11px;
    margin-right: 10px;    
}

/* MOSAICO */

.box__mosaico{
    background-image: url('../images/degrade-fundo-mosaico.svg');
    background-repeat: repeat-x;
    background-position: center left;
}

.moisaco__item {
    align-self: flex-start;
    overflow:hidden;
}

.moisaco__item a {
    position: relative;
    z-index: 2;
    background-image: url('https://via.placeholder.com/300');
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #212121;
}

.moisaco__item a::before {
    position: absolute;
    opacity: 0;
    background-color: #fff;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
}

.moisaco__item:hover a::before {
    opacity: 0.6;
}
.moisaco__item:hover a span {
    background-color: transparent;
    border: 1px solid #000;
    color: #212121;
}


.moisaco__item a:hover {
    text-decoration: none;
}

.moisaco__item a span {
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
    color: #0FAED9;
    padding: 3px 10px;
    font-size: 20px;
    transition: background-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}

.moisaco__item--1,
.moisaco__item--6 {
    padding-right:0px;
}

.moisaco__item--1 a {
    background-image: url('../images/mosaico/varanda-gourmet.jpg');
}

.moisaco__item--2 a {
    background-image: url('../images/mosaico/internacional.jpg');
}

.moisaco__item--3 a {
    background-image: url('../images/mosaico/cobertura.jpg');
    background-size: 185%;
    background-position: left;
}

.moisaco__item--4 a {
    background-image: url('../images/mosaico/casas.jpg');
    background-size: auto;
    background-position: right;
}

.moisaco__item--5 a {
    background-image: url('../images/mosaico/apartamentos.jpg');
    background-size: 130%;
    background-position: center;
}

.moisaco__item--6 a {
    background-image: url('../images/mosaico/oportunidades.jpg');
}

.moisaco__item--7 a {
    background-image: url('../images/mosaico/comercial.jpg');
}

.moisaco__item--8 a {
    background-image: url('../images/mosaico/outras-localizacoes.jpg');
    background-position: right;
}

.moisaco__item--1 a,
.moisaco__item--3 a {
    height: 285px;
} 

.moisaco__item--6 a,
.moisaco__item--8 a {
    height: 275px;
} 

.moisaco__item--3,
.moisaco__item--8 {
    padding-left: 0px;
}

.moisaco__item--2,
.moisaco__item--7 { 
    position: relative;
    padding-bottom: 15px;
    z-index: 2;
    background-color: #fcfcfc;
}

.moisaco__item--7 {
    padding-top: 15px;
    padding-bottom: 0px;
}

.moisaco__item--2 a,
.moisaco__item--7 a{
    height: 340px;
} 

.moisaco__item--4,
.moisaco__item--5 {
    margin-top: -55px;
    position: relative;
    z-index: 1;
} 

.moisaco__item--4 a,
.moisaco__item--5 a {
    height: 425px;
} 

.moisaco__item--4 {
    padding-right:7.5px;
}

.moisaco__item--5 {
    padding-left:7.5px;
}

.moisaco__item--6,
.moisaco__item--8 {
    margin-top: 15px;
}

.moisaco__item--7 {
    margin-top: -65px;
}

/* FOOTER */

.box__footer {
    margin-top: 100px;
    padding: 70px 0px;
    background-color: #000;
}

.box__footer a {
    transition: color 0.3s ease-in-out;
}

.box__footer a:hover {
    color: #0FAED9 !important;
    text-decoration: none;
}

.box__footer h2 {
    text-transform: uppercase;
    font-size: 16px;
    color: #0FAED9;
    margin-bottom: 35px;
}

.menu__footer {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    line-height: 2;
}

.menu__footer .nav-item a {
    color: white;
}

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

.menu__socialfooter li a {
    font-size: 43px;
    color: #0FAED9;
}

.menu__socialfooter li + li {
    margin-left: 55px;
}


.box__contatoFooter {
    list-style: none;
    padding: 0px;
}

.box__contatoFooter li .nav-link {
    color: white;
    font-size: 20px;
    padding: 0px;
    margin-bottom: 15px;
}

.box__contatoFooter li .nav-link .fas,
.box__contatoFooter li .nav-link .fab {
    margin-right: 10px;
    color: #0FAED9;
}

.box__contatoFooter li .nav-link .fa-whatsapp{
    color: #009465;
}

.box__localizacao p {
    color: white;
    margin-top: 55px;
    margin-bottom: 25px;
}

.box__localizacao p span {
    display: block;
    margin-bottom: 15px;
}

.box__localizacao p a {
    display: inline-block;
    text-decoration: underline;
    color: white;
    margin-top: 15px;
}

.box__atencionFooter p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #888;
    padding-left: 19px;
}

.box__direitoseDevs hr {
    border-color: #888;
    margin-top: 60px;
    margin-bottom: 35px;
}

.box__direitoseDevs p {
    color: #888;
    margin-bottom: 0px;
}

.barra__fixa {
    position: absolute;
    z-index: 100;
    left: 0px;
    width: 100%;
    bottom: 0px;
    background-color: #f7f7f7;
}

.barra__fixa::before{
    content: "";
    display: block;
    width: 100%;
    margin-top: -15px;
    margin-bottom: 5px;
    height: 13px;
    background-image: url('../images/sombra-barra.png');
    background-repeat: no-repeat;
}

.box__telFlutuante {
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0px;
}

.box__telFlutuante a {
    color: #000;
    font-size: 18px;
}

.box__telFlutuante a .fa-whatsapp {
    color: #009465;
}

.box__telFlutuante a .fa-phone {
    font-size: 13px;
    color: #0faed9;

}

.whatsApp__fixo {
    background-color: #00ac00;
    width: 70px;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    color: #fff;
    height: 70px;
    border-radius: 50%;
    font-size: 50px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    animation: pulseWhatsapp .9s infinite;
}

.whatsApp__fixo:hover {
    text-decoration: none;
    color: #fff;
}

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

    50% {
        transform: scale(1.1);
    }

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

/* 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: #2fadce;
    border-color: #2fadce;
	padding: 10px;
	width:100%;
	font-size: 14px;
	margin: 0 auto;
	display: block;
	margin-top: 11px;
	margin-bottom: 10px;
}

/* RESULTADO */

.box__breads {
    background-color: #f7f7f7;
}

.box__breads .breadcrumb  {
    background-color: transparent;
}

.box__breads .breadcrumb,
.box__breads .breadcrumb a {
    font-size: 13px;
    color: #a6a6a6;
}

.box__quantidadederesultados b {
    color: #0FAED9;
}

.box__verselecao a {
    color: #000;
    transition: color 0.3s ease-in-out;
}

.box__verselecao a:hover,
.box__verselecao a:focus {
    color: #0FAED9;
    text-decoration: none;
}

.box__ordenar form select {
    background-color: transparent;
    border: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 9.5px;
    width: 180px;
    background-image: url(../images/seta-resultados.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}

.box__containerrefiar {
    margin-top: -92px;
    padding-right: 26px;
}

.box__refinar--estilo {
    background-color: #0FAED9;
}

.box__refinar h2 {
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 0px;
}

.box__negocio--refinar {
    border-top: 1px solid #fff;
    margin-bottom: 0px;
}

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

.box__negocio--refinar input[type=radio]:checked + label {
    background-color: #000;
}

.box__negocio--refinar .btn__negocio--refinar {
    width: 50%;
    height: 44px;
    color: white;
}

.box__negocio--refinar .btn__negocio--refinar label {
    height: 100%;
    margin-bottom: 0px;
    cursor: pointer;
}

.refinar__select--full {
    border-top: 1px solid #fff;
    padding: 10px 25px;
    margin-bottom: 0px;
}

.refinar__select--full select{
    background-color: transparent;
    width: 100%;
    background-image: url(../images/seta-seletor.svg);
    background-position: 100% center;
    background-repeat: no-repeat;
    color: white;
}

.refinar__select--full select option {
    color: #0FAED9;
}

.box__swicthTourVideo {
    border-top: 1px solid white;
    color: #001732;
    padding: 10px 25px;
    margin-bottom: 0px;
}

.swicth {
    background-color: #ddd;
    width: 40px;
    height: 20px;
    border-radius: 16px;
    position:relative;
    transition: backgroun-color 0.3s ease-in;
    margin-right: 10px;
}

.tour__label {
    margin-left: 10px;
}

#tour360 + label,
#video + label {
    cursor: pointer;
    color: white;
}

#tour360:checked + label .swicth,
#video:checked + label .swicth {
    background-color: #000;
}

.swicth span {
    background-color: white;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 3px;
    right: auto;
    transition: .4s;
}

#tour360:checked + label .swicth span,
#video:checked + label .swicth span {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

.box__regiaobairro {
    border-top: 1px solid white;
    padding: 9.5px 25px;
}

.box__regiaobairro h3 {
    font-size: 16px;
    color: white;
}

.box__regiaobairro #txtBuscaBairro{
    padding: 7.5px 10px;
    border: 1px solid white !important;
    background-color: transparent;
    color: white;
    width: 100%;
    margin-bottom: 15px;
}

/* WebKit, Edge */
.box__regiaobairro #txtBuscaBairro::-webkit-input-placeholder {
    color: white;
}
/* Firefox 4-18 */
.box__regiaobairro #txtBuscaBairro:-moz-placeholder {
    color: white;
    opacity: 1;
}
/* Firefox 19+ */
.box__regiaobairro #txtBuscaBairro::-moz-placeholder {
    color: white;
    opacity: 1;
}
/* IE 10-11 */
.box__regiaobairro #txtBuscaBairro:-ms-input-placeholder {
    color: white;
}
/* Edge */
.box__regiaobairro #txtBuscaBairro::-ms-input-placeholder {
    color: white;
}
/* MODERN BROWSER */
.box__regiaobairro #txtBuscaBairro::placeholder {
    color: white;
}

#divregiao {
    background-color: white;
    max-height: 188px;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    padding: 10px;
}

#divregiao label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #b9b9b9;
    text-transform: none;
}

#divregiao label input {
    margin-right: 5px;
}

.bt__limparRegiao button {
     color: white;
     margin-top: 5px;
}

.op__wrapper {
    border-top: 1px solid white;
    padding: 5px 25px;
}

.op__wrapper .refinar__select--half {
    background-color: #000;
    color: #0FAED9;
    background-image: url(../images/seta-select-refinar-resultados.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.box__textoAtributosResultado span {
    color: white;
    margin-left: 10px;
}

.op__select > div {
    margin-bottom: 0px;
    flex: 1 0 50%;
    min-width: 50%;
}


.op__select > div:nth-child(1) select {
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 44px;
}

.op__select > div:nth-child(2) select {
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    height: 44px;
}

.op__select > div:nth-child(1) {
    border-right: 1px solid #0FAED9;
}

.op__select > div:nth-child(2) {
    border-left: 1px solid #0FAED9;
}

.box__caracteristicas {
    margin-bottom: 0px;
}

.box__caracteristicas select {
    background-color: transparent !important;
    width: 100%;
    background-image: url(../images/seta-seletor.svg);
    background-position: 98% center;
    background-repeat: no-repeat;
    color: white;
    padding-left: 5px;
}

.box__inputTextRefinar {
    border-top: 1px solid white;
    padding:2.76px 25px;
    margin-bottom: 0px;
}

.box__inputTextRefinar input[type=text] {
    background-color: transparent;
    color: white;
}

.box__inputTextRefinar button {
    color: white;
    font-size: 25px;
    padding: 0px 5px;
}

/* WebKit, Edge */
.box__inputTextRefinar input[type=text]::-webkit-input-placeholder {
    color: white;
}
/* Firefox 4-18 */
.box__inputTextRefinar input[type=text]:-moz-placeholder {
    color: white;
    opacity: 1;
}
/* Firefox 19+ */
.box__inputTextRefinar input[type=text]::-moz-placeholder {
    color: white;
    opacity: 1;
}
/* IE 10-11 */
.box__inputTextRefinar input[type=text]:-ms-input-placeholder {
    color: white;
}
/* Edge */
.box__inputTextRefinar input[type=text]::-ms-input-placeholder {
    color: white;
}
/* MODERN BROWSER */
.box__inputTextRefinar input[type=text]::placeholder {
    color: white;
}

.bt__limparTudo {
    padding: 15px 0px;
    text-align: center;    
}

.bt__limparTudo button {
    color: white;
}

.box__paginacao {
    margin-top: 70px;
}


.box__paginacao ul li a {
    min-width: 55px;
    margin: 0px 1px;
    height: 55px;
    color: #aaa;
    transition: color 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
}

.box__paginacao ul li.active a,
.box__paginacao ul li a:hover,
.box__paginacao ul li a:focus  {
    background-color: #000;
    text-decoration: none;
    color: white;
}

.box__paginacao ul li.disabled a {
    opacity: 0.57;
    cursor: not-allowed;
}

.icone--paginacao a {
    background-color: #0FAED9;
    font-size:25px;
    color: white !important;
}

.box__tituloResultado h1 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.card__imovel--resultado {
    margin-bottom: 45px;
}

.card__imovel--resultado .resultado--image {
    flex: 1 0 46.711%;
    min-width: 46.711%;
    max-width: 46.711%;
    height: 303px;
}

.card__imovel--info--resultado {
    flex: 1 0 53.289%;
    min-width: 53.289%;
    max-width: 53.289%;
    padding-left: 0px;
    padding-right: 15px;
}

.card__imovel--info--resultado h2 {
    font-size: 22px;
    color: #0FAED9;
    margin-top: 15px;
    min-height: 45px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.card__imovel--info--resultado h3 {
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.9;
}

.card__imovel--info--resultado h3 span {
    display: block;
}

.card__imovel--resultado .card__imovel--destvalor p {
    padding-left: 20px;
    line-height: 1.8;
}

.card__imovel--resultado .card__imovel--destatributos {
    background-color: #F7F7F7;
    min-height: 198px;
    margin: 0px;
}

.card__imovel--resultado .card__imovel--destatributos ul {
    list-style: none;
    padding-left: 0px;
    padding: 15px 30px;
    margin: 0px;
}

.card__imovel--destlinkResult {
    border-top: 2px solid #0FAED9;
}

.card__imovel--resultado .card__imovelEvents > div {
    margin-top: -35px;
    left: auto;
    right: 0px;
    bottom: 0px;
}

.card__imovel--destlinkResult{
    padding-top: 5px;
    padding-right: 58px;
    height: 33px;
}

.card__imovel--destlinkResult a {
    color: #0FAED9;
    text-decoration: underline;
}

.resulado--limite {
    overflow-x: hidden;
}

.card__imovel--resultado {
    opacity: 0.1;
}

.card__imovel--resultado.visibleresult {
    opacity: 1;
}

.card__imovel--resultado .card__imovel--destimg a img {
    height: 100%;
    transition: transform 0.3s;
}

.card__imovel--resultado:hover .card__imovel--destimg 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);
}

/* DETALHE */

.box__infos {
    position: relative;
}

.bt__goToVideo {
    max-width: 210px;
    background: #0faed9;
    padding: 13px 43px;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    margin-bottom: 50px;
    transition: opacity 0.3s ease-in-out;
}

.box__maisInfoDet {
    padding: 15px;
    padding-bottom: 5px;
    background-color: #0faed9;
}

.box__maisInfoDet button,
.box__maisInfoDet a {
    min-width: 100%;
    border: 0px;
    background: transparent;
    height: 50px;
    transition: opacity 0.8s ease-in-out;
}

.box__maisInfoDet button:hover,
.box__maisInfoDet a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.box__maisInfoDet button:nth-child(2) i {
    color: #0faed9;
    margin-right: 10px;
    font-size: 30px;
}

.box__maisInfoDet button:nth-child(2) {
    color: white;
    background: #000;
}

.box__maisInfoDet button:nth-child(3) {
    color: #000;
    background: white;
}

.box__maisInfoDet button:nth-child(3) i {
    color: #0faed9;
    margin-right: 10px;
    font-size: 30px;
}

.box__maisInfoDet a:nth-child(4) {
    color: white;
    background: #129200;
    font-size: 20px;
}

.box__maisInfoDet a:nth-child(4) i {
    margin-right: 10px;
    font-size: 30px;
}

.box__compartilharDet ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
    min-width: 100%;
}

.box__compartilharDet {
    border-top: 1px solid white;
    margin-top: 15px;
    padding-top: 5px;
}

.box__compartilharDet ul li,
.box__compartilharDet ul li button,
.box__compartilharDet ul li a {
    color: white;
}

.box__compartilharDet ul li button:hover,
.box__compartilharDet ul li a:hover {
    text-decoration: none;
}

.box__compartilharDet ul li button,
.box__compartilharDet ul li a {
    font-size: 28px;    
}

.box__maisInfoDet button + button {
    margin: 15px 0px;
}

.det__tituloRegiao {
    color: white;
    display: block;
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    font-weight: normal;
}

.box__detTitulo {
    border-bottom: 1px solid white;
    margin-bottom: 15px;
}

.box__detTitulo h1 {
    margin-bottom: 0px;
}

.box__detTitulo p {
    line-height: 2.5;
    color: white;
    margin-bottom: 0px;
}

.det__tipoImovel {
    padding-top: 10px;
    color: white;
    display: block;
    font-size: 16px;
}

.box__refDetalhe span{
    display: block;
    text-align: right;
    padding: 15px 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.bt__goToVideo:hover,
.bt__goToVideo:focus {
    text-decoration: none;
    color: white;
    opacity: 0.8;
}

.bt__goToVideo i {
    margin-right: 10px;
}

.card__imovelEvents--det {
    position: relative;    
}

.card__imovelEvents--det div:nth-child(1) {
    position: absolute;
    padding: 7px 0px;
    left: 15px;
    bottom: 0px;
    z-index: 60;
    width: 20.5%;
}

.card__imovelEvents--det div:nth-child(2) {
    position: absolute;
    padding: 7px 0px;
    left: auto;
    right: 30px;
    bottom: 0px;
    z-index: 60;
    width: auto;
    background-color: transparent;
    color: white;
    text-shadow: 2px 2px 2px #000;
}

.card__imovelEvents--det input[type="checkbox"]{
    display: none;
}

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

.bts__detalhesSub li{
    width: 38%;
    text-align: center;
}

.bts__detalhesSub li:last-child{
    width: 14%;
}

.bts__detalhesSub li + li {
    margin-left: 40px;
}

.bts__detalhesSub li a,
.bts__detalhesSub li button {
    width: 100%;
    background-color: #0FAED9;
    color: white;
    display: block;
    border: 0px;
    padding: 10px;
    transition: opacity 0.3s ease-in-out;
}

.bts__detalhesSub li a:hover,
.bts__detalhesSub li button:hover {
    text-decoration: none;
    opacity: 0.8;
}

.bt-voltarDet a {
    background-color: black !important;
}

.bt-voltarDet i {
     color: #0FAED9;
}

.bts__detalhesSub li i {
    font-size: 30px;
    margin-right: 10px;
}

.box__video iframe {
    width: 100%;
    height: 610px;
    border:0px;
    margin-bottom: 70px;
}

#galeriaDetalhe {
    width: 100%;
    height: 610px;
}

#galeriaDetalhe .carousel-inner,
#galeriaDetalhe .carousel-item,
#galeriaDetalhe .carousel-item > div,
#galeriaDetalhe .carousel-item > div a,
#galeriaDetalhe .carousel-item img{
    height: 100%;
}

#galeriaDetalhe .carousel-item > div a {
    overflow-x: hidden;
    width: auto !important;
    background-color: #212121;
}

#galeriaDetalhe .carousel-control-prev {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

#galeriaDetalhe .carousel-control-next {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

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

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

.box__sobreOImovel {
    margin-bottom: 70px;
}

.box__mapa iframe {
    background-color: #ddd;
    width: 100%;
    height: 468px;
    margin-bottom: 70px;
}

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

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

.box__caracteristicasDetalhe li i {
    font-size: 16px;
    margin-right: 10px;
    color: #0FAED9;
}

.box__caracteristicasDetalhe h2, 
.box__mapa h2,
.box__video h2,
.box__semelhantes h2,
.box__sobreOImovel h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: #0FAED9;
}

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

.box__video h2,
.box__sobreOImovel h2,
.box__mapa h2,
.box__semelhantes h2 {
    margin-bottom:22px
}

.box__AtributosDetalhe {
    border-right: 2px solid #0FAED9;
}

.box__AtributosDetalhe ul{
    list-style: none;
    padding-left: 0px;
    padding-top: 20px;
    margin-bottom: 0px;
}

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

.box__AtributosDetalhe li:last-child {
    margin-bottom: 0px;
}

.box__AtributosDetalhe li i {
    margin-right: 20px;
    font-size: 22px;
}

.box__textSobre {
    padding-top: 20px;
    padding-left: 60px;
}

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

.box__flutuante > div {
    position: relative;
}

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

/* MODALS */

#AgendaModal h4,
#modalTour h4,
#modalVideo h4,
#indicarParaAmigo h4,
#maisInformacoes h4,
#ModalCentershare h5{
    font-size: 18px;
    text-transform: uppercase;
    color: #0099CE;
}


.box__contentEstaticas form input[type=text],
.box__contentEstaticas form input[type=tel],
.box__contentEstaticas form input[type=email],
.box__contentEstaticas form textarea,
.box__contentEstaticas form select,
#AgendaModal input[type=text],
#AgendaModal input[type=tel],
#AgendaModal input[type=email],
#indicarParaAmigo input[type=text],
#indicarParaAmigo input[type=tel],
#indicarParaAmigo input[type=email],
#maisInformacoes input[type=text],
#maisInformacoes input[type=tel],
#maisInformacoes input[type=email],
#maisInformacoes textarea {
    resize: none;
    border-radius: 0px;
    border-color: #0faed9;
}

.box__contentEstaticas form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/seta-resultados.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.datepicker-inline .datepicker {
    border-color: #0faed9;
}

.box__contentEstaticas form input[type=reset],
.box__contentEstaticas form input[type=button],
.box__contentEstaticas form input[type=submit],
#AgendaModal input[type=reset],
#AgendaModal input[type=button],
#AgendaModal input[type=submit],
#indicarParaAmigo input[type=reset],
#indicarParaAmigo input[type=button],
#indicarParaAmigo input[type=submit],
#maisInformacoes input[type=reset],
#maisInformacoes input[type=button],
#maisInformacoes input[type=submit]{
    width: 100%;
    color: #fff;
    background-color: #0faed9;
}

 /* ESTÁTICAS */

.box__itemVitrine {
    margin-top: 30px;
   width: 100%;
   overflow: hidden; 
}

.box__itemVitrine--image {
    height: 300px;
    background-color: #212121;
}

.box__itemVitrine--image a {
    overflow: hidden;
    height: 100%;
    display: block;
}
.box__itemVitrine--image a img {
    height: 100%;
}

.box__itemVitrine h3 {
    font-size: 23px;
    color: #0faed9;
    margin-top: 10px;
    margin-bottom: 15px;
}
 
.box__vitrine h1,
.box__contentEstaticas h1 {
    margin-top: 70px;
    font-size: 22px;
    color: #0faed9;
    text-transform: uppercase;
}

.box__contentEstaticas h2 {
    margin-top: 25px;
    font-size: 18px;
    color: #444;
    text-transform: uppercase;
}

.surname {
    display: none;
}

@media (max-width: 767px) {

    /* HEADER */

    .box__primeiromenu {
        display: none;
    }

    .navbar-light .navbar-toggler {
        color: rgba(63,190, 225, 1);
        border-color: rgba(63, 190, 225, 1);
    }

    .box__segundomenu .navbar-brand {
        margin-top: 10px;
    }

    .box__segundomenu .navbar-brand img{
        width:100px;
    }

    .box__menu2 {
        min-width: 100%;
        border-top: 1px solid #ccc;
        padding: 10px 0px;
        margin-top: 15px;
    }

    .box__menu2 ul {
        min-width: 100%;
    }

    .navbar-light .navbar-toggler-icon i {
        margin-top: 5px;
    }

    /* BUSCA RÁPIDA */


    .box__groupItemsSearch > div {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 8px;
    }

    .box__groupItemsSearch > div select,
    .box__groupItemsSearch > div input[type=text] {
        width: 100%;
        padding: 6px 20px;
        padding-right: 20px;
        background-color: #212121;
        border-radius: 10px;
    }

    .box__groupItemsSearch > div input[type=text] {
        padding: 9px 20px;
    }

    .box__groupItemsSearch > button,
    .buscar__mobilebt {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;      
        border-radius: 18px !important;
        padding: 5px;
        background-color: #fff;
        border:0px;
    }

    .buscar__mobilebt {
        margin-top: 15px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 10px 5px;
    }

    .box__buscaRapida {
        padding-top: 20px;       
        border-top : 1px solid #0eaad5;
    }

    /* BANNER */

    #bannerHome {
        margin-top: 0px;
        min-height: 100px;
    }

    /* DESTAQUES */

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

    /* MOSAICO */

    .moisaco__item {
        padding: 0px 15px;
        margin: 5px 0px;
    }

    .moisaco__item a{
        height: 200px;
        background-size: cover;
        background-position: center center;
    }

    /* RESULTADO */

    .box__verselecao {
        text-align: left;
        margin: 15px 0px;
    }

    .box__topoResultado > div {
        padding: 0px;
    }

    .box__breads .breadcrumb {
        padding-left: 0px;
        padding-right: 0px;
    }

    .bt__filtrarbusca {
        background: black;
        text-transform: uppercase;
        font-weight: 900;
        padding: 10px 15px;
        border: 0px;
        border-radius: 5px;
        margin: 15px auto 35px auto;
        float: none;
        display: block; 
        box-shadow: 0 0 0 rgba(15, 174, 217, 0.4);
        animation: pulsebtfiltrar 2s infinite;
        color: #0FAED9;
        width: 100%;
    }

    @-webkit-keyframes pulsebtfiltrar {
        0% {
          -webkit-box-shadow: 0 0 0 0 rgba(15, 174, 217, 0.4);
        }
        70% {
            -webkit-box-shadow: 0 0 0 10px rgba(15, 174, 217, 0);
        }
        100% {
            -webkit-box-shadow:  0 0 0 0 rgba(15, 174, 217, 0);
        }
      }
      
      @keyframes pulsebtfiltrar {
        0% {
          -moz-box-shadow: 0 0 0 0 rgba(15, 174, 217, 0.4);
           box-shadow: 0 0 0 0 rgba(15, 174, 217, 0.4);
        }
        70% {
            -moz-box-shadow: 0 0 0 10px rgba(15, 174, 217, 0);
            box-shadow: 0 0 0 10px rgba(15, 174, 217, 0);
        }
        100% {
            -moz-box-shadow: 0 0 0 0 rgba(15, 174, 217, 0);
            box-shadow: 0 0 0 0 rgba(15, 174, 217, 0);
        }
      }

    .box__tituloResultado {
        padding: 0px;
    }

    .box__refinar {      
        margin-bottom: 35px;
    }

    .box__paginacao {
        margin-top: 20px;
    }

    /* FOOTER */

    .box__footer {
        margin-top: 100px;
        padding: 58px 0px;
        text-align: center;
        background-color: #000;
    }

    .menu__footer {
        margin-bottom: 20px;
    }

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

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

    .barra__fixa {
        padding: 10px 0px !important;
        -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.49); 
        box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.49);
    }

    .barra__fixa::before {
        display: none;
    }

    .whatsApp__fixo {
        right: 18px;
        bottom: 60px;
    }

    /* DETALHE */

    .box__AtributosDetalhe {
        border-right: 0px;
        border-bottom: 2px solid #0FAED9;
        padding-bottom: 15px;
    }

    .box__textSobre {     
        padding-left: 15px;
    }

    .box__sobreOImovel {
        margin-bottom: 20px;
    }

    .bts__detalhesSub li {
        margin-left: 0px !important;
        margin-bottom: 15px;
        min-width: 100% !important;
    }

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

    .box__video iframe {
       margin-bottom: 30px;
       height: 250px !important;
    }

    .box__mapa iframe {      
        height: 250px !important;
    }

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

    #galeriaDetalhe {
        height: 250px !important;
    }

    .box__AtributosDetalhe li {
        width: 50%;
    }

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

    /* MODALS */

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

}


@media (min-width: 768px) {

    .container__menuMobile {
        display: flex !important;
    }

    .box__buscaRapida,
    .box__refinar {
        display: block !important;
    }

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


}

@media (max-width: 991px) { 

    /* DESTAQUES */

    .card__imovel--destaque > .row,
    .card__imovel--resultado {
        margin: 0px;
        border-radius:8px;
        overflow: hidden;        
        -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.37); 
        box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.37);
    }

    .mobile-pd-det {
        padding: 0px;
    }

    .card__imovel--Titulo span:nth-child(2), 
    .card__imovel--destvalor p {
        padding: 0px 15px;
        font-size: 14px;
    }

    .card__imovel--Titulo span:nth-child(1) {
        font-size: 18px;
        color: white;
        padding: 5px 15px;
        margin-top: 0px;
        background-color: #0faed9;
    }

    .card__imovel--destimg,
    .card__imovel--resultado .card__imovel--destimg {
        height: 150px;
        padding: 0px;
    }

    .card__imovel--resultado .card__imovel--destimg {
        flex: 1 0 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .card__imovelEvents > div {
        padding: 0px 15px;
        width: 100%;
        top: 0px;
        left: 0px;
        margin-top: -35px;
        background: rgb(0,0,0);
        background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8267682072829132) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8267682072829132) 0%, rgba(255,255,255,0) 100%);
        background: linear-gradient(0deg, rgba(0,0,0,0.8267682072829132) 0%, rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
    }

    .border__cardText ul {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .border__cardText {
        border-right: 0px;
        padding-right: 0px;
        flex: 1 0 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .card__imovel--destatributos {
        min-width: 100%;
        padding: 5px 15px;
        padding-bottom: 35px;
        background-color: #f3f3f3;
    }

    .card__imovel--destatributos li {
        text-align: center;
        flex: 1 0 50%;
        min-width: 50%;
        font-size: 14px;
        margin-bottom: 0px;
        padding: 5px;
        background-color: #f3f3f3;
    }

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

    .card__imovel--destatributos li i {
        font-size: 11px;
        margin-right: 5px;
        align-self: center;
    }

    .card__imovel--Link a {
        display: block;
        line-height: 1;
        margin-top: 0px;
        color: #ffffff;
        font-size: 14px;       
        padding: 10px 10px;
        background-color: #0faed9;
        text-decoration: none;
    }

    .card__imovel--Link {
        position: absolute;
        bottom: 0px;
        text-align: center;
        left: auto;
        width: 100%;
        right: auto;
    }

    .card__imovel--Link {
        position: absolute;
        bottom: 0px;
        text-align: center;
        left: 0px;
        width: 100%;
    }

    /* RESULTADO  */ 
    .box__containerrefiar {
        margin-top: 0px;
        padding-right: 15px;
    }

    .card__imovel--resultado {
        margin-bottom: 45px;
    }

    .card__imovel--Titulo span:nth-child(1) {
        font-size: 18px;
        color: white;
        padding: 5px 15px;
        margin-top: 0px;
        background-color: #0faed9;
    }

    .card__imovel--info--resultado .card__imovel--destbairroref h2{
        font-size: 18px;
        color: white;
        padding: 5px 15px;
        background-color: #0faed9;
        margin: 0px;
        min-height: 10px;
        height: auto;
    }

    .card__imovel--info--resultado {
        flex: 1 0 100%;
        min-width: 100%;
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .card__imovel--info--resultado h3,
    .card__imovel--resultado .card__imovel--destvalor p {
        padding-left: 15px;
    }

    .card__imovel--resultado .card__imovel--destatributos {
        min-height: 10px;
        margin: 0px;
    }

    .card__imovel--resultado .card__imovel--destatributos ul {
        padding: 0px;
    }

    .card__imovel--resultado .card__imovel--destatributos li {
        background-color: transparent;
        text-align: left;
    }
    
    .card__imovel--info--resultado h3 {
        margin-top: 15px;
        line-height: 1.5;
    }

     .card__imovel--info--resultado h3 span {
        font-size: 14px;
    }

    .card__imovel--destlinkResult {
        position: absolute;
        border-top: 0px;
        bottom: 0px;
        text-align: center;
        left: 0px;
        width: 100%;
        padding: 0px;
    }

    .card__imovel--destlinkResult a {
        display: block;
        line-height: 1;
        margin-top: 0px;
        color: #ffffff;
        font-size: 14px;
        padding: 10px 10px;
        background-color: #0faed9;
        text-decoration: none;
        width: 100%;
    }

    /* MOSAICO */

    .box__mosaico {
        margin: 30px 0px;
    }

    /* DETALHE */
    
    .card__imovelEvents--det div:nth-child(1) {
        padding-left: 15px;
        padding-bottom: 15px;
        margin-top: -40px;
    }

    .card__imovelEvents--det > div {
        width: 47.9% !important;
    }

    .card__imovelEvents--det div:nth-child(2) {
        right: 15px;
        text-align: right;
        padding-right: 15px;
    }

    #galeriaDetalhe {
        height: 310px;
    }

    .box__video iframe {
        height: 310px;
    }

    .box__flutuante {
        border-top: 1px solid #ccc;
    }

    .box__flutuante,
    .fixedBoxDte {
        position: relative !important;
        left: 0px;
        right: 0px;
        width: 100%;
        padding: 0px;
        margin-bottom: 35px;
    }

    /* FOOTER */

    .box__localizacao {
        width: 100%;
        border-top: 1px solid #262626;
        border-bottom: 1px solid #262626;
        flex: 1 0 100%;
        min-width: 100%;  
        margin-bottom: 30px;
    }

    .box__localizacao p {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .menu__socialfooter li + li {
        margin-left: 17px;
    }

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

    .whatsApp__fixo {
        bottom: 67px;
    }

    /* VITRINE */

    .box__itemVitrine--image {
        height: 210px;
    }

}

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

    /* HEADER */
    .box__segundomenu .navbar-brand img {
        width: 63%;
    }

    .box__primeiromenu .navbar-nav .nav-item.tel-item:nth-child(2) {
        margin-left: 25px;
        margin-right: 18px;
    }

    .box__segundomenu .navbar-nav .nav-link {
        font-size: 12px;
        padding: 10px 8px;
    }

    /* BUSCA RÁPIDA */ 
    .box__groupItemsSearch > div select {     
        padding-right: 20px;
        font-size: 14px;
    }

    /* BANNER */
    #bannerHome {      
        margin-top: -57px;
    }

    /* DESTAQUES */

    .card__imovel--destaque {
        padding: 5px;
    }

    /* MOSAICO */
    .moisaco__item--4 a, .moisaco__item--5 a {
        height: 275px;
    }

    .moisaco__item--1 a, .moisaco__item--3 a {
        height: 270px;
    }

    .moisaco__item--4, .moisaco__item--5 {
        margin-top: -70px;       
    }

    .moisaco__item a span {     
        font-size: 14px;
    }

    /* DETALHE */

    .bts__detalhesSub li:last-child {
        width: 18%;
    }    

    .bts__detalhesSub li {
        width: 35%;
    }

    .box__mapa iframe {
        height: 310px;
    }

}

@media (min-width: 992px) {}

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

        /* HEADER */
        .box__segundomenu .navbar-nav .nav-link {          
            font-size: 14px;
        }

        /* BUSCA RÁPIDA */
        .box__groupItemsSearch > div {
            width: 15%;
            margin-right: 1%;
        }

        /* DESTAQUES */
        .card__imovel--destimg {            
            height: 250px;          
        }

        .card__imovelEvents > div {           
            margin-top: -36px;
        }

        .border__cardText {        
            flex: 1 0 61%;
            min-width: 61%;
            max-width: 61%;
        }

        .card__imovel--destatributos {           
            padding-left: 3%;
        }

        /* MOSAICO */

        .moisaco__item--4 a, .moisaco__item--5 a {
            height: 350px;
        }

        /* RESULTADO */

        .card__imovel--resultado .card__imovel--destatributos ul {       
            padding: 15px 17px;          
        }

        .box__textoAtributosResultado span {        
            margin-left: 5px;
            font-size: 14px;
        }

        .card__imovel--destlinkResult {          
            padding-right: 35px;
        }

        /* DETALHE */

        .box__mapa iframe {           
            height: 385px;
        }

        #galeriaDetalhe {           
            height: 485px;
        }

        .bts__detalhesSub li + li {
            margin-left: 15px;
        }

        .bts__detalhesSub li:last-child {
            width: 19%;
        }

        .card__imovelEvents--det div:nth-child(1) {          
            width: 22.5%;
        }

        .box__video iframe {
            height: 455px;
        }

        /* FOOTER */
        .box__localizacao {
            flex: 1 0 31.3%;
            min-width: 31.3%;            
        }       

}

@media (min-width: 1200px) { }