	/*CSS Especial para el curriculum. Hace el font más grande
	https://bootstrapcreative.com/bootstrap-text-sizes/*/
body {
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”;
/* default is 1rem or 16px */
font-size: 20px;
font-weight: 400;
line-height: 1.5;
}
 
/* Increase all font sizes on mobile */
@media (max-width: 767px) { 
 
body {
/* default is 1rem or 16px */
font-size: 25px;
}
 
}	
