@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');
:root{
    --margen:68rem;
    --margen-nav:76rem;
    --dim-poligono: 14.5rem;

    --head-background:#ffffff;
    --head-title-check:#f39100;
    --head-title:#787878;

    --sentence-in:#ffffff;
    --btn-off:#ffffff;
    --btn-on:#F39100;

    --sentence-strong:#545353;
    --sentence:#787878;
    --principal-title:#f39100;
    --title:#164D75;

    --ico-footer:#ffffff;
    --ico-home:#f39100;

    --ico-adm:#59626c;
    --ico-adm-s:#ffffff;
}