/* FONTES */
@font-face{
	font-family: 'Futura-Md-Bt-medium';
	src:url('fonts/tt0142m_.ttf') format("truetype");
}
@font-face{
	font-family: 'Futura-Md-Bt-bold';
	src:url('fonts/tt0144m_.ttf') format("truetype");
	font-weight: bold;
}

h1,h2,h3{
	font-family: 'Futura-Md-Bt-bold', sans-serif!important;
}
h4,h5,h6{
	font-family: 'Futura-Md-Bt-medium', sans-serif!important;
}

a{
	cursor: pointer;
	color: #4a4a4a;
	transition: color 0.15s ease-in-out;
}
a:link{
	text-decoration: none;
}
.img-fluid{
	width: 100%;
	height: auto;
}

/* TOPBAR*/

.topbar{
	background-color: #4b2f2b;
	font-size: 0.9rem;
}
.social i{
	font-size: 1.1rem;
}
.topbar a, .footer a, .link-ver-mais{
	text-decoration: none;
	color:white;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a:hover, .topbar a:hover, .footer a:hover, .link-ver-mais:hover{
	color: #8ec64d;
}

/*FIM TOPBAR*/

/* HEADER */

.bg-header{
	background-image: url(../imagens/bgHome.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* MENU */

#menu .nav-item{
	font-weight: bolder;
}

/*  LOGO  */
.w-60{
	width: 60%;
}

/* PESQUISA DE IMOVEIS */

.busca{
	background-color: rgba(255,255,255, 0.8);
	border-radius: 10px;
}
.busca .nav-pills .nav-link, .busca .nav-pills .nav-link.active, .btn-busca{
	color: white;
}

.busca .nav-pills .nav-link , .btn-busca-rapida , .btn-geral{
	background-color: #f0ad32;
	text-align: center;
}

.busca .nav-pills .nav-link.active{
	background-color: #f09132;
	font-weight: bolder;
}
.btn-busca{
	background-color: #407a47;
	font-weight: bolder;
}

.separador{
	max-width: 400px;
	border-top: 1 solid #4b2f2b;
	text-align: center;
}


/*IMﾃ天EL SLIDER HOME*/


/*	BOX CODIGO*/

.box-code{
	background-color: #4b2f2b;
	border-radius: 6px;
	font-size: 0.8rem;
	z-index: 1;
}

.valor-ha{
	background-color: #8ec750;
	text-align: center;
	border-radius: 3px;
}


/* LINK VER MAIS IMﾃ天EL*/
.box-link{
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	min-height: 300px;
	position: absolute;
	z-index: 999;
	transition: 0.5s ease;
	opacity: 0;
}
.box-link:hover{
	opacity: 1;
}
.link-ver-mais{
	color: white;
	background-color: #4b2f2b;
	padding:  12px 13px 8px 13px;
	border-radius: 6px;
}

.link-ver-mais:hover{
	border: 1px solid #efefef;
}

@media screen and (max-width: 768px){
	.box-link{
		background-color: rgba(0,0,0,0.2);
		width: 100%;
		position: absolute;
		z-index: 999;
		transition: 0.5s ease;
	}
	.link-ver-mais{
		color: white;
		background-color: #4b2f2b;
		padding:  12px 13px 8px 13px;
		border-radius: 6px;
		border: 1px solid #efefef;
	}
}


/* NAV SLIDER */

.owl-prev, .owl-next{
	position: absolute;
	font-size: 42pt!important;
	bottom: 50%;
}
.owl-prev{
	left: 0;
	margin-left: -50px!important;
}
.owl-next{
	right: 0;
	margin-right: -50px!important;
}

/* FIM IMﾃ天EL SLIDER HOME*/


/* ITEM LISTA IMOVEIS */

.box-img{
	overflow-x: hidden;
	max-width: 300px;
}

.box-img img{
	height: 100%;
}
@media screen and (max-width: 768px){
	.box-img{
		max-height: 255px;
		overflow-y: hidden;
	}
	.box-img img{
		width: 100%;
		height: auto;
		margin-top: -20%;
	}
}


/* DETALHES IMﾃ天EL */

.item-imov{
	background-color: #f2aa2e;
	font-weight: bolder;
	color: #ffffff;
}

p.infos{
	line-height: 20pt;
}

/* FOOTER */

.footer{
	background-color: #4b2f2b;
}

.direitos{
	font-size: 0.8rem;
}


/* TO TOP */

.totop{
	cursor: pointer;
	background-color: #f09132;
	position: fixed;
	right: 25px;
	bottom: 50px;
	z-index: 1200;
}
@media screen and (max-width: 768px){
       .totop{
            display:none;           
       }
}

/*ATUALIZAÇÃO USO MANUAL MARCA DA ÁGUA - GABRIEL*/
    #slide{
          position: relative;
          height: 500px;
          max-height: 500px;
          overflow: hidden;
        }
        
    #slide img{
        max-height: 500px;
    }


    .marca-d-agua{
      background: url('https://rural.samsulimoveis.com.br/assets/imagens/marca-rural.png') center no-repeat;
      background-size: 40%;
      width: 100%;
      height: 100%;
      position: absolute;
      transform: translate3d(-50%, -50%, 0);
      top: 50%;
      left: 50%;
      display: none;
    }
    
    #slide a.carousel-control-prev,
    #slide a.carousel-control-next,
    #slide ol.carousel-indicators{
        position: absolute;
        z-index: 999;
    }