@charset "utf-8";
/* CSS Document */


@font-face {

font-family: 'Jenna Sue'’;

   src: url('../fonts/jennasue.eot');

   src: url('../fonts/jennasue.eot') format('embedded-opentype'),

        url('../fonts/jennasue.woff') format('woff'),

        url('../fonts/jennasue.ttf') format('truetype'),

        url('../fonts/jennasue.svg') format('svg');

  font-weight: normal;

  font-style: normal;
	
	
}


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



.Nosotros {
	
	background:url(../img/gente-oficina.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
	background-position: top;
	margin: 0 10;
	padding: 0;
	height: 900px;


}

.Titulo-Nosotros {
	
	font-family: 'Jenna Sue', sans-serif;
	font-size: 98px;
	color: #cb2a48;
	padding-top: 200px;
	width: 100%;
	margin-left: 120px;


}

.Text-Nosotros {
	
	font-family: 'Oswald', sans-serif;
	width: 45%;
	font-weight: 400;
	text-align: justify;
	height: auto;
	font-size:18px;
	color: #393939;
	padding-top: 50px;
	line-height: 32px;
	margin-left: 120px;

}



.Text-Nosotros p {

	height: 10px;

}


.SubTitulo-Nosotros {
	
	font-family: 'Jenna Sue', sans-serif;
	font-size: 68px;
	color: #ffc600;
	padding-top: 60px;
	width: 100%;
	margin-left: 120px;


}






@media (max-width:414px) { 
   
.Nosotros { height: 800px; }

.Titulo-Nosotros {
	
	font-size: 68px;
	color: #cb2a48;
	padding-top: 200px;

}

.Text-Nosotros {
	
	width: 95%;
	font-size:15px;
	line-height: 26px;
	margin-left: 10px;
	margin-right: 10px;
}


.Text-Nosotros p { height: 10px; }

.SubTitulo-Nosotros {

	font-size: 48px;
	margin-left: 20px;

}


}

















