
/*---------------------
  Rodapé
-----------------------*/

#linksrodape ul li a {
    color: #4C5F77;
    font-weight: 300;
}


#linksrodape ul li a:hover {
    color: #0DAEEF;
}




/*---------------------
  Card Imóveis
-----------------------*/

.hotel-rooms .room-items .imobiliado {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	background: #F95738;
	text-transform: uppercase;
	padding: 1px 9px;
	border-radius: 50px;
	margin-left: 11px;
}


.hotel-rooms .room-items .oferta {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	background: #009B72;
	text-transform: uppercase;
	padding: 1px 9px;
	border-radius: 50px;
	margin-left: 11px;
}


.property-details .details-top .single-property .area {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	background: #0DAEEF;
	text-transform: uppercase;
	padding: 1px 9px;
	border-radius: 8%;
	margin-top: 10px;
}

.property-details .details-top .single-property .quartos {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	background: #0DAEEF;
	text-transform: uppercase;
	padding: 1px 9px;
	border-radius: 8%;
	margin-top: 10px;
}

.property-details .details-top .single-property .banheiros {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	background: #0DAEEF;
	text-transform: uppercase;
	padding: 1px 9px;
	border-radius: 8%;
	margin-top: 10px;
}

.property-details .details-top .single-property .vagas {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	background: #0DAEEF;
	text-transform: uppercase;
	padding: 1px 9px;
	border-radius: 8%;
	margin-top: 10px;
}

/*---------------------
  Carousel Pequeno
-----------------------*/



#sliderzin .property-img .owl-nav button[type=button] {
	position: absolute;
	left: -23px;
	top: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	border-radius: 50%;
	color: #fff;
	font-weight: 600;
	font-size: 60px;
}

#sliderzin .property-img.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -3px;
    text-shadow: 1px 1px 1px #000;
}

#sliderzin .property-img.owl-carousel .owl-nav button.owl-prev {
	left: 3px;
	right: auto;
    text-shadow: 1px 1px 1px #000;
}

.map {
    height: 400px;
    width: 100%;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius: 100%;
	text-align:center;
    font-size:30px;	
    z-index:100;
}

.float:hover {
    background-color:#1b9849;
    color: #FFF;
}

.my-float{
	margin-top:16px;
}


/*---------------------
  Fontawesome
-----------------------*/

.cicone {
    color: #0DAEEF;
    margin-right: 10px;
}



/*---------------------
  Botão Call Zap
-----------------------*/



.site-btn2.btn-line2 {
	margin-top: ;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.site-btn2.btn-line2:hover {
	color: #fff;
	background: #0DAEEF;
	border-color: #4BD3FF;
}

.site-btn2 {
	display: inline-block;
	border: 2px solid #25D366;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 25px;
	border-radius: 10px;
	color: #fff;
    background: #25D366;
	line-height: normal;
}

.site-btn3 {
	display: inline-block;
	border: 2px solid #4BD3FF;
	font-size: 18px;
	font-weight: bold;
	padding: 9px 10px;
	border-radius: 10px;
	color: #fff;
    background: #0DAEEF;
	line-height: normal;
}

.header-section-bg-color {
    background: #021b31;
    opacity: 0.95;
}

#imovel_loader {
    
	position: fixed;
    display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999998;
	background: rgb(0, 0, 0, 0.9);

}
#icon_imovel_loader {
    
    color: #0daeef;
    width: 60px;
    position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
    
}
.page-item.active .page-link {
    background-color: #0DAEEF;
    border-color: #0DAEEF;
}

.custom-control-input:checked~.custom-control-label::before {    
    background-color: #0DAEEF;
    border-color: #0DAEEF;
}

.btn-primary {
    color: #fff;
    background-color: #0DAEEF;
    border-color: #0DAEEF;
}

.btn-primary:hover {
    color: #fff;
    background-color: #4BD3FF;
    border-color: #4BD3FF;
}

.fa-spinner {
    color: #0daeef;
}

#linksrodape h5 {
    font-weight: 400;
}