@charset "utf-8";
/* CSS Document */

h4{
	font-family: 'open_sanslight';
	font-size: 24px;
	margin-top: 16px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: 100;
	color: #FF0000;
}

.cabecera{
	display: flex;
	width: 100%;
	max-width: 1420px;
	position: relative;
}

.foto-entrada{}

.entrada_img{
	display: block;
	width: 100%;
	height: 100%;
}

.titulo-contacto{
	font-family: 'open_sanslight', sans-serif;
    font-size: 54px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: rgba(0,0,0,0.5);
    padding: 10px 20px 10px 20px;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 2px;
}

#entrada{
	width: 92%;
	max-width: 1420px;
	margin: auto;
}

#h1entrada{
	font-family: 'open_sanslight', "sans-serif";
	font-size: 32px;
	text-align: center;
	color: #FF0000;
	margin-bottom: 24px;
}

.sangriafrancesa{
	margin-top: -20px;
	padding-left: 20px;
	text-align: justify;
}

.textoaviso{
	font-family: "open_sanslight";
	font-size: 14px;
	text-align: justify;
	/*margin-top: -12px;*/
	margin-bottom: 10px;
	font-weight: 100;
	text-decoration: none;
}

#txtavisolink{
	margin-left: 26px;
}

#garantiasateclima{
	width: 90%;
	max-width: 900px;
	margin: auto;
	background: rgba(0,0,0,0.05);
	border-radius: 2px;
	border: solid 1px #b2b2b2;
	margin-top: 30px;
	padding: 0px 20px 20px 20px;
}

@media screen and (max-width:950px){
	.titulo-contacto{
		font-size: 46px;
		padding: 8px 15px 8px 15px;
	}
}

@media screen and (max-width:750px){
	.titulo-contacto{
		font-size: 38px;
		padding: 6px 12px 6px 12px;
	}
}

@media screen and (max-width:620px){
	.titulo-contacto{
		font-size: 33px;
		padding: 3px 10px 3px 10px;
	}
}