
/*GENERALES*/
body {
	background-color: #c5c5e5;
	font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
h1 {
	font-size: 2.25rem;
	font-family: 'Arial', sans-serif;
}
h2 {
	font-size: 2rem;
	font-family: 'Arial', sans-serif;
}
h3 {
	font-size: 1.75rem;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	font-size: 0.9rem;
	padding: 0 12px;
	
	
}
.sp-megamenu-parent > li.active > a {
	font-weight: 600 !important;
}

/*BARRA SUPERIOR*/
#sp-top-bar {
	font-size: 1rem;
	color: #ffffff;
	font-weight: bold;
}



/*CABECERA*/
#sp-header {
	height: auto !important;
}
#sp-header .container {
	max-width: 1200px !important;
	height: auto !important;
}
#sp-header .logo {
	height:auto !important;
}

div.logo img.logo-image {
	width: 100% !important;
	height:auto !important;
} 

/*MENU PRINCIPAL*/
.sp-megamenu-parent .sp-menu-item {
	font-family:  'Muli', sans-serif;
}
/*SIN ICONOS SOCIALES*/
.social-oculto .article-ratings-social-share {
	display: none !important;
	
}
#offcanvas-toggler {
    font-size: 25px;
}

/*FORMULARIO CONTACTO*/
#privacidad label {
	width: auto !important;
	display: inline-block !important;
	min-width: auto !important;

}
#privacidad input {
	margin-top:6px;

}
#bfElemWrap21 span.formu_general.nonform-control {
	/*width: auto;
	margin-left: 15px;*/
}
.formulario-contacto-pagina .article-ratings-social-share {
	display: none !important;
}
#bfElemWrap21 {
	width: 100%;
}
#privacidad .formu_general.form-group {
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
	
}
#privacidad .formu_general.form-group label.control-label {
	max-width: 85% !important;
	text-align: justify;
	
}
#privacidad .formu_general.form-group span.nonform-control {
	max-width: 10%;
	
}
#bfElemWrap26 .formu_general .formu_general {
	flex-flow:row;
	
}
.formu_general.glyphicon-refresh::before {
  content: "renovar";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 14px;
}

/*CUSTOM BOTTOM*/
.contacto-faldon {

}

/*COVID ESTILO*/
.covid-icon-title {
	font-size: 1em;

}
.image-icon-covid img {
	max-height: 80px;
	margin: 0 auto;

}
.covid-icons div {
	text-align: center;

}

/*ICONO WHATSSAP*/
#wh-widget-send-button {
	
}
#wh-widget-send-button-iframe {

}
/*ZONA ANUNCIOS*/
.anuncios {
	margin-bottom: -70px;
}

/*GALERIAS DE IMÁGENES*/
.galeria-dormitorios ul {
	display: flex;
	text-align: center;
}
.galeria-dormitorios ul li {

}


/* media queries */
@media (max-width: 992px) {
	div#sp-bottom2 {
		border-top: 1px solid rgba(255, 255, 255, .1);
		margin-top: 20px;
		padding-top: 20px;

	}
	div#sp-bottom2 p, div#sp-bottom2 h4 {
		text-align: center !important;

	}
	#bfLabel21 {
		min-width: auto;
	}
}

@media (max-width: 768px) {
	.galeria-dormitorios ul {
		display: table;
	text-align: center;
	}
	.galeria-dormitorios ul li {
		max-width: 49%
	}
}


@media (max-width: 500px) {
	.logo-image-phone {
		height: auto !important;
		/*width: auto !important;*/
		width: 100% !important;
	}
	div.avisos-portada .responsive-residencia {
		margin: 0 5%;
		font-size: 5vw !important;
}
}


