@import url('../fuentes.css');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}
body {	
	background: #EEEEEE;
}
body input, body select,
body textarea{
	border-radius: 7px !important;
	font-size: 0.85em !important;
}
body label{
	font-size: 0.85em !important;
	margin: auto 0px;
}
textarea{
	resize: none;
}
.main{
	flex-direction: column;
	width: 80%;
	margin: 120px auto 0px;
	padding: 4px;
	z-index: 0;
}
.parallax{
	margin-top: 10px;
	position: relative;
    background: url('../../img/quienes-somos.jpg') no-repeat fixed;
	    -webkit-background-size: 100% 400px;
	    -moz-background-size: 100% 400px;
	    -o-background-size: 100% 400px;
    min-height: 400px;
    background-size: 100% 400px;
	background-repeat: no-repeat;
	background-position : 0px 135px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 7px;
}
.div_imgentrad{
	width: 100%;
	margin-bottom: 15px;
}
.div_MisVis{
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 50px;
}
.div_infoMV{
	width: 23%;
	align-items: center;
	height: auto;
}
.div_infoMV .div_imgn {
	/* filter: blur(5px); */
	position: absolute;
	/* transition: all 1s ease; */
	width: 280px;
	height: 270px;
	align-items: center;
	flex-direction: column;
	box-shadow: 3px 3px 10px #373232;	
}
.div_infoMV .div_texto {
	position: relative;
	transition: all 1s ease;
	/* transform: translateX(-50%); */
	opacity: 0;
	padding: 15px;
	width: 280px;
	height: 270px;
	margin: 0px auto;
	border-radius: 10px;
	box-shadow: 3px 3px 10px #373232;	
/* 	background-image: url('../img/fondo_spa_3.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%; */
}

/* Cuando se haga hover sobre el contenedor */
.div_infoMV:hover > .div_imgn {
	transition: all 1.2s ease;
	opacity: 0;
}
.div_infoMV:hover > .div_texto {
	transition: all 1.2s ease;
	opacity: 1;
}
.div_texto p{
	font-family: SourceSansPro, Arial, Helvetica, SansSerif;
	color: #020101;
	font-size: 1em;
	margin: auto;
	padding: 7px;
}
.div_imgn h4{
	font-family: IBMPlexMono-BoldItalic, Courgette-Regular, RobotoMono-LightItalic, Arial, Helvetica, SansSerif;
	color: #274690; 
	font-size: 1.5em;
	margin: 10px auto;
}
.div_imgn img{
	width: 200px;
}
.div_imgn img.vision{
	width: 240px;
	margin-top: 15px;
	border-radius: 7px;
}
.div_imgn img.mision{
	width: 250px;
	margin-top: 15px;
	border-radius: 7px;
}

/* PRINCIPIOS CALIDAD */
.div_calid{
	margin: 50px auto;
}
.div_imgcld, .div_textcld{
	width: 50%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.div_imgcld img{
	width: 100%;
}
.div_textcld{
	flex-direction: column;
	/* background-color: #076299; */
	background-color: #FFFFFF; 
}
.div_textcld h4{
	font-family: IBMPlexMono-BoldItalic, Courgette-Regular, RobotoMono-LightItalic, Arial, Helvetica, SansSerif;
	color: #6167D4;
	font-size: 1.3em;
	margin: 20px auto 15px;
}
.div_textcld p{
	/* color: #fff; */
	margin-left: 20px;
	margin-right: 20px;
}
.icomrgn{
	margin-right: 7px;
	color: #6167D4;
	font-size: 0.95em;
}
.separador{
    width: 70%;
    border: 1px solid #f28c32;
    margin: 0px auto;
}
.btn-whatsapp {
	bottom: 4em;
	right: 0.2em;
}
.ir_arriba {
	bottom: 0em;
	z-index: 998;
}






/* MEDIA QUERYS */

/* SCREEN 1920 */
@media screen and (min-width:1900px) {
	.div_imgentrad {
		width: 90%;
		margin-left: 2%;
    	margin-bottom: 0px;
	}

	.parallax{
    	margin-top: 10px;
		min-height: 400px;
    	background-size: 84% 400px;
    	background-repeat: no-repeat;
    	background-position : 0px 135px;
    }
    .div_MisVis, .div_calid{
    	width: 90%;
    	margin-left: 3%;
    }
    .div_textcld{
    	width: 48%;
    }
    .div_footer1, .div_footer2{
    	width: 94%;
    }
}



/* SCREEN 1366 */
@media screen and (max-width:1366px) {
	.div_MisVis{
	}
	.div_infoMV .div_imgn,
	.div_infoMV .div_texto {
		width: 250px;
		height: 320px;
	}
	.div_imgn img{
		margin-top: 25px;
	}
	.div_imgn img.vision{
		width: 220px;
		margin-top: 45px;
	}
	.div_imgn img.mision{
		width: 220px;
		margin-top: 45px;
		height: 145px;
	}
	.div_footer2 p{
		text-align: justify;
	}


}


/* SCREEN 1024 */
@media screen and (max-width:1024px) {
	.div_MisVis{
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.div_infoMV{
		width: 280px;
	}
	.div_infoMV .div_imgn,
	.div_infoMV .div_texto{
		width: 280px;
		height: 320px;
	}
	.info1, .info2{
		margin-bottom: 20px;
	}
	.btn-whatsapp {
		bottom: 2.8em;
		right: 0.5em;
	}
	.ir_arriba {
		bottom : 0;
		right : 1em;
	}

}

/* SCREEN 896 */
@media screen and (max-width:896px) {
	.parallax{
		min-height: 250px;
    	margin-top: 55px;
    	background-size: 100% 250px;
    	background-repeat: no-repeat;
    	background-position : 0px 180px;
    }

}



/* SCREEN 768 */
@media screen and (max-width:768px) {
	.div_calid{	
		flex-direction: column;
	}
	.div_calid div{
		width: 100%;
	}
	.btn-whatsapp {
		bottom: 2.8em;
		right: 0.5em;
	}
	.ir_arriba {
		bottom : 0;
		right : 1em;
	}

}

/* SCREEN 740 */
@media screen and (max-width:740px) {
	.parallax{
		min-height: 200px;
    	margin-top: 70px;
    	background-size: 100% 200px;
    	background-repeat: no-repeat;
    	background-position : 0px 195px;
    }
}






/* SCREEN 414 */
@media screen and (max-width:414px) {
	.main{
		width: 95%;
	}
	.info3{
		margin-bottom: 20px;
	}
	.btn-whatsapp {
		right: 0;
	}
	.ir_arriba{
		right: 0.6em;
		z-index: 900;
	}
}





/* SCREEN 360 */
@media screen and (max-width:360px) {
	.parallax{
		min-height: 250px;
    	margin-top: 70px;
    	background-size: 100% 250px;
    	background-repeat: no-repeat;
    	background-position : 0px 200px;
    }
}


