@media(max-width: 1900px) {
    /* section#company h1 {
        margin-top: calc(30 * 100vw / 1920) !important;
    } */
}

@media(max-width: 1850px) {
    section#company h1 {
        margin-top: 2%;
    }
}

@media(max-width: 1750px) {
    section#company h1 {
        margin-top: 0;
    }
    section#company .img-main {
        max-width: 50%;
    }    
}

@media(max-width: 1650px) {
    .menu-main {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .icon-list {        
        padding: 2rem 3rem;
    }
}

@media(max-width: 1610px) {
    /* footer .ps-block {
        padding-left: 3rem;
    } */
}

@media(max-width: 1600px) {
    .main-wrapper {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    /* #home #productos .swiffy-slider figcaption {
        font-weight: 600;
        line-height: 1.5rem;
        padding: 3rem 1.5rem;
    } */
}


@media (max-width: 1480px) {
    #contacto .form {
        padding-right: 2rem;
    }
    #contacto .data {
        font-size: 1.5rem;
    }

    #empresa .w-custom {
        max-width: 30%;
    }
}

@media (max-width: 1400px) {
    #empresa .icon-list figure figcaption {
        padding: 0 1rem;
    } 
}

@media (max-width: 1310px) {
    .icon-list {        
        padding: 2rem 1.5rem;
    }
    .icon-list figure {
        font-size: 1.1rem;
    }
}

@media (max-width: 1300px) {
    .menu-main .hidden-text {
        display: none;
    }
    .menu-main .scalable {
        scale: 1.5;
        padding: 0 0.5rem;
    }
    .menu-main .scalable.a1-3 {
        scale: 1.3;
    }

    #home .banner {
        height: 650px;
    }
        #home .banner .slide img {
            height: 650px;
        }
        #home .banner .slide .floating-text {
            font-size: 3rem;
            line-height: 3.5rem;
        }
}

@media (max-width: 1280px) {
    section#company .main-wrapper.history {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    #contacto .data {
        font-size: 1.3rem;
    }

    #empresa .icon-list {
        padding: 3rem 1rem;
    }
}


@media (max-width: 992px) {
    #home .banner {
        height: 413px;
    }
        #home .banner .slide img {
            height: 413px;
        }
        #home .banner .slide .floating-text {
            font-size: 2rem;            
            line-height: 2.35rem;
        }
        #home .floating-text .before-line {
            border-top: solid var(--jg-bg-color) 7px;
            padding-bottom: 1rem;
            width: 55px;
        }

    #home #s-slider h1 {
        margin-left: 37px;
    }

    section#banner img {
        height: 400px;
        width: auto;
        object-fit: cover;
    }

    #contacto .form {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    #contacto .data {
        position: sticky;
        top: 33%;
        padding-top: 40px;
    }

    #empresa .icon-list figure figcaption {
        margin-top: 1.5rem;        
    }
}

@media (max-width: 768px) {    
    .menu-main .scalable {
        scale: 1.2;
        padding: 0 0;
    }
    .menu-main .scalable.a1-3 {
        scale: 1;
    }

    #home .banner .slide img {
        margin-left: -20%;
    }

    #contacto .data {
        text-align: center;
        padding-bottom: 0;
    }

    #empresa .icon-list figure figcaption {
        padding: 0 0rem;
    }

    section#banner img {
        height: 250px;
    }
}

@media (max-width: 640px) {
    #home #s-slider h1 {
        margin-left: 0;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .menu-main {
        padding-left: 1rem;
        padding-right: 1rem;
    }
        .menu-main .navbar-text .list-inline-item:not(:last-child) {
            margin-right: 1rem;
        }
    .menu-overlayed .menu-close {
        right: 1.5rem;
        top: -1rem;
    }

    #home .banner .slide img {
        margin-left: -25%;
    }    

    #home .banner .slide .floating-text {
        font-size: 1.7rem;
        line-height: 2rem;
    }

    .icon-list figure {
        font-size: 1.33rem;
    }

    section#company .main-wrapper.history,
    .main-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 500px) {
    .d-500-none {
        display: none;
    }
}

@media (max-width: 410px) {
    #contacto .data {
        font-size: 1.1rem;
    }
}