/*CAMINANTES DEL DESIERTO*/

.desierto{
	font-family: "Inter", sans-serif;
    font-weight:300;
    font-size: 14pt;
    text-align: justify;
    color: #424949;
}

.desierto h1{
	font-family: "Julius Sans One", sans-serif;
	font-size: 35pt;
	font-weight: bolder;
	text-align: center;
	color: #a97a33;
	margin-bottom: -10px;
	margin-top: 50px;
}

.desierto h4{
	text-align: center;
	font-style: oblique;
	margin-bottom: 50px;
}

.desierto p{
 	margin-left: 30px;
	margin-right: 30px;
}

/*LA LEYENDA DEL FUEGO*/

.fuego{
	font-family: "Poppins", sans-serif;
    font-weight:300;
    font-size: 14pt;
    text-align: justify;
    color: #424949;
}

.fuego h1{
	font-family: "SUSE", sans-serif;
	font-size: 35pt;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	color: #a93333;
	margin-bottom: -10px;
	margin-top: 50px;
}

.fuego h4{
	text-align: center;
	font-style: oblique;
	margin-bottom: 50px;
}

.fuego p{
	margin-left: 30px;
	margin-right: 30px;
}

.fuego p.diálogo{
	margin-left: 60px;
	font-style: oblique;
}

/*LA LLORONA*/

.llorona{
	font-family: "Roboto", system-ui;
    font-weight:300;
    font-size: 14pt;
    text-align: justify;
    color: #424949;
}

.llorona h1{
	font-family: "Allura", system-ui;
	font-size: 50pt;
	font-weight: bolder;
	text-align: center;
	color: #74aab8;
	margin-bottom: -10px;
	margin-top: 30px;
}

.llorona h4{
	text-align: center;
	font-style: oblique;
	margin-bottom: 50px;
}

.llorona p{
	margin-left: 30px;
	margin-right: 30px;
}

.llorona p.diálogo{
	margin-left: 60px;
	font-style: oblique;
}

.llorona p.centro{
	text-align: center;
	font-style: oblique;
}

.llorona p.fuente{
	margin-left: 60px;
	font-style: oblique;
	color: #81a2aa;
	font-size: 8pt;
}