

/* COLORES CORPORATIVOS ------------------------------------------------  */
:root {
	--color-01: #fe4a08; /* corporativo 1 */
	--color-02: #414143; /* corporativo 2 */
	--color-03: #11829e; /* corporativo 3 */
	--color-04: #d8ad51; /* oro */
}
/* COLORES CORPORATIVOS ------------------------------------------------  */




/* TITULOS ------------------------------------------------------------  */
.titulo-responsive {
	font-size: 70px;
	line-height: 100%;
}
@media (max-width: 600px) {
	.titulo-responsive {
		font-size: 50px;
		line-height: 100%;
	}
  }
.titulo-apartado {
	line-height: 80%;
	font-size: 30px;
	font-weight: 100; /* normal, bold, 900 */
	color: #FFF;
}
.titulo-01 {
	font-family: 'Montserrat', sans-serif;
	line-height: 100%;
	font-size: 40px;
	font-weight: 200; /* normal, bold, 900 */
	color: #000;
}





/* FUENTES ------------------------------------------------------------  */
.fuente-01 {
	font-family: 'Alumni Sans', sans-serif;
	line-height: 80%;
}
.fuente-02 {
	font-family: 'Shadows Into Light Two', cursive;
}
.fuente-03 {
	font-family: 'Dancing Script', cursive;
}
.fuente-04 {
	font-family: 'Orbitron', sans-serif;
}
.fuente-05 {
	font-family: 'Montserrat', sans-serif;
}
.fuente-06 {
	font-family: 'Lora', serif;
}
.fuente-07 {
	font-family: 'Cormorant Garamond', serif;
}
.fuente-08 {
	font-family: 'Nunito', sans-serif;
}
/* FUENTES ------------------------------------------------------------  */


