@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --color_principal: #f3d13b;
    --color_segundario: #313131;
    --fuente_primaria: 'Montserrat', sans-serif;
    --fuente_segundaria: 'Bitter', serif;
    --border_gris: rgb(241, 241, 241);
    --boton_verde: #44c767;
    --boton_verde_hover: #5cbf2a;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
p {
    line-height: normal;
}
body {
    font-family: var(--fuente_primaria);
    font-size: 14px;
    color: 000;
}
a {
    color: rgb(32, 52, 75);
    text-decoration: none;
}
a:hover {
    color: #333;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel]{
    border: 1px solid rgb(223, 222, 222);
    border-radius: 5px;
    padding: 6px;
}
textarea {
    border: 1px solid rgb(223, 222, 222);
    border-radius: 5px;
    padding: 7px;
    font-size: 14px;
    height: 400px;
}
.blanco_todo {
    width: 100%;
    background-color: #fff;
}
.centradototal {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
    .encabezado {
        display: flex;
        background-color: #fff;
    }
        .encabezado .menu_header {
            margin-right: 0;
            cursor: pointer;
        }
        .encabezado .menu_header ion-icon {
            font-size: 45px;
            padding-left: 10px;
            width: 40px;
        }
        .encabezado .logo {
            margin: 0 auto;
            text-align: center;
            padding-top: 16px;
        }
        .encabezado .logo .icono_logo {
            max-width: 80px;
            max-height: 80px;
            border-radius: 100px;
        }
        .encabezado .logo .logo_tienda {
            max-width: 150px;
            max-height: 90px;
        }
        .encabezado .logo .cabeza_txt {
            font-weight: 700;
            color: var(--color_segundario);
            padding-top: 10px;
            padding-bottom: 4px;
            display: block;
            font-size: 16px;
        }
            .cabeza_txt a {
            color: var(--color_segundario);
            text-decoration: none;
            }
        .logo .ficha_datos_header {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
            .logo .ficha_datos_header li {
                list-style: none;
                font-size: 13px;
                font-weight: 500;
                color: rgb(148, 146, 146);
            }
            .logo .ficha_datos_header ion-icon {
                color: #000;
            }

            .logo .links_redes_head {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
            }
            .logo .links_redes_head li {
                list-style: none;
                padding: 10px 7px 0px 7px;
                font-size: 21px;
            }
            .logo .links_redes_head a:hover {
                color: rgb(78, 78, 78);
            }

        .encabezado .carrito_header {
            margin-left: 0;
            text-align: right;
            padding-top: 10px;
            padding-right: 10px;
        }
            .encabezado .carrito_header a {
                text-decoration: none;
            }
            .carrito_header .card_fe {
                background-color: var(--color_principal);
                color: #000;
                font-size: 15px;
                font-weight: 600;
                padding: 6px 14px;
                border-radius: 5px;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
            }
            .carrito_header .card_fe:hover {
                opacity: 0.9;
            }
            .carrito_header ion-icon {
                margin-right: 4px;
            }
            .carrito_canvas .offcanvas-end {
                width: 100%;
                max-width: 360px;
                background-color: #fff;
                color: #000;
            }
            .carrito_canvas .offcanvas-header {
                padding: 20px 15px;
                padding-bottom: 8px;
                background-color: #000000;
                color: #fff;
            }
            .carrito_canvas .offcanvas-header .botoncerrar_canva {
                color: #fff;
                float: right;
                font-size: 20px;
                margin-top: -10px;
                cursor: pointer;
            }
            .carrito_canvas .offcanvas-header .botoncerrar_canva:hover {
                color: rgb(216, 216, 216);
            }
            .carrito_canvas .hayonoproductos_encarrito {
                padding: 20px;
            }
            .carrito_canvas .titulo_carrito_float {
                color: #fff;
                font-size: 15px;
                display: flex;
                justify-content: center;
            }
            .carrito_canvas .titulo_carrito_float ion-icon {
                margin-right: 10px;
            }
            .total_carrito_flotante {
                background-color: rgb(245, 243, 243);
                text-align: center;
                padding: 14px 0;
                display: flex;
                align-items: center;
                justify-content: center;
            }
                .total_carrito_flotante a { 
                    color: #000;
                    text-decoration: none;
                }
                .total_carrito_flotante ion-icon {
                    margin-right: 10px;
                }
                .total_carrito_flotante b {
                    margin-right: 10px;
                }
        .contenido_carrito_float {
            padding: 20px;
            padding-top: 0;
            overflow-x: auto;
        }
            .contenido_carrito_float .grid {
                width: 100%;
                max-width: 100%;
                margin-top: 24px;
            }
            .contenido_carrito_float .grid img {
                width: 70px;
                height: 70px;
                object-fit: cover;
                float: left;
                background-color: rgb(248, 248, 248);
                border: 1px solid rgb(233, 232, 232);
                margin-right: 10px;
            }
            .contenido_carrito_float .grid h4 {
                font-size: 13px;
                font-weight: 600;
            }
            .contenido_carrito_float .grid li {
                font-size: 11px;
                line-height: 12px;
                color:rgb(167, 166, 166);
                list-style: none;
            }

        .items_varios_carrito {
            text-align: center;
            font-size: 17px;
            position: fixed;
            bottom: 0;
            width: 100%;
        }
            .items_varios_carrito .boton_finalizar_carrito {
                background-color: var(--boton_verde);
                color: #fff;
                text-decoration: none;
                color: #fff;
                display: block;
                padding: 20px 10px;
                font-weight: 700;
                font-size: 14px;
                display: flex;
                align-items: center;
            }
            .items_varios_carrito .boton_finalizar_carrito ion-icon {
                margin-right: 10px;
            }
            .items_varios_carrito .boton_finalizar_carrito:hover {
                background-color: var(--boton_verde_hover);
            }

        .contenido_menu_global {
            display: flex;
            flex-direction: column;
        }
            .contenido_menu_global ul {
                padding-left: 0rem;
            }
            .contenido_menu_global li {
                border-bottom: 1px solid rgb(235, 235, 235);
                list-style: none;
                transition: 0.5s;
                font-size: 12px;
                text-transform: uppercase;
            }
            .contenido_menu_global li:hover {
                background-color: #000;
                color: #fff;
            }
            .contenido_menu_global li a {
                padding: 10px;
                display: block;
                color: #000;
                text-decoration: none;
            }
            .contenido_menu_global li a:hover {
                color: #fff;
            }

    /* Buscador Header  */
    .formulario_head {
        padding: 10px 10px;
        padding-bottom: 0;
        position: relative;
    }
        .formulario_head ion-icon {
            position: absolute;
            font-size: 20px;
            padding-left: 10px;
            padding-top: 10px;
            color: rgb(194, 193, 193);
        }
        .formulario_head input[type=text] {
            background-color: rgb(245, 244, 244);
            padding: 10px;
            border: 1px solid rgb(216, 216, 216);
            border-radius: 5px;
            width: 100%;
            font-size: 12px;
            padding-left: 40px;
        }

    /* Caregorías head  */
    .listado_categorias {
        margin: 0;
        padding: 0;
        width: 100%;
        white-space: nowrap;
        display: flex;
        overflow-x: auto;
        padding: 10px 10px;
        border-bottom: 1px solid rgb(245, 243, 243);
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
        background-color: #fff;
        margin-bottom: 20px;
    } 
    .listado_categorias::-webkit-scrollbar {
        display: none;
      }
        .listado_categorias li {
            border: 1px solid rgb(245, 243, 243);
            border-radius: 3px;
            list-style: none;
            font-size: 12px;
            letter-spacing: -0.5px;
            margin-right: 10px;
            border-radius: 4px;
            font-weight: 600;
        }
        .listado_categorias li a {
            padding: 7px;
            display: block;
            color: var(--color_segundario);
            text-decoration: none;
        }
        .listado_categorias li a:hover {
            color: #fff;
        }
        .listado_categorias li:hover {
            background-color: var(--color_segundario);
        }

/* Flotante Footer  */
.position_absolute {
    background-color: #fff;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 14px;
    box-shadow: rgb(0 0 0 / 10%) 0px -8px 16px;
}
    .position_absolute a {
        color: #222;
        text-decoration: none;
    }
    .position_absolute .modal_user  .usuario_bottom {
        font-size: 14px;
        letter-spacing: -0.5px;
    }
    .modal_user  .usuario_bottom ion-icon {
        margin-right: 10px;
    }
    .position_absolute .moda_current {
        margin-left: auto;
        order: 2;
    }

/* Grid productos */
.contenido_home_grids_ {
    width: 100%;
    max-width: 1060px;
    margin: auto;
}
.contenido_home_grids_ .titulo_mod_home {
    font-weight: 700;
    font-size: 18px;
    list-style: 20px;
    padding-left: 20px;
    margin-top: 20px;
    display: block;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
}   
    .contenido_home_grids_ .titulo_mod_home ion-icon {
        margin-right: 10px;
        color: #828282;
    }
.grid_productos {
	display: flex;
	flex-wrap: wrap;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 10px solid rgb(235, 235, 235);
    padding-bottom: 10px;
}
    .grid_productos .grid {
        flex: 1 0 calc(50% - 10px);
        border: 1px solid var(--border_gris);
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .grid_productos .grid img {
        width: 100%;
        min-height: 200px;
        max-height: 200px;
        object-fit: cover;
        padding: 2px;
        border-radius: 5px;
    }
    .grid_productos .grid .titulo_arti {
        font-size: 13px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: -0.5px;
        margin-bottom: 10px;
        padding: 14px;
    }
    .grid_productos .grid .titulo_arti a {
        color: #000;
        text-decoration: none;
    }
    .grid_productos .grid .boton_agregar {
        background-color: #111;
        color: #fff;
        display: block;
        text-align: center;
        padding: 8px 5px;
        border-radius: 5px;
        font-size: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: 0.5s;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
        .grid_productos .grid .boton_agregar ion-icon {
            margin-right: 10px;
        }
        .grid_productos .grid .boton_agregar:hover {
            background-color: var(--color_principal);
            color: #000;
        }

    .listado_otros_ {
        padding: 0px 20px 20px 20px;
    }
    .grid_productos .grid_2 {
        border-bottom: 1px dotted rgb(218, 217, 217);
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
    }
        .grid_productos .grid_2:last-child {
            border-bottom: 0px;
            padding-bottom: 0px;
        }
    .grid_productos .grid_2 img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        float: left;
        margin-right: 14px;
    }
    .grid_productos .grid_2 h2 {
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
    }
    .grid_productos .grid_2 .boton_agregar {
        font-weight: 700;
        color: #387147;
        font-size: 14px;
        display: block;
        padding-bottom: 14px;
    }
    .grid_productos .grid_2 a:hover {
        color: #333;
        text-decoration: underline;
    }
    .grid_productos .grid_2 small {
        color: #828282;
    }

/* Migas de pan  */
.migas_depan {
    display: flex;
    align-items: center;
    padding: 16px 10px;
    border-bottom: 1px solid var(--border_gris);
    overflow-x: scroll;
}
    .migas_depan li {
        list-style: none;
        padding-right: 20px;
        font-size: 13px;
    }
    .migas_depan li a {
        font-weight: 600;
        text-decoration: none;
        color: rgb(173, 172, 172);
    }
    .migas_depan li a:hover {
        color: #000;
    }
    .migas_depan ion-icon {
        color: rgb(173, 172, 172);
        margin-right: 10px;
    }

/* Estilos Globales */
.titularpricipal_,
.entry-title {
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500 !important;
    font-size: 12px;
}
/* Single producto  */

.wocoomerceproducto [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    float: left;
}

.single-product div.product form.cart .quantity {
    float: none;
    margin: 0;
    display: inline-block;
    }

.wocoomerceproducto .minus {
    font-size: 20px;
    background-color: #fff;
    width: 40px;
    border: 1px solid #ccc;
    transition: 0.5s;
    min-height: 40px;
}
    .wocoomerceproducto .minus:hover {
        background-color: #333;
        color: #fff;
    }

.wocoomerceproducto .plus {
    font-size: 20px;
    background-color: #fff;
    width: 40px;
    min-height: 40px;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-left: -4px;
    transition: 0.5s;
}
    .wocoomerceproducto .plus:hover {
        background-color: #333;
        color: #fff;
    }

.wocoomerceproducto .single_add_to_cart_button {
    background-color: #333 !important;
    color: #fff;
    min-height: 40px;
    border-radius: 0px !important;
    transition: 0.5s;
}
.wocoomerceproducto .single_add_to_cart_button:hover {
    background-color: var(--color_principal) !important;
    color: var(--color_segundario) !important;
}

.wocoomerceproducto .product_meta {
    display: flex;
    flex-direction: column;
}
    .wocoomerceproducto .product_meta span {
        color: silver;
        font-size: 12px;
        margin-bottom: 4px;
    }
    .wocoomerceproducto .product_meta a {
        color: #333;
        text-decoration: none;
    }
    .wocoomerceproducto .product_meta a:hover {
        text-decoration: underline;
    }
    .wocoomerceproducto .product_meta  .sku_wrapper {
        font-size: 13px;
        font-weight: 600;
        color: var(--);
    }
.wocoomerceproducto input::-webkit-outer-spin-button,
.wocoomerceproducto input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wocoomerceproducto .quantity input[type=number]  {
    -moz-appearance: textfield;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    min-height: 40px;
    display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0px !important;
}

.woocommerce .woocommerce-breadcrumb{
    font-size: 11px !important;
}
    .woocommerce .woocommerce-breadcrumb a {
        text-decoration: none;
        font-weight: 700;
    }


.producto_single {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.wocoomerceproducto .woocommerce-product-details__short-description p {
    font-size: 14px;
    line-height: 24px;
    color: #111;
}
.wocoomerceproducto .woocommerce-message {
    background-color: #fff;
    flex-direction: column-reverse;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wocoomerceproducto .woocommerce-message .button {
    margin-top: 14px;
    width: 200px;
    transition: 0.5s;
    display: none;
}

.woocommerce-Tabs-panel--description h2 {
    font-size: 18px;
    font-weight: 700;
}

.woocommerce .star-rating span {
    color: rgb(148, 148, 148);
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    padding: 20px;
    background-color: rgb(250, 250, 250);
    border: 1px solid rgb(224, 224, 224);
    margin-bottom: 20px;
    border-radius: 5px;
    /* min-height: 420px; SOLO para escritorio */
}
.wocoomerceproducto .flex-viewport {
    /* padding: 20px; */
    background-color: rgb(250, 250, 250);
    border: 1px solid rgb(224, 224, 224);
    margin-bottom: 20px;
    /* min-height: 420px; SOLO para escritorio */
}

.wocoomerceproducto .product_meta {
    margin-bottom: 60px;
}
.wocoomerceproducto .flex-control-thumbs li {
    background-color: rgb(250, 250, 250);
    border-top: 1px solid rgb(224, 224, 224);
    border-bottom: 1px solid rgb(224, 224, 224);
    border-left: 1px solid rgb(224, 224, 224);
    padding: 10px;
}
    .wocoomerceproducto .flex-control-thumbs li:last-child {
        border-right: 1px solid rgb(224, 224, 224);
    }
    .wocoomerceproducto .flex-control-thumbs li:first-child {
        margin-left: -10px;
    }
    .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
        display: flex;
        border: 5px solid #fff;
    }
    .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs {
        display: flex;
    }
    .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:first-child {
        border-left: 0;
    }
    .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child{
        border-right: 0;
    }


.wocoomerceproducto .woocommerce-Price-amount {
    color: #77a464;
    font-weight: 700;
    font-size: 17px;
}

.woocommerce div.product .woocommerce-product-rating {
    color: rgb(214, 214, 214);
}
.woocommerce div.product .woocommerce-product-rating a {
    color: rgb(201, 198, 198);
}
.wocoomerceproducto .producto {
    display: flex;
    flex-direction: column;
}
.wocoomerceproducto .producto .img_producto {
    padding: 20px;
}
.wocoomerceproducto .producto .img_producto img {
    border: 1px solid var(--border_gris);
    width: 100%;
    height: auto;
}
.wocoomerceproducto .desciprcion_corta {
    padding: 30px;
    padding-top: 0;
}
    .desciprcion_corta .leve_descrip p {
        font-size: 14px;
        line-height: 21px;
        font-weight: 300;
    }

/* Productos relacionados */
.wocoomerceproducto .related h2:first-child {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(231, 231, 231);
    padding-bottom: 10px;
    margin-top: 50px;
}
.wocoomerceproducto ul.products li.product .woocommerce-loop-product__title {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
}
.wocoomerceproducto ul.products li.product .button {
    display: none;
}
.wocoomerceproducto .related ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 8px;
}
.wocoomerceproducto .related ul.products li.product a img {
    width: 100px !important;
    float: left;
    border: 1px solid rgb(221 220 220);
    margin-right: 10px !important;
    border-radius: 5px;
}
.wocoomerceproducto .related .woocommerce-Price-amount {
    font-size: 16px;
    font-weight: 900;
}

/* Paginas  */
.pagina_interna {
    padding: 30px 20px;
}
    .pagina_interna h1,
    .pagina_interna h2 {
        font-weight: 700;
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 14px;
    }
    .pagina_interna .checkout-button {
        background-color:var(--boton_verde) !important;
    }
    .pagina_interna .checkout-button:hover {
        background-color: var(--boton_verde_hover) !important;
    }
    .pagina_interna .woocommerce .woocommerce-ordering select {
        background-color: red;
    }

/* Grids productos home  */
.grid_productos_home {
}
    .grid_productos_home img {
        display: none;
    }

/* Calificaciones  */
#comments {
}
 #comments .woocommerce-Reviews-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
 }
 #comments ol {
     padding-left: 0;
 }
 .woocommerce #reviews #comments ol.commentlist li .comment-text {
     margin: 0 0 0 0px !important;
     background-color: #fff;
 }
 .woocommerce #reviews #comments ol.commentlist li img.avatar {
     display: none;
 }

 .comment-respond .comment-reply-title {
     font-size: 15px;
     font-weight: 800;
     margin-bottom: 12px;
     display: block;
     margin-top: 40px;
 }
 .woocommerce #review_form #respond .comment-notes {
     background-color: rgb(240, 240, 240);
     border-radius: 5px;
     padding: 10px;
 }
 .comment-form-rating {
     border-top: 2px solid rgb(228, 228, 228);
     margin-top: 20px;
     padding-top: 20px;
     font-size: 13px;
     color: rgb(143, 142, 142);
     font-size: 15px;
     margin-bottom: 10px;
     display: block;
 }
 .comment-form-rating .stars {
     font-size: 25px;
     cursor: pointer;
 }
 .comment-form-rating .stars a:hover{
     color: #000;
 }
.comment-form-comment {
 }
 .comment-form-comment label {
     margin-bottom: 7px;
     color: rgb(143, 142, 142);
 }
 .comment-form-comment textarea {
     padding: 10px;
     border: 1px solid rgb(220, 220, 220);
     background-color: rgb(249, 249, 249);
     border-radius: 5px;
 }
 .comment-form-author label {
     display: block;
     margin-bottom: 7px;
     color: rgb(143, 142, 142);
 }
 .comment-form-author input[type=text] {
    padding: 10px;
    border: 1px solid rgb(220, 220, 220);
    background-color: rgb(249, 249, 249);
    width: 100%;
 }
 .comment-form-email label {
    display: block;
    margin-bottom: 7px;
    color: rgb(143, 142, 142);
}
.comment-form-email input[type=email] {
   padding: 10px;
   border: 1px solid rgb(220, 220, 220);
   background-color: rgb(249, 249, 249);
   width: 100%;
}

/* Categoria de productos  */
.categoria_productos {
    padding: 20px;
}
    .categoria_productos .page-title {
        font-weight: 800;
        font-size: 20px;
    }
    .categoria_productos .woocommerce-ordering select {
        font-size: 12px;
        border-radius: 4px;
        padding-bottom: 4px;
        border: 0px;
        border-bottom: 1px solid rgb(219, 219, 219);
    }
    .categoria_productos .woocommerce-result-count {
        font-size: 9px;
        color:rgb(148, 146, 146);
    }
    /* Accedimos al elemento LI de cada producto  */

    .categoria_productos .products .product {
    }
    .categoria_productos ul.products li.product img {
        width: 100px !important;
        height: 100px !important;
        object-fit: cover;
        float: left;
        margin-right: 20px !important;
    }
    .categoria_productos ul.products li.product .woocommerce-loop-product__title {
        font-weight: 700;
        font-size: 16px;
    }
    .categoria_productos ul.products li.product .woocommerce-loop-product__title:hover {
        color: rgb(58, 58, 58) !important;
        text-decoration: underline;
    }
    .categoria_productos ul.products li.product .button {
        display: none;
    }


/* Cards informativos  */
.cars_informativos {
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-top: 0px;
}
    .cars_informativos .card_ {
        border-bottom: 1px solid rgb(233, 233, 233);
        padding: 20px;
        padding-bottom: 1px;
        display: flex;
        border: 1px solid rgb(233, 233, 233);
        border-top: 0px;
        background-color: #fff;
    }

    .cars_informativos .card_:first-child {
        border-top: 1px solid rgb(233, 233, 233);
    }
    .cars_informativos .card_ .mangos_ {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .cars_informativos .card_ .iconos_mod {
        display: flex;
    }
    .cars_informativos .card_ .iconos_mod ion-icon {
        font-size: 30px;
        margin-right: 10px;
    }
    .cars_informativos .card_ .mangos_ .titulocard_ {
        font-size: 13px;
        text-transform: uppercase;
        color: rgb(0, 0, 0);
        font-weight: 700;
        line-height: 13px !important;
        margin-bottom: 0;
    }
    .cars_informativos .card_ .mangos_ p {
        font-size: 13px;
        list-style: 12px;
        font-weight: 300;
        color: rgb(139, 139, 139);
    }



    footer {
        background-color: #222;
        color: #fff;
        padding: 30px;
        padding-bottom: 70px;
    }

        footer .footer_ {
            display: flex;
            flex-direction: column;
        }
        footer .footer_ .grid_ {
            margin-bottom: 20px;
            margin-bottom: 40px;
        }
        .footer_ .grid_ .titulo_wid {
            font-size: 17px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 20px;
        }
        .footer_ .grid_ p {
            font-weight: 300;
        }
        .footer_ .grid_ .redes_gtid {
            display: flex;
        }
        .footer_ .grid_ .redes_gtid li {
            list-style: none;
            margin-right: 10px;
            font-size: 20px;
        }
        .footer_  a {
            color: rgb(224, 224, 224);
        }
        .footer_  a:hover {
            color: #fff;
        }
        .footer_ .links_ ul {
            padding-left: 0px;
        }
        .footer_ .links_ li {
            list-style: none;
            width: 100%;
            float: left;
            margin-bottom: 10px;
        }
        .footer_ .datesinfo {
        }
        .footer_ .datesinfo .midf {
            margin-bottom: 20px;
            
        }
        .footer_ .datesinfo .midf span {
            display: block;
        }
        .footer_ .datesinfo .midf .tit_misj {
            text-transform: uppercase;
            color: rgb(255, 255, 255);
            font-weight: 500;
        }
        .footer_ .datesinfo .midf .tit_misffg {
            color: #828282;
        }


.botonreserver {
    display: block;
    margin-bottom: 20px;
}
    .botonreserver a {
        background-color: rgb(41, 151, 41);
        padding: 10px;
        text-align: center;
        display: block;
        color: #fff;
        border-radius: 60px;
        transition: 0.5s;
        font-weight: 500;
    }
    .botonreserver a:hover {
        background-color: #333;
    }


/* Modal Footer Login  */
.modal_login_ {
    position:fixed;
    top:auto;
    right:auto;
    left:auto;
    bottom:0;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
}
.contenido_login input[type=text] {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.contenido_login input[type=password] {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.contenido_login input[type=submit] {
    background-color: var(--color_principal);
    border: 0px;
    display: block;
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    font-weight: 700;
    margin-bottom: 20px;
}
.modal-header .modaltitulo_login {
    font-size: 15px;
    font-weight: 700;
}
.contenido_login .registromejor_ {
    text-align: center;
    display: block;
    margin-bottom: 30px;
    font-size: 13px;
}


.listado_secciones_mod {
    display: flex;
    flex-direction: column;
}
.listado_secciones_mod li {
    list-style: none;
    border-bottom: 1px solid rgb(240, 240, 240);
    font-size: 13px;
}
.listado_secciones_mod li:last-child {
    border-bottom: 0px;
}
.listado_secciones_mod li a {
    padding-bottom: 6px;
    padding-top: 6px;
    display: flex;
}
.listado_secciones_mod li ion-icon {
    margin-right: 10px;
}
.listado_secciones_mod .cerar_Seccion {
    border-radius: 60px;
    color: #fff;
    display: flex;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.listado_secciones_mod .cerar_Seccion a {
    color: #fff;
}
.listado_secciones_mod .admin_sol {
    background-color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.listado_secciones_mod .admin_sol li {
    border-bottom: 0px;
}
.listado_secciones_mod .admin_sol li a {
    color: #fff;
}
.listado_secciones_mod .admin_sol li a:hover {
    color: var(--color_principal);
}
.admin_sol .titulo_admin {
    color: var(--color_principal);
    font-size: 16px;
    font-weight: 600;
}


/* Calificación de productos en relacionados  */
.sold-product {
    display: none;
}


.wocoomerceproducto .product_meta {
    margin-bottom: 10px;
}
.socialfinpostprodu {
    display: flex;
    align-items: center;
}
.socialfinpostprodu small {
    font-size: 17px;
    font-weight: 800;
    margin-right: 10px;
    color: rgb(104, 104, 104);
}

.registro_link_footermodal {
    padding: 10px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 14px;
    text-align: center;
}
.registro_link_footermodal small {
    color: #ccc;
    padding-left: 20px;
    padding-right: 20px;
}

/* Estilos Select producto  */
.woocommerce div.product form.cart .variations {
    display: flex;
    align-items: center;
}
.woocommerce div.product form.cart .variations select {
    font-size: 13px !important;
    padding: 9px 10px;
    border-radius: 5px;
    width: 100%;
    font-weight: 700;
    border: 1px solid rgb(197, 194, 194);
    margin-left: 20px;
}



.whatsapp_soporte {
    background-color: #25D366;
    color: #fff;
    position: fixed;
    bottom: 70px;
    right: 20px;
    border-radius: 50px;
    text-align: center;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 6px 10px;
    
}
    .whatsapp_soporte  a {
        color: #fff;
    }
    .whatsapp_soporte ion-icon {
        font-size: 30px;
    }
    .whatsapp_soporte a:hover {
        text-decoration: none;
    }
    .whatsapp_soporte:hover {
        background-color: #333;
    }

    /* Ocultando Capcha flotante  */
.grecaptcha-badge {
    display: none !important;
}