    @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400&display=swap');
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        text-decoration: none;
    }
    
    html {
        font-size: 16px;
        min-height: 100% !important;
        position: relative !important;
    }
    
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    li,
    a,
    span,
    label,
    input,
    option,
    select,
    textarea {
        font-family: 'Josefin Sans', sans-serif !important;
    }
    
    header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 2;
        margin-top: 44.3px;
    }
    
    section {
        margin-top: 87px;
        margin-bottom: 324.3px !important;
    }
    
    .container-section {
        width: 90% !important;
    }
    
    .menu-fixed {
        position: fixed;
        background-color: rgba(255, 255, 255, 0.95) !important;
        box-shadow: 0px 0px 8px 2px rgba(184, 184, 184, 0.95) !important;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 2;
        margin-top: 0px !important;
    }
    
    .nav-store-fixed {
        background-color: rgba(248, 248, 248, 0.5) !important;
    }
    
    .alert {
        padding: 0;
        font-size: 18px;
        text-align: center;
    }
    
    .alert-confirmar {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        text-align: center;
        color: rgb(3, 134, 19);
    }
    /* DISEÑO DE FORMULARIOS */
    
    textarea {
        resize: none !important;
    }
    
    .form-control {
        transition: .3s ease all !important;
    }
    
    .form-control:focus {
        /* border: 2px solid #0075FF !important; */
        box-shadow: 0px 0px 3px 0px #0075FF !important;
    }
    /* DISPOSISTIVOS MUY GRANDES */
    
    @media only screen and (max-device-width: 1316px) {
        header {
            margin-top: 42.5px !important;
        }
        section {
            margin-top: 147px;
            margin-bottom: 348.3px !important;
        }
        .container-contactenos {
            margin-top: 150px !important;
        }
    }
    /* DISPOSITIVOS GRANDES */
    
    @media only screen and (max-device-width: 992px) {
        html {
            font-size: 16px;
        }
        header {
            margin-top: 42.5px !important;
        }
        section {
            margin-top: 87px;
            margin-bottom: 348.3px !important;
        }
        .container-contactenos {
            margin-top: 88px !important;
        }
    }
    /* DISPOSITIVOS MEDIO GRANDES */
    
    @media only screen and (max-device-width: 801px) {
        html {
            font-size: 16px;
        }
        header {
            margin-top: 42.5px !important;
        }
        section {
            margin-top: 147px;
            margin-bottom: 348.3px !important;
        }
    }
    /* DISPOSITIVOS MEDIANOS */
    
    @media (max-width:768px) {
        html {
            font-size: 16px;
        }
        header {
            margin-top: 42.5px !important;
        }
        section {
            margin-top: 133px;
            margin-bottom: 445.5px !important;
        }
    }
    /* DISPOSITIVOS PEQUEÑOS */
    
    @media (max-width:576px) {
        html {
            font-size: 14px;
        }
        header {
            margin-top: 37.5px !important;
            position: absolute;
        }
        section {
            margin-top: 108.6px;
            margin-bottom: 430.7px !important;
        }
    }
    /* DISPOSITIVOS MUY PEQUEÑOS */
    
    @media (max-width:412px) {
        html {
            font-size: 14px !important;
        }
        header {
            margin-top: 37.5px !important;
        }
        section {
            margin-top: 108.6px;
            margin-bottom: 451.7px !important;
        }
    }
    /* DISPOSITIVOS MINI */
    
    @media (max-width:390px) {
        html {
            font-size: 12px !important;
        }
        header {
            margin-top: 32.5px !important;
        }
        section {
            margin-top: 103px;
            margin-bottom: 387.9px !important;
        }
    }