.fuente-raleway{
  font-family: "Raleway", sans-serif;
}

.pridi-extralight {
  font-family: "Pridi", serif;
  font-weight: 200;
  font-style: normal;
}

.pridi-light {
  font-family: "Pridi", serif;
  font-weight: 300;
  font-style: normal;
}

.pridi-regular {
  font-family: "Pridi", serif;
  font-weight: 400;
  font-style: normal;
}

.pridi-medium {
  font-family: "Pridi", serif;
  font-weight: 500;
  font-style: normal;
}

.pridi-semibold {
  font-family: "Pridi", serif;
  font-weight: 600;
  font-style: normal;
}

.pridi-bold {
  font-family: "Pridi", serif;
  font-weight: 700;
  font-style: normal;
}


.interlineado1{
  line-height: 80%
}

.verde {color: #cedc28;}
.verde-oscuro {color: #006537;}
.fondo-verde {background-color: #cedc28;}
.fondo-verde-oscuro {background-color: #006537;}
.blanco {color: #fff;}

.justificado{
  text-align: justify;
}