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

@media(max-width: 1770px) {
    /* footer .ps-block {
        padding-left: 5rem;
    } */
}
@media(max-width: 1700px) {
    .menu-main .top {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .menu-main .top-contact li {
        display: list-item;
    }
    .menu-main .top-contact ul li:first-child {
        margin-bottom: 0.5rem;
    }

    /* #home #video h3 {
        font-size: 3.96rem;
    }
        #home #video h3 span {
            line-height: 4rem;    
        } */
}  

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

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

@media(max-width: 1550px) {
    /* .menu-goto-contact .blue-button {
        padding: 0px 50px 0px 50px;
    } */
}

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

@media (max-width: 1400px) {
    #contacto .form {
        padding-right: 1rem;
    }
    /* .menu-goto-contact .blue-button {
        padding: 0px 25px 0px 25px;
        font-size: 1rem;
    } */

    /* #home #video h3 {
        font-size: 2.96rem;
    }
        #home #video h3 span {
            line-height: 3rem;    
        }
        #home #video .blue-button {
            padding: 0px 25px 0px 25px;
        } */


    /* footer .ps-block {
        padding-left: calc(var(--bs-gutter-x) * .5);;
    }
    footer .ps-block.contact {
        margin-bottom: 3rem;
    } */
}

@media (max-width: 1300px) {
    /* .menu-main .menu-goto-contact {
        display: none;
    } */
    .menu-main .navbar-nav {
        margin-right: 40px !important;
    }
    .menu-main .nav-link {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .menu-main .top .message {
        position: relative;
        margin-bottom: 1rem;        
    }
}

@media (max-width: 1200px) {
    #home #servicios figure figcaption {
        font-size: 1.3rem;
        margin-top: 2rem;
    }

    #contacto .form {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }
}

@media (max-width: 1100px) {
    #home #video h3 {
        font-size: 2.4rem;
    }
        #home #video h3 span {
            line-height: 2.5rem;    
        }
        #home #video .blue-button {
            font-size: 1rem;
        }    
}

@media (max-width: 992px) {
    .main-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    #servicios .img-block {
        max-width: 100%;
    }

    #testimonios .swiffy-slider .slider-nav {
        margin-left: -15px;
    }
    #testimonios .swiffy-slider .slider-nav.slider-nav-next {
        margin-right: -15px;
    }

    /* #home #video {
        margin-top: 3.8rem;
    }
        #home #video .why {
            margin-bottom: 15px;
            text-align: center;
        }
            #home #video .why .row {
                justify-content: center !important;
            }
            #home #video .why h3 {
                margin-bottom: 0px;
            }
            #home #video .why h3 span {
                display: inline-block;
                width: unset;
            } */
}

@media (max-width: 768px) {
    .img-fluid.img-main {
        max-width: 45%;
    }

    #home #servicios figure figcaption {
        font-size: 1.625rem;
        margin-top: 1rem;
    }

    #trabajo #gallery .elem {
        width: 33.33%;        
    }

    /* footer .custom-bullet {
        list-style: none;
    }     */
}

@media (max-width: 576px) {
    .main-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .menu-main .top .top-media {
        margin-bottom: 1rem;
        text-align: center;
    }

    .menu-main .top-contact ul {
        text-align: center !important;
    }

    /* #home #clientes {
        padding-bottom: 0;        
    }
    #home #clientes .col-auto-mw {
        max-width: 80%;
    }
    #home #clientes img {
        padding: 0 15px 6rem 15px;
    } */

    /* #servicios .brands {
        justify-content: center;
    }
    #servicios .brands .col-auto-mw {
        max-width: 80%;
        padding-right: calc(var(--bs-gutter-x) * .5);
    } */
}

@media (max-width: 500px) {
    .img-fluid.img-main {
        max-width: 100%;
        margin-left: 0 !important;
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 400px) {
    /* .img-fluid.img-main {
        max-width: 100%;
    } */

    .menu-main .logo {
        transform: scale(0.8);
        margin-left: -28px;
    }

    /* #empresa h1.t-no-mobile,
    #servicios h1.t-no-mobile {
        display: none;
    }
    #empresa h1.t-mobile,
    #servicios h1.t-mobile {
        display: block!important;
        margin-top: 2rem;
    } */

    #trabajo #gallery .elem {
        width: 50%;
    }
}

@media (max-width: 350px) {
    .menu-main .logo {
        transform: scale(0.7);
        margin-left: -50px;
    }

    /* #home #clientes .col-auto-mw {
        max-width: 90%;
    }

    #servicios .brands .col-auto-mw {
        max-width: 90%;     
    }     */
}