/* Hoja de estilos que se carga luego de todas las hojas de estilo y solo para tamaño cellphone */

@media (max-width: 576px) {
    .home-block-menu .navigation li.level0>a {
        line-height: 10px;
    }




    .categories-block .categories-block-title {
        text-align: left;
        padding: 20px 25px;
    }

    .categories-block .categories-block-items li.category-item {
        width: 100%;
    }

    .cms-index-index .home-catalog.visible-mobile .catalog-img{
        overflow: hidden;
        background: linear-gradient( 90deg , #72777e 0%, hsl(215deg 5% 42%) 50%, #5d6065 80%, #56575a 100%);
        display: flex;
        flex-direction: column;
    }

    .cms-index-index .home-catalog.visible-mobile .catalog-img .contenido{
        order: 1;
        text-align: center;
        padding: 20px;
        position: unset;
        top:  unset;
        right: unset;
        width: 100%;
    }

    .cms-index-index .home-catalog.visible-mobile .catalog-img img{
        width: 150%;
        max-width: unset;
    }

    .home-destacados .block-products-list .carousel-item .carousel-item-block {
        width: 100%;
    }

    .home-block.home-configuradores .configuradores-links a {
        width: 100% !important;
        font-size: 1.5rem;
    }

    .yeboyebo_footer{
        text-align: center;
    }

    


    .page-header .logo img{
        width: 110px !important;
    }

    .sets-items .search{
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
    }

    .sets-items .search #searchSet{
        padding: 0 30px 0 20px;
    }



    



    
    .page-products.page-layout-1column .products-grid .product-item {
        width: 100% !important;
    }





    .home-categorias-bloques .bloque_categoria .textos .titulo {
        font-size: 2.4rem;
    }
    
}