@media (max-width: 1366px) {
    /* jsoor scale(0.854604) */
}
@media (max-width: 1024px) {
    /* jsoor scale(0.64064) */
    .slider-text {
        width: calc(90vw + 35%);
    }
}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
    /* jsoor scale(0.48048) */

    .cn-section,
    .padd-section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    #link-go-top {
        right: 16px;
    }
    .col-four {
        width: 50%;
    }

    .presentation-container {
        height: auto;
        max-height: 400px;
    }
    .right-list ul {
        display: none;
    }
    #aside-trigger {
        display: inline-block;
    }

    .slider-arrows {
        width: 35px !important;
        height: 35px !important;
    }
    .slider-arrows.left {
        left: 35px !important;
    }
    .slider-arrows.right {
        right: 35px !important;
    }

    .div-products .product {
        width: calc(33.3333% - 24px);
    }
    .product .precio {
        font-size: 1.13em;
    }
}

@media (max-width: 600px) {
    /* jsoor scale(0.445445) */


    .first-content {
        margin-top: 130px;
    }

    .col-three {
        width: 100%;
    }

    .div-products {
        margin-left: -8px !important;
        margin-right: -8px !important;
    }
    .div-products .product {
        margin: 8px;
        width: calc(50% - 16px);
    }
}

@media (max-width: 440px) {
    .presentation-container {
        max-height: 280px;
    }

    .sticky .logo-link img {
        height: 64px !important;
    }
    .slider-arrows.left {
        left: 20px !important;
    }
    .slider-arrows.right {
        right: 20px !important;
    }

    .product .precio {
        font-size: 1em;
    }

    .col-four { /*added*/
        width: 100%;
    }
}

@media (max-width: 425px) {
    /* jsoor scale(0.35035) */

    h1 {
        font-size: 2.2em;
    }

    .logo-link img {
        height: 64px !important;
    }
}

@media (max-width: 375px) {
    h1 {
        font-size: 2.0em;
    }

    .div-products .product {
        width: calc(100% - 16px);
    }

    .header-sticky .pd-16 {
        padding: 0 8px !important;
    }
    .logo-link img {
        height: 58px !important;
    }
    .header-sticky a.gradient-bg {
        font-size: 0.9em;
    }
}