:root {
    --primario: #242e7c;
    --secundario: #ffe500;
    --blanco: #fff;
    --gris: #E8EBF6 0% 0% no-repeat padding-box;
    --toggle-color: #DDD;
    --text-color: #707070;
    --primary-color-light: #e6e5ed;
    --fuentePrincipal: 'Helvetica Neue', Arial, sans-serif;
    --fuenteSecundaria: 'Helvetica Neue Bold', Arial, sans-serif;
    --placeholderColor: #454973;
    --letra: #25346D;
    --letraInput: #0c1260bf;
    --tran-02: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.4s ease;
    --tran-05: all 0.5s ease;
}
