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

h3{
	line-height: 26px;
}

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;
	line-height: 72px;
}

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

#entrada p{
	font-family: "open_sanslight";
	font-size: 17px;
	line-height: 29px;
}

#entrada h1{
	margin-bottom: 15px;
}

#entrada h3{
	margin-top: -10px;
	margin-bottom: 20px;
}

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

/* modulos de servicios mod01 */
.imagen-mod01{
	grid-area: imagen-mod01;
	padding-right: 10px;
}
.titulos-mod01{
	grid-area: titulos-mod01;
}
.texto-mod01{
	grid-area: texto-mod01;
}
.producto-mod01{
	width: 100%;
	margin-right: 20px;
	/*background-color: aqua;*/
	border-radius: 20px;
	margin-top: 40px;
	padding-right: 34px;
	display: grid;
	gap:0px;
	grid-template-columns: auto 420px;
	grid-template-areas: 
		"imagen-mod01 titulos-mod01"
		"imagen-mod01 texto-mod01";
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 4%, #e9ecea 65%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ffffff 4%,#e9ecea 65%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ffffff 4%,#e9ecea 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9ecea',GradientType=1 ); /* IE6-9 */
}

.pantallav2{
	display: none;
}

.txt-producto{
	margin-top: 36px;
	margin-bottom: 16px;
	font-size: 14px;
	line-height : 25px;
}


#boton-menu-content ul, ol {
  list-style: none;
}

#boton-menu-content{
	float: left;
	margin-bottom: 30px;
}

@media screen and (max-width:1170px){
	.producto-mod01{
		grid-template-columns: 1fr;
		grid-template-areas:
			"titulos-mod01"
			"imagen-mod01"
			"texto-mod01";
		padding-right: 0px;
	}
	.pantallav2{
		display: block;
	}
	.pantalla-v2{
		display: grid;
	}
	.txt-producto{
		display: none;
	}
	#botonmenu botonmenuUno{
		display: none;
	}
	.imagen-mod01{
		width: auto;
		margin: auto;
		margin-top: -20px;
		z-index:1;
		padding-right: 0px;
	}
	
	.titulos-mod01{
		width: 96%;
		margin: auto;
		margin-top: -26px;
		z-index:5;
		padding-left: 20px;
	}
	.texto-mod01{
		width: 90%;
		max-width: 900px;
		margin: auto;
		margin-top: -12px;
		margin-bottom: 26px;
		z-index:4
	}
	
	.btn-producto {
		margin-bottom: 0px;
	}
}

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

@media screen and (max-width:750px){
	.titulo-contacto{
		font-size: 38px;
		line-height: 50px;
		padding: 6px 12px 6px 12px;
	}
	/* modulos de servicios */
	
	.producto-mod01{
		margin-top: 20px;
	}
	.imagen-mod01{
		margin-top: -10px;
	}
		.titulos-mod01{
		margin-top: -30px;
	}
	.texto-mod01{
		margin-top: -12px;
	}
}

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