@media (orientation: landscape){
	.contenedor-contacto{
		margin-left: 16.666667%;
	}
	.titulo-contacto{
		height:20vw;	
		background: center center;
		background-size: cover;
		background-repeat: no-repeat;
		background-image: url("../imagenes/contacto.jpg");
		display: flex;
		
		align-items: center;
		font-size: 5vw;
		color: white;
	}
	.contenido-contacto{
		padding: 2vw;
		height: auto;	
		background-color: white; 
		align-content: center;
		text-align: center;
		font-size: 2vw;
	}
	.contenido-contacto p{
		padding: 2vw;
		font-size: 1vw;
	}
	.formulario{
	text-align: center;
	}
	.e-centrado{
	margin: auto;
	}
}
@media (orientation: portrait){
	.titulo-contacto{
		height:20vw;	
		background: center center;
		background-size: cover;
		background-repeat: no-repeat;
		background-image: url("../imagenes/contacto.jpg");
		display: flex;
		align-items: center;
		font-size: 5vw;
		color: white;
	}
	.contenido-contacto{
		padding: 2vw;
		height: auto;	
		background-color: white; 
		align-content: center;
		text-align: center;
		font-size: 4vw;
	}
	.contenido-contacto p{
		padding: 2vw;
		font-size: 2.5vw;
	}
	.formulario{
		text-align: center;
	}
	.e-centrado{
		margin: auto;
	}
}