@media (orientation: landscape){
	.contenedor-conocenos{
		margin-left: 16.666667%;
	}
	.titulo-conocenos{
		height: 20vw;	
		background: center center;
		background-size: cover;
		background-repeat: no-repeat;
		background-image: url("../imagenes/conocenos.jpg"); 
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 5vw;
		color: white;
	}
	.contenido-conocenos{
		padding: 5vw;
		background-color: white; 
		align-content: center;
	}
	.tabla-conocenos{
		padding: 1.5vw;
	}
	.min-tit{
		font-size: 1.5vw;
	}
	
}

@media (orientation: portrait){
	.contenedor-conocenos{
		height: 100%;
	}
	.titulo-conocenos{
		height:15vw;	
		background: center center;
		background-size: cover;
		background-repeat: no-repeat;
		background-image: url("../imagenes/conocenos.jpg"); 
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 5vw;
		color: white;
	}
	.contenido-conocenos{
		padding: 5vw;
		background-color: white; 
		align-content: center;	
	}
	.tabla-conocenos{
		padding: 1.5vw;
		text-align: center;
	}
	.min-tit{
		text-align: center;
		font-size: 3vw;
	}
	.conocenos-text{
		padding-top: 2vw;
		text-align: left;
	}
}