/*
Theme Name: Bauen Child
Theme URL: https://themeforest.net/item/bauen-architecture-interior-wordpress-theme/34326026?ref=webRedox
Description: Child theme of Bauen
Author: webRedox WordPress Team
Author URI: http://webredox.net/
Template: bauen
Version: 1.0
Text Domain: bauen-child
*/ 
/*******Add Your Css Below This Line*********/

@font-face {
    font-family: 'Clear Sans';
    src: url('/wp-content/uploads/fonts/ClearSans.eot');
    src: url('/wp-content/uploads/fonts/ClearSans.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/fonts/ClearSans.woff2') format('woff2'),
        url('/wp-content/uploads/fonts/ClearSans.woff') format('woff'),
        url('/wp-content/uploads/fonts/ClearSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,h2,h3,h4,h5,h6{
	font-family:'Clear Sans',sans-serif!important;
}
/*
.logo-wrapper{
	padding: 30px 120px!important;
    margin-left: -100px;
}*/
.logo-wrapper .logo h2{
	line-height:0px;
}

.logo-wrapper .logo span{
	line-height:12px;
}

/*AJUSTES HEADER SLIDER*/
.banner-header{
	display:none!important;
}

/*SLIDER*/

.owl-item div.container p{
	font-weight:bold;
}

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next{
	background:#000!important;
}


div.boton-saber-mas{
	margin-right: 14%;
}


/*SERVICIOS*/

.services .item img{
	width:150px!important;
}


/*CONTACTO*/
div.lema-inmobiliaria p{
	margin-top:15px;
	background:#b9975a;
	color:#FFF;
	font-weight: bold;
	line-height: 20px;
	width: 320px;
    padding: 10px;
}