

@media only screen and (max-width: 1625px) {
    .catalogo{
        padding: 10px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    
    
}


@media only screen and (max-width: 1617px) {
    .catalogo{
        padding: 5px;
        font-size: 12px;
    }
    
}

@media only screen and (max-width: 991px) {
    .call{
        padding: 25px;
    }
    .img-box img{
        height: 550px;
        object-fit: cover;
        object-position: center; 
    }


    .catalogo{
        flex-wrap: wrap;
        justify-content: space-between!important;
    }

    .button{
        font-size: small;
        padding: 16px;
    }
    
}

@media only screen and (max-width: 767px) {
    .d
    -none{
        display: none;
        }
    
}

@media only screen and (max-width: 442px) {
    
    .call{
        justify-content:center!important;
    }
}

@media only screen and (max-width: 567px) {
    .call{
        padding: 10px;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center;
    }
    .img-box img{
        width: 100%;
        height:350px;
        object-fit:cover;
    }

    .choose-color{
        justify-content:center;
    }

    .catalogo{
        
        flex-direction: column-reverse;
    }

    .call h3{
        font-size: 15px;
    }

    .img-box{
        padding: 0;
    }
    .navbar{
        padding: 0!important;
        justify-content:center!important;
    }
}

