@media (max-width: 576px) {
.cv-catResultados {
        margin-top: 0px;
        background-color: whitesmoke;
        border-radius: 0px;
        border: 0px solid #ced4da;
    }

    .cv-resultadoBusqueda {
        margin: 20px 0px 10px 0px;
        font-size: 20px;
    }

    .cv-ordenar .dropdown {
        float: none;
        margin-top: 5px;
        margin-right: 10px;
    }

    .cv-itemimage a img {
        height: 180px;
        width: 200px;
    }
    .cv-sinStock {
        height: 60px;
        width: 60px;
        float: left;
        position: absolute;
    }
    .cv-itemimage {
        height: 180px;
        overflow: hidden;
    }
    .cv-itemboton {
        margin: 10px 5px;
    }
    .cv-itemboton button{
        font-size: 12px;
        padding: 5px;
    }
    .cv-itemboton i{
        font-size: 12px;
        
    }
    .cv-tituloCatalogo h1 {
        text-align: center;
        margin-bottom: 20px;
        font-weight: 700;
        margin-top: 0px;
    }
}

/*--------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
    .cv-busqueda {
        display: none;
    }

    .cv-iconos {
        width: 100%;
    }

    .cv-topbar span {
        margin: inherit;
    }

   
    .cv-btn-what, .cv-btn-pdf {
        font-size: 12px;
    }
    .cv-tituloCatalogo h1 {
        text-align: center;
        margin-bottom: 20px;
        font-weight: 700;
        margin-top: 0px;
    }
    .cv-topbar {
        justify-content: space-between;
    }
    .cv-tableItem table .td1{
        display: block;
        width: 100%;
    }
}


/*--------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        display: inline-flex !important;
        flex-basis: auto;
        text-align: center;
    }

    .cv-menuMobil {
        display: none;
    }

    .cv-busquedaMobil {
        display: none;
        margin: 15px;
    }
}