@media screen and (min-width: 800px) {
    body {
        background-color: #f6f7f8;
    }
    .formulario_head {
        width: 100%;
        max-width: 400px;
        margin: auto;
        padding-bottom: 20px;
    }
    .formulario_head input[type=text] {
    }
    .listado_categorias {
        justify-content: center;
    }
    .cars_informativos {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 1070px;
        margin: auto;
    }
    .cars_informativos .card_ {
        border-top: 1px solid rgb(233, 233, 233);
    }
    .grid_productos .grid {
        max-width: 25%;
        flex: 1 0 calc(25% - 10px);
        background-color: #fff;
        border-radius: 5px;
    }
    .contenido_home_grids_ .titulo_mod_home {
        font-size: 24px;
    }
    .grid_productos .grid_2 {
        margin: 5px;
        border-top: 1px solid rgb(233, 233, 233);
        background-color: #fff;
        border-radius: 5px;
    }
    .grid_productos .grid_2 img {
        width: 100%;
        height: auto;
        float: none;
    }
    .grid_productos {
        flex-wrap: nowrap;
        border-bottom: 0px solid rgb(235, 235, 235);
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .grid_productos .grid_2 {
        padding: 10px;
        width: 100%;
        max-width: 25%;
        border-bottom: 0px;
    }
    .grid_productos .grid_2 img {
        min-height: 250px;
        max-height: 250px;
        object-fit: cover;
        margin-bottom: 14px;
    }
    .carrusel_home {
        padding-bottom: 20px;
        display: block;
        max-width: 1026px;
        margin: auto;
    }
    .position_absolute {
        background-color: rgb(29, 29, 29);
        color: #fff;
        border-top: 1px solid rgb(48, 48, 48);
    }
        .position_absolute a {
            color: #fff;
        }
    .pagina_interna {
        width: 100%;
        max-width: 1000px;
        margin: auto;
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid rgb(238, 238, 238);
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .wocoomerceproducto .related ul.products li.product a img {
        max-width: 100% !important;
        width: 100% !important;
    }
    .wocoomerceproducto .related ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
        max-width: 22% !important;
        margin-bottom: 8px;
    }
    .woocommerce-page ul.products[class*=columns-] li.product img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin-right: 0px;
        border: 1px solid rgb(241, 241, 241);
    }

    footer .footer_ {
        flex-direction: row;
        width: 100%;
        max-width: 1000px;
        margin: auto;
    }
    footer .footer_ .grid_ {
        width: 100%;
        max-width: 33.3%;
    }
    footer .footer_ .grid_:first-child {
        padding-right: 50px;
    }
    .footer_ .links_ li  {
        max-width: 100%;
    }
    footer .footer_ .grid_:last-child {
        text-align: right;
    }


}


@media screen and (max-width: 750px) {
    /* Tabs mobile  */
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        width: 100% !important;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
        border: 0px !important;
    }
    .woocommerce div.product form.cart .variations {
        padding-bottom: 14px !important;
    }
}