@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;
}

h5{
	margin-bottom: 18px;
}

.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;
}

#logo{
	width: 80%;
	max-width: 644px;
	margin: auto;
	margin-bottom: 26px;
}

#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;
}

#tabla-precios{
	margin: auto;
	margin-bottom: 36px;
	margin-top: 36px;
}

.thead{
	background: #ff0000;
	color: #FFFFFF;
}

#precios1{
	border-collapse: collapse;
	border: solid 3px #5A6064;
	margin: auto;
}

td, th{
	padding: 5px 10px;
	border: solid 1px #5A6064;
}

table tr{
	background: rgba(255,0,0,0.15);
}

.tr-blanco{
	background: #FFF;
}

.tr-gris{
	background: #e9e9e9;
}

.h5titulo-tabla{
	padding-left: 3px;
	font-family: "open_sansregular", "sans-serif";
	color: #FF0000;
	margin: 20px 0px 10px 0px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

.nota-tabla{
	text-align: center;
	color: #FF0000;
	font-size: 16px;
	font-family: "open_sansitalic", Verdana, "sans-serif";
	margin-top: 5px;
	margin-bottom: 12px;
}

.separador1{
	margin-top: -28px;
	margin-bottom: 20px;
	color: #606060;
}

.txtnotas{
	font-family: 'open_sanslight', sans-serif;
	font-size: 17px;
	margin-top: 14px;
	margin-bottom: 26px;
	line-height: 25px;
}

.txtnotas2{
	font-family: 'open_sanslight', sans-serif;
	font-size: 17px;
	margin-top: 14px;
	margin-bottom: 26px;
	color: #FF0000;
	line-height: 25px;
}

#notas{
	width: 90%;
	max-width: 1200px;
	margin: auto;
	padding: 10px 50px;
	border: solid 2px rgba(0,0,0,0.5);
	border-radius: 4px;
	margin-bottom: 24px;
}

.h1notas{
	margin-top: 6px;
}

.txtcentrado{
	text-align: center;
}

.txtcentrado1{
	text-align: center;
	margin-top: -6px;
	margin-bottom: 10px;
}

.subtituloTabla{
	font-family: 'open_sanslight', sans-serif;
	font-size: 14px;
}

@media screen and (max-width:700px){
	
	#tabla-precios{
		width: 90%;
	}
	
	#precios1{
		width: 90%;
		max-width: 400px;
		border: none;
	}
	
	.thead{
		display: none;
	}
	
	table tr{
		display: flex;
		flex-direction: column;
		border: solid 1px #5A6064;
		border-radius: 2px;
		margin-bottom:10px;
		overflow: hidden;	
	}
	
	table td[data-titulo]{
		display: flex;
	}
	
	table td[data-titulo]::before{
		content: attr( data-titulo );
		font-family: "open_sansregular", Verdana, "sans-serif";
		font-size: 15px;
		color: rgba(0,0,0,0.4);
		width: 130px;
	}
	
	td, th{
		border: none;
	}

}

@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;
	}
}

@media screen and (max-width:500px){
	.titulo-contacto{
		font-size: 31px;
		padding: 3px 10px 3px 10px;
		line-height: 42px;
	}
}