
* {
    
	margin:0;
	padding:0;
	box-sizing:border-box;
    text-decoration: none;
	list-style: none;
}

.ContentCentrar {
    
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Text-Index-Mision-Valor {
	
	width:100%;
	height:auto;
	background:url(../img/2.jpg) 100% 100% no-repeat fixed;;
	background-size:cover;
	background-repeat:no-repeat;
    background-position: top right;
}

.Content-Centrar-Mision-Valor {
	
	 font-family: 'Roboto', sans-serif;
	text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 170px;
	width: 100%;
	height: 370px;
	color: #fff;
	font-size:40px;
	line-height: 22px;
	background-color: rgba(37,54,97,.7);
	font-weight: 500;
}


.MV-Izquierda {
    
	font-family: 'Roboto', sans-serif;
	width: 95%;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	
}


.MV-Izquierda p { height: 25px; }

.Newsletter {
	
	width: 100%;
	height: auto;
	background-color: #ebebeb;
	padding-bottom: 80px;


}


.NewsletterInput {
	
	font-family: 'Questrial', sans-serif;
	font-size: 11px;
	border: 0.5px solid #eaeaea;
    padding: 12px;
	font-weight: 400;
	width: 600px;

}



@media (max-width:412px) { 
	
.Text-Index-Mision-Valor {
	
	width:100%;
	height:auto;
	background:url(../img/2.jpg) 100% 100% no-repeat fixed;;
	background-size:cover;
	background-repeat:no-repeat;
    background-position: top right;
}

.Content-Centrar-Mision-Valor {
	
nter;
    padding-top: 170px;
	width: 100%;
	height: 370px;
	color: #fff;
	font-size:20px;
	line-height: 22px;
	background-color: rgba(37,54,97,.7);
	font-weight: 500;
}


.MV-Izquierda {
    
	font-family: 'Roboto', sans-serif;
	width: 95%;
	display: inline-block;
	text-transform: uppercase;
}
	
    
}












