html,
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #363636;
}

.titulo{
    font-size: 30px;
    margin: 40px 0;
    text-align: center;
}

.titulo h1{
    margin: 0;
    font-weight: 900;
}

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

#lancamento, #lancamento-sub{
    margin: 40px 0;
}

.prato {
	border-radius: 8px;
	/* margin-right: 20px; */
	/* -webkit-box-shadow: 0px 4px 12px 3px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 4px 12px 3px rgba(0,0,0,0.08);
	box-shadow: 0px 4px 12px 3px rgba(0,0,0,0.08); */
	position: relative;	
	/* overflow: hidden; */
    cursor: pointer;
    min-width: 360px;
    margin-bottom: 15px;

}

.prato .tit-prato {
	position: absolute;
	z-index: 10;
	bottom: 0;
	padding-top: 20px;
    width: 330px;
    padding-right: 30px;
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.6);
    background-image: linear-gradient(transparent, #001); 
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.legenda{
    margin: 15px 15px;
    font-size: 18px;
    /* width: 100%; */
}

.legenda p{
    margin: 0;
    font-size: 14px;
}

.legenda h2{
    margin: 5px 0;
    font-size: 22px;
}

.legenda span{
    color: #fcd404;
}

.prato img {
    /* max-width: 330px; */
    height: 398px;
    min-width: 330px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.4s;
	border-radius: 8px;
}

/* .prato:hover img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
} */

.prato:hover .tit-prato {
	display: none;
}

#lancamento .prato .tit-prato{
	width: 330px;
}

#lancamento .prato img{
     max-width: 330px; 
}

#para-alugar .prato .tit-prato{
	width: 330px;
}

#para-alugar .prato img{
     max-width: 330px; 
}

#para-comprar .prato .tit-prato{
	width: 330px;
}

#para-comprar .prato img{
     max-width: 330px; 
}

#para-alugar{
    padding: 40px 0;
    background-color: #ebe4d2;
}

#para-comprar{
    margin: 40px 0;
}

.alugueis{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.lancamentos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.compras{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#anunciar{
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-image: url('../../image/anuncio.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    height: 250px;
    padding: 0;
}

.overlay{
    background-image: url('../../image/mascara-anuncio.png');
    width: 100%;
    background-size: cover;
}

#anunciar .texto{
    padding: 80px 0;
}

.btn-anuncio{
    margin: 20px 0;
    text-align: center;
}

.btn-anuncio button{
    color: black;
    font-size: 16px;
    font-weight: 600;
    background: #fcd404;
    border: none;
    border-radius: 8px;
    height: 40px;
    padding: 0 15px;
    transition-duration: 0.2s;
}

.btn-anuncio button:hover{
    transform: scale(1.05);
}

#duvidas .titulo{
    margin-bottom: 0;
}

.duvidas{
    color: #898989;
    font-size: 15px;
    margin-bottom: 40px;
}

.duvidas a:link {
    text-decoration: none;
    color: #464646;
    font-size: 20px;
    font-weight: 500;
}

.panel {
    margin: 0 60px;
    /* background: #e8f6f7; */
    /* background-color:#fff;  */
    border-top: none;
    /*border-bottom: none; */
	/* border-radius:0; 
	-webkit-box-shadow:none;
	 box-shadow:none; */
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    /* border-bottom: 1px solid #75b8bf; */
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.panel-heading {
    padding: 30px 40px;
    /* border: none; */
    /* background: transparent; */
    border-radius: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd!important;
}

.ultimo{
    border-bottom: 1px solid #ddd;
}

.panel-default>.panel-heading {
    /* color:#333; */
    background: none;
    background-color: #f7f7f7;
    /* border: none; */
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}

#dicas .titulo{
    margin-bottom: 0;
}

.dicas{
    color: #898989;
    font-size: 15px;
    margin-bottom: 60px;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
}

.dicas h2{
    color: #363636;
    font-size: 20px;
    font-weight: 900;
}

.comunicacao{
    margin: 30px 0;
    margin-left: 50px;
    margin-right: 50px;
}

.comunicacao a{
    text-decoration: none;
    color: #363636;
}

.comunicacao a:hover{
    color: #fcd404;
}

.comunicacao img{
    float: left;
    margin-right: 20px;
}

.comunicacao p{
    font-size: 14px;
    margin-bottom: 5px;
}

.quadro{
    margin-bottom: 20px;
    width: 340px;
}

.form-control{
    border: none;
    height: 40px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 2px rgb(230, 226, 226);
    -moz-box-shadow: 0px 0px 10px 2px rgb(230, 226, 226);
    box-shadow: 0px 0px 10px 2px rgb(230, 226, 226);
}

#formcontato{
    width: 60%;
    margin: 0 auto;
}

#formcontato label{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.btn-contato{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.btn-contato button{
    /* color: #08436b; */
    font-weight: 900;
    background: #fcd404;
    border: none;
    border-radius: 25px;
    height: 45px;
    padding: 0 25px;
    margin: 40px 0; 
}

#endereco{
    text-align: center;
    padding: 25px 0;
    background-color: #fcd404;
}

#mapa{
    margin: 0;
    padding: 0;
    height: 400px;
}

#detalhes{
    color: #464646;

}

#detalhes h1{
    padding-left: 15px;
    margin-bottom: 20px;
}

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

.carousel-indicators li{
    border: none!important;
    background-color: #c7c7c7!important;
}

.carousel-indicators .active {
    background-color: #fcd404!important;
}

.carousel-indicators {
    top: 100%;
    margin-top: 15px;
}

.info{
    margin-bottom: 10px;
}

.info-titulos{
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.imovel{
    background-color: #fcd404;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    margin-right: 2px;
}

.preco{
    color: #fcd404;
    background-color: #7b7979;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
}

.tipo{
    font-weight: 900;
}

.mensagem{
    padding: 30px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    font-style: italic;
}

.imagens-imovel .item img{
    height: 480px;
    min-width: 640px;
}

#detalhes h2{
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 5px;
}

.imagens-imovel img{
   min-width: 100%!important;
}

.caracteristicas li{
    list-style: none;
    font-size: 14px;
}

.localizacao{
    background-image: url('../../image/bg-localizacao.png');
    margin: 60px 0;
}

.row-endereco{
    border-bottom: 1px solid #c4bfb3;
}

.row-endereco address{
    margin-bottom: 30px;
}

.interno{
    padding: 40px;
}

.btn-video{
    margin: 40px 0;
    /* text-align: center; */
}

.btn-video img{
    margin-right: 10px;
}

.btn-video button{
    font-weight: 600;
    background: #fcd404;
    border: none;
    border-radius: 5px;
    height: 40px;
    padding: 0 25px;
    transition-duration: 0.2s;
}

.btn-video button:hover{
    transform: scale(1.1);
}

#lancamento-sub .titulo{
    margin-bottom: 20px;
}

#lancamento-sub .nav-tabs{
    border-bottom: none;
    justify-content: center;
    display: flex;
}

#lancamento-sub .nav-tabs>li.active>a{
    text-align: center;
    color: black;
    font-size: 16px;
    font-weight: 400;
    background: #fcd404;
    border: none;
    border-radius: 5px;
    height: 40px;
    width: 200px;
    margin: 0 10px;
}

#lancamento-sub .nav-tabs>li>a:hover{
    text-align: center;
    color: black;
    font-size: 16px;
    font-weight: 400;
    background: #fcd404;
    border: none;
    border-radius: 5px;
    height: 40px;
    width: 200px;
    margin: 0 10px;
}

#lancamento-sub .nav-tabs>li>a{
    text-align: center;
    color: #c7ad29;
    font-size: 16px;
    font-weight: 400;
    background: none;
    border: 1px solid #fcd404;
    border-radius: 5px;
    height: 40px;
    width: 200px;
    margin: 0 10px;
}

.lancamento-slide{
    margin: 40px 0;
}

.lancamento-slide{
    margin: 40px 0;
}

/* CAROUSEL  */
.owl-carousel {
    touch-action: manipulation; 
  }
  
  .carousel-control.right, .carousel-control.left{
      background-image: none;
  }
  
  .owl-theme .owl-nav [class*=owl-]{
      font-size: 14px;
      margin: 5px;
      padding: 4px 7px;
      background: transparent!important;
      display: inline-block;
      cursor: pointer;
      border-radius: 15px!important;	
  }
  
  .owl-theme .owl-nav [class*=owl-]:hover{
      background: transparent;
      text-decoration: none;
  }
  
  .owl-carousel .box-estrutura{
      margin: 0 10px;
  }
  .owl-next, .owl-prev {
      background: transparent;
  }
  .owl-prev .btn-primary, .owl-next .btn-primary{
      border: 1px solid #6b6b6b;
      color: #6b6b6b;
  }
  
  .owl-prev:hover, .owl-next:hover {
      font-size: 14px;
      border-radius:5px;
      color: #fff!important;
  }
  .owl-prev .btn-link:hover, .owl-next .btn-link:hover{
      color: #fff!important;
      font-size: 14px;
      border-radius:5px;
      text-decoration: none;
  }
  .owl-next .btn-primary:hover,
  .owl-next .btn-primary:target,
  .owl-next .btn-primary:focus,
  .owl-next .btn-primary:active,
  .owl-next .btn-primary:active:focus,
  .owl-prev .btn-primary:hover,
  .owl-prev .btn-primary:target,
  .owl-prev .btn-primary:focus,
  .owl-prev .btn-primary:active,
  .owl-prev .btn-primary:active:focus {
      border: 1px solid #6b6b6b;
      background: #6b6b6b;
      color: #fff; 
  }
  

.owl-prev, .owl-next {
    position:absolute;
 }

.owl-prev {
    left: -50px;
    top: 200px;
 }

.owl-next {
    right: -50px;
    top:200px;
 }
  
  .control-carousel {
      color: #898989;
      font-size: 30px;
      padding-right: 20px;
  }

  .control-carousel:hover{
      color: #fcd404;
  }

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-pagination{
    text-align: center;
}

.owl-pagination .owl-page span {
    background-color: #898989;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl-pagination .owl-page span:hover {
    background-color: #fcd404!important;
}

.owl-pagination .owl-page.active span {
    background-color: #fcd404!important;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.links{
    margin: 40px 80px;
}

.link{
    background: #f7f7f7;
    /* font-size: 18px; */
    color: #333;
    padding: 20px 0;
    border: 1px solid #dddddd;
    margin: 5px 0;
}

.link:hover{
    background: #fcd404;

}

.url-link a{
    color: #333;
    text-decoration: none;
}

.url-link{
    background: url("../../image/link-icon.png");
    background-repeat: no-repeat;
    background-position: 25px center;
    padding-left: 60px;
}

.info-comocomprar img{
    width: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;

}

.info-comocomprar{
    margin: 25px 0;
    color: #616060;
    font-size: 18px;
}

.info-comocomprar h2{
    font-weight: 900;

}

.bootstrap-select > .dropdown-toggle {
    height: 40px;
}

.aempresa{
    margin-bottom: 40px;
}

/* .owl-theme .owl-dots .owl-dot span {
    transition: all .2s ease!important;
 } */

.zera_padd {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.labelhidden{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* A J U S T E S */
@media (max-width: 640px) {
	.carousel-inner .item, .carousel-inner .item .active{
		overflow: hidden!important;
		width: 200%;
	}
	.carousel-inner .item img, .carousel-inner .item .active img{
		position: relative;
		left: -25%;
	}

}
@media (min-width: 641px) and (max-width: 768px) {
	.carousel-inner .item, .carousel-inner .item .active{
		overflow: hidden!important;
		width: 175%;
	}
	.carousel-inner .item img, .carousel-inner .item .active img{
		position: relative;
		left: -20%;
	}
}

@media only screen and (max-width: 1200px){
    .prato{
        margin: 10px;
    }
    #lancamento-sub .owl-item{
        margin: 0 15px;
    }
}

@media only screen and (max-width: 991px) {
    .imagens-imovel{
        margin-bottom: 50px;
    }
    .links{
        margin: 40px 0px;
    }
    .url-link{
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 460px) {
    .duvidas a:link {
        font-size: 16px;
    }
}

@media only screen and (max-width: 425px) {
    #lancamento-sub .owl-item{
        margin: 0;
    }
    #lancamento-sub .owl-next {
        right: -100px;
    }
    #lancamento-sub .owl-prev {
        left: -100px;
    }
    #lancamento-sub .nav-tabs{
        display: block;   
    }
    #lancamento-sub .nav-tabs>li>a {
        width: 350px;
        margin-bottom: 5px
    }
    .panel-body {
        padding: 15px 0px;
    }
}

@media only screen and (max-width: 375px ){
    .comunicacao{
        margin-left: 0;
        margin-right: 0;
    }
    #lancamento-sub .nav-tabs>li>a {
        width: 300px;
    }
    .owl-carousel .owl-item .prato{
        margin: 10px 0px;
        padding: 0px;
    }
}

@media only screen and (max-width: 320px ){
    #lancamento-sub .nav-tabs>li>a {
        width: 245px;
    }
}
