:root {

    --colorAzul: #1d3564;
    --colorAzul-fondo: #1d3564;
    --colorAzul-filete: #00688E;
    --colorAzul-enlace: #457B9D;

    --font: Lato, sans-serif;
    --font2: Karla, sans-serif;

    --color-custom1: var(--colorAzul);
    --color-custom1-fondo: var(--colorAzul-fondo);
    --color-custom1-filete: var(--colorAzul-filete);
    --color-custom1-enlace: var(--colorAzul-enlace);

    --maxwidth: 117rem;

}
