/*
 * Descripción: SKIN DARKFANS
 * Copyright (c) 2023
*/


/*===================================
       Colores light / dark
=====================================*/



:root {
    --lf-colordest: #B0601E;
    --lf-colordest-hover: #d07c37;
    --lf-colordest-active: #B0601E;
    --lf-colordest-fill: #B0601E;

    --lf-filter-colordest: brightness(0) saturate(100%) invert(36%) sepia(99%) saturate(418%) hue-rotate(346deg) brightness(97%) contrast(91%);

    --lf-fondoweb:#2d3237;
    --lf-fondofooter:#2d3237;
    --lf-fondomodal:#2d3237;
    --lf-color-principal:#fff;
    --lf-color-principal-hover:#fff;
    --lf-color-principal-focus:#fff;
    
    --lf-linea: rgba(255,255,255,0.16); 
}

.dark{
    --lf-fondofooter:#000;
}


/*=========================
        CUSTOM
=========================*/

footer {box-shadow:none; border-top: 1px solid rgba(255, 255, 255, 0.3);}
.linea.footer {background:#DFE3E8; opacity:0.2}

.footer-modal, .bottom-modal {background: inherit;}