@charset "utf-8";
/* CSS Document */

#nosotros{
	width:100%;
	height:100%;	
}

h1{
	color:#0b70a8;
	text-align:center;
	font-size:26px;
	margin:0;
	padding:2% 0;
	font-family: 'Avenir Next LT Pro Bold';		
}
@media screen and (min-width: 1024px) {
	h1{
		font-size:32px;
	}
}