*{
	box-sizing: border-box;
	margin: 0;
}
.content_s_h{
	width: 100%;
}
.somos{
	width: 100%;
	overflow: auto;
}
.texto_somos{
	width: 50%;
	float: left;
	background-color: #ff5f5f;
	color: #fff;
	padding: 7.8% 6%;
	text-align: justify;
	height: 70vh;
    display: flex;
    flex-wrap: wrap;
}
.texto_somos h2{
	font-size: 32px;
	margin: 0;
	text-align: center;
	font-weight: 750;
}
.texto_somos p{
	font-size: 18px;
	padding: 1% 4%;
}
.img_somos{
	width: 50%;
	float: left;
}
.img_somos img{
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	height: 70vh;
	object-fit: cover;

}

.content_v_m_v{
	width: 100%;
	text-align: justify;
	overflow: auto;
}
.mision{
	width: 50%;
	padding: 3% 5%;
	float: left;
	background-color:#ff5f5f; 
}
.mision h2{
	font-size: 	26px;
	margin: 0;
	font-weight: 700;
	text-align: center;
	padding: 3% 0%;
}
.vision{
	width: 50%;
	padding: 3% 5%;
	float: left;
}
.vision h2{
	font-size: 	26px;
	margin: 0;
	font-weight: 700;
	text-align: center;
	padding: 3% 0%;
}
.content_et{
	width: 100%;
}
.titulo_et{
	width: 100%;
	padding: 1%;
	text-align: center;
	background-color: #2c2c2c;
	color: #fff;
}
.titulo_et h2{
	margin: 0;
	font-weight: 800;
	font-size: 28px;
}
.contenedor_img{
	width: 100%;
	overflow: auto;
	margin: 0;
	padding: 0; 
}
.subcontenedor_img{
	width: 25%;
	float: left;
	position: relative;
}
.img_p img{
	width: 100%;
	height: 100%;
	display: block;
	border: 0px;
}
.info_p{
	width: 100%;
	height: 100%;
	top: 0;
	padding:5%;
	background-color: #2c2c2c;
	color: #fff;
	position: absolute;
	display: none;
	animation-name: op;
	animation-duration: 1s;
}
.info_p h2{
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
.info_p h3{
	font-size: 14px;
	line-height: 15px;
	padding-top: 2%;
	margin: 0;
	padding-bottom: 5%;
}
.info_p img{
	width:10%;
	padding-bottom: 25%;
}

.info_p p{
	font-size: 14px;
	margin: 0;
	bottom: 5%;
}
.info_p p span{
	padding-left: 50%;
}
@keyframes op{
	from{opacity: 0;}
	to{opacity: 1;}
}



/*AÑADIDO POR JOSEKUS*/

.historia{
	width: 100%;
	overflow: auto;
	height:100vh;
}
.img_h{
	width: 50%;
	float: left;
}
.img_h img{
	width: 100%;
	height: 100vh;
	display: block;
	object-fit: cover;
}
.texto_hi{
	width: 50%;
	float: left;
	background-color: #83ffe6;
	padding: 3.2% 7%;
	text-align: justify;
	height:100vh;
	flex-wrap: wrap;
    align-items: center;
    display: flex;
}

.texto_hi h2{
	font-size: 32px;
	font-weight: 750;
	margin: 0;	
	text-align: center;
}
.texto_hi p{
	font-size: 16px;
	padding: 1% 2%;
	margin: 0;	
}



/*-------------------------------Celular-------------------------------------------*/
@media screen and (min-width:0px) and (max-width:450px){
    .texto_somos{
    	width: 100%;
    	padding: 10% 6%;
    }
    .texto_somos h2{
    	font-size: 26px;
    }
    .texto_somos p{
    	font-size: 16px;
    	padding: 1% 4%;
    }
    .img_somos{
    	width: 100%;
    }
    .img_h{
    	width: 100%;
    }
    .texto_hi{
    	width: 100%;
    	padding: 8% 7%;
    }
    .texto_hi h2{
    	font-size: 24px;
    }
    .texto_hi p{
    	font-size: 16px;
    	padding: 1% 4%;
    }
    
    .valores{
    	width: 100%;
    	padding: 4% 8%;
    }
    .valores h2{
    	font-size: 22px;
    	line-height: 27px;
    	padding: 4% 0%;
    }
    .valores p{
    	font-size: 16px;
    }
    .mision{
    	width: 100%;
    	padding: 3% 3%; 
    }
    .mision h2{
    	font-size: 24px;
    	padding: 3% 0%;
    }
    .vision{
    	width: 100%;
    	padding: 3% 3%;
    	float: left;
    }
    .vision h2{
    	font-size: 26px;
    	padding: 3% 0%;
    }
    .titulo_et h2{
    	font-size: 16px;
    }
    
    .subcontenedor_img{
    	width: 100%;
    	float: none;
    }
}

@media screen and (min-width:0px) and (max-width:600px){
    
    .texto_somos {
        width: 100%;
        padding: 10% 6%;
        height:auto;
    }
    .img_somos img {
        height:50vh;
    }
    .historia {
        width: 100%;
        overflow: auto;
        height: auto;
    }
    .img_somos {
        width: 100%;
        float: left;
    }
    .texto_hi {
        width: 100%;
    }
    .img_h {
        width: 100%;
    }
    .texto_hi {
        height: auto;
    }
}








/*-------------------------------Tablet-------------------------------------------*/
@media screen and (min-width:450px) and (max-width:1024px){

}