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

.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: 60px;
}

#entrada-contacto {
	width: 100%;
	max-width: 840px;
	margin: auto;
	margin-top: 22px;
	margin-bottom: 44px;
	font-family: "open_sanslight";
	font-size: 17px;
	text-align: justify;
	line-height: 20px;
	/*color: #5A6064;*/
}

.formatoh4{
	font-family: 'open_sanslight', sans-serif;
	font-size: 32px;
	color: #606060;
	margin-top: 20px;
	letter-spacing: 2px;
	word-spacing: 4px;
}

.txtentradacentrado {
	font-family: "open_sansitalic", "sans-serif";
	font-size: 18px;
	color: #FF0000;
	text-align: center;
	padding-top: 14px;
}

.txtentradacentrado2 {
	font-family: "open_sansitalic", "sans-serif";
	font-size: 18px;
	color: #fc5353;
	text-align: center;
}

#entrada-contacto p{
	line-height: 29px;
}

#textos-entrada{
	width: 90%;
	max-width: 800px;
}

#h1_form{
	text-align: center;
	padding-bottom: 30px;
}

#cotenedor-contactos{
	width:90%;
	max-width:1050px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*align-items: center;*/
	margin: auto;
	/*background-color: aquamarine;*/
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0, 0.2);
	/*background-image: url("../imagen/fondo-form-contact.jpg");*/
	/*background-color: aqua*/
}

#datosdecontacto{
	width: 45%;
	/*background-color: #EC0609;*/
}

#formulario-contacto{
	width: 55%;
	min-width: 450px;
}

#textos-contactos::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FF0000;
	opacity: 0.75;
}

#textos-contactos{
	width: 100%;
	position: relative;
	background-image: url("../imagen/fondo-form-contact-peque.jpg");
	background-size: cover;
}

#txtdatos{
	padding: 1px 16px 20px 30px;
	position: relative;
	z-index: 2;
}

#txtdatos p{
	font-size: 16px;
	text-align: left;
}

.txtdatos{
	color:  #fff;
	margin-bottom: 20px;
	
}

.datosdestacado{
	font-weight: 900;
}

#txtdatos h4 {
	margin-bottom: 26px;
	font-size: 30px;
}

@media screen and (max-width:926px){
	#datosdecontacto{
		width: 100%;
	}
	#formulario-contacto{
		width: 55%;
		min-width: 455px;
	}
}
@media screen and (max-width:880px){
	#entrada-contacto{
		width: 90%;
	}
}

@media screen and (max-width:810px){
	#entrada-contacto {
		line-height: 40px;
	}
}

@media screen and (max-width:522px){
	#formulario-contacto{
		width: 100%;
		min-width: 250px;
	}
}

@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:650px){
	.titulo-contacto{
		font-size: 36px;
		line-height: 46px;
		padding: 5px 12px 5px 12px;
	}
}

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

@media screen and (max-width:475px){
	.titulo-contacto{
		font-size: 31px;
		line-height: 36px;
		padding: 4px 12px 4px 12px;
	}
}

@media screen and (max-width:355px){
	.titulo-contacto{
		font-size: 27px;
		line-height: 30px;
		padding: 3px 12px 3px 12px;
	}
}

@media screen and (max-width:255px){
	#txtdatos h4 {
	margin-bottom: 20px;
	font-size: 22px;
}
}