/* DOCUMENTAÇÃO CUSTOM.CSS 

1 - CSS GERAL (TODAS RESOLUÇÕES)
2 - CSS DESKTOP & TABLET (MÍNIMO 768px)
3 - CSS MOBILE (MÁXIMO 767px)
4 - CSS DESKTOP (MÍNIMO 992px) & (MÁXIMO 1199px)
5 - CSS TABLET (MÍNIMO 767px) & (MÁXIMO 991px)
6 - CSS DESKTOP (MÍNIMO 1200px)
7 - CSS MOBILE (MÁXIMO 320px)

*/

.pulse i {
  animation: spin 2s infinite;
}

/* @font-face {
    font-family: "Nexa";
    src: url("fonts/Nexa_Light.otf");
}
@font-face {
    font-family: "Nexa";
    src: url("fonts/Nexa_Bold.otf");
    font-weight: bold;
} */

@keyframes spin {

	0% {
    transform: scale(1.4);    
  }

   50% {
    transform: scale(1);  

  }

  100% {
    transform: scale(1.1);

  }

}
 

/* 1 - CSS GERAL (TODAS RESOLUÇÕES) */
html, body {
	overflow-x:hidden; 
} 

body
{
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
    pointer-events: none!important;
}

p {
	color:#000;
	font-size:14px;
}

select
{
	cursor: pointer;
}


.modal-open{
	padding-right:0px !important;
}

#sejaUpperBody .modal-backdrop {
   background-color: #a38051;
   opacity:0.9;
}

#sejaUpperModal .modal-header , #popupCadatro .modal-header{
    padding: 15px;
    border-bottom: 0px;
}

#sejaUpperModal .modal-content{
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px;
    border: 0px;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#sejaUpperModal  p {
    color: #edf1f3;
    font-size: 20px;
    font-weight: 600;
	margin-bottom:0px;
	display: block;
    text-align: right;
}

#sejaUpperModal .close {
	opacity: 1;
}

#sejaUpperModal .close img{
	width:30px;
}

#sejaUpperModal  span.aguardetxt {
    color: #013f59;
    font-size: 22px;
    font-weight: 600;
	display: block;
    text-align: right;
}

#sejaUpperModal.in{
	display: flex !important;
    padding-right: 0px !important;
    align-items: center;
    justify-content: center;
}

#popupCadatro{
	padding-right:0px !important;
}

#popupCadatro  .modal-content{
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px;
    border: 0px;
	padding:0px;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#popupCadatro h5{
	font-size: 30;
    font-weight: 600;
    text-align: center;
    color: a38051;
    margin-bottom: 50px;
}

#popupCadatro p{
	font-size: 20px;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

#popupCadatro form{
    width: 73%;
    margin: 0 auto;
    margin-bottom: 50px;
}

#popupCadatro form .container-nome-cadastrar {
	border: 1px solid rgb(153 153 153 / 50%);
    padding: 5px;
	width:100%;
	margin-bottom: 10px;
}

#popupCadatro form .container-telefone-cadastrar {
	border: 1px solid rgb(153 153 153 / 50%);
    padding: 5px;
	width:100%;
	margin-bottom: 10px;
}

#popupCadatro form input[type=text]{
	border: 0px;
    outline: 0;
    padding: 15px 10px;
    width: 100%;
}

#popupCadatro form .container-bairro-cadastrar {
	border: 1px solid rgb(153 153 153 / 50%);
    padding: 5px;
	width:100%;
}

#popupCadatro form input#cadbairro{
	width: 81%;
    border: 0px;
    outline: 0;
    padding: 0px 10px;
}

#popupCadatro form button{
	border: 0px;
    border-radius: 0px;
    background: #a38051;
    width: 18%;
    height: 50px;
    color: #fff;
}

/* .header__novo{
	position:absolute;	
	width:100%;
	left:0px;
	top:0px;
	border:0px;
} */

.bloco-texto-empresa, .bloco-texto-empresa-bairros{
	padding:70px 15px;
}

.bloco-texto-empresa img{
	height: 95px;
    margin-top: 35px;
}

.bloco-texto-empresa p{
	color: #888;
	line-height: 170%;
}

.d-flex-empresa{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.bloco-texto-empresa-bairros{
	background-color: #edf1f5;
}

.bloco-texto-empresa-bairros h2{
	color: #013f59;
	margin-bottom:50px;
	width: 100%;
	text-align: center;
	font-size:20px;
}

.bloco-texto-empresa-bairros ul{
	padding-left: 0px;
	margin : 0px;
	list-style: none;
}

.bloco-texto-empresa-bairros li {
	display: inline-block;
	font-size:14px;
	color: #505050;
    padding: 0px 24px;
}

.bloco-texto-empresa-bairros li + li {
	border-left: 1px solid #a38051;
}

.border-content-topicos{
	padding-left:55px;
	
}

.border-content-topicos::before{
	content:'';
	width: 1px;
	height:100%;
	border-left: 1px solid #a38051;
	position:absolute;
	left:10px;
}

 .ultimo-topico{
	 margin-bottom: 150px;
 }

.border-content-topicos-img{
	text-align: center;
    padding: 16px 15px;
}

.border-content-topicos-img img{
	height:90px;
	-webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition:transform .3s ease-in-out;
}

.bloco-texto-empresa-topicos{
	padding:0px;
    overflow-x: hidden;
}


.bloco-texto-empresa-topicos .layer-fundo{
	-webkit-transition: background-color .3s ease-in-out, transform .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, transform .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, transform .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, transform .3s ease-in-out;
    transition: background-color .3s ease-in-out, transform .3s ease-in-out;
}

.bloco-texto-empresa-topicos:hover .layer-fundo{
	background: #013f59;
	left:0px;
    width: 100%;
    height: 290px;
    position: absolute;
    z-index: 1;
    margin-top: -10px;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
}

.bloco-texto-empresa-topicos:hover h2{
	color:#a38051;
	margin-left:55px;	
}

.bloco-texto-empresa-topicos:hover p{
	margin-left:55px;
	color:#edf1f3;
}

.bloco-texto-empresa-topicos .container > div{
	-webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition:transform .3s ease-in-out;
}

 .bloco-texto-empresa-topicos:hover .border-content-topicos-img img, 
 .bloco-texto-empresa-topicos:hover h2,
 .bloco-texto-empresa-topicos:hover .layer-fundo,
 .bloco-texto-empresa-topicos:hover p
 {
	 transform: scale(1.2);	
 }

 

 .bloco-texto-empresa-topicos .container{
	 padding:70px 15px;
	 position:relative;
	 z-index: 5;
 }

.bloco-texto-empresa-topicos h2{
	text-align: left;
    color: #013f59;
	margin-bottom:20px;
	-webkit-transition: color .3s ease-in-out, margin .3s ease-in-out, transform .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, margin .3s ease-in-out, transform .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, margin .3s ease-in-out, transform .3s ease-in-out;
    -o-transition: color .3s ease-in-out, margin .3s ease-in-out, transform .3s ease-in-out;
    transition: color .3s ease-in-out, margin .3s ease-in-out, transform .3s ease-in-out;
}

 .bloco-texto-empresa-topicos p{
	color: #888;
	line-height: 200%;
	-webkit-transition: color .3s ease-in-out, margin .3s ease-in-out, transform .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, margin .3s ease-in-out, transform .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, margin .3s ease-in-out, transform .3s ease-in-out;
    -o-transition: color .3s ease-in-out, margin .3s ease-in-out, transform .3s ease-in-out;
    transition: color .3s ease-in-out, margin .3s ease-in-out, transform .3s ease-in-out;
 }

.banner__homePG  a .banner-cover-img::before{
	content: "";
	display: block;
	height: 25%;
	width:100%;
	background: -moz-linear-gradient(top,  rgba(1,63,89,1) 18%, rgba(1,63,89,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(1,63,89,1) 18%,rgba(1,63,89,0) 100%);
	background: linear-gradient(to bottom,  rgba(1,63,89,1) 18%,rgba(1,63,89,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013f59', endColorstr='#00013f59',GradientType=0 );
}

.banner__homePG div.banner-cover-img{
	border:0px;
	height:100vh;
	min-height:400px;
	position:relative;
}


.banner__homePG div.banner-cover-img .banner-textWrapper {
	position: absolute;
    top: 40vh;
	z-index: 11;
	max-width:400px;
	margin-left:188px;
}

.banner__homePG div.banner-cover-img .banner-text2{
	color:#dead2d !important;
	text-transform: uppercase;
	display: block;
    clear: both;
    float: left;
    width: 100%;
}

.banner__homePG div.banner-cover-img span.banner-text2 mark{
	color:#dead2d !important;
	font-weight: 700;
}

.box_footerwpmoisaco.mgbannerdestaque {
	margin-bottom:120px !important;
}

.banner__homePG div.banner-cover-img .banner-textWrapper span{
	color: #fff;
    font-size: 23px;
    line-height: 179%;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0px 0px 2px rgb(0 0 0);
    font-weight: 200;
}

.banner__homePG .carousel-control{
	opacity: 1 !important;
	background:none;
}


.txt__bannerhome i{	
	bottom:0px;	
    font-size: 34px;
	width: 445px;
	display: inline-block;
	margin:0 auto;
}

.banner__homePG .carousel-control .icon-prev, .banner__homePG .carousel-control .icon-next {
	text-indent: 1px !important;
	 background-color: transparent;
    opacity: 1 !important;
	text-align: center;
	margin-top:-105px;
}

.banner__homePG  .carousel-control span::before {
	content:"";  

}

/* .fixed-content header{
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(3,16,102,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(3,16,102,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(3,16,102,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#031066",GradientType=1); 
}*/

.interna h1
{
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
}
.h2, h2 {
	font-size: 16px;
	color:#000;
	font-weight: bold;
}

.clear { clear: both; }



.busque-num-clique-index {display: flex; align-items: center;}


/* CSS CAPAS */

.busque-num-clique-capa {margin-top: -100px; padding-top: 9em;}

.busque-num-clique-capa .row {
display: flex; align-items: top;
}

.banner-busque {
    height: 156px;
    width: 100%;
    float: left;
    position: absolute;
    top: 194px;
    z-index: 10;
    background-size: cover;
    display: flex;
    align-items: center;
    
}

.banner-busque h1 {
    color: #fff;
    font-size: 27px;
    font-weight: 300;
    text-align: right;
    margin: 0;
    padding: 0;
}


.box-capa-bola {display: flex; align-items: center; justify-content: center;}

.b-pra-voce {background-image: url(../images/bolas/1-img-para-voce.jpg); background-position: center;}
.b-assinados {background-image: url(../images/bolas/2-img-assinados.jpg); background-position: top;}
.b-pra-reforma {background-image: url(../images/bolas/3-img-para-reforma.jpg); background-position: center;}
.b-na-planta {background-image: url(../images/bolas/4-img-na-planta.jpg); background-position: right;}
.b-off-sp {background-image: url(../images/bolas/5-img-off-sp.jpg); background-position-x: -307px;}


.b-expo {
    background: rgb(211, 207, 198);
    background: linear-gradient(
        270deg, 
        rgb(211, 207, 198) 5%, 
        rgb(180, 176, 167) 30%
    );
}

.b-exclu {
    background: rgb(218, 180, 89);
    background: linear-gradient(
        270deg, 
        rgb(218, 180, 89) 40%, 
        rgb(190, 151, 58) 100%
    );
}


.frente {z-index: 99!important;}
.atras {z-index: 1!important;}

.busque-num-clique-capa a:hover {text-decoration: none;}
.busque-num-clique-capa h1 {
    font-size: 18px;
    color: #013f59;
    position: relative;
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: -23px;
}

.busque-num-clique-capa .bolas {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.busque-num-clique-capa .bola {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.busque-num-clique-capa .bola img {width: 215px; margin-bottom: -2px;}


.busque-num-clique-capa .bola h2 {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    margin: 0;
    position: absolute;
    top: 50%;
}

.todos h2 {width: 100%;
    text-align: center;
    color: #053d58;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
	padding: 20px 0 0 9px;
	}

.todos-btn-buscar {z-index: 9999;
    position: relative;
    cursor: pointer;}


.busque-num-clique-capa h2.recuado {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    position: absolute;
    top: 20px;

}


input[name=mail] {
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    position: absolute !important;
}


/* CSS CAPAS VERSAO MOBILE */

/*.bola5 {display: none!important;}*/

.nopadding {
	padding: 0 !important;
}

.videoTag, .videoTag:hover  {
	background: #a38051;
    color: #fff;
    border-radius: 12px;
    padding: 10px;
    margin-top: 14px;
    width: 100px;
    cursor: pointer;
    text-decoration: none;
    display: flex;    
    justify-content: center;
    align-items: center;
}

.videoTag label {
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: 0px!important; 
    font-weight: 700 !important;
    padding-left: 4px!important;
    cursor: pointer;
}

 


.positionRelative {
	position: relative!important;
}

.paddingDetalhe {
	position: relative;
    right: 15px;
}

.paddingDetalhe0 {
padding: 0;
}

 .videoFloat {
 	float: right;
 }   

 .modal-arquitetura {
    max-width: 340px;
    width: 100%;
    margin: 30px auto; /* centraliza */
  }

 .btnZap {
 	background: #25D366;
 	padding: 10px;
 	color: #fff;
 	border-radius: 10px;
 	border: 0px;
 	width: 100%;
 	font-size: 18px;
 }


@media (max-width: 1199px) {

	.busque-num-clique-capa {padding-top: 2em;}

	.busque-num-clique-capa .row {display: block; min-height: 112px;}

	.busque-num-clique-capa .bola img {
	    display: none;
	}

	.busque-num-clique-capa .bola h2 {
    padding: 10px 15px;
    font-size: 15px;
    min-width: 120px;
    border-radius: 30px;
	}

	.busque-num-clique-capa .bolas {
		height: 36px;
	}

	.busque-num-clique-capa .bola:nth-child(1) h2 {background: #053d58;}
	.busque-num-clique-capa .bola:nth-child(2) h2 {background: #a47d52;}
	.busque-num-clique-capa .bola:nth-child(3) h2 {background: #a2bac2;}
	.busque-num-clique-capa .bola:nth-child(4) h2 {background: #3d6a3e;}
	.busque-num-clique-capa .bola:nth-child(5) h2 {background: #633612;}
	.busque-num-clique-capa .bola:nth-child(6) h2 {background: #398dc5;}
	.busque-num-clique-capa .bola:nth-child(7) h2 {background: #52bb77;}




	.busque-num-clique-capa .bola h2.recuado, .busque-num-clique-capa .bola h2 {top: 0px!important;}

	div.semcapa {
    padding-top: 432px !important;
	}

	.banner-busque {
		top: 114px;
	}

	.todos h2 {
    text-align: center;
    color: #053d58;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    padding: 9px 0 0 9px;
	}

	.busque-num-clique-capa h1 {
    font-size: 18px;
    color: #013f59;
    position: relative;
    font-weight: 300;
    letter-spacing: -1px;
    margin: 20px 0;
    text-align: center;
    font-size: 28px;
	}

	.busque-num-clique-index .col-lg-2 {margin-bottom: 30px;}


/* BUSQUE NUM CLIQUE HOME */

.busque-num-clique .container .col-lg-2, .busque-num-clique .container .col-lg-10 {width: 100%; text-align: center;}
.busque-num-clique-index {display: block;}

/* BUSQUE NUM CLIQUE HOME */


}

@media (max-width:991px) {

	

	.videoFloat {
    float: none;
    }

	.size-desc {   
    margin-bottom: 0px!important;
	}

	.videoTag {  
    margin-top: 0px;
    margin: 15px auto;    
    margin-bottom: -22px;
	}

	.busque-num-clique-capa {
    padding-top: 270px;
	}

	.busque-num-clique-index .col-lg-2 {margin-bottom: 30px;}

}


@media (max-width: 767px) {

	.busque-num-clique-capa {
    	padding-top: 10px;
	}

	.banner-busque h1 {
    font-size: 29px;
	}

	.busque-num-clique-index .bolas { width: 100%!important; display: block!important; }
	.busque-num-clique-index .bolas .col-lg-2 { width: 30%!important; }

	.col-lg-10 .bola {
		width: 100%;
    	height: 34px;
    	padding: 2em 0;
    	border-radius: 6em;
    	display: flex;
    	align-items: center;
	}

	.busque-num-clique .bolas {
    display: block;    
	}

	.banner-busque {
    top: 21px;
    height: 321px;
    position: relative;
	}

	div.semcapa {
    padding-top: 125px !important;
    padding-bottom: 15px;
	}



	.busque-num-clique-capa .bola h2 {
	    padding: 8px 3px;
	    font-size: 14px;
	    margin: 3px 0;
	    width: 100%;
	    border-radius: 30px;
	    position: relative;
	}

	.busque-num-clique-capa .bola {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
	}

	.busque-num-clique-capa .row {
    display: block;
    min-height: 360px;
	}

	.busque-num-clique-capa h2.recuado {position: relative!important; width: 100%!important;}

	.busque-num-clique-capa .bolas {
    	display: block;}

#refinarBusca #abre-refinar {

	font-size: 20px;
    text-align: center;
    display: table;
    padding: 12px;
    color: #fff;
    border-radius: 4em;
    width: 80%;
    margin: 40px 10% 0;

    }

    .apenas-mobile {display: block;}

    .banner-busque .row {display: flex; align-items: center;}

	.banner-busque .col-lg-6, .banner-busque .col-lg-4, .banner-busque .col-lg-8 { width: 50%;}

	.banner-busque .col-lg-6:nth-child(1), .banner-busque .col-lg-4 { float: left;}

	.banner-busque .col-lg-6:nth-child(2), .banner-busque .col-lg-8  { float: right;}

	.b-pra-voce img, .b-assinados img {
		position: absolute;
	    top: 0;
	    left: -177px;
	    height: 321px;
	    transform: rotate(90deg);
	}

	.b-pra-reforma {background-position: -49%;}
	.b-assinados {background-position: 26%;}
	.b-na-planta {background-position: 51%;}
	.b-off-sp {background-position: 64%;}

	.b-pra-reforma img, .b-na-planta img, .b-off-sp img, .b-expo img, .b-exclu img {
	    position: absolute;
	    top: 0;
	    right: -177px;
	    height: 321px;
	    transform: rotate(-90deg);
	}

	.b-pra-reforma h2 {
	    color: #fff;
	    font-weight: 300;
	    font-size: 25px;
	    max-width: 138px;
	}

	.b-pra-reforma h1 {text-shadow: 0px 4px 12px #0a5061; text-align: left;}

	.b-na-planta h1, .b-expo h1, .b-exclu h1 {padding-left:  15px;}

	.b-pra-voce h2, .b-assinados h2, .b-pra-reforma h2, .b-na-planta h2, .b-off-sp h2, .b-expo h2, .b-exclu h2 {
	    color: #fff;
	    font-weight: 300;
	    font-size: 25px;
	    max-width: 138px;
	}

	.b-pra-reforma h2, .b-na-planta h2, .b-off-sp h2, .b-expo h2, .b-exclu h2 {text-align: right;
    margin: 0;
    padding: 0;
    max-width: 138px;
    float: right;}


    .b-off-sp .container {width: 94%;
    margin: 0 3%;}



}




/* CSS CAPAS VERSAO MOBILE FIM */



/*
#refinarBusca #abre-refinar {
	font-size: 22px;
    text-align: center;
    display: table;
    padding: 20px;
}
*/

header
{
	position: relative;
	z-index: 999;
}

header .navbar-inverse
{
	background: none;
}

header .navbar
{
	margin-bottom: 0;
}

.no-padding {
	padding: 0px;
}

.resultadoFoto {
	background-size: cover;
    background-position: center;
    height: 100%;
	width: 100%;
}



.titulo-ag {
	    margin-top: 126px;
    margin-bottom: 21px;
}

.agencias .top-cafe {
    margin-top: 26px;
    }

.agencias p {
    color: #013f59;
    font-size: 18px;
    line-height: 13px;
}

.agencias .top-agencias a {
	float: left;
	clear: both;
	margin-top: 14px;   
	text-decoration: none;
	color: #013f59;
}

.whatsfixo-ag .fale {
	    float: left;
    font-size: 16px;
}

.whatsfixo-ag .numero {
	   float: left;
    margin-left: 0px;
    font-size: 16px;
}
   

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


.agencias label {
	float: left;
	clear: both;
	font-weight: normal;
	color: #013f59;
	font-size: 16px;
}

.agencias .top-agencias {
	margin-top: 50px;
}


header .nav>li>a
{
	font-size: 15px;
	color: #edf1f3 !important;
	padding: 0;
	margin: 5px 21px 0 0;
	cursor: pointer;
}

header .nav>li>a:hover, header .nav>li>a:hover i
{
	color: #a38051 !important;
	opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header .nav_links a
{
	letter-spacing: 1px;
	font-size: 13px!important;
    font-weight: 400;
}

.navbar-top {
	margin-top:25px;
	background-color:transparent;
	border:none;
}
.navbar-brand
{
	height:auto;
	padding:0;
	z-index: 999;
	position: relative;
}

/* fotos   */


.navbar-brand img{
	margin: 0 auto;
	padding: 13px 0;
}

.navbar-lg
{
	float: right;
	width: 95%;
}

.navbar-right
{
	margin: 4px 0 0 0;
}

header .navbar-right>li>a
{
	margin: 4px 0 0 22px;
}

.box_logo{
	width:285px;
	margin-top: 7px;
}

.navbar-toggle
{
	margin-top: 24px;
	background: #686c6f;
	border-color: #666666!important;
}

#chat
{
	position: relative;
	top: 3px;
	margin-left: 22px;
}

#chat #craftysyntax 
{
	display: inline-block;
}

.detalhe-min {
	min-height: 10px;
}


.bg_color{
	min-height: 112px;    
    background: transparent;
	display: block;
}

.destaque-menu {
    float: left;
    width: 17%;
    text-align: center;
    padding-top: 5px;
    padding-bottom:5px;
    font-size: 25px;
}

.whatsfixo i {
    z-index: 800;
    position: relative;
    background: url(../images/what.png) no-repeat 0 0;
    color: #fff;
    width: 41px;
    height: 45px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 27px;
    text-align: center;
    float: right;
    margin-top: 8px;
}

.whatsfixo-ag i {
	z-index: 800;
    position: relative;
    background: url(../images/what-ag.png) no-repeat 0 0;
    color: #fff;
    width: 32px;
    height: 34px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 27px;
    text-align: center;
    float: left;
    margin-top: -10px;
    margin-left: 4px;
}

.box__bairrosHome{
    padding:0px;
	margin: 150px 0px;
}

.destaque-menu , .destaque-menu-meior{
	border: 1px solid #a38051;
}

.box__bairrosHome div + div{
	margin-left:15px;
}

.box__bairrosHome div:hover{
	background: #a38051;
}

.destaque-menu a:hover, .destaque-menu-meior a:hover{
	color:#fff;
}

.box__bairrosHome div{
	width: 18.96%;
}


.destaque-menu a, .destaque-menu-meior a {
	float: left;
    color: #a38051;
    padding:46px 8px;
    font-size: 22px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    width: 100%;
	font-weight: 300;
}

#carousel-curadoria {
	margin-bottom: 150px;
	padding: 0px 75px;
}

#carousel-curadoria .carousel-control.left,  #carousel-curadoria .carousel-control.right{
	background:none;
	width:40px;
	height: 330px;
	opacity: 1;
}

.banner__homePG .carousel-indicators li {
    width: 50px;
    height: 6px;
    background-color: rgba(255,255,255,0.8);
    border: 0px;
    border-radius: 0px;
}

.banner__homePG .carousel-indicators .active {
    width: 50px;
	height: 6px; 
	margin:1px;  
    background-color: rgba(255,255,255,1);
}

#carousel-curadoria .carousel-control span{
	color: transparent;
	width:55px;
	height: 90px;
	opacity:1;
	border-radius: 0px;
	padding: 3px;
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
    text-align: center;
}

.box__textomosaico {
	position: relative;
}

.box__textomosaico div{
	position: absolute;
}

.box__textomosaico h2{
	text-align: left;
}

.box__textomosaico h2 span::nth-child(1){
	color:#fff;
}

#carousel-curadoria .glyphicon-chevron-right{
	background-repeat: no-repeat;
    margin-right: -14px;
    background-size: 73%;
    margin-top: -45px;
	background-image: url('../images/seta-direita-home.jpg');
}

#carousel-curadoria .glyphicon-chevron-left{
	background-repeat: no-repeat;
    margin-left: -14px;
    background-size: 73%;
    margin-top: -45px;
	background-image: url('../images/seta-esquerda-home.jpg');
}

#carousel-curadoria .carousel-control span::before{
	content:"";
}

#carousel-curadoria a:hover{
		text-decoration: none;
}

.img__boxhome{
	width:100%;
	height:295px;
	background-position: center;
}

.titulo__Curadoria, .titulo__moisaco{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #222c67;
	margin-top:124px;
	margin-bottom:50px;
	padding:0px 15px;
	padding-left: 112px;
}

.box__textomosaico a{
	background-color: rgb(255 255 255 / 60%);
    padding: 12px 20px;
    margin-left: 76px;
    font-family: 'Poppins', sans-serif;
	color:#111937;
}

.titulo__Curadoria span:nth-child(1){
    font-size: 22px;
	color:#013f59;
	position: relative;
    top: -0px;
}

.titulo__Curadoria span:nth-child(2){
    font-size: 32px;
	color:#000;
	width: 252px;
    display: inline-block;
	padding-left:25px;
	margin-left: 20px;
	border-left: 2px solid #edf1f3;
    padding-top: 15px;
	padding-bottom: 15px;
}



.titulo__moisaco  span:nth-child(1){
    font-size: 22px;
	color:#fff;
	position: relative;
    top: -17px;
}

.titulo__moisaco span:nth-child(2){
    font-size: 32px;
	color:#111937;
	width: 227px;
    display: inline-block;
	padding-left:25px;
	margin-left: 20px;
	border-left: 2px solid #fff;
    padding-top: 15px;
	padding-bottom: 15px;
}

.box__textomosaico.jardinscolor .titulo__moisaco  span:nth-child(2){
	color:#dead2d;
}

.box__textomosaico.jardinscolor a{
	margin-left: 35px;
	padding: 12px 32.63px;
}

.txt__boxhome span:nth-child(1){
	font-size: 16px;
	color:#999;
	display: block;
	float:left; 
	width:100%;	
}

.txt__boxhome span:nth-child(2){
	border-right: 1px solid #013f59;
	padding-right:5px;
}

.txt__boxhome span:nth-child(2), .txt__boxhome span:nth-child(3){
	font-size:16px;
	color:#013f59;
	display: inline-block;
	width:auto;
	line-height: 1;
}

.txt__boxhome span{
	font-family: 'Poppins', sans-serif;
	padding-left:15px;
}

.txt__boxhome span:nth-child(3){
	padding-left:0px;
}

.txt__boxhome h3::before{
	content: '';
	display: block;
	width:2px;
	height:85px;
	background: #a38051;
	position:absolute;
	bottom:0px;
}

.txt__boxhome h3{	
	position:relative;
	line-height: 16px;
	padding-left: 30px;	
}

.box_footerwpmoisaco {
	padding:0px;
	text-align:center;
	margin-bottom:5px;
}

.box_footerwpmoisaco a {
	display:inline-block;
}

.box_footerwpmoisaco img{
	width:100%;
	max-width: 2000px;
	margin: 0 auto;
}


.destaque-menu-meior {
	float: left;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 27px;

}



.rslides .caption h2{
	font-size:25px;
	text-transform:uppercase;
	font-weight:400;
	font-size:25px;
	text-transform:uppercase;
	font-weight:normal;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 6px;

}

a.queroVisitar , a.queroVisitar:hover{
	display: inline-block;
    margin: 21px 0 32px 0;
    width: 100%;
    height: 38px;
    background: #a38051;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
    text-align: center;
    font-size: 23px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    height: 53px;
}

.capabairroresultado{
	height: 595px;
    background-position: center;
    background-size: cover;
}

.capabairroresultado .container{
	position: relative;
    display: block;
    clear: both;
    height: 100%;
}

.capabairroresultado .container > div{
	position: absolute;
    bottom: 52px;
}

.capabairroresultado div span:nth-child(1){
    text-transform: uppercase;
    display: block;
    font-size: 50px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0px 0px 2px rgb(0 0 0);
    border-bottom: 1px solid #a38051;
    padding: 0px 139px 0px 80px;
    width: auto;
	float: left;
}



.capabairroresultado div span:nth-child(2){
    display: block;
    font-size: 24px;
	color: #fff;
	width:406px;
	padding-left: 80px;
	font-family: 'Poppins', sans-serif;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}

.capabairroresultado div span:nth-child(3){
	font-size: 24px;
    padding-left: 80px;
    color: #a38051;
    margin-top: 30px;
    display: block;
}

.capabairroresultado div span:nth-child(3) i.fa{
	font-size: 40px;
	color: #a38051;
	top: 5px;
    left: 8px;
}

a.queroVisitar b {
	 font-weight: 400;
}

a.queroSolicitarInformacao , a.queroSolicitarInformacao:hover{
    display: inline-block;
    margin: 22px 0 32px 0;
    width: 100%;
    height: 38px;
    background: #a7a9ac;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px;
    text-align: center;
    font-size: 19px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    height: 53px;
    line-height: 20px;
}

.separador-tels{
	height: 22px;
    float: left;
    background: #000;
    width: 1px;
    margin-top: 4px;
    margin-left: 8px;
}

.fone-desktop .ag {
    float: left;
    font-size: 14px;
    color: #a38051;
    text-align: right;
    font-weight: 500;
	padding-right:10px;
	border-right: 2px solid rgb(237 241 243 / 50%);
    width: 163px;
	margin-right: 10px;
}

.fone-desktop .tel {
float: left;
font-size: 14px;
color: #edf1f3;
font-weight: normal;
}
    


.fone-desktop {	
    font-size: 14px;   
    color: #000;
    line-height: 30px;
}

.fone-desktop b {
   line-height: 26px;
    font-weight: normal;
    margin-left: 0px;
}

.fone-desktop  i {
    width: 18px;
}

.banner-cover-img {
    background-size: cover;
    background-position: center;
    height: 519px;
    width: 100%;
    border: 2px solid #fff;
} 



.slider1 {
    background-size: cover;
    /*background-position: center;*/
    height: 253px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 2px;
    float: left;
    cursor: pointer;
   
}

.slider2 {
    background-size: cover;
    background-position: center;
    height: 326px;
    width: 100%;
    margin-bottom: 5px;
    cursor: pointer;
   
}


.nopadding-desktop {
	padding: 0px;
}

.sliderPadding {
	padding: 2px;
}

.insta-fixo {
	margin-left: 13px;
	margin-top: 10px;
    margin-bottom: 8px;
}

.box__conteudoquecontaenews .insta-fixo{
	margin-left: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 87%;
    float: right;
}

.box__news > div{
    border-top: 1px solid #0085a2;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 15px;
    padding-top: 22px;
}

.box__news form div{
	border: 1px solid #b5bebd;
	float: left;
	width:100%;
	padding:4px;
}

.box__news form div input[type=email]{
	background:none;
	width:80%;
	float:left;
	border:0px;
	font-family: 'Poppins', sans-serif;
}

.box__news form div input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #0085a2;
}
.box__news form div input[type=email]::-moz-placeholder { /* Firefox 19+ */
	color: #0085a2;
}
.box__news form div input[type=email]:-ms-input-placeholder { /* IE 10+ */
	color: #0085a2;
}
.box__news form div input[type=email]:-moz-placeholder { /* Firefox 18- */
	color: #0085a2;
}

.box__news form div input[type=button]{
	background:#bcbcbc;
	color:#013f59;
	height:34px;
	width:20%;
	float:left;
	border-radius:0px;
	font-family: 'Poppins', sans-serif;
}

.box__news p{
	color:#edf1f3;
	font-family: 'Poppins', sans-serif;
}

.promo .infos {
font-weight: 400;
font-size: 22px;
color: #000;
margin-top: 14px;
}


.navbar-teltop{

	margin-top: -54px;	
}

.navbar-tel a, .navbar-tel a:hover, .navbar-telefone a, .navbar-telefone a:hover
{
	margin-top:0;
	text-decoration: none;
}

.fa
{
	position: relative;
    font-size: 21px;
    color: #7a7979;
    display: inline-block;
}

.fa-phone
{
	float: left;
	top: 2px;
	margin-right: 6px;
	margin-top: 4px;
}

.navbar-menu
{
	width: 100%;
	background:#eeeeee;
	border:none;
	border-radius:0;
	margin-bottom:0;
}


.navbar-menu .navbar-nav li a:hover
{
	color:#000;
}


.bgBusca
{
    position: relative;
    z-index: 9999;
    background: #fff;
    border-top: 0px;
    padding: 25px 0 22px 0;
    text-align: center;
}

.bgBusca2
{
	background: #ffffff repeat;
	z-index: 999;
}

.bgBusca2 .form-group .tag a
{
	border-right: 1px solid #777675!important;
}

.bgBusca2 .form-group .tag a:hover
{
	text-decoration: none;
}

#refinarBusca .bgBusca
{
	padding-bottom: 0;
}

#refinarBusca .bgBusca2 #legenda
{
	float: left;
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	padding-left: 10px;
	color: #777675;
	margin: 0;
}

.relativebox {
    background-color: #fff;
    border-radius: 3em;
    overflow: hidden;
}

#refinarBusca .form-group
{
	margin-bottom: 2px;
}

#BuscaRapida, #refinarBusca
{
	position: relative;
	z-index: 99;
	margin: 0;
	display: inline-block;
}

#BuscaRapida .form-group label, #refinarBusca .form-group label
{
	height: 14px;
	font-size: 11px;
	color: #777675;
	display: block;
	font-weight: 400;
	margin: 0;
	padding-left: 1px;
	text-align: left;
}


#BuscaRapida .form-group select, #BuscaRapida .form-group input[type=text], #refinarBusca .form-group select, #refinarBusca .form-group input[type=text]
{
	color:#000000;
	height: 42px;
	font-size:12px;
	border-top: 1px solid #777675;
	border-left: 1px solid #777675;
	border-bottom: 1px solid #777675;
	border-right: none;
	padding: 10px 5px 10px 16px;
	margin: 2px 0 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../images/arrow_down.png) no-repeat right center;
	background-position: 94% 82%;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#BuscaRapida #boxcodtiponegocio, #refinarBusca .negocio dt a
{
	border-top-left-radius: 4px!important;
	-moz-border-top-left-radius: 4px!important;
	-webkit-border-top-left-radius: 4px!important;
	border-bottom-left-radius: 4px!important;
	-moz-border-bottom-left-radius: 4px!important;
	-webkit-border-bottom-left-radius: 4px!important;
}

#BuscaRapida .form-group input[type=text], #refinarBusca .form-group input[type=text]
{
	border-right: 0;
	background-image: none;
}

#BuscaRapida .last-border, #refinarBusca .last-border
{
	border-top: 1px solid #777675;
	border-right: 1px solid #777675;
	border-bottom: 1px solid #777675;
	margin-top: 16px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#BuscaRapida .form-group input[type="text"]::-webkit-input-placeholder{
    color: #000000;
}
#BuscaRapida .form-group input::-moz-placeholder
{
	color: #000000;
}

#BuscaRapida .form-group input[type=submit], #refinarBusca .form-group input[type=button]#enviar, #refinarBusca .limpa-filtro
{
	background: #a38051;
	width: 64px;
	height: 29px;
	border: none;
	margin: 5px 6px 6px 0;
	color: #ffffff;
	border-radius: 2px;
	font-size: 14px;
	padding: 0;
}

#refinarBusca .limpa-filtro
{
	background: #fff;
	color: #666666;
}

.limpa-busca
{
	padding: 0;
	font-size: 11px;
	height: 22px;
	background: none;
	color: #777675;
	border: none;
}

.direita
{
	text-align: center;
	display: inline-block;
}

#refinarBusca .dropdown label
{
	display: inline-block;
	width: 100%;
	padding-bottom: 2px;
}

#refinarBusca .dropdown label:hover
{
	background: #ffffff;
}

#container-refinar
{
	width: 100%;
	display: inline-block;
}

#refinarBusca #avancada
{
	float: right;
	font-size: 12px;
	color: #777675;
	cursor: pointer;
	margin-bottom: 6px;
}

#refinarBusca #avancada:hover, #refinarBusca #avancada:hover i, #refinarBusca .limpa input:hover, #refinarBusca .limpa:hover i
{
	text-decoration: none;
	color: #a38051;
	opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#refinarBusca .limpa label
{
	height: auto;
	cursor: pointer;
}

#refinarBusca #avancada i
{
	font-size: 18px;
	position: relative;
	top: 2px;
}

#refinarBusca #avancada i.fa-angle-down:before {
    content: "\f107"!important;
}

#refinarBusca .dropdown i
{
	float: left;
	background: url(../images/sprite1.png)
}

#refinarBusca .dorms i
{
	width: 22px;
	height: 12px;
	margin: 5px 6px 0 -6px;
	background-position: -271px 0;
}

#refinarBusca .suites i
{
	width: 23px;
    height: 18px;
    margin: 1px 4px 0 -6px;
    background-position: -271px -14px;
}

#refinarBusca .vagas i
{
	width: 22px;
    height: 14px;
    margin: 4px 6px 0 -6px;
    background-position: -271px -36px;
}

#refinarBusca .area i
{
	width: 22px;
    height: 17px;
    margin: 2px 8px 0 -6px;
    background-position: -299px 0px;
}

/* Detalhe */

#amazingslider-1 .amazingslider-slider-1, .tour-360 .row{
	border: 1px solid #a38051 !important;
	padding:5px;
}


.detalheFone {
	float: left;
    margin-top: 27px;
}
.detalheFone i.fa-phone{
    margin-top: 0px;
    font-size: 44px;
    padding-left: 29px;
    width: 53px;

}

.detalheFone a {
    padding-top: 29px;
    text-decoration: none;
    color: #000;
    padding-left: 15px;
    }

    .favoritarDet {
      float: right;
    width: 34%;
    margin-top: 24px;
    }

    .favoritarDet p {
       color: #a3a3a3;
    font-weight: 500;
    float: left;
    width: 81px;
    cursor: pointer;
    }

  .favoritarDet span {
  	margin-top: 7px;
  } 

/*DROPDOWN SELECT*/

.dropdown,
.dropdown dd,
.dropdown dt {
  margin: 0px;
  padding: 0px;
}

.dropdown ul {
  margin: -1px 0 0 0;
}

.dropdown dd {
  position: relative;
}

.dropdown dt a {
	text-align: left;
	font-weight: normal;
	display: block;
 	color: #000000!important;
    height: 42px;
    font-size: 12px;
    border-top: 1px solid #777675;
    border-left: 1px solid #777675;
    border-bottom: 1px solid #777675;
    border-right: none;
    padding: 10px 5px 10px 16px;
    margin: 2px 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow_down.png) no-repeat right center;
    background-position: 94% 82%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    cursor: pointer;
}

.size-desc{
	font-size: 24px !important;
	margin-bottom: 25px;
}

.dropdown dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 0;
}
.dropdown dd ul {
  z-index: 999999;
  background: url("../images/transparent.png");
  border: 0;
  color: #fff;
  display: none;
  left: 0px;
  padding: 2px 15px 2px 0;
  position: absolute;
  top: 2px;
  list-style: none;
  max-height: 307px;
  overflow: auto;
}

.dropdown span.value {
  display: none;
}

.dropdown dd ul li a {
  padding: 5px;
  display: block;
}

.dropdown dd ul li a:hover {
  background-color: #fff;
}

.dropdown .mutliSelect label
{
	padding-left: 6px!important;
	height: auto!important;
}

.dropdown .mutliSelect label[for=amount]
{
	text-align: center!important;
	background: none!important;
	margin-top: 0!important;
}

.inputs .mutliSelect ul li 
{
	float: left;
	width: 100%;
}

.inputs .mutliSelect ul li span
{
	float: left;
	color: #000000;
	font-size: 14px;
	margin: 3px 0 0 2px;
	text-align: left;
}

.inputs .btn-limparegiao
{
	width: 100%;
    height: auto;
    top: 308px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.dropdown .btn-limparegiao li
{
	width: auto;
}

.dropdown .btn-limparegiao #limparegiao, .dropdown .btn-limparegiao .limparegiao
{
	width: 100%;
    border: 0;
	background: url("../images/transparent-limpar.png") repeat;
	height: 25px;
	padding: 0;
	line-height: 18px;
	border-top: 1px solid #999999;
	font-size: 12px;
	color: #000000;
	border-radius: 0;
}

/* .squaredOne */
.squaredOne {
  float: left;
  width: 15px;
  height: 11px;
  margin: 5px 5px 0 4px;
  position: relative;
  border: 1px solid #585c58;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.squaredOne div {
  width: 13px;
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;

}
.squaredOne div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #a38051;  
  background: linear-gradient(top, #b51129 0%, transparent 100%);
  opacity: 0;
}
.labelref:hover .squaredOne div::after {
  opacity: 0.3;
}
.squaredOne input[type=checkbox] {
  visibility: hidden;
}
.squaredOne input[type=checkbox]:checked + div:after {
  opacity: 1;
}
/* end .squaredOne */




.bg-grey-home
{
	background: #e2e3e4;
}



.dest_selecao
{
	display: inline-block;
	width: 100%;
}

.dest_selecao .d-inline-block
{
	display: inline-block;
	width: 100%;
}

.dest_selecao .info-selecionados
{
	width: 50%;
	text-align: center;
	display: inline-block;
	padding: 10px;
	color: #ffffff;
	font-size: 16px;	
	background: #222c67;
	margin-bottom: 50px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dest_selecao .info-selecionados:hover
{
	background:  #a38051;
	text-decoration: none;
}



.footer{
	background-image: url('../images/degrade-rodape.jpg');
	background-repeat: repeat-x;
	background: #013f59;
	padding: 0;
	padding-top:60px;
}

.agenciatitulo{
	font-size:47px;
	margin-top: 126px;
    margin-bottom: 91px;
		color:#013f59;
}

.box__logofooter img{
	width: 86%;
}

.box__logofooter p{
	color: #edf1f3;
    font-family: 'Poppins', sans-serif;
    width: 230px;
    margin-top: 60px;
    line-height: 223%;
}

.box__logofooter p a{
	color: #a38051;
	text-decoration: underline;
}



.footer h3
{
	font-size: 16px;
	color: #ffffff;
	margin: 35px 0 21px 0;
	font-weight: 500;
}

.box__acessoregioes h3, .box__conteudoquecontaenews h3{
	color:#a38051;
	font-size:16px;
	margin-bottom: 10px;
	margin-top:0px;
}

.box__segundomenureg{
	margin-top: 58px;
}


.box__conteudoquecontaenews a:hover, .box__acessoregioes a:hover
{
	color: #a38051;
	text-decoration: none;
	opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.box__acessoregioes a, .box__conteudoquecontaenews a{
	display: block;
	color:#edf1f3;
	float:left;
	width:100%;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}

.footer .acesso #blog
{
	display: inline-block;
	width: 161px;
	height: 113px;
	color: #ffffff;
	background: url("../images/blog-footer.png") no-repeat;
	margin-top: 21px;
	padding:6px 0 0 10px;
	text-decoration: none;
}

.footer .apps 
{
	margin-top: 38px;
}

.footer .apps a
{
	background: #ffffff;
	width: 231px;
	height: 57px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 8px 26px;
	margin-bottom: 20px;
}

.footer .apps p
{
	color: #ffffff;
	font-size: 16px;
}

.footer .apps a p
{
	font-size: 12px;
	margin-top: 4px;
	color: #000000;
	text-align: left;
}

.footer .apps h3
{
	margin: -2px 0 10px 0;
}

.footer .apps a span
{
	float:left;
	width: 34px;
	height: 41px;
	margin-right: 18px;
	background-image: url("../images/sprite1.png");
}

.footer .apps a span#apple
{
	background-position: -41px 0;
}

.footer .apps a span#android
{
	background-position: -78px 0;
}

.footer .apps #form_newsletter
{
	display: inline-block;
}

.footer .apps #form_newsletter #email_news
{
	float: left;
	width: 168px;
    background: #e2e3e4;
    color: #000000;
    font-size: 11px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
}

.footer .apps #form_newsletter input[type=button]
{
	float: left;
	height: 34px;
    background: #a0a0a0;
    color: #ffffff;
    border: 0;
    margin: 0 0 0 -3px;
    border: 5px solid #e2e3e4;
    padding: 0 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}



.copyright{	
	border-top: 1px solid #0085a2;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 15px;
    padding-top: 22px;
}


.copyright p{
	padding: 0px 131px 30px 131px;
	color:#0085a2;
	text-align: center;
}

.copyright a
{
	position: relative;
	top: -8px;
	background: #ffffff;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
}

.copyright a i
{
	position: relative;
	top: 6px;
	color: #222c67;
	font-size: 28px;
}

.ra3n
{
	float: right;
	margin: 10px 5px 5px 0;
}

/* RESULTADO DE BUSCA */

.esquerda
{
	position: relative;
	padding: 0;
}

.classificar{
	margin-top: 10px;
}

h1.tag, p.encontrados
{
	font-size: 18px;
	margin: 6px 0 8px 0;
	color: #929395;
	float: left;
}

h1.tag{
	margin-top: 9px;
    margin-right: 6px;
}

.ver-selecionados
{
	float: right;
	width: 35px;
	height: 29px;
	background: url('../images/sprite1.png') -120px 0 no-repeat;
	margin: -3px 0 0 10px;
}

.ver-selecionados p
{
	position: relative;
	width: 10px;
	text-align: center;
	left: 20px;
    top: 3px;
	font-size: 10px;
	color: #7c7c7c;
}

.navbar-right .ver-selecionados p
{
	top: 2px;
}

.busca_topo
{
	float: right;
	margin: 0 0 4px 0;
	font-size: 15px;
	color: #929395;
}

.busca_topo #boxclassificar
{
	font-size: 14px;
	border: 1px solid #c1c1c1;
	color: #c1c1c1;
	-webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow_down.png) no-repeat right center;
    background-position: 94% 58%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    cursor: pointer;
    padding: 2px 15px 2px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.resultadoBusca i.ico-permuta
{
	position: absolute;
	width: 54px;
	height: 64px;
	top: 10px;
	left: 10px;
	z-index: 1;
	background: url(../images/sprite1.png) -366px 0;
}

.resultadoBusca i.ico-360
{
	position: absolute;
	width: 54px;
	height: 56px;
	top: 10px;
	right: 10px;
	z-index: 1;
	background: url(../images/sprite1.png) -424px -4px;
}

.resultadoBusca .icons-busque-num-clique {
    width: 70px;
    height: 70px;
    top: 10px;
    left: 10px;
    z-index: 1;    
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7px 0;
}

.box-icons-busque-num-clique {
    position: absolute;
    left: 10px;
    top: 2px;
}

.resultadoBusca .icons-busque-num-clique h5 {
    margin: 0;
    color: #fff;
    font-size: 12px;
    max-width: 70px;
    text-align: center;
}

.icon-bnc-pra-voce {background: #053d58;}
.icon-bnc-assinados {background: #a47d52;}
.icon-bnc-para-reforma {background: #a2bac2;}
.icon-bnc-na-planta {background: #3d6a3e;}
.icon-bnc-off-sp {background: #633612;}
.icon-bnc-exclu {background-color: #be973a;}
.icon-bnc-expo {background-color: #d3cfc6;}


.resultadoBusca .info-resultado h2, .outros .info-resultado h3 {border-bottom: 1px solid #c1c1c1;}

.resultadoBusca .info-resultado h2, .resultadoBusca .info-resultado .bairro, .outros .info-resultado h3
{
	width: 100%;
	display: inline-block;
	margin: 8px 0 2px 0;
	font-size: 12px;
	color: #000000;
	font-weight: 700;
	letter-spacing: 1px;
}

.resultadoBusca .info-resultado .bairro
{
	margin-top: 0;
}

.resultadoBusca .info-resultado .bairro p{
	color: #a38051;
}

.resultadoBusca .info-resultado h2 p{
	font-size: 24px;
	font-weight: normal;
}

.resultadoBusca .info-resultado h2 > p{	
	margin-top: 0px;
}

.resultadoBusca .info-resultado h2 span, .resultadoBusca .info-resultado .bairro span, .outros .info-resultado h3 span
{
	letter-spacing: 0;
	font-weight: 400;
	font-size: 15px;
	text-align: right;
}

.resultadoBusca .info-resultado h2 span strong, .resultadoBusca .info-resultado .bairro span strong, .outros .info-resultado h3 span strong
{
	color: #9d9d9c;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 12px;
}

.resultadoBusca .info-resultado .box
{
	padding: 0px;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 12px;
	min-height: 213px;

}

.resultadoBusca .faixa {
    background: url(../images/faixa_loft.png) no-repeat 0 0;
    width: 208px;
    height: 42px;
    float: left;
    position: relative;
    z-index: 999999999;
    color: #fff;
    padding: 5px 0px 0px 10px;
    font-size: 19px;
}

.mInfo
{
	float: left;
	color: #000;
	font-size: 20px;
	padding: 0;
	margin-top: 12px;
}


.events .inputlabel p
{
	position: relative;
    display: inline-block;
    font-size: 12px;
    color: #9d9d9c;
    line-height: 18px;
    cursor: pointer;
    font-weight: normal;
	padding-left:7.5;
	padding-right:7.5;
}

.inputlabel input {
   display: none;
   position: relative;
   z-index: -9999;
}

.inputlabel span {
    width: 25px;
    height: 26px;
    display: inline-block;
    background: url("../images/input.png");
    cursor: pointer;
    margin-bottom: 24px;
}

.bg_input_novo span{
	background: url("../images/input2.png");
}

.inputlabel input:checked + span {
    background: url("../images/inputchecked.png");
}

.mgnav__novo{
	margin-top:32px;
}

.breadcrumb
{
	padding: 12px 0 0 0;
}

.breadcrumb, .breadcrumb-detalhe
{
	background:none;
	color:#a38051;
	font-size:12px;
	margin-bottom: 0;
}

.breadcrumb a, .breadcrumb-detalhe, .breadcrumb-detalhe a
{
	color:#929395;
}

.static-breadcrumb
{
	display: inline-block;
	margin: 1px 0;
	width: 100%;
}

.esquerda .npaginas
{
	text-align: right;
	padding-right: 15px;
}

.interna .resultadoBusca  
{
	height: 451px;
	margin-top: 20px;
	margin-bottom: 25px;
	color:#000;
}

.interna .resultadoBusca
{
	margin-top: 0;
}

.resultadoBusca{
	margin-bottom: 40px;
}

.resultadoBusca .container-img
{
	position: relative;
	display: block;
	height: 530px;
	padding: 0;
	overflow: hidden;
	border: 1px solid #c1c1c1;
    border-right: 0px;
    background-color: #eee;
}

.valores-resultado{
	min-height: 81px;
	font-size: 20px;
	padding: 0px;
	margin-top: 12px;
	border-bottom: 1px solid #c1c1c1;
}

.valores-resultado span{
	width: 100%;
	display: block;
	margin-bottom: 12px;
}

.outros .resultadoBusca .container-img {
    height: 221px;
}

.valores-resultado strong{
	font-weight: normal;
}

.mais-fotos-resultado{
	border-radius: 5px;
    padding: 10px 15px;
    text-align: center;
    background-color: #a38051;
    color: #fff;
    margin-left: -15px;
    margin-right: 15px;
}

.ref-resultado{
	padding-left: 0px;	
}

.ref-resultado p{
	font-size: 14px;
	margin-top: 18px;
	color: #9d9d9c;
}

.mais-fotos-resultado strong{
	font-weight: normal;
}

.info-resultado .events{
	padding-top: 18px;
	padding-right: 0px;
	padding-left: 0px;
}

.selecionar-resultado{
	padding-top: 12px;
}

.selecionar-resultado .inputlabel span{
	margin-top: 6px;
}

#abre-refinar
{
	border: 0;
	background: 0;
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}

 #refinarBusca 
{
	width: 100%;
	
}

#refinarBusca h2
{
	width: 100%;
	height: 56px;
	font-size:20px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 18px 0 0 0;
	color: #000000;
	text-align: center;
}

#refinarBusca label
{

}

#refinarBusca .form-control
{

}

#refinarBusca .form-control[type=text]
{
	background: #f2f2f3 ;
	color: #000000;
}

#refinarBusca #divregiao
{
	overflow-y:scroll;
	padding: 4px 8px;
}

#refinarBusca .labelref
{
	width:100%;
	margin-top: 0;
	cursor: pointer;
}

#refinarBusca .labeladd
{
	float: left;
	width: 100%!important;
	margin: 8px 0 0 4px!important;
}
#refinarBusca .labeladd:hover
{
	background: none!important;
}

#refinarBusca .campo-ref
{
	display:inline-block;
}

#refinarBusca .limpa
{
	font-size: 12px;
}

.bola .atras a {
	height: 44px;
	width: 173px;
	position: relative;
}

#refinarBusca .limpa i
{
	position: relative;
	top: 2px;
	margin-left: 4px;
	font-size: 14px;
}

#refinarBusca #slider-range, #refinarBusca #slider-areautil, #refinarBusca #slider-areatotal
{
	margin: 15px;
}

#refinarBusca #amount
{
	width: auto;
    margin: 6px;
    background: #ffffff;
}

.nav-item
{
	display: inline-block;
	padding-bottom: 40px;
	width: 100%;
	text-align: center;
}

.nav-item p
{
	margin-top: 20px;
	font-size: 20px;
	color: #000000;
}

.outros .resultadoBusca {
	margin-bottom: 0px;
}

.outros .resultadoBusca .info-resultado {
    display: inline-block;
    width: 100%;
}

.outros .resultadoBusca .container-img{
	border: 0px;
}


.outros .resultadoBusca .info-resultado{
	border: 0px;
}

.outros .resultadoBusca .info-resultado h2 p, 
.outros  .resultadoBusca .info-resultado h2 span, 
.outros  .resultadoBusca .info-resultado .bairro p, 
.outros  .resultadoBusca .info-resultado .bairro span,
.outros .info-resultado h3 p, .outros .info-resultado h3 span {
    float: left;
    width: 50%;
    margin: 0 0 4px 0;
}

.outros .info-resultado h3 {
    border-bottom: 1px solid #e9e9e9;
}

.outros .resultadoBusca .info-resultado .box {
    display: inline-block;
    width: 50%;
}

.outros .events {
    position: relative;
    width: 48%;
    float: right;
    text-align: right;
    top: 5px;
    padding-top: 0px;
}

.outros .events .inputlabel p {
    position: relative;
    display: inline-block;
    font-size: 10px;
    color: #9d9d9c;
    top: -1px;
    right: 10px;
    line-height: 18px;
    cursor: pointer;
}

.outros .mInfo {
    float: left;
    color: #000;
    font-size: 13px;
    padding: 2px 20px 2px 0;
    margin-top: 0px;
}

.outros .resultadoBusca .info-resultado .box {
    padding: 0px;
    border-bottom: 0px ;
    padding-bottom: 0px;
    min-height: 20px;
}


.nav-item .item
{
	display: inline-block;
	margin: 10px 5px 0 5px;
	width: 39px;
	height: 39px;
	padding:5px 0;
	background: #ffffff;
	color: #909090;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #d2d2d2;
	font-size: 20px;
	text-align: center;
}
.nav-item .atual-item
{
	display: inline-block;
	background: #013f59;
	width: 39px;
	height: 39px;
	padding: 5px 0;
	margin: 10px 5px 0 5px;
	color: #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #013f59;
	font-size: 20px;
	text-align: center;
}

.bg-nav a img{
	    margin-top: -5px;
    margin-left: 10px;
    margin-right: 10px;
}

.bg-nav a{
	display: inline-block;
}

.breadcrumb{
	float: left;
}

/* DETALHE DO IMOVEL */

.bg-black
{
	background: #013f59;
	padding: 0px 0 42px 0;
}

.bg-grey
{
	background: #013f59;
	padding: 6px 0 37px 0;
}

.bg-blue
{
	background: #0084a7;
	padding: 42px 0;
}

.bg-red{
	background: #000;
	padding: 40px 0px;
	color: #fff;
	font-weight: 300;
	font-size: 13px;
	margin-bottom: 0px;
}

.bg-red .fa-exclamation-triangle{
	font-size: 53px !important;
	color: #fff200 !important;
}

.zera-padding-left-bg-red{
	padding-left: 0px;
}

#setas-magua
{
	position: absolute;
	width: 357px;
    height: 123px;
	background: url('../images/setas-magua.png') no-repeat;
	bottom: 0;
	right: 30;
	z-index: 9;
	background-size: 100%;
}

.video, .tour-360
{
	margin-top: 13px;
	display: inline-block;
	width: 100%;
	height: 616px;

	padding: 5px;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(163, 128, 81) !important;
    border-image: initial !important;
}

.tour-360
{
	margin-top: 0;
	margin-bottom: 35px;
}

.video #video, .tour-360 #tour-360
{
	width: 100%;
	height: 100%;
}

.credipronto .container-iframe
{
	position: relative;
}

.credipronto h2, .outros h2
{
	width: 100%;
	padding-bottom: 30px;
}

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

.credipronto iframe
{
	position: absolute;
	width: 300px;
	max-height: 300px;
	min-height: 150px;
	height: 100%;
	top: 0;
	left: 150px;
	right: 0;
	margin: auto;
}

.breadcrumb-detalhe
{
	margin: 6px 0;
	padding: 0;
}

.bg_information
{
	background: #ffffff;
    color: #000000;
    margin-top: 0;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 99;
    letter-spacing: 1px;
}

.scroll-to-fixed-fixed
{
	border-left: 0!important;
}

.bg_novo_info{
	background: transparent;
	/* -webkit-box-shadow: 0px 0px 13px 0px #a38051;
    box-shadow: 0px 0px 13px 0px #a38051; */
    border: 1px solid #a38051 !important;
}

div.bg_novo_info h1, div.bg_novo_info p{
	color:#edf1f3;
}

.box__pddestaqueshome{
	padding-bottom: 25px;
}

.bg__degrade__simples.semcapa, .bg__degrade__simples.bg__pgstatic{
	background: #013f59;
	height:114px;
}

.bg__degrade__home{
	position: absolute;
	width:100%;
}

.mgnav__novo #w2{
	width: 283px;
}

mark {
  margin: 0 -0.4em;
  padding: 0.1em 1.5em 0.1em 0.5em;
  border-radius: 0px;
  color:#fff;
  background: transparent;
  background-image: linear-gradient(
    to right,
    rgba(17, 25, 55, 1),
    rgba(17, 25, 55, 1),
    rgba(17, 25, 55, 1)
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

#w0-collapse{
	padding-left:0px;
	padding-right:0px;
}

.bg__degrade__home .menu, .bg__degrade__simples .menu{
	margin-left: -45px;
}

.header__novo ul.nav>li>a{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	margin-left:0px;
}

.bg__degrade__simples::before{
	position:absolute;
	left:0;
	top:0px;
	content:"";
	display: block;
	z-index:-1;
	width:100%;
	height:114px;
	background: -moz-linear-gradient(top,  rgba(1,63,89,1) 18%, rgba(1,63,89,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(1,63,89,1) 18%,rgba(1,63,89,0) 100%);
	background: linear-gradient(to bottom,  rgba(1,63,89,1)18%,rgba(1,63,89,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013f59', endColorstr='#00013f59',GradientType=0 );
}

.bg__degrade__simples.semcapa::before{
background: -moz-linear-gradient(top,  rgba(1,63,89,1) 18%, rgba(1,63,89,0) 100%);
background: -webkit-linear-gradient(top,  rgba(1,63,89,1) 18%,rgba(1,63,89,0) 100%);
background: linear-gradient(to bottom,  rgba(1,63,89,1) 18%,rgba(1,63,89,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013f59', endColorstr='#00013f59',GradientType=0 );
}

.scroll-to-fixed-fixed + div
{
	display: none!important;
}

.bg_information p
{
	color: #000000;
	font-size: 18px;
	margin: 0 0 0px 0;
}

.bg_information h1
{
    display: table;
    font-size: 20px;
    margin: 12px 0px 0px 0;
	
}

.bg_novo_info h1 div{
	color:#a38051 !important;
}

p.toptipo{
	    margin-top: 11px;
}

.bg_information h1 div
{
	height: 34px;
	display: table-cell;
	vertical-align: middle;
}

.bg_information .valores
{
	width: 100%;
	display: inline-block;
	margin: 9px 0;
    padding: 8px 10px;
    background: transparent;
    border: 1px solid #a38051;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	color: #a38051;
	text-align:center;
}

.bg_information .loc
{
	background: #cae2e5;
}



.bg_information .valores strong, .bg_information .valores span
{
	text-align: center;
	font-size: 14px;
}

.bg_information .valores strong
{
	font-size: 16px;
	font-weight: 400;
}

.bg_information .caracteristicas
{
	margin-top: 0px;
	padding-bottom: 15px;
}

.bg_information .caracteristicas p 
{
	margin-top: 6px;
	font-size: 	17px;
}

.bg_information p span
{
	width: 23px;
	display: inline-block;
    background-image: url(../images/sprite2.png);
    position: relative;
    top: 2px;
    margin: 0 8px 0 0;
}

.bg_information p span.ico-area
{
	height: 18px;
    background-position: -299px 0;
    background-repeat: no-repeat;

}

.bg_information p span.ico-dorm
{
    height: 12px;
    background-position: -270px 0;
    background-repeat: no-repeat;

}

.bg_information p span.ico-suite
{
    height: 18px;
    background-position: -270px -14px;
    background-repeat: no-repeat;

}

.bg_information p span.ico-vaga
{
	height: 15px;
	background-position: -270px -36px;
	background-repeat: no-repeat;
}

.bg_information .visitar, .bg_information .informacoes
{
	display: inline-block;
	margin: 6px 0 0 0;
	width: 100%;
	background: #a38051;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 6px;
	text-align: center;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	cursor: pointer;
}


.bg_information .visitar{
	width:33%;
	text-align:center;
	color:#013f59;
	font-size: 14px;
    padding-bottom: 2px;
    margin-top: 8px;
}


.bg_information .visitar img{
	width:23px;
}

.bg_information .visitar:hover
{
	text-decoration: none;
	background: #a38051;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.bg_information .informacoes:hover
{
	text-decoration: none;
	background: #a38051;
	color:#013f59;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bg_information .informacoes
{
    font-size: 15px;
	padding: 10px 8px;
    float: right;
    margin-top: 7px;
    background: transparent;
    border: 1px solid #a38051;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #a38051;
    text-align: center;
    width: 64%;
    line-height: 1;
    font-weight: 500;
}

.bg__degrade__simples.removefullbg{
	background: #013f59;
}

.bg_information .events .inputlabel p.novopselecionadet {
	font-size: 12px;
    text-align: center;
    padding: 0px 5px;
}

.bg_information .telefone
{
    width: 175px;
    display: block;
    font-size: 21px;
    color: #edf1f3;
    margin: 16px 0px 12px 0px;
    float: left;
}

.svginfoestilo{
	width: 20px;
    margin-right: 7px;
    top: -2px;
    position: relative;
}

.bg_information .telefone .fa-phone{
	color:#fff;
}

.bg_information .events p{
	color:#fff;
}

.bg_information .referencia
{
	color: #000;
    font-size: 17px;
}

.bg_information .events
{
	text-align: left;
	top: 0;
	width: 50%;
	float: left;
}

.bg_information  .eventsv2{
	text-align:center;
}

.eventsv2 .bg_input_novo span{
	margin-top:8px;
	background: url('../images/box-info-elements/bandeira-selecionar.png');
	width: 32px;
    height: 35px;
    background-repeat: no-repeat !important;
}

.eventsv2 .bg_input_novo input:checked + span{
	background: url('../images/box-info-elements/bandeira-selecionar-ativada.png');
}

.compartilhev2 {
	text-align:center;
}

.bg_information .events .inputlabel p
{
	width: 100%;
	right: 0;
	top: 0;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 0;
	margin-bottom: 0;
}



.bg_information .compartilhe p
{
    font-size: 12px;
    color: #fff;

}

.bg_information .compartilhe a, .bg_information .compartilhe #face
{
	    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 4px;
    background: url(../images/sprite1.png) no-repeat;
    cursor: pointer;
}

.eventsv2 label, .compartilhev2 p{
	margin-top:15px;
}

.bg_information .compartilhe #face
{
	    background-position: -330px 0;
	text-indent: -9999px;
}

.bg_information .compartilhe a#whats
{
	background-position:  -65px -60px;
}

.bg_information .compartilhe a#email
{
	    background-position: -331px -28px;
}

.bg_information .compartilhev2 a#face
{
	background:none !important;
	text-indent: initial !important;
	width:35px;
	height:35px;
	margin-top:21px;
}

.bg_information .compartilhev2 a#email{
	background:none !important;
	width:35px;
	height:35px;
	margin-top:21px;
	position:relative;
	top:2px;
}

.bg_information .compartilhev2 a#face img, .bg_information .compartilhev2 a#email img{
	width:100%;
}

.bg_information .modal-dialog
{
	z-index: 1060;
}

.mais-info
{
	display: inline-block;
	padding: 0;
	
}


.mais-info p
{
	width: 100%;
	display: inline-block;
	color:#edf1f3;
	font-size:24px;
	font-weight: 300;
	padding-right: 0px;
}

.infounidadev2 p{
	font-size:20px;
	margin-bottom:20px;
}

.zera-padding-left-bg-red:nth-child(1){
	text-align:center;
}

.boxAlertaimg{
	width: 55px;
    margin: 0 auto;
    float: none;
    display: inline-block;
}

.mais-info h2
{
	color: #edf1f3;
	font-size: 20px;
	font-weight: 400;
}

.mais-caract h2 b{
	font-size:17px;
	font-weight: 300;
	color: #a38051 !important;
}

.mais-caract ul
{
	padding: 0;
	margin: 0;
}

.mais-caract ul li 
{
	list-style: none;
	color: #edf1f3;
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 5px;
}


/* MAPA GEOLOCALIZACAO */

.mapa h2, .credipronto h2, .outros h2 {
    display: inline-block;
    color: #edf1f3;
    font-weight: 300;
    font-size: 20px;
    margin: 0;
}

.info-comp {
    background: #013f59;
    padding: 42px 0 40px 0;
}

.mapa p {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
}

#map-canvas {
/*   height: 516px; */
  margin-top: 10px;
}

#escolhaComercio {
  float: left;
  width: 100%;
  padding: 0;
  margin-top: -1px;
}
#escolhaComercio #escolha {
  position: relative;
}
#escolhaComercio label {
  position: relative;
  float: left;
  width: 10%;
  height: 99px;
  background: #b3b2b2;
  font-size: 14px;
  color: #000;
  margin: 1px 0 0 0;
  cursor: pointer;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
#escolhaComercio span {
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 11px;
  line-height: 14px;
}
#escolhaComercio input {
  display: none;
}
#escolhaComercio input:checked + label[for=gym], #escolhaComercio input:checked + label[for=bank], #escolhaComercio input:checked + label[for=bar], #escolhaComercio input:checked + label[for=school], #escolhaComercio input:checked + label[for=pharmacy], #escolhaComercio input:checked + label[for=hospital], #escolhaComercio input:checked + label[for=store], #escolhaComercio input:checked + label[for=bakery], #escolhaComercio input:checked + label[for=bus_station], #escolhaComercio input:checked + label[for=restaurant], #escolhaComercio input:checked + label[for=grocery_or_supermarket] {
  background: #000000;
  color: #fff;
}
#escolhaComercio i {
  width: 50px;
  height: 42px;
  display: inline-block;
  margin: 18px 0 0 0;
  background-repeat: no-repeat;
  background-position: center center;
}
#escolhaComercio .gym {
  background-image: url(../images/mapa/icone-gym-maior.png);
}
#escolhaComercio .bank {
  background-image: url(../images/mapa/icone-bank-maior.png);
}
#escolhaComercio .bar {
  background-image: url(../images/mapa/icone-bar-maior.png);
}
#escolhaComercio .school {
  background-image: url(../images/mapa/icone-school-maior.png);
}
#escolhaComercio .pharmacy {
  background-image: url(../images/mapa/icone-pharmacy-maior.png);
}
#escolhaComercio .hospital {
  background-image: url(../images/mapa/icone-hospital-maior.png);
}
#escolhaComercio .store {
  background-image: url(../images/mapa/icone-store-maior.png);
}
#escolhaComercio .bakery {
  background-image: url(../images/mapa/icone-bakery-maior.png);
}
#escolhaComercio .bus_station {
  background-image: url(../images/mapa/icone-bus_station-maior.png);
}
#escolhaComercio .restaurant {
  background-image: url(../images/mapa/icone-restaurant-maior.png);
}
#escolhaComercio .grocery_or_supermarket {
  background-image: url(../images/mapa/icone-grocery_or_supermarket-maior.png);
}
#escolhaComercio input:checked + label[for=gym] .arrow-right, #escolhaComercio input:checked + label[for=bank] .arrow-right, #escolhaComercio input:checked + label[for=bar] .arrow-right, #escolhaComercio input:checked + label[for=school] .arrow-right, #escolhaComercio input:checked + label[for=pharmacy] .arrow-right, #escolhaComercio input:checked + label[for=hospital] .arrow-right, #escolhaComercio input:checked + label[for=store] .arrow-right, #escolhaComercio input:checked + label[for=bakery] .arrow-right, #escolhaComercio input:checked + label[for=bus_station] .arrow-right, #escolhaComercio input:checked + label[for=restaurant] .arrow-right, #escolhaComercio input:checked + label[for=grocery_or_supermarket] .arrow-right {
  position: absolute;
  top: -24px;
  left: 20px;
  display: inline-block;
  z-index: 999;
  width: 0px;
  height: 0px;
  border-bottom: 24px solid #000000;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
}

/*ICONES ORIGINAIS*/
/*ICONES BRANCOS (HOVER)*/
.titmap {
  text-transform: uppercase;
}

#ra3nmap {
  position: absolute;
  width: 30px;
  height: 10px;
  background: url(../images/mapa/ra3n.png) no-repeat;
  text-indent: -9999px;
  top: -42px;
  left: 8px;
  display: block;
  margin-top: 0 !important;
}

#information-anchor
{
	float: left;
	width: 100%;
	height: 0;
	margin-top: -85px;
}

.outros
{
	padding-top:40px;
	padding-bottom: 80px;
}

div.outros h2
{
	color: #013f59 !important;
	padding-top: 42px;
	font-weight: 400;
}

div.outros .info-resultado h3, div.outros .info-resultado .bairro p{
	font-size:13px;
}

div.outros .info-resultado .bairro p{
	color:#000;
}

.outros img
{
	display:inline-block;
	width: 100%;
}

.semelhantes_margin{
	margin-bottom: 20px;
}
.outros .info
{
	width: 100%;
}

.outros .info div
{
	color:#787878;
}
.field-checkbox{
	background-color: transparent!important;
}
#buscaAvancada label, #form label, #form-contato label
{
	color:#000;
	font-size:14px;
	font-weight: normal;
}

#buscaAvancada #divregiao {
	width: 100%; 
	height:256px; 
	display:block; 
	overflow:scroll; 
	overflow-x:hidden; 
	font:12px Arial, 
	Helvetica, sans-serif; 
	color:#000; 
	padding:2px; 
	border: 1px solid #c6c6c6; 
	background:#fff; 
}

#buscaAvancada #divregiao label
{
	width:100%;
	height:40px;
	background:#e5e5e5;
	line-height:40px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#666;
	margin-bottom:2px;
}
#buscaAvancada #divregiao label input
{
	float:left;
	margin:13px 12px 0 6px;
}

#buscaAvancada select
{
	margin-bottom:10px;
}

.adm-locacao
{
	margin:0;
	padding-left:16px;
	margin-bottom: 0px;
}

.adm-locacao li
{
	color:#000;
	font-size:14px;
	margin-bottom:5px;

}

.bt-comecar{
	font-weight: 600;
    width: 100%;
    height: 100px;
    border-radius: 0px;
    background-color: #a38051 !important;
    margin-top: 85px;
}

.bt-comecar:focus{
	border-radius: 0px;
}

#form-contato
{
	padding:80px 15px 70px 15px;
}

#form-contato input[type=text]{
	border-radius:0px;
	padding:20px;
	border: 1px solid #9abcc5;
}

#form-contato .field-checkbox {
	border: none!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

#form-contato .field-checkbox label {
	width: 100%;
	min-height: 35px;
	line-height: 24px;
	font-weight: normal;
	border: 1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 5px 8px 4px 7px;
	background: #eee;
	font-size: 12px!important;
}

#form-contato .field-checkbox input[type=checkbox]
{
	position:relative;
	top:2px;
}

#form-contato .field-checkbox .col-md-4:first-child {
	padding-left: 0!important;
}

#form-contato .field-checkbox .col-md-4:nth-child(4){
	padding-left: 0!important;
}

.img-contato
{
	position:absolute;
	top: 66px;
	right: 0;
}

.img-contato img
{
	border-radius: 360px;
}

.interna
{
	position: relative;
}

#loading-overlay {
	position: absolute;
	z-index: 699;
	width: 100%;
	height: 80%;
	padding-top: 10%;
	background: rgba(255, 255, 255, 0.85);
	text-align: center;
}
.loading-notification {
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.loading-notification img {
	text-align: center;
	margin: 0 auto;
}

.container-mobile
{
	background:#fff;
	padding-top:20px;
	padding-bottom:20px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(153,153,153,1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(153,153,153,1);
	box-shadow: 0px 1px 3px 0px rgba(153,153,153,1);
}

.container-mobile .titulo-app
{
	font-size:18px;
	color:#cd1f21;
	font-size:18px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom:20px;
}

#nenhumImovel
{
	margin: 0 15px;
	color:#000;
	font-size:14px;
}

#verOutros
{
	float: left;
	width: 100%;
}

.mosaic 
{
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    top: 0;
    bottom:0;
    left: 0;
    right:0;
    height:auto!important;
    ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 99;
    text-align: center;
    color:#ffffff;
}

.mosaic div 
{
	position: absolute;
	width: 50%;
	height: 90px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    float: none;
}

.mosaic span
{
	display: inline-block;
	padding: 14px 36px;
	border: 1px solid #fff;
	text-align: center;
}

.mosaic label
{
	display: inline-block;
	cursor: pointer;
	font-weight: normal;
	margin-top: 20px;
	font-size: 13px;
}

.mosaic label input
{
	position: relative;
	top: 1.5px;
}

.img-servicos
{
	margin-top: 50px;
	display: inline-block;
}


.navbar-inverse
{
	border: none!important;
}
.agencia h2 {
  padding-top: 5px;
}
.agencia p {
  margin: 12px 0;
  line-height: 18px;
}
.agencia img {
  border: 1px solid #FFF;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.agencia .botao {
  background: #b3b3b3;
  text-align: center;
  padding: 5px 20px;
  display: inline-block;
  color: #fff;
}
.agencia:hover img {
  box-shadow: 0 0 15px #333;
}

#tel-end 
{
	float: right;
	margin-top: 21px;
	margin-bottom: 0;
	padding: 0;
	font-size: 18px;
}

#tel-end li {
    list-style: none;
    padding: 12px;
    border-bottom: 1px solid #cecece;
    line-height: 26px;
}

#tel-end li:last-child
{
	border-bottom: 0;
}

#tel-end b {
  color: #d3001f;
}

.box-mapa {
  margin: 0 0 10px;
  padding: 10px;
  background: #E6E6E6;
}
.box-mapa #map_canvas {
  border: 1px solid #cecece;
}

.outrasAg {
 display: inline-block;
 width: 100%;
 padding: 0;
 margin: 0 0 15px 0;
}

.outrasAg div div
{
	list-style: none;
}
.outrasAg div div a {
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  padding: 10px;
  list-style: none;
  background: #b71530;
  display: inline-block;
}

/* DATE PIKER */

.agenda-detalhe .datepicker--cell.-selected-, .agenda-detalhe .datepicker--cell.-selected-.-current-, .agenda-detalhe .datepicker--cell.-selected-.-focus-
{
	background:#b51129;
}
.agenda-detalhe .datepicker--cell
{
	height: 28px;
}

.agenda-detalhe .datepicker--nav
{
	padding:1px;
}

.agenda-detalhe .datepicker--days-names
{
	margin:0;
}


.agenda-detalhe .datepicker-inline
{
	top: 10px;
	margin-bottom: 15px;
}

.agenda-detalhe .datepicker
{
	display: block;
	margin: auto;
	width:240px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.agenda-detalhe input[type=button], .contato-detalhe input[type=button]
{
	display: inline-block;
	height: 30px;
	background: #a38051;
    color: #fff;
    font-size: 14px;
	border:none;
    font-family: "open_sansbold", Arial;
    cursor: pointer;
}

.agenda-detalhe .datepicker--cells
{
	margin-top:10px;
}
.agenda-detalhe .datepicker--content
{
	padding:10px 4px 4px 4px;
}

.datepicker--time-row
{
	background: linear-gradient(to right,#dedede,#dedede) left 50%/100% 2px no-repeat!important;
}

.agenda-detalhe .modal-body
{
	display: inline-block;
	width: 100%;
}

.agenda-detalhe .modal-footer, .contato-detalhe .modal-footer
{
	padding-bottom: 0;
}

.banner-vitrine {
	margin: 0 auto!important;
}

.full-reabertura {
	padding: 0px;
}

.reabertura {
	font-size: 19px;
    margin-top: 0px;
    margin-bottom: 7px;
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.reabertura  a {
	text-decoration: underline;
	color: #000;
}

#myCarousel .carousel-control .icon-prev {
	background: url(../images/seta-banner-esquerda.png) no-repeat;
	width: 173px;
	height: 203px;
	float: left;
	text-indent: -99999999px;
}

#myCarousel .carousel-control .icon-next {
	background: url(../images/seta-banner-direita.png) no-repeat;
	width: 173px;
	height: 203px;
	float: left;
	text-indent: -99999999px;
}

.socialitensfooter {
	margin-top: 10px;
    display: block;
    float: left;
}

.socialitensfooter a{
	color:#edf1f3;
	float:left;
	display: block;
	width:auto;
}

.fundo-arqui {
	background: url(../images/fundo-arqui.jpeg) no-repeat;
	background-size: cover;
    height: 95vh;
    background-position: center;
	display: flex;
    align-items: center;
    justify-content: center;
}

.fundo-arqui h2 {
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    margin: 20px 0;
    text-shadow: 0px 0px 14px #a55600;
}

.fundo-arqui a {
    background-color: rgb(255 255 255 / 60%);
    padding: 12px 20px;
    margin-left: 76px;
    font-family: 'Poppins', sans-serif;
    color: #111937;
	font-weight: bold;
}


.socialitensfooter a + a{
	margin-left: 45px;
}

.socialitensfooter a i{
	color:#edf1f3;
	float:left;
	display: block;
	font-size: 60px;
    width: auto;
}

.ico-facebook-footer{
	background-image: url("../images/icone-facebook.png");
	background-repeat: no-repeat;
	width: 60px !important;
    height: 57px;
}



.homestaging a, .subfooterbanner1 a, .jardinsimoveis a{
	float:left;
	width:100%;
	display: block;
}

.box__beneficiosdeserupperclass{
	background-color: #dfcbc0;
	position: relative;
	height:585px;
}

.box__casavogue{
	background-color: #1b1b1b;
	position: relative;
	height:585px;
}

.box__beneficiosdeserupperclass .limitador-container, .box__casavogue .limitador-container{
    max-width: 1385px;
    margin: 0 auto;
    display: block;
}

.box__beneficiosdeserupperclass h2{
	font-size: 24px;
    width: 200px;
    text-align: left;
    font-weight: 500;
	color: #013f59;
}

.box__casavogue h2{
	font-size: 24px;
    width: 200px;
    text-align: left;
    font-weight: 500;
	color:#fff;
}

.box__beneficiosdeserupperclass  p, .box__casavogue p{
    width: 248px;
    text-align: left;
    font-size: 14px;
    margin-top: 25px;	
}

.box__beneficiosdeserupperclass  p{
	color: #013f59;
}
.box__casavogue p {
	color: #fff;
}

.box__beneficiosdeserupperclass  a, .box__casavogue a {
	width:100%;
	position:relative;
}

.box__beneficiosdeserupperclass  a > div:nth-child(1){
	padding: 52px;
}

.box__beneficiosdeserupperclass  a > div:nth-child(2) .row > div{
	width: 100%;
    height: 100%;
	background-size: cover;
	background-position: center;
}

.box__casavogue  a > div:nth-child(2){
	padding: 52px;
}

.box__casavogue  a > div:nth-child(1) .row > div{
	width: 100%;
    height: 100%;
	background-size: cover;
	background-position: center;
}

.box_footerwpmoisaco  img.logocasavogue{
	margin-top:40px;
	float: left;
	width:100%;
	height:auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari only override */

    ::i-block-chrome,.datepicker--cells{
    float:left;
	height:100%!important;
	}

    ::i-block-chrome,.datepicker--cell{
	float:left;
	text-align: center;
	padding-top:6px;
	}
	::i-block-chrome,.datepicker--day-name
	{
		display:inline-block;
		margin-left:10px;
		margin-right:9px;
		padding-top:8px;
	}

	::i-block-chrome,.datepicker--nav
	{
		float:left;
		width: 100%;
	}
	::i-block-chrome,.datepicker--nav-action
	{
		float:left;
		clear: right;
	}

	::i-block-chrome,.agenda-detalhe .datepicker--day-name
	{
		padding-top:15px;
	}
	::i-block-chrome,.agenda-detalhe .datepicker--nav-title
	{
		float:left;
		padding:10px 5px!important;
	}

	::i-block-chrome,.agenda-detalhe .datepicker--time-row input[type="range"]
	{
		width: 226px!important;
		background:#ccc!important;
		height: 2px!important;
	}
}

#trabalhe 
{
	background: #f1f2f3;
}

.rh,.rh2,.rh4,.rh6
{
	position: relative;
}

.rh p
{
	position: absolute;
	bottom: 16px;
	left: 20px;
	right: 20px;
	text-align: center;
	color: #000000;
	font-size: 52px;
	line-height: 50px;
	text-shadow: 1px 1px #ffffff;
}

.rh2
{
	max-height: 620px;
}

.rh2 p
{
	padding: 60px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
}

.rh3 p
{
	left: 60%;
    bottom: 16%;
    line-height: 58px;
    text-shadow: 1px 1px #ffffff;
}

.rh4
{
    width: 100%;
}

.rh4 img
{
	display: inline-block;
}

.rh4 .txt
{
	position: absolute;
	margin: auto;
	top: 20px;
	left: 0;
	right: 0;
}

.rh4 p
{
    position: relative;
    top: 28px;
    left: 25px;
    width: 456px;
    color: #ffffff;
    font-size: 50px;
    text-shadow: none;
    font-weight: 400;
    line-height: 52px;
}

.rh5
{
	background: #385b67;
	padding: 30px 0;
}

.rh5 .txt
{
	color: #ffffff;
	font-size: 23px;
	font-weight: 300;
	line-height: 30px;
}

.rh5 .txt b
{
	color: #000b3f;
	font-size: 60px;
	font-weight: 400;
	line-height: 60px;
}

.rh5 .txt p
{
	color: #ffffff;
	font-size: 23px;
	margin-top: 15px;
}

.rh5 .circle
{
	display: inline-block;
	padding-top: 42px;
	margin-top: 20px;
	width: 317px;
	height: 316px;
	background: url(../images/trabalhe/circle.png);
}

.rh5 .circle strong
{
	font-weight: 400;
	color: #ecbe1f;
}

.rh6 p
{
	position: absolute;
    top: 45px;
    left: 5%;
    right: 58%;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
}

.rh6 p span
{
	color: #000000;
}

.rh6 form
{
	position: absolute;
	bottom: 12px;
	left: 5%;
	right: 58%;
}

.rh6 form .form-group
{
	margin: 5px 0 0 0;
	padding: 0;
}

.form-cadastre .form-group select
{
	-webkit-appearance: none;
    -moz-appearance: none;
    background: #ffffff url(../images/arrow_down.png) no-repeat right center;
    background-position: 96% 82%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #999999;
}

.form-cadastre .btn-default
{
	background: #013f59;
	color: #ffffff;
	border: 0px;
	margin-right: -50px;
}

.btn-default {
   background: #013f59;
	color: #ffffff;
	border: 0px;
}

.btn-default:hover {

	background: #013f59;
	color: #ffffff;
}

.bg-mobile {
    width: 582px;
    float: left;
    position: absolute;
    left: 0;
    margin-top: 78px;
}

.bg-mobile .texto {
	color: #013f59;
	    font-size: 21px;
}

.bg-mobile .nopadding {
	padding: 0px;
}

#form-contato p{
	color: #888;
}

.sejaupper
{
	width: 100%;
    height: 598px;
    background: url(../images/img-banner-seja-upper.jpg) no-repeat;
    background-position: center;
	background-size: cover;
	border-top: 2px solid #fff;
	position:relative;
}

.sejaupper h2{
	color: #fff;
    text-shadow: 0px 0px 6px #013f59;
    font-size: 27px;
    position: absolute;
    bottom: 60px;
}

.institucional
{
	width: 100%;
    height: 598px;
    background: url(../images/empresa.jpg) no-repeat;
    background-position: center;
	background-size: cover;
}

.arquitetura
{
	width: 100%;
    height: 600px;
    background: url(../images/arquitetura.jpg) no-repeat;
    background-position: center center;
	background-size: cover;
}

.arquitetura .texto {
	margin-top: 40px;
		color: #fff;
    font-size: 30px;
}
  
.arquitetura .texto  label {
	color: #a38051;
	font-weight: normal;
}  

    

.arquitetura .camadaRoxa {
  content: ""; 
  width: 100%;
  height: 290px;
 background: #402878;
background: linear-gradient(180deg, rgba(64, 40, 120, 0.7) 1%, rgba(64, 40, 120, 0.7) 63%, rgba(64, 40, 120, 0) 100%);
}

.boxOpacidade {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 35px 40px 35px 10px;
	font-size: 17px;
	font-weight: normal;
	text-align: justify;
	border-top-left-radius: 30px;  /* canto superior esquerdo */
    border-top-right-radius: 30px; /* canto superior direito */

}

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

.boxOpacidade .left {
	margin-left: 30px;
}    

.relativebox{
/*    position: relative;
    margin-bottom: -200px;
    top: -200px;*/
	box-shadow: 0px 0px 10px 10px #0000001a;
    position: relative;    
    top: -130px;
    
}


.relativebox .box-float {
    display: flex;
    align-items: stretch;
}

.redondo {
	border-radius: 20px;
}

.fonte-azul{
	color: #505F86;
	font-size: 21px;
    font-weight: bold;
    padding: 9px;
    margin-top: 15px;
}

.whatsapp-btn {
  display: inline-flex; /* alterar de inline-block para inline-flex */
  align-items: center;  /* alinha verticalmente o conteúdo */
  background-color: #25D366; 
  color: white;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s;
  border: 0px;
  cursor: pointer;

}

.center-flex {
  display: flex;           /* ativa o Flexbox */
  justify-content: center; /* centraliza horizontalmente */
  align-items: center;     /* centraliza verticalmente */  
  width: 100%;             /* opcional, depende do container */
}

.whatsapp-btn svg {
  vertical-align: middle; /* alinha o ícone verticalmente com o texto */
  margin-right: 8px;      /* espaço entre ícone e texto */
}


.institucional .container 
{
	position: relative;
}


.txt-sobre-a-upper-class{
	width: 31.333%;
	padding:20px 30px;
    background-color: #eec576;
	color: #5b3237;
	float: right;
    margin-top: 13%;
    margin-right: 15%;
}

.txt-sobre-a-upper-class h1{
	font-size:26px;
}

.txt-sobre-a-upper-class p{
	font-size:14px;
	color: #5b3237;
}



.institucional img
{
	display: inline-block;
}

.vitrine
{
	padding-bottom: 20px;
	padding-right: 15px;
	overflow: hidden;
}

/* FIM ----- 1 - CSS GERAL (TODAS RESOLUÇÕES) */


	
	/*2 - CSS DESKTOP & TABLET (MÍNIMO 768px) */
		@media (min-width: 768px) {

				.apenas-mobile {display: none;}

				.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
					margin-left: 0;
				}

				.whithe-border-header {
					border-bottom:2px solid #fff;
				}
			

			.amazingslider-arrow-right-1, .carousel .right i {
				background: url(../images/sprite1.png) no-repeat -237px -2px !important;
				width: 25px!important;
				height: 44px!important;
				z-index: 9999;
			}

			.amazingslider-arrow-left-1, .carousel .left i {
				background: url(../images/sprite1.png) no-repeat -206px -3px !important;
				width: 25px!important;
				height: 44px!important;
				z-index: 9999;
			}

			.imoveis{
				padding: 0px;
			}

			.resultadoBusca .info-resultado
			{
				height: 530px;
    			border: 1px solid #c1c1c1;
    			border-left: 0px;
			}


			.fixed-content
			{
				z-index: 800;
				position: fixed;
				top: 0;
				left: 0;
				right: 0;
				width: 100%;				
			}

			
			/* .fixed-content
			{
				z-index: 9999;
				position: fixed;
				top: 0;
				left: 0;
				right: 0;
				width: 100%;
				padding-bottom: 25px;
				background: #222c67f0;
			} */

			header .telefones>li>a
			{
				float: left;
				margin: 0 0px 0 10px;
				font-size: 11px;
				color: #767676!important;
				line-height: 15px;
			}
			header .telefones .envelope a
			{
				margin-top: 5px;
			}
			
			header .telefones>li.u-tel>a
			{
				margin-right: 0;
			}

			header .telefones>li>div
			{
				float: left;
				margin-top: 10px;
			}

			header .telefones>li>a span
			{
				font-size: 11px;
				color: #000000;
			}

			header .telefones>li>a span b
			{
				font-weight: normal;
				font-size: 14px;
			}

			header .navbar-inverse{

				border-radius: 0px!important;
				border-bottom: transparent;
				margin-bottom: 0;
			}

			.bgBusca .container
			{
				padding: 0;
			}

			div.semcapa
			{
				padding-top: 126px;
			}

			

			#BuscaRapida .form-group, #refinarBusca .form-group
			{
				float: left;
			}

			#refinarBusca .limpa
			{
				float: right;
			}

			#BuscaRapida .form-group select, #BuscaRapida .form-group input, #refinarBusca .bgBusca .form-group select, #refinarBusca .bgBusca .form-group input[type=text], #refinarBusca .bgBusca .dropdown dt a, .bgBusca .dropdown dd ul
			{
				border-radius:0;
			}

			#BuscaRapida .form-group input[type=text],#refinarBusca .form-group input[type=text]
			{
				width: 158px;
			}

			.dorms dt a
			{
				border-top-left-radius: 4px!important;
				border-bottom-left-radius: 4px!important;
			}

			.limpa-busca
			{
				margin: 2px 0 0 4px;
			}

			#refinarBusca .valores dd ul, #refinarBusca .area dd ul
			{
				width: 244px;
				padding: 12px 0 0 0;
			}

			#refinarBusca .valores dd ul input[type=text], #refinarBusca .area dd ul input[type=text]
			{
				width: 102px;
				height: 32px;
				text-align: center;
				margin-bottom: 10px;
				padding: 0;
				background: #fefefe;
				border-radius: 3px;
			}

			#refinarBusca .area dd ul input[type=text]
			{
				width: 88px!important;
			}

			#refinarBusca .form-control[type=text]
			{
				width: 154px;
			}

			.inputs dd ul
			{
				padding: 4px 0 0 0;
			}

			.regioes dd ul
			{
				height: 307px;
				overflow-x: hidden;
			}

			.regioes dd ul.todas-regioes
			{
				height: auto;
				padding-bottom: 4px;
			}

			.regioes dd ul.todas-regioes li
			{
				color: #666666;
			}

			.inputs .btn-limparegiao li
			{
				width: 100%!important;
			}

			.inputs .mutliSelect ul li span
			{
				max-width: 130px;
				line-height: 15px;
			}
		
			
			#amazingslider-wrapper-1
			{
				position: relative;
				z-index: 99;
			}
			

			

			

			#refinarBusca h2
			{
				margin:0 0 20px 0;
				padding: 26px 0 0 0;
			}

			.resultadoBusca img
			{
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				margin: auto;
				min-width: 370px;
				min-height: 530px;
			}

			.footer .prim-acesso
			{
				padding-left: 0;
			}

			.promo, .credipronto, .mapa
			{
				padding: 0;
			}

			.dropdown dt a span p
			{
				margin: 0;
				font-size: 12px;
				margin-top: 2px;
			}

			.dropdown dt a span.leg-tag
			{
				margin-top: -6px;
				display: table;
				height: 34px;
			}

			.dropdown dt a span.leg-tag p
			{
				display: table-cell;
				vertical-align: middle;
				margin-top: 0;
				line-height: 16px;
				font-size: 14px;
			}

			.cadastreFundo {
				background: #fbfbfb url(../images/cadastre/cadastre.jpg) center center no-repeat;
				height: 1176px;
			}

			.agencias {
				background: #fbfbfb url(../images/agencias.jpg) center center no-repeat;
				height: 880px;
			}


			.form-cadastre
			{
				    margin-top: 30px;
				    margin-left: 316px;
			}

			.form-cadastre .npad
			{
				padding: 0;
			}

			.form-cadastre .form-control
			{
				border-radius: 0;
				height: 50px;
			}

			.form-cadastre textarea.form-control
			{
				height: 50px;
			}

		}

		/* 2 - FIM ----- CSS DESKTOP & TABLET (MÍNIMO 768px) */


		/* 3 - CSS MOBILE (MÁXIMO 767px) */
		@media screen and (max-width: 767px) {

			.agenda-detalhe .modal-footer, .contato-detalhe .modal-footer {
				margin-bottom: 120px;
			}

			#myCarousel{
				background:rgb(1,63,89);
			}

			#popupCadatro form {
				width:100%;
			}

			#popupCadatro form input#cadbairro {
    			width: 75%;
			}

			#popupCadatro form button {				
				width: 23%;
			}

			#sejaUpperModal p, #sejaUpperModal span.aguardetxt {		
				text-align: center;
			}

			.bt-comecar {   
				height: 42px;
				margin-top: 0px;
			}

			#form-contato {
				padding: 30px 0px;
				margin-bottom:0px;
			}

			#form-contato > div {
					padding: 0px;
			}

			.sejaupper h2 {
				bottom: 10px;
			}

			.sejaupper {   
    			height: 180px;
			}

			.bloco-texto-empresa-bairros li {
			display: block;
	    	padding: 4px 24px;
			text-align: center;
		}

		.bloco-texto-empresa-bairros li + li {
			border-left: 0px;
			border-top: 1px solid #a38051;
		}

			.bloco-texto-empresa, .bloco-texto-empresa-bairros {
				padding: 30px 15px;
			}

			.institucional {
				height: 180px !important;
			}

			.bloco-texto-empresa img {
    			height: 65px;
			}

		.box__casavogue {
			background-color: transparent;
			position: relative;
			height: 695px;
    		margin-bottom: 106px;
		}	

		.box_footerwpmoisaco img.logocasavogue{
			background-color: #1b1b1b;
			float:none;
			padding: 17px 65px;
			margin:0px;
		}

		.mobile-box-casavogue{
			    width: 300px;
				float: none;
				margin: 0 auto;
				margin-top: -363px;
				position: relative;
				z-index: 2;
				background-color: rgb(27 27 27 / 94%);
				
		}

		.mobile-box-casavogue h2{
			padding: 30px;
			padding-right: 0px;
			padding-bottom: 0px;
			display: block;
			margin-bottom: 0px;
		}

		.mobile-box-casavogue p{
			padding: 30px 0px 30px 30px;
			margin:0px;			
		}
		
		.box__beneficiosdeserupperclass{
			height:auto;
			padding-bottom:15px;
		}	
	
		.box__beneficiosdeserupperclass .limitador-container > div, .box__casavogue .limitador-container > div{
			padding:0px;
		}

		.box__beneficiosdeserupperclass a > div:nth-child(1), .box__casavogue a > div:nth-child(2) {
				padding: 0;
		}

		.box__casavogue a > div:nth-child(2){
			overflow: hidden;
		}

		.box__casavogue a > div:nth-child(2) > img{
			width: auto;
			height: 100%;
			max-height:585px;
		}

		.box__beneficiosdeserupperclass h2{
			margin: 25px 35px;
		}

		.box__beneficiosdeserupperclass p{
			width:100%;
			margin:0px;
			padding: 25px 35px;
		}


		.banner__homePG div.banner-cover-img.covermobile{
			height: 320px !important;
			max-width: 455px;
   			margin: 0 auto;
		}

			.footer {
				padding-top:30px;
				padding-bottom: 30px;
				padding-left:10px;
				padding-right: 10px;
			}

			#amazingslider-1 .amazingslider-slider-1 {
    			border: 1px solid #a38051 !important;			
				width: calc(100% - 40px);
				margin: 35px auto;
			}

			.tour-360 .row {
    			border: 1px solid #a38051 !important;			
				width: calc(100% - 15px);
				margin: 35px auto;
			}

			.bg_novo_info {			
				width: calc(100% - 40px);
				margin: 35px auto;
			}

			.capabairroresultado .container > div {
				width: 89%;
			}

			.banner__homePG .carousel-control .icon-prev, .banner__homePG .carousel-control .icon-next {
				margin-top: 53px;
			}

			.agenciatitulo{
				font-size:47px;
				margin-top: 50px;
				margin-bottom: 50px;
				color:#232c63;
				text-align:center;
			}

			.bg_information .visitar, .bg_information .informacoes{
				height:52px;
				text-align:center;
			}
			.bg_information .visitar img{
				display: block;
				float:none;
				margin:0 auto;
			}

			.titulo__moisaco span:nth-child(2) {
				font-size: 25px;
    			width: 135px; 
			}

			.txt__boxhome h3::before{
				content: '';
				display: none;
				width: 2px;
				height: 85px;
				background: #dead2d;
				position: absolute;
				bottom: 0px;
			}

			.titulo__Curadoria{
				margin-top: 58px;
				margin-bottom: 51px;
    			padding: 0px 0px 0px 22px;
			}
			
			.txt__boxhome span:nth-child(1){
				padding:0px;
			}

			.txt__boxhome span:nth-child(2) {
				border-right: 0px;
				padding-right: 0px;
				padding: 0px;
    			line-height: 175%;
			}

			.box__logofooter p {				
				width: 100%;
				border-bottom: 1px solid #5165ae;
				margin-top: 60px;
				padding-bottom: 30px;
				margin-bottom: 30px;					
			}

			.box__segundomenureg {
				margin-top: 30px;				
			}

			.box__segundomenureg h3{				
				padding-top: 30px;			
				border-top: 1px solid #5165ae;
			}

			.box__conteudoquecontaenews .insta-fixo{
				width:100%;
				margin-top:30px;
			}

			.box__conteudoquecontaenews .row > div > h3{
				padding-top: 30px;			
				border-top: 1px solid #5165ae;
			}

			.box_footerwpmoisaco {
				overflow:hidden;
			}

			/* .box_footerwpmoisaco img {  
				height: 400px;
			} */

			#carousel-curadoria {
				margin-bottom: 50px;
				padding: 0px;
			}

			.txt__boxhome h3 {
    			padding: 0px !important;
			}

			.titulo__Curadoria span:nth-child(2) {
				font-size: 24px;
				color: #dead2d;
				width: 172px;
				display: inline-block;
				padding-left: 10px;
				margin-left: 6px;
				border-left: 2px solid #bcbcbc;
				padding-top: 10px;
				padding-bottom: 10px;
			}

			.bg__degrade__home .menu, .bg__degrade__simples .menu {
				margin-left: 0px;
			}
			

			.mgnav__novo #w2 {
				width: 100%;
				margin-top: 0px;
			}

			.mgnav__novo #w2 b{
				font-weight:200;
			}

			.mobilecapas{
				height:100%;
				background: -moz-linear-gradient(top,  rgba(1,63,89,1) 0%, rgba(1,63,89,0) 100%);
				background: -webkit-linear-gradient(top,  rgba(1,63,89,1) 0%,rgba(1,63,89,0) 100%);
				background: linear-gradient(to bottom,  rgba(1,63,89,1) 0%,rgba(1,63,89,0) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013f59', endColorstr='#00013f59',GradientType=0 );

			}

			.banner__homePG div.banner-cover-img .banner-textWrapper, .banner__homePG div.banner-cover-img .banner-textWrapper span {
				    margin: 0px;
					width: 100%;
					max-width:100%;
			}

			.banner__homePG div.banner-cover-img .banner-textWrapper{
				margin:0px -15px;
				top: auto;
  				bottom: 0px;
				padding:15px;
				background-color: #013f59;
			}

			 .banner__homePG div.banner-cover-img .banner-textWrapper span{
				 font-size:18px;
			 }

			.banner__homePG .carousel-indicators {
				position: absolute;
				bottom: 110px;
			}

			.bg__degrade__simples.semcapa, .bg__degrade__simples.bg__pgstatic {
				background: #013f59;
				height: 86px;
			}

			.bg__colormobile{
				min-height:85px;
			}

			.bt__buscarHome{
				background: transparent;
				z-index: 1;
				margin-bottom:-100px;
			}

			/* .bt__buscarHome > div{
				padding-top: 20px;
			} */

			.bg__degrade__home{
				/* background: #013f59; */
			}

			.mgnav__novo {
				margin-top: 0px;
			}

			.versaomobile{
				padding:0px;
				width:100%;
				position: absolute;
				width: 100%;
				left: 0px;
				top: 86px;
			}

			.versaomobile > div{
				background:#013f59;
				border:0px;
				padding:20px 0px;
			}

			.versaomobile > div .row{
				margin:0px;
			}

			.bg__degrade__home #w1, .bg__degrade__simples #w1 {
					margin-left: 0px;
			}

			.capabairroresultado {				
				height: 359px;
				top: -108px;
				position: relative;
				margin-bottom:-100px;
			}

			.capabairroresultado div span:nth-child(1) {

				font-size: 28px;
				width: 100%;
			}

			.capabairroresultado div span:nth-child(3) {
				font-size: 17px;
				padding-left: 80px;
				color: #a38051;
				margin-top: 0px;
				display: block;
			}

			.capabairroresultado div span:nth-child(3) i.fa {
    			font-size: 29px;
			}

			.capabairroresultado div span:nth-child(2) {					
					font-size: 14px;
    				width: 85%;		
					display: inline-block;			
				}

			.capabairroresultado div span:nth-child(3), .capabairroresultado div span:nth-child(1), .capabairroresultado div span:nth-child(2){
				padding-left: 27px;
    			padding-right: 27px;
			}		

			.banner__homePG div.banner-cover-img {
				background-color:#333;
				border: 0px;
				height: 50vh;
				min-height: 320px;
				background-repeat: no-repeat;
			}
			
			.box__bairrosHome {
					padding: 13px 14px;
					margin:50px 0px;
			}

			.box__bairrosHome div {
				width: 100%;		
				margin:0px;		
			}

			.destaque-menu a, .destaque-menu-meior a {
				float: left;
				color: #d7ad3b;
				padding: 12px 8px;
				font-size: 22px;
				cursor: pointer;
				text-decoration: none;
				font-family: 'Poppins', sans-serif;
				width: 100%;
				font-weight: 300;
			}

			.box__bairrosHome div + div {
					margin-left: 0px;
			}

		
			.destaque-menu-meior, .destaque-menu{			
				margin: 1%;
			}

			.bg__degrade__home{
				position: relative;
			}

			.bg__degrade__home::before, .bg__degrade__simples::before {
				content: "";
				display: block;
				height:86px;
				position: absolute;
				width: 100%;
				background: rgb(1,63,89);
				
			}

			.box_logo {			
				margin-top: 0;
			}

			
			#carousel-curadoria .carousel-control.left, #carousel-curadoria .carousel-control.right {
		    background-image: none ! important;
			color: #a38051;
			width: 40px;
			opacity: 1;
			top: -23px;
			background-color: #013f59;
    		height: 40px;
			border-radius: 50px;		
		}

		.mobile-arrows-dest{
		position: absolute;
		bottom: 0px;
		left: 0px;
   		width: 100%;
		}

		#carousel-curadoria .carousel-control.left{
			/* left: calc(100% - 70%); */
			left:25px;
			
		}

		#carousel-curadoria .carousel-control.right{
			/* right: calc(100% - 70%); */
			right:25px;
		}

		#carousel-curadoria .carousel-control span{
			 background-image: none ! important;
		}

		#carousel-curadoria .glyphicon-chevron-right::before {
			content: '>' !important;
			font-size:30px;
			color: #a38051 !important;
		}

		#carousel-curadoria .glyphicon-chevron-right{
			margin: 0px;
			top: 0px;
			width: 100% !important;
			right: 0px;
			height: 100% !important;
			padding-top: 5px !important;
			text-transform: uppercase;
		}

		#carousel-curadoria {
			background-color: #f8f8f8;
			padding-top:80px;
			padding-top: 33px;
    		padding-bottom: 33px;
		}


		#carousel-curadoria .glyphicon-chevron-left::before {
			content: '<' !important;
			font-size:30px;
			color: #a38051 !important;
		}

		#carousel-curadoria .glyphicon-chevron-left{
			margin: 0px;
			top: 0px;
			width: 100% !important;
			left: 0px;
			height: 100% !important;
			padding-top: 5px !important;
			text-transform: uppercase;
		}


			.txt__boxhome h3 {
			height:100%;
			padding: 0px 15px;
			text-align:left;
			float: left;
			margin: 10px 0px;
			line-height: 110%;
			font-weight: 300;
		}

		.img__boxhome, .txt__boxhome {
			margin: 3%;
			width: 44%;
			float: left;
			height: 121px;
			background-position: center;
		}

		.txt__boxhome span {		
			font-size: 14px;		
		}

			#setas-magua {
				position: absolute;
				width: 290px;
				height: 71px;
				background: url(../images/setas-magua.png) no-repeat;
				bottom: 0;
				right: 35px;
				z-index: 9;
				background-size: 90px;
				background-size: 65%;
    			background-position-x: right;
			}

			.amazingslider-arrow-right-1, .carousel .right i {
    background: url(../images/sprite1.png) no-repeat -237px -2px !important;
    width: 25px!important;
    height: 44px!important;
    z-index: 2 !important;
}

.amazingslider-arrow-left-1, .carousel .left i {
    background: url(../images/sprite1.png) no-repeat -206px -3px !important;
    width: 25px!important;
    height: 44px!important;
    z-index: 2 !important;
}

			.resultadoFoto {
				height: 200px;
			}

			.whatsfixo-ag .numero {
				float: left;
				margin-left: 0px;
				font-size: 18px;
				width:100%;
			}

			.whatsfixo-ag .numero i{
				float:none;
				display: inline-block;
				position: relative;
    			top: 8px;
			}

			.agencias .top-agencias a {
				width: 100%;
				display: flex;
				align-items: center;
				justify-content: center;
			}

			.center-cafe {
				display: flex;
				align-items: center;
				justify-content: center;
			}

			.agencias {
				background: #fff;
				height: auto;
			}

			.titulo-ag {
				margin-top: 32px;
				margin-bottom: 0px;
				margin: 0 auto;
				padding: 9px;
			}

			.agencias p {
				line-height: 19px;
				text-align: center;
				font-size: 18px;
				line-height: 170%;
			}

			.agencias .top-agencias {
				    margin-top: 18px;
			}

			.agencias .top-agencias:nth-child(even){
				background-color: #e2e2e2;
				padding-top:15px;
				padding-bottom: 15px;
			}

			.agencias .top-agencias:nth-child(odd){
				background-color: #ccc;
				padding-top:15px;
				padding-bottom: 15px;
				margin-top:0px;
			}

			.agencias label {
				text-align: center;
				float: left;				
				width: 100%;
				font-size: 18px;
			}

			.agencias .top-agencias label:nth-child(3), .agencias .top-agencias a:nth-child(5){
				width:50%;
				display:inline-block;
				clear:none;
				position:relative;
				text-align:center;
			}

			.agencias .top-agencias a:nth-child(5){
				margin-top: 9px;
			}

			
			.agencias .top-agencias label:nth-child(3) a::after{
				content: " | ";
				display: block;
				float: right;
				width: 10px;
				height:25px;
				position: absolute;
    			right: 2px;
			}

			.agencias .texto {			
				margin-bottom: 17px;
				margin-top: 6px;
				float: left;
				padding: 13px;
			}


		.bg_information .telefone {
				width: 80%;
			}

			h1.center{
				text-align: center;
			}

			.destaque-menu {				
				width: 31.3%;
				padding-top: 5px;
				padding-bottom: 0px;
				padding: 10px;			
			}

			.destaque-menu-meior {				
				width: 48%;
				padding-top: 5px;
				padding-bottom: 0px;
				padding: 10px;			
			}

			.destaque-menu a, .destaque-menu-meior a {				
				font-size: 14px;
			
			}

			.menuDestaque {
				margin-bottom: 0px;
				background: #dcddde;
			}


			.flexMob{
				display: flex;
				align-items: center;
				justify-content: center;
			}

			a.buscarImovel {
				text-align: center;
				width: 52%;
				float: left;
				margin: 8px 0px 7px 0px;
				background: #a38051;
				color: #fff;
				padding: 10px;
				border-radius: 5px;
				font-weight: bold;
			}

			.insta-fixo {
				margin-left: 0;
			}

			.contatoFundo {
				height: auto;
				background-position: left;
			}

			.form-cadastre .btn-default {
				margin-right: 0px;
			}

			.bg-mobile .texto {
				padding: 0px 0px 0px 10px;
			}

			.institucional img {
				display: inline-block;
				width: 90%;				
				margin: 0 auto;
				text-align: center;
				display: block;
			}

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

			.institucional {
				width: 100%;
				height: auto;	
				background-size: 100%;
    			background-position: top;
			}

			.bg-mobile .texto {				
				text-align: center;
			}

			.txt-sobre-a-upper-class {
				width: 100%;			
				margin-top: 62%;
				margin-right: 0px;
				margin-bottom: 13%;
			}

			.favoritarDet {			
				margin-top: -7px;
				    width: auto;
			}

			.detalheFone i.fa-phone {
				margin-top: 0px;
				font-size: 27px;
				padding-left: 0;
				width: 26px;
			}

			.detalheFone {				
				margin-top: 0px;
			}

			.detalheFone i.mob-phone-det {
				    color: #7a7979;
			}

			a.queroVisitar, a.queroVisitar:hover {
				    margin: 21px 0 0px 0;
			}

			a.queroSolicitarInformacao, a.queroSolicitarInformacao:hover {
				margin: 11px 0 32px 0;
			}

			.size-desc {
				font-size: 17px!important;
			}

			.mais-info h2 {
				font-size: 17px;
			}

			.bg-grey {   
				padding: 0px 0 37px 0;
			}

			.promo .infos {
				text-align: center;
				font-size: 14px;
				margin-top: 10px;
			}

			.nopadding {
				padding: 0px;
			}

			.mais-info {
				text-align: center;
				width: 100%;
			}

			.bg_information .compartilhe {
				float: right;
				width: 50%;
			}

			.bg_information .compartilhe p {
				width: 137px;

			}

			.boxAlertaimg {   
				margin-bottom: 15px;
			}

			.bg_information .compartilhev2 p {
				width: auto;

			}

			.bg_information .compartilhev2 a, .bg_information .compartilhev2 #face{
				margin-top:5px !important;
			}

			    

			.resultadoBusca .info-resultado h2 > p {
				margin-top: 17px;
			}

			.info-resultado {
				text-align: center;
				border: 1px solid #c1c1c1;
			}

			.valores-resultado {
		    	min-height: 20px;
			}

			.ref-resultado {
				padding-left: 15px;
			}

			.resultadoBusca .info-resultado .box{
				min-height: 20px;
			}

			.info-resultado .events {
    			padding-top: 3px;
			}

			.mais-fotos-resultado{
				margin: 0px;
			}


			.events .inputlabel{
				display: block;
			}

			.selecionar-resultado .inputlabel span {
				margin-top: 0px;
				float: left;
			}

			
		

			.box_logo {
				width: 247px;
    			margin-top: 7px;
			}

			.slider1 {				
			height: 158px;
			/* background-position: center; */
			margin-top: 0px;
			}

			.slider2 {			
				height: 180px;			

			}

			.footer .apps #form_newsletter {
				margin-bottom: 20px;
			}

			#myCarousel .carousel-control .icon-prev {
				background: url(../images/seta-banner-esquerda.png) no-repeat;
				width: 90px;
				background-size: 100%;
				height: 102px;
				float: left;
				text-indent: -99999999px;
			}

			#myCarousel .carousel-control .icon-next {
				background: url(../images/seta-banner-direita.png) no-repeat;
				width: 90px;
				background-size: 100%;
				height: 102px;
				float: left;
				text-indent: -99999999px;
			}

			.box__textomosaico h2 {			
				margin-top: 48px;
			}
			

			.banner-cover-img {
			    height: 254px;
			}

			.zera-padding-left-bg-red{
				text-align: center;
				padding-left: 15px;
			}

			.bg-red .fa-exclamation-triangle{
				margin-bottom: 10px;
			}


			header .telefones>li.tel-mobile>a
			{
				background: transparent;
				padding: 0 0 6px 0;
			}

			.fa-phone
			{
				float: none;
				color: #000;
			}

			.tel-mobile .fa-phone {
			
				float: none;
				color: #fff;
			}

			

			#loading-overlay
			{
				display: none;
			}

			h1.tag, p.encontrados
			{
				width: 100%;
				text-align: center;
				font-size: 18px;
				margin: 30px 0 0 0;
			}

			.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover
			{
				color: #ffffff!important;				
				margin: 0;
				font-size: 14px!important;
				letter-spacing: 0!important;
				padding: 6px 0;
			}

			.navbar-tel, .navbar-telefone {
				top: 0px;
				text-align: center;
				position: relative;
				z-index: 2;
				width: 100%;
				display: inline-block;
			}

			#BuscaRapida
			{
				width: 100%;
				padding: 0 15px;
			}

			#BuscaRapida .form-group label, #refinarBusca .form-group label
			{
				height: auto;
			}

			#BuscaRapida .form-group select, #BuscaRapida .form-group input[type=text]
			{
				border: 1px solid #777675;
			}

			#BuscaRapida .form-group input[type=submit], #refinarBusca .form-group input[type=button]
			{
				width: 100%;
				background-position: center;
				display: inline-block;
				margin-bottom: 0;
			}

			#BuscaRapida .form-group input[type=text]
			{
				width: 100%;
			}

			#BuscaRapida .last-border
			{
				border: none;
			}

			.navbar-menu
			{
				margin-top:-56px;
			}
			.navbar-nav
			{
				text-align: center;
				margin: 0;
				color: #ffffff;
			}
			.navbar-lg
			{
				width: auto;
				float: none;
			}

			.collapse.in{
				display:block!important;
				position: relative;
			}
			.nav-pad li
			{
				margin-bottom: 2px;
			}

			.outros h2
			{
				margin-bottom: 8px;
			}

			.outros .row
			{
				margin: 0;
			}

			#BuscaRapida .titulo-xs
			{
				color: #000000;
				text-align: center;
				margin: 14px 0 20px 0;
				font-size: 16px;
			}

			.footer .navbar-link
			{
				margin-top:10px;
			}

			.footer .acesso
			{
				text-align: center;
			}

			.footer .acesso a
			{
				background: #10152f;
				padding: 8px 0;
				margin-top: 10px;
				color: #fff;
			}

			.footer .acesso #blog
			{
				width: 100%;
				text-align: center;
				background-color: #1eb2fc;
				background-position: center;
			}

			.footer .apps a
			{
				 display: inline-block;
			}

			.footer .apps a span#apple, .footer .apps a span#android
			{
				margin-left: 20px;
			}

			.copyright
			{
				text-align: center;
				margin-top: 30px;
			}

			.copyright p
			{
				font-size:12px;
				margin: 10px 0 0 0;
				padding: 0 15px;
			}

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

			.busca_topo
			{
				width: 100%;
				text-align: center;
			}

			.tel-mobile a div{
				color: #a38051 !important;
			}

			.tel-mobile a span{
				color: #fff !important;
			}

			

			.classificar
			{
				width: 100%;
				padding:10px;
				text-align: center;
			}

			.esquerda .resultadoInfo select
			{
				padding:10px;
			}
			
			.esquerda .resultadoBusca, .interna .resultadoBusca
			{
				height: auto;
				margin-top: 22px;
				margin-bottom: 22px;
			}

			.interna .resultadoBusca
			{
				margin-top: 0;
			}

			.direita
			{
				margin-top:0;
				width: 100%;
			}

			#refinarBusca .squaredOne
			{
				margin-top: 8px;
			}

			.inputs .mutliSelect ul:first-child li
			{
				background: #fefefe;
			    margin-top: 4px;
			    padding: 5px 0;
			    margin-left: 7px;
			}

			.inputs .mutliSelect ul:first-child li.btn-limparegiao
			{
				background: none;
			}

			#refinarBusca .form-control, .dropdown dt a
			{
				margin:5px 0;
				border-right: 1px solid #777675!important;
				border-radius: 4px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			}

			#refinarBusca .form-group
			{
				margin-bottom: 15px;
			}

			#refinarBusca #divregiao .labelref
			{
				padding:10px 0 10px 5px;
				background:#ffffff;
				margin:4px 0;
				color: #666666;
			}

			#BuscaRapida .form-group label, #refinarBusca .form-group label
		    {
		    	width: 100%;
		    	display: inline-block!important;
		    	font-size: 12px;
		    }

			#refinarBusca .btn
			{
				margin-bottom:20px;
			}

			#refinarBusca .btn-refinar
			{
				width: 100%;
				margin:20px 0;
			}

			#refinarBusca .form-group input[type=button]#enviar
			{
				width: 100%;
				margin-left: 8px;
				margin-top: 18px;
				background-position: center;
				border-radius: 4px;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
			}

			#BuscaRapida .last-border, #refinarBusca .last-border
			{
				border: none;
			}

			.bgBusca2 .form-group .tag a
			{
				width: 100%;
				border-radius: 4px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			}

			#refinarBusca #avancada
			{
				margin-bottom: 20px;
			}

			.limpa-busca
			{
				height: 29px;
			    background: #c6c6c6 url(../images/lixeira-mobile.png) no-repeat center;
			    text-indent: -9999px;
			}

			#refinarBusca .limpa i
			{
				display: none;
			}

			 #refinarBusca .last-border #enviar
			 {
			 	margin-left: 0!important;
			 }

			#refinarBusca #slider-range, #refinarBusca #slider-areautil, #refinarBusca #slider-areatotal
			{
				width: 95%;
			}

			#refinarBusca .valores input[type=text], #refinarBusca .valores input[type=tel], #refinarBusca .area input[type=text], #refinarBusca .area input[type=tel]
			{
				width: 110px;
				margin: 0 6px;
				background: #ffffff;
				text-align: center;
				height: auto;
				padding: 6px 0;
			}

			#refinarBusca .valores .limpa-filtro, #refinarBusca .area .limpa-filtro
			{
				margin-left: 8px;
				border-radius: 0;
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
			}

			#refinarBusca .valores input:first-child, #refinarBusca .area input:first-child
			{
				margin-left: 20px;
			}

			.dropdown dd ul
			{
				width: 100%;
				padding-bottom: 6px;
			}

			#refinarBusca .valores dd ul, #refinarBusca .area dd ul
			{
				padding-top: 22px;
			}

			.dropdown .btn-limparegiao #limparegiao, .dropdown .btn-limparegiao .limparegiao
			{
				margin-bottom: 0;
				padding: 5px 0;
				height: auto;
			}

			#container-refinar
			{
				display:none;
			}
			.link-voltar
			{
				padding-top:20px;
				padding-bottom:20px;
			}

			#form-contato .field-checkbox .col-md-4 {
				padding: 0!important;
			}

			

			#map-canvas
			{
				height: 325px;
			}

			.info-comp
			{
				border-bottom: none;
			}

			#verOutros
			{
				text-align: center;
			}

			.insta
			{
				text-align: center;
			}

			.insta img
			{
				display: inline-block;
			}

			

			.bg-black
			{
				padding: 0;
			}

			.mais-info p, .mais-caract ul li
			{
				font-size: 16px;
			}

			.scroll-to-fixed-fixed
			{
				position: relative!important;
				width: 100%!important;
				left: 0!important;
				top: 0!important;
			}

			#galeriaAgencia
			{
				margin: 5px 0 20px 0!important;
			}

			#tel-end
			{
				padding: 0;
				margin-top: 15px;
			    margin-bottom: 0;
			}

			#tel-end li
			{
				padding-left: 0;
				padding-right: 0;
				text-align: justify;
			}

			.outrasAg div div a
			{
				margin-top: 15px;
			}

			.credipronto iframe
			{
				position: relative;
				display: inline-block;
				width: 100%;
				height: 300px;
				left: 0;
				margin-bottom: 30px;
			}

			.rh, .rh3, .rh4, .rh5, .rh6
			{
				padding-right: 0;
				padding-left: 0;
			}

			.rh p
			{
				font-size: 22px;
				line-height: 28px;

			}

			.rh2 p
			{
				padding: 20px 0;
			}

			.rh3 p
			{
				left: 15px;
				right: 15px;
				bottom: 1%;
				font-size: 20px;
				line-height: 18px;
			}

			.rh4 p
			{
				top: 20px;
				left: 0;
			    padding: 0 15px;
			    width: 100%;
			    line-height: 20px;
			    font-size: 20px;
			    text-shadow: 1px 1px #000000;
			}

			.rh5 .txt
			{
				padding: 0;
			}

			.rh5 .container-circle
			{
				padding-left: 0;
				padding-right: 0;
			}

			.rh6 p
			{
				top: 15px;
				left: 15px;
				right: 15px;
				font-size: 18px;
				line-height: 20px;
    			text-shadow: 1px 1px #000000;
			}

			.rh6 p span
			{
				text-shadow: 1px 1px #ffffff;
			}

			.rh6 form 
			{
			    position: relative;
			    left: 0;
			    right: 0;
			    bottom: 12px;
			    padding: 30px 15px;
			}

			.form-cadastre
			{
				margin: 0 -15px;
				padding-bottom: 20px;
			}

			.form-cadastre textarea.form-control
			{
				min-height: 80px;
			}

			.institucional .bg-mobile
			{
				display: inline-block;
				width: 100%;
				height: 100%;
				/* Fallback for web browsers that doesn't support RGBa */
				background: rgb(0, 0, 0);
				/* RGBa with 0.6 opacity */
				background: rgba(0, 0, 0, 0.6);
				/* For IE 5.5 - 7*/
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
				/* For IE 8*/
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
			}

			.outros .resultadoBusca .container-img {
				height: 221px;
			}


			.video, .tour-360
			{
				height: 360px;
			}

			.resultadoBusca .container-img
			{
				height: auto;
			}

			.ra3n
			{
				text-align: center;
			}

			.ra3n img
			{
				display: inline-block;
			}
		}

		/* 3 - FIM ----- CSS MOBILE (MÁXIMO 767px) */


		/* 4 - CSS DESKTOP (MÍNIMO 992px) & (MÁXIMO 1199px) */
		@media (min-width: 992px) and (max-width:1199px) {

			.bt-comecar {
				margin-top: 107px;
			}

			.bloco-texto-empresa-bairros li {				
				padding: 0px 13px;
			}

			.border-content-topicos{
				min-height:115px;
			}

			.bloco-texto-empresa-topicos p {
    			font-size: 12px;
			}

			.border-content-topicos-img img {
				height: 75px;
				margin-top: 6%;
			}

			.bloco-texto-empresa-topicos:hover p , .bloco-texto-empresa-topicos:hover h2{
   				 margin-left: 28px;
			}

			
			.bloco-texto-empresa-topicos:hover .border-content-topicos-img img, 
			.bloco-texto-empresa-topicos:hover h2,
			.bloco-texto-empresa-topicos:hover .layer-fundo,
			.bloco-texto-empresa-topicos:hover p
			{
				transform: scale(1.1);	
			}

			.box_logo {
				width: 235px;
			}

			.box_footerwpmoisaco  img.logocasavogue{			
				width:75%;			
			}

			.txt-sobre-a-upper-class {
    			width: 36.333%;
			}

			.contatoFundo {		
				height: 864px;
			}

			.socialitensfooter a + a {
				margin-left: 17px;
			}

			.txt__boxhome span:nth-child(2), .txt__boxhome span:nth-child(3), .txt__boxhome span:nth-child(1) {
    			font-size: 14px;
			}

			.mgnav__novo #w2 {
				width: 245px;
			}

			.fone-desktop .ag{
				width: 143px;
			}

			.box__bairrosHome div + div {
				margin-left: 12px;
			}

			.destaque-menu a, .destaque-menu-meior a{
				font-size:17px;
			}

			.bg__degrade__home .menu, .bg__degrade__simples .menu {
				margin-left: -60px;
			}

			.fone-desktop .ag , .fone-desktop .tel{
		    	font-size: 14px;
			}

			.banner__homePG div.banner-cover-img .banner-textWrapper {    
				margin-left: 140px;
			}

			.capabairroresultado {
				height: 463px;				
			}

			.capabairroresultado div span:nth-child(1) {
		
				font-size: 40px;
			}

			.capabairroresultado div span:nth-child(2) {
				font-size: 21px;
			}

		
			.bg__degrade__home #w1, .bg__degrade__simples #w1 {
					margin-left: -36px;
				}

			.img__boxhome {				
				height: 235px;				
			}

			#carousel-curadoria .carousel-control.left, #carousel-curadoria .carousel-control.right {
			height: 268px;		
			}

			.destaque-menu-meior, .destaque-menu{    
				font-size: 23px;
			}

			header .nav_links a {
				letter-spacing: 1px;
				font-size: 13px!important;
				font-weight: 400;
			}

			.resultadoFoto {
				height: 100%;
			}

			.center-cafe {
				display: flex;
				align-items: center;
				justify-content: center;
			}

			.agencias label {
				font-size: 18px;
			}

			.agencias {
				background: #fff;
				height: auto;
				margin-bottom: 18px;
			}

			.titulo-ag {
				padding-top: 28px;
				margin-bottom: 21px;
				margin: 0 auto;
				padding-bottom: 10px;
			}

			.agencias p {
				text-align: center;
				font-size: 18px;
			}

			.promo .infos {  
				font-size: 17px;
			}

			.form-cadastre {
				    margin-top: 30px;

			}

			.cadastre-borda {
				margin-bottom: 51px;
			}

			.centerFlexRede {
				padding: 0;
				margin: 0;
				list-style: none;
				display: flex;
				align-items: center;
				justify-content: center;
			}

			.favoritarDet {
				float: right;
				width: auto;
				margin-top: 24px;
			}
			

			.detalheFone i.fa-phone {
				margin-top: 5px;
				font-size: 29px;
				padding-left: 6px;
				width: 33px;

			}


			.detalheFone a {
					padding-left: 0px;
				line-height: 36px;
				font-size: 16px;
			}


			.rowMobile {
				margin-right: -15px;
				margin-left: -15px;
			}
			
						

			.banner-cover-img {
				height: 370px;
			}

			.navbar-nav
			{
				margin-left: 18px;
			}

			header .nav_links a
			{
				margin-right: 13px!important;
			}

			.outros .resultadoBusca .info-resultado {
				height: 126px;
			}
			

			.resultadoBusca img
			{
				min-height: 221px;
				min-width: 304px;
				max-width: 110%;
			}

			.outros .mInfo {
				font-size: 12px;
			}

			.selecionar-resultado .inputlabel span {
				margin-left: -13px;
			}

			.selecionar-resultado{
				padding: 0;
				padding-top: 12px;
			}

			.esquerda .resultadoInfo
			{
				padding-top: 16px;
			}

			.esquerda .resultadoInfo, .esquerda .resultadoInfo p
			{
				font-size: 12px;
			}

			.esquerda .resultadoInfo .nav-item
			{
				line-height: 49px;
			}

			.b_imovel{
				font-size: 16px;
			}

			.esquerda .box_imovel{
				width: 443px;
			}

			.nav_left{
				margin-top: 16px;
			}

			#BuscaRapida .form-group select, #BuscaRapida .form-group input {
    			width: 185px;
			}

			.navbar-teltop{
				float: right!important;
			}

			.navbar-nav>li>a
			{
				padding:15px 10px;
			}

			#refinarBusca .btn-refinar
			{
				margin-top:5px;
				margin-left:1px;
			}

			.banner-app .botoes a
			{
				margin-top: 0px;
			}

			ul #responsavel{
				font-size: 12px;
				width: 100%;
			}

			#TelefoneConsultor span
			{
				display:none;
			}

			#refinarBusca .form-group select, #refinarBusca .form-group input[type=text], #refinarBusca .dropdown dt a, .dropdown dd ul
			{
				width: 180px;
			}

			 #refinarBusca .bgBusca .direita div:nth-child(1) .dropdown dt a			 
				{
				width:160px;
			}

			 #refinarBusca .bgBusca .direita div:nth-child(2) .dropdown dt a{
				 width:140px
			 }

			 #refinarBusca .bgBusca .direita div:nth-child(3) .dropdown dt a{
				 width:140px;
			 }
			 #refinarBusca .bgBusca .direita div:nth-child(5) .dropdown dt a{
				 width:140px;
			 }

			 #refinarBusca .bgBusca .direita div:nth-child(6) input{
				 width:140px;
			 }

			.bgBusca2 .form-group input[type=text], .bgBusca2 .dropdown dt a
			{
				width: 138px!important;
			}

			.bgBusca2 .direita div:nth-child(1) .dropdown dt a,
			.bgBusca2 .direita div:nth-child(2) .dropdown dt a
			{
				width: 115px!important;
			}

			.bgBusca2 .direita div:nth-child(6) .dropdown dt a
			{
				width: 171px!important;
			}

			.bgBusca2 .form-group .tag dt a
			{
				border-right: 1px solid #777675;
				border-top-right-radius: 4px!important;
				-moz-border-top-right-radius: 4px!important;
				-webkit-border-top-right-radius: 4px!important;
				border-bottom-right-radius: 4px!important;
				-moz-border-bottom-right-radius: 4px!important;
				-webkit-border-bottom-right-radius: 4px!important;
			}

			.bgBusca2 .form-group .tag a
			{
				width: 140px!important;
			}

			#refinarBusca .form-group input[type=button]#enviar
			{
				width: 100%;
				margin: 5px 0 0 0;
				background-position: center;
			}

			#refinarBusca .last-border
			{
				width: 56px;
				padding-right: 5px;
				padding-bottom: 6px;
			}

			.inputs .mutliSelect ul li span
			{
				max-width: 102px;
			}

			.bg_information
			{

			}

			.bg_information .compartilhe {
			padding-left: 10px;
			}

			.bg_information .compartilhe a {
				margin-right: 6px!important;
			}

			.bg-red .fa-exclamation-triangle{
				margin-top: 10px;
			}

			.bg_novo_info
			{		
				width: 229.5px !important;		
				margin: 0 0 0 13px!important;
			}

			.scroll-to-fixed-fixed
			{
				width: 229.5px !important;
				margin: 0 0 0 13px!important;
			}

			.scroll-to-fixed-fixed.bg_novo_info
			{
				width: 229.5px !important;
				margin: 0 0 0 0px!important;
			}

			.bg_novo_info .informacoes{
				font-size:12px !important;
			}

			.bg_information .valores strong, .bg_information .valores span
			{
				font-size: 13px;
			}

			.bg_information h1, .bg_information p
			{
				margin-bottom: 0;
				font-size: 16px;
			}

			.bg_information .caracteristicas
			{
				margin-top: 0;
				padding-bottom: 6px;
			}

			.bg_information .caracteristicas p
			{
				margin-top: 6px;
			}

			.bg_information .visitar
			{
				margin-top: 8px;
			}

			.bg_information .events
			{
				padding-right: 0;
			}

			.bg_information .informacoes
			{
				padding: 12px 5px;
   				font-size: 13px;
			}

			.outros .info-resultado h3 span{
				font-size: 13px;
			}

			.outros .resultadoBusca {
				margin-bottom: 45px;
			}

			.eventsv2 label {
					margin-top: 28px;
			}

			.bg_information .telefone
			{
				margin: 8px auto;
				font-size:17px;
				width: 155px;

			}

			.bg_information .compartilhe a
			{
				margin-right: -1px;
			}

			
			.footer .acesso #blog
			{
				width: 132px;
				border-radius: 4px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			}

			.footer .apps #form_newsletter input[type=button]
			{
				padding: 0 8px;
			}

			.footer .apps a
			{
				width: 213px;
				padding: 8px 16px; 
			}

			.footer .insta img
			{
				width: 228px;
			}

			.copyright img
			{
				top: -15px;
			}

			.rh3 p
			{
				right: 40px;
				font-size: 38px;
			}
			.rh5 .txt p
			{
				height: 210px;
			}

			.rh6 form
			{
				left: 58%;
    			right: 5%;
			}

			.institucional p
			{
				left: 26%;
			}

			.video, .tour-360
			{
				height: 410px;
			}


		}
		/* 4 - FIM ----- CSS DESKTOP (MÍNIMO 992px) & (MÁXIMO 1199px) */
		
@media (max-width:991px) {

	

	.relativebox .box-float {
		display: grid;
	}

	.relativebox .box-float .box-1 {min-height: 300px;}

	.arquitetura .texto {   
    font-size: 21px;
	}

	.boxOpacidade {    
    background-color: transparent;
	}

	.relativebox {   
    top: 20px;
	}

	.arquitetura {   
    height: 356px;
	}

	.arquitetura .camadaRoxa {   
    height: 100%;
	}


	.bg_novo_info {
	padding-left: 20px;
    padding-right: 20px;    
    margin-top: 35px;
	}

	.bloco-texto-empresa img {
    margin-top: 15px;
    margin-bottom: 35px;
}

.d-flex-empresa {    
    text-align: center;
}

	.institucional {   
    height: 326px;
    background-position: center;
    background-size: cover;
}

	.bloco-texto-empresa-topicos .container {
    	padding: 30px 15px;
	}

.bloco-texto-empresa-topicos:hover .layer-fundo {
    display: none;
}

.bloco-texto-empresa-topicos:hover{
    background: #013f59;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
}

	.border-content-topicos{
		border-top: 1px solid #a38051;
	}

	.border-content-topicos::before{
		display:none;
	}

.bloco-texto-empresa-topicos:hover h2 ,.bloco-texto-empresa-topicos:hover p{
    margin-left: 0px;
}
.bloco-texto-empresa-topicos h2 ,.bloco-texto-empresa-topicos p{
   text-align:center;
}

	.border-content-topicos {
    padding-left: 15px;
}

	
 .bloco-texto-empresa-topicos:hover .border-content-topicos-img img, 
 .bloco-texto-empresa-topicos:hover h2,
 .bloco-texto-empresa-topicos:hover .layer-fundo,
 .bloco-texto-empresa-topicos:hover p
 {
	 transform: scale(1);	
 }

	.box__logofooter img {
		max-width: 360px;
	}

	.homestaging, .subfooterbanner1, .jardinsimoveis{
		position:relative;
		height: 265px;
		background-size: cover;
		background-position:left top;
	}

	
	.subfooterbanner1{
		position:relative;
		height: 265px;
		background-size: cover;
		background-position:center;
	}

	.homestaging a, .subfooterbanner1 a, .jardinsimoveis a{
		height:100%;
	}
}

		@media (min-width: 768px) and (max-width:991px) { 
			#myCarousel {
				background: rgb(1,63,89);
			}
			.banner__homePG div.banner-cover-img.covermobile{
				margin: 0 auto;
				max-width:768px;
			}
		}
		
		/* 5 - CSS TABLET (MÍNIMO 767px) & (MÁXIMO 991px) */
		@media (min-width: 767px) and (max-width:991px) { 

			.sejaupper{
				height:326px;
			}

			.bt-comecar {			
				margin-top: 106px;
			}

			.bloco-texto-empresa-bairros li {				
				padding: 5px 24px;
				margin-top: 17px;
			}

			.bloco-texto-empresa-bairros ul {
				text-align: center;
			}

			.box_footerwpmoisaco img.logocasavogue {				
				width: 220px;					
			}

			div.semcapa {
				padding-top: 195px !important;
			}

			.bg-black{
				padding-top:52px;
			}

			.bg__degrade__simples.semcapa, .bg__degrade__simples.bg__pgstatic {				
				height: 150px;
			}

			.txt-sobre-a-upper-class {
				width: 71.333%;    
				margin-top: 21%;			
			}

			.bg__degrade__simples::before {
				position: absolute;
				left: 0;
				top: 0px;
				content: "";
				display: block;
				z-index: -1;
				width: 100%;
				height: 171px;
				background: rgb(1,63,89);
				background: -moz-linear-gradient(180deg, rgba(1,63,89,1) 18%, rgba(1,63,89,0) 100%);
				background: -webkit-linear-gradient(180deg, rgba(1,63,89,1) 18%, rgba(1,63,89,0) 100%);
				background: linear-gradient(180deg, rgba(1,63,89,1) 18%, rgba(1,63,89,0) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#013f59",endColorstr="#ffffff",GradientType=1);
				}

			.socialitensfooter a + a {
				margin-left: 28px;
			}

			.box__bairrosHome div + div {
				margin-left: 11px;
			}

			.box__logofooter p {
			width: 100%;
			margin-bottom: 40px;
			margin-top: 35px;
		}

		.box__segundomenureg {
				margin-top: 28px;
			}

			.destaque-menu a, .destaque-menu-meior a {				
				padding: 32px 8px;
				font-size: 14px;				
			}

			.box__bairrosHome div {
				width: 18.8%;
			}

			.box__bairrosHome {
				padding: 0px;
				margin: 50px 0px;
			}

			#carousel-curadoria {
				padding: 0px 23px;
			}

			#carousel-curadoria .carousel-control span {				
				background-color: #fff;
				background-position: center;
			}

			.txt__boxhome h3 {
				padding-left: 17px;
			}

			.box__textomosaico h2 {			
				margin-top: 64px;
			}

			.txt__boxhome span:nth-child(2), .txt__boxhome span:nth-child(3), .txt__boxhome span:nth-child(1){
    			font-size: 14px;
			}


			.banner__homePG div.banner-cover-img .banner-textWrapper {    
				margin-left: 130px;
			}

			header .nav_links a {
				letter-spacing: 1px;
				font-size: 13px!important;
    			margin-left: 26px !important;
			}

			.mgnav__novo #w2 {	
				width: 267px;
			}

			.box_logo {
				width:232px;
			}

			.destaque-menu, .destaque-menu-meior{
				font-size:18px;
			}

			.img__boxhome {				
				height: 195px;				
			}

			#carousel-curadoria .carousel-control.left, #carousel-curadoria .carousel-control.right {
			height: 195px;		
			}

			.agencias .top-cafe {
				margin-top: 15px;
			}

			.agencias p {				
				font-size: 18px;
			}

			.agencias label {
				font-size: 18px;
			}

			.agencias {
				background: #fff;
				height: auto;
				margin-bottom: 18px;
			}

			.titulo-ag {
				padding-top: 28px;
				margin-bottom: 21px;
				margin: 0 auto;
				padding-bottom: 10px;
			}

			.bg_information .telefone {
				width: 80%;
			}

			.promo .infos {  
				font-size: 17px;
			}

			.contatoFundo {
				height: auto;
				background-position: left;				
			}

			.form-cadastre .btn-default {
				margin-right: 0px;
			}

			.favoritarDet {
				float: right;
				width: auto;
				margin-top: 24px;
			}
			

			.detalheFone i.fa-phone {
				margin-top: 5px;
				font-size: 29px;
				padding-left: 6px;
				width: 33px;

			}


			.detalheFone a {
				padding-left: 0px;
				line-height: 36px;
				font-size: 16px;
			}


			.rowMobile {
				margin-right: -15px;
				margin-left: -15px;
			}

			.nopadding {
				padding: 0px;
			}

			.bg_information .compartilhe {
				float: left;
			}

			.bg_information .compartilhe p {
				width: 140px;
			}

			.outros .resultadoBusca .container-img {
				float: left;
				width: 100%;
				height: 172px;
				background-color: #fff;
			}

			.outros .resultadoBusca .info-resultado {
				height: 188px;
				margin-bottom: 16px;
			}

			.resultadoBusca .info-resultado {
				height: 530px;
				border: 1px solid #c1c1c1;
				border-left: 1px solid #c1c1c1;
			}

			
			.banner-cover-img {
				height: 370px;
			}


			.zera-padding-left-bg-red{
				text-align: center;
				padding-left: 15px;
			}

			.bg-red .fa-exclamation-triangle{
				margin-bottom: 10px;
			}
			

			.navbar-lg
			{
				width: 100%;
			}
		


			.resultadoBusca img, .outros img
			{
				min-height: 172px;
				min-width: 230px;
				max-width: 110%;
			}

			.resultadoBusca .info-resultado .box, .outros .info-resultado .box
			{
				height: 96px;
    			margin-top: -4px;
			}

			.esquerda .resultadoBusca .bairro, .interna .resultadoBusca .bairro, .outros .bairro
			{
				height: 34px;
				margin-top: -6px;
			}

			.resultadoBusca .info-resultado h2 , .resultadoBusca .info-resultado .bairro , .outros .info-resultado h3
			{
				margin-bottom: 8px;
			}

		
			.resultadoBusca .info-resultado h2 span, .resultadoBusca .info-resultado .bairro span, .outros .info-resultado h3 span
			{
				font-size: 13px;
			}

			.bg_information .eventsv2 , .bg_information .compartilhev2{
				text-align: center;
				width: 50%;
			}

			.bg_information .visitar{
				padding: 6px 10px;
			}

			.bg_information .compartilhev2 p {
				width: 100%;
				margin-top: 6px;
			}

			.bg_information .compartilhev2 a#face, .bg_information .compartilhev2 a#email{
				margin-top:10px;
			}
		
			.events .inputlabel p
			{
				margin-bottom: 8px;
				    text-align: left;
			}

			.outros .events .inputlabel p{
				text-align: right;   
    			margin-right: -16px;
			}

			.selecionar-resultado .inputlabel span{
				float: right;
				margin-top: 0;
			}


			.mais-fotos-resultado {				
				margin-left: 0;
				margin-right: 0;
				margin-top: 8px;
			}

			.selecionar-resultado .inputlabel {				
				display: block;
			}


			.esquerda .npaginas
			{
				text-align: left;
			}

			#bgBusca
			{
				padding: 6px 0 22px 0;
			}

			#BuscaRapida .form-group label
			{
				padding-top: 8px;
				height: auto;
			}

			#BuscaRapida .form-group select, #BuscaRapida .form-group input
			{
				width:250px;
			}

			#BuscaRapida .form-group select#boxcidade
			{
				border-right: 1px solid #777675;
				-moz-border-top-right-radius: 4px;
				-moz-border-bottom-right-radius: 4px;
				-webkit-border-top-right-radius: 4px;
				-webkit-border-bottom-right-radius: 4px;				
			}

			#BuscaRapida .form-group select#tmp_boxregiao
			{
				border-top-left-radius: 4px;
				border-bottom-left-radius: 4px;
				-moz-border-top-left-radius: 4px;
				-moz-border-bottom-left-radius: 4px;
				-webkit-border-top-left-radius: 4px;
				-webkit-border-bottom-left-radius: 4px;
			}

			#BuscaRapida .last-border
			{
				margin-top: 25px;
				margin-left: -1px;
				border: 1px solid #777675;
			}

			#BuscaRapida .form-group input[type=text]
			{
				width: 251px;
    			border-right: 1px solid #777675;
			}

			#BuscaRapida .form-group input[type=submit]
			{
				width: 236px;
    			margin-left: 6px;
			}

			.navbar{
				min-height: 30px!important;

			}

			.navbar-teltop{
				float: right!important;
			}

			header .nav_links>li>a
			{
				padding: 0;
			    margin-left: 20px;
			    margin-right: 0;
			    margin-bottom: 3px;
			    margin-top: 2px;
			}

			.nav_left
			{
				margin-top: 20px;
			}

			.navbar-nav
			{
				float: right;
				margin-left:0;
			}

			.navbar-nav>li>a
			{
				padding:15px 7px;
				font-size:14px;
			}

			

			.footer .financiamento
			{
				text-align: center;
				margin-left:0;
			}

			.botoes-dest a
			{
				border-right: 1px solid #eaeaea;
				margin-bottom: 8px;
			}

			.footer .acesso
			{
				padding: 0;
			}

			.insta
			{
				text-align: center;
			}

			.insta img
			{
				display: inline-block;
			}

			.copyright
			{
				margin-top: 30px;
			}

			.copyright p
			{
				margin-left:10px;
			}

			.copyright img
			{
				top: -20px;
			}

			.esquerda .resultadoInfo
			{
				padding: 22px 0;
			}

			.esquerda .resultadoInfo .nav-item
			{
				margin-top: 22px;
				margin-left:0;
				text-align: center;
			}

			.esquerda .npaginas
			{
				text-align: right;
				padding-bottom:20px;
			}

			.direita .link-mapa
			{
				margin-top: -2px;
			}

			#refinarBusca h2
			{
				padding-top:12px;
			}

			#refinarBusca .bgBusca
			{
				padding-top: 6px;
				padding-bottom: 18px;
			}

			#refinarBusca .form-control
			{
				margin:5px 0;

			}

			#refinarBusca .bgBusca2 #legenda
			{
				margin: 10px 0 -10px 0;
			}

			#refinarBusca dl
			{
				margin: 0;
			}

			#refinarBusca .form-group select, #refinarBusca .dropdown dt a, .dropdown dd ul
			{
				width: 250px;
				margin-bottom: 0;
			}

			#refinarBusca .bgBusca2 .dropdown dt a, .bgBusca2 .dropdown dd ul
			{
				width: 187px;
			}

			#refinarBusca .form-group input[type=text]
			{
				width: 190px;
			}

			#refinarBusca .form-group label
			{
				margin-top: 10px;
			}

			#refinarBusca .form-group .cidade a, #refinarBusca .form-group .area-u a, #refinarBusca .form-group .exclusivo a, .bgBusca2 .form-group .tag a
			{
				border-right: 1px solid #777675;
				border-top-right-radius: 4px!important;
				-moz-border-top-right-radius: 4px!important;
				-webkit-border-top-right-radius: 4px!important;
				border-bottom-right-radius: 4px!important;
				-moz-border-bottom-right-radius: 4px!important;
				-webkit-border-bottom-right-radius: 4px!important;
			}

			#refinarBusca .form-group .regioes a, #refinarBusca .form-group .area-t a
			{
				border-top-left-radius: 4px!important;
				-moz-border-top-left-radius: 4px!important;
				-webkit-border-top-left-radius: 4px!important;
				border-bottom-left-radius: 4px!important;
				-moz-border-bottom-left-radius: 4px!important;
				-webkit-border-bottom-left-radius: 4px!important;
			}

			#refinarBusca .last-border
			{
			    width: 60px;
			    padding-bottom: 5px;
			    padding-right: 5px;
			    margin-top: 26px;
			}

			#refinarBusca .form-group input[type=button]#enviar
			{
				width: 100%;
				background-position: center;
				margin: 6px 0 0 0;
			}

			#refinarBusca .limpa
			{
				margin-right: 2px;
			}

			#refinarBusca .limpa label
			{
				margin-top: 24px;
			}

			#refinarBusca .limpa .limpa-busca
			{
				width: 182px;
				background:#c6c6c6 url('../images/lixeira-mobile.png') no-repeat center;
				text-indent: -9999px;
				height: 42px;
    			border-radius: 4px;
			}
			#refinarBusca .limpa i
			{
				display: none;
			}

			#form-contato .field-checkbox .col-md-4 {
				padding: 0!important;
			}

			.scroll-to-fixed-fixed
			{
				position: relative!important;
				width: 100%!important;
				left: 0!important;
				top: 0!important;
			}

			#galeriaAgencia
			{
				margin: 5px 0 20px 0!important;
			}

			#tel-end
			{
				padding: 0;
				margin-top: 15px;
			    margin-bottom: 0;
			}

			#tel-end li
			{
				padding-left: 0;
			}

			.outrasAg div div a
			{
				margin-top: 15px;
			}

			.resultadoBusca .info-resultado
			{
				margin-bottom: 16px;
			}

			.rh p
			{
				font-size: 36px;
			}

			.rh3 p
			{
				right: 8%;
				font-size: 28px;
				line-height: 36px;
			}



			.rh4 p
			{
				line-height: 36px;
			    left: 0;
			    padding: 30px;
			    width: 100%;
			}

			.rh5 .txt
			{
				padding: 0;
			}

			.rh6 p
			{
				line-height: 26px;
				font-size: 20px;
			}

			.rh6 form
			{
				left: 58%;
    			right: 5%;
			}

			.form-cadastre
			{
				margin-top: 30px;
				margin-left: 0px;
			}

			.form-cadastre div
			{
				padding-left: 15px;
				padding-right: 15px;
			}

			.form-cadastre textarea.form-control
			{
				min-height: 80px;
			}

			.institucional p
			{
				left: 16%;
			}

		}
		/* 5 - FIM ----- CSS TABLET (MÍNIMO 767px) & (MÁXIMO 991px) */

		/* 6 - CSS DESKTOP (MÍNIMO 1200px) */
		@media (min-width: 1200px) {

			.topDesk{
				    margin-top: 62px;
			}

			.relativeCalc{
				height: calc(100% - 250px);
			}

			.limitePlanta {
				width: 400px;
			}

			.agencia-3 {
				padding-left: 43px;
			}

			.agencias .top-cafe {
				margin-top: 12px;
				width: 143px!important;
				max-width: 113px;
			}

			.agencias .texto {
				margin-top: 40px;
				position: relative;
				left: 20px;
			}

			.mais-caract {
				margin-right: -15px;
				margin-left: -15px;
			}

			

			.cadastre-borda {
				margin-bottom: 51px;
			}

			.bg_information .compartilhe {
			
			}

			.centerFlexRede {
				padding: 0;
				margin: 0;
				list-style: none;
				display: flex;
				align-items: center;
				justify-content: center;
			}

			.infoDetUnidade {
				margin-right: -15px;
    margin-left: -15px;
			}




			#BuscaRapida .form-group select, #BuscaRapida .form-group input
			{
				width: 200px;
			}

			#refinarBusca .bgBusca .form-group select, #refinarBusca .bgBusca .dropdown dt a, .bgBusca .dropdown dd ul
			{
				width: 188px;
			}

			.bgBusca2 .form-group input[type=text], .bgBusca2 .dropdown dt a
			{
				width: 167px!important;
			}

			.bgBusca2 .form-group .tag a
			{
				width: 168px!important;
				border-top-right-radius: 4px!important;
				border-bottom-right-radius: 4px!important;
			}

			.navbar{
				min-height: 30px!important;
			}

			#refinarBusca .campo-ref
			{
				width: 225px;
			}

			.resultadoBusca img
			{
				min-width: 370px;
				min-height: 530px;
			} 

			.outros .resultadoBusca img {
				min-width: 370px;
				min-height: 221px;
			}

			.outros .resultadoBusca .info-resultado {
				height: 126px;
			}

			.outros .resultadoBusca .info-resultado {
				display: inline-block;
				width: 100%;
			}

			.bg_information
			{
				padding-left: 22px;
				width: 271px;
				margin-left: 18px;
				min-height: 616px;
				padding-right: 22px;
			}

			.bg_novo_info{
				min-height: auto;
			}

			.size-desc{
				font-size: 24px !important;
				margin-bottom: 25px;
			}

			.size-descv2{
				font-size: 20px !important;
			}
			

			.scroll-to-fixed-fixed
			{
				width: 271px!important;
				margin: 0 0 0 0px!important;
			}

			.footer .insta
			{
				padding-left: 0;			
				overflow: hidden;
			}

			
			
		}
		/* 6 - FIM ----- CSS DESKTOP (MÍNIMO 1200px) */

		/* 7 - CSS MOBILE (MÁXIMO 320px) */
		@media (max-width: 320px) {
			.resultadoBusca .info-resultado h2 span, .resultadoBusca .info-resultado .bairro span, .outros .info-resultado h3 span
			{
				font-size: 14px;
			}

			.rh4 p
			{
				top: 0;
			}

			.rh6 p
			{
				top: 4px;
				font-size: 16px;
				line-height: 16px;
			}
		}
		/* 7 - FIM ----- CSS MOBILE (MÁXIMO 320px) */



		.cor-azul-escuro{
			color: #013f59 !important;
		}

		.cor-azul-claro{
			color: #edf1f3 !important;
		}

		.cor-marrom{
			color: #a38051 !important;
		}





			