
/* main.css */

* 
{
    margin: 0;
    padding: 0;
    box-sizing: boder-box;
}

body,html
{
    height: 100%;
    overflow-x: hidden;
    background-color: #fff;
    /*background-image: url("/img/bg_body9.jpg");
    background-image: no-repeat;
    background-image: fixed;
    background-image: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
/* Variables fijas */


/* Sidebar */
.sidenav 
{
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 6000;  /* Stay on top */
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav .closebtn
{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #1f618d;
    font-weight: bold;
}

#main 
{
    transition: margin-left .5s;
    width: 100%;
}

#carrusel_tienda {
    width: 100%; /* Ajusta el ancho completo */
    max-width: 1200px; /* o el valor que tengan los otros bloques */
    margin: 0 auto; /* Centra el contenedor */
}

.contenido_body
{
    min-height: calc(100vh - 10rem - 55px);
    width: 100%;
    max-width: 1200px;
    padding: 30px 10px;
    margin: auto;
}
/* Sidebar */


/* Menú general */
.menu-header
{
    background-color: #fff;
    min-height: 55px;
    margin: auto;
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0px;
    width: 100%;
    -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
    box-shadow: 0px 3px 12px grey;
}

.dist_menu_tienda
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 5px 9px;
}

.blq1_dist_menu_tienda
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.icon_sidebar_categoria,
.icon_enlace_filtros 
{
    text-decoration: none;
    text-align: center;
    color: #1f618d;
    cursor: pointer;
    margin: auto 5px;
    font-size: 0.9rem;
}

.icon_sidebar_categoria
{
    padding: 3px 6px;
    display: none;
}

.enlace_dropdown_orden_productos 
{
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    display: block;
    width: 90%;
    margin: 5px auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    color: grey;
}

.enlace_dropdown_orden_productos:hover 
{
    text-decoration: none;
    cursor: pointer;
    color: #1f618d;
    opacity: 0.9;
}
 
.blq2_dist_menu_tienda
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;    
}

.logo_company
{
    max-width: 90px;
    max-height: 45px;
    width: auto;
    height: auto;
    margin: auto 9px;
}

.dist_navbar
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: auto;
}

.blq1_dist_navbar
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;   
}

.blq2_dist_navbar
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.enlace_navbar,
.enlace_navbar_responsive,
.icono_navbar
{
    font-family: 'Quicksand', sans-serif;
    font-size: 0.9rem;
    margin: auto 10px;
    text-align: center;
    color: grey;
    padding: auto 5px;
}

.enlace_navbar_responsive
{
    display: block;
    text-align: left;
    margin: 15px;
}

.menu_enlaces_responsive
{
    border-top: 2px solid #1f618d;
}

.icono_navbar
{
    font-size: 1rem;
}

.enlace_navbar_activo,
.icono_navbar_activo
{
    color: #1f618d;
}

.cant_items_carrito_encabezado
{
    color: #cb4335;
    position: absolute;
    top: 6px;
    margin-left: -5px;
    padding: 3px 5px;
    font-size: 0.9rem;
    text-shadow: 1px 1px 3px grey;
    font-weight: bold;
}

.dropdown_menu_personalizado
{
    border: 0px;
    box-shadow: 0px 3px 12px grey;
}

.enlace_navbar_dropdown
{
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    margin: 5px 10px;
    text-align: justify;
    color: grey;
    padding: auto 5px;
    display: block;
    transition: all 0.8s;
}

.enlace_navbar:hover,
.enlace_navbar_responsive:hover,
.icono_navbar:hover,
.enlace_navbar_dropdown:hover
{
    cursor: pointer;
    text-decoration: none;
    opacity: 0.9;
    color: #1f618d;
}

.border_activo
{
    padding-bottom: 3px;
    border-bottom: 2px solid #1f618d;
}

.menu_header_option
{
    background-image: -webkit-linear-gradient(30deg, #89f7fe 0%, #66a6ff 100%);
    background-image: -o-linear-gradient(30deg, #89f7fe 0%, #66a6ff 100%);
    background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
    z-index: 5000;
}

.menu_header_search
{
    border: 0px;
    background: transparent;
    padding: 6px;
    color: #000;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    width: 100%;
    margin: auto;
    display: block;
}

.dist_search_encabezado
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    width: 100%;
    max-width: 1200px;
}

.blq1_dist_search_encabezado
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.cerrar_busq
{
    margin: auto;
    margin-right: 5px;
    font-size: 1rem;
    color: #000    opacity: 0.4;
}

.cerrar_busq:hover
{
    cursor: pointer;
    color: #000    opacity: 0.8;
    text-decoration: none;
}

.blq2_dist_search_encabezado
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: auto 9px;
}

.btn_search
{
    font-size: 0.8rem;
    text-align: center;
    font-weight: bold;
    border: 0;
    background-color: transparent;
    padding: 2px 5px;
    color: #fff;
    margin: auto;
}

.btn_search:focus
{
    outline: none;
    border: none;
}

.contenedor_carrito
{
    margin: auto;
    width: 100%;
    max-width: 1200px;
}

.icono_descanso
{
    margin: auto;
    display: block;
    width: 100%;
    font-size: 3rem;
    color: #1f618d;
    text-align: center;
}

.msg_carrito_vacio
{
    display: block;
    margin: auto;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.8rem;
    color: #1f618d;
    text-align: center;
}

.contenedor_opciones_usuario
{
    padding: 3px 6px;
    background-color: white;
}

.dist_opciones_usuario
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    border-top: 2px solid #1f618d;
    padding: 20px 15px;
}

.blq_dist_opciones_usuario
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.enlace_header_usuario,
.enlace_header_usuario_logout
{
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    color: #fff;
    padding: 7px 13px;
    text-align: center;
    background-color: #007db9;
}

.enlace_header_usuario_logout
{
    background-color: red;
}

.enlace_header_usuario:hover,
.enlace_header_usuario_logout:hover
{
    cursor: pointer;
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}

.recuadro_user{
    height: 200px;
    padding: 10px;
}

.name_buyer{
    margin-bottom: 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
}

.name_buyer_hijo1{
    display: flex;
    align-items: center;
}

.name_buyer_hijo1 i{
    margin-right: 8px;
    font-size: 30px;
}

.closeDropdown{
    cursor: pointer;
}


.closeDropdown:hover{
    color: #007bff;
}
/* Menú general */


/* Carrusel de la tienda */
.img_carrusel
{
    width: 100%;
    display: block;
    height: auto;
    max-height: 90vh;
}

.carousel-indicators li
{
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #1f618d;
    opacity: 0.4;
    padding: 0px;
}

.carousel-indicators li.active
{
    background-color: #1f618d;
    box-shadow: 0px 3px 10px grey;
}

.carousel .carousel-control-prev i,
.carousel .carousel-control-next i
{
    font-size: 10px;
    height: 100%;
    max-height: 8rem;
    width: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 4rem;
    color: rgb(0,0,0,0.4);
    text-align: left;
    background-color: transparent;
    transition: all 1.3s;
}

.carousel .carousel-control-prev i
{
    position: absolute;
    left: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.carousel .carousel-control-next i
{
    position: absolute;
    right: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.carousel .carousel-control-prev i:hover
{
    background-color: rgb(0,0,0,0.4);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #1f618d;
    opacity: 0.8;
}

.carousel .carousel-control-next i:hover
{
    background-color: rgb(0,0,0,0.4);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    color: #1f618d;
    opacity: 0.8;
}
/* Carrusel de la tienda */

/* Información de la Empresa */
.dist_info_empresa
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; /* Cambiado de nowrap a wrap para permitir varias filas */
    justify-content: space-around;
    align-content: stretch;
    align-items: stretch;
    width: 100%;
    padding: 10px;
    margin: 40px auto;
    max-width: 1200px;
    min-height: 140px;
}


.blq_dist_info_empresa {
    flex: 1 1 20%; /* Ajuste para que cada bloque ocupe al menos el 20% del ancho */
    align-self: center;
    color: grey;
    border-radius: 6px;
    padding: 12px;
    border: 2px solid #ccc;
    transition: 0.6s all;
    min-height: 140px;
    margin: 10px; /* Espacio entre los bloques */
}

.blq_dist_info_empresa i
{
    font-size: 2.4rem;
    display: block;
    margin: 10px auto;
    text-align: center;
    color: grey;
}

.blq_dist_info_empresa span
{
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    color: grey;
    font-size: 0.9rem;
    margin: auto;
    margin-bottom: 10px;
    display: block;
}

.blq_dist_info_empresa:hover
{
    border: 2px solid #1f618d;
    box-shadow: 0px 3px 10px grey;
}

.blq_dist_info_empresa:hover i,
.blq_dist_info_empresa:hover span
{
    color: #1f618d;
}
/* Información de la Empresa */


/* Carrusel - Categoría de productos */
.dist_categorias_inicio
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blq_dist_categorias_inicio
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 16%;
}

.enlace_categoria_carrusel,
.enlace_categoria_carrusel:hover
{   
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-prev 
{
    left: 0px;
}

.owl-next
{
    right: 0px;
}

.owl-prev, .owl-next
{
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus
{
    outline: 0;
    background-color: white;
}

.owl-prev i,
.owl-next i
{
    font-size: 30px;
    color: #1f618d;
    text-shadow: 1px 1px 1px black;
    padding-left: 5px;
    padding-right: 5px;
}

.owl-theme .owl-nav [class*="owl-"]:hover
{
    background-color: white;
}

.item
{
    border: 2px solid #ddd;
    border-radius: 6px;
}

.item:hover
{
    border: 2px solid #1f618d;
}

.item img
{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.item h5
{
    font-size: 0.8rem;
    font-family: 'Quicksand', sans-serif;
    color: #1f618d;
    text-align: center;
    width: 100%;
    margin: 15px auto;
    display: block;
}

.item a:hover
{
    cursor: pointer;
    text-decoration: none;
    opacity: 0.8;
}
/* Carrusel - Categoría de productos */


/* Distribución del listado de productos */
.dist_page_productos
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1200px;
    margin-left:auto;
    margin-right: auto;
}

.blq_categorias_generales
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.blq_productos_generales
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 10px 15px;
}

.indicador_pagina
{
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    text-align: justify;
    color: #1f618d;
}

.indicador_pagina:hover
{
    text-decoration: none;
    cursor: pointer;
    color: #1f618d;
    opacity: 0.8;
}

.categ_actual
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #000;
}
/* Distribución del listado de productos */


/* Información de Productos */
.dist_total_productos_lista 
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #1f618d;
    padding: 4px 9px;
}

.blq1_dist_total_productos_lista
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 0.9rem;
} 

.blq2_dist_total_productos_lista
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.titulo_productos_destacados
{
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
    color: #1f618d;
    max-width: 1200px;
    font-style: italic;
    border-bottom: 1px solid #1f618d;
    margin: 40px auto 15px auto;
    padding: 3px 9px;
}

.dist_productos_destacados
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
}

.blq_dist_productos_destacados
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.enlace_producto_destacado,
.enlace_producto_destacado_index
{
    cursor: pointer;
    text-decoration: none;
    opacity: 0.9;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 15px 4%;
    padding: 5px;
    min-height: 350px;
    transition: 0.4s all;
    max-width: 230px;
    background-color: white;
}

.enlace_producto_destacado_index
{
    margin: 15px 2.5%;
}

.enlace_producto_destacado:hover,
.enlace_producto_destacado_index:hover
{
    box-shadow: 0px 3px 12px grey;
    border: 1px solid #fff;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
}

.contenedor_img_destacados
{
    position: relative;
    height: 228px;
    width: 228px;
    display: block;
    width: 100%;
    margin: 1px;
}

.contenedor_img_destacados img
{
    position: absolute;
    left: 2px;
    transition: opacity 1.5s ease-in-out;
    width: 98%;
    height: auto;
    margin: auto;
    padding: 0px;
    display: block;
}

.contenedor_img_destacados img.top
{
    background-color: white;
    margin: 0px;
    padding: 0px;
}

.contenedor_img_destacados img.top:hover
{
    opacity: 0;
}

.producto_favorito
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 75px 75px 0 0;
    border-color: #FF5733 transparent transparent transparent;
}

.text_destacado
{
    -webkit-transform: rotate(-45deg); 
    -moz-transform: rotate(-45deg); 
    -ms-transform: rotate(-45deg); 
    -o-transform: rotate(-45deg); 
    transform: rotate(-45deg); 
    -webkit-transform-origin: 50% 50%; 
    -moz-transform-origin: 50% 50%; 
    -ms-transform-origin: 50% 50%; 
    -o-transform-origin: 50% 50%; 
    transform-origin: 50% 50%; 
    font-size: 0.7em;
    font-weight: bold; 
    position: absolute; 
    top: -54px;
    left: -5px;
    color: #fff;
    text-transform: uppercase;  
}

.titulo_producto_lista_destacados 
{
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    color: #1f618d;
    font-size: 0.9rem;
    display: block;
    width: 95%;
    margin: 10px auto;
    text-align: center;
}

.precio_articulo_destacado
{
    display: block;
    width: 100%;
    text-align: right;
    padding: 3px 12px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    color: #117a65;
    text-align: right;
    background-color: #fff;
}
/* Información de Productos */


/* Categoría de Productos */
.dist_categoria_productos
{
    margin: 15px auto;
    background: white;
    width: 98%;
}

.dist_titulo_categoria
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9rem;
    border-left: 2px solid #34495e;
    background: #34495e;
}

.blq1_dist_titulo_categoria
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 95%;
    -ms-flex: 0  95%;
    flex: 0 1 95%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 3px 10px;
    border-top: 1px solid #34495e;
}

.blq2_dist_titulo_categoria
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 3px 10px;
}

.categoriaL1
{
    font-family: 'Ubuntu', sans-serif;
    cursor: pointer;
    color: #1f618d;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 30px;
    font-size: 1em;
    font-weight: bolder;
}

.contenedor_subcategoria
{
    margin: auto;
    margin-top: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
}

.categoriaL1:hover
{
    cursor: pointer;
    text-decoration: none;
    color: #1f618d;
    opacity: 0.8;
}

.dist_enlace_subcategoria 
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blq1_dist_enlace_subcategoria 
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
}

.icon_categoria
{
    position: relative;
    left: -7px;
    background-color: #fff;
    border: 0px;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-size: 10px;
}

.blq2_dist_enlace_subcategoria
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
    padding-right: 8px;
} 

.blq3_dist_enlace_subcategoria
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 14%;
    -ms-flex: 0 1 14%;
    flex: 0 1 14%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: auto 8px;
    text-align: right;
    max-width: 14%;
}

.sub_categoria
{
    border-left: 1px solid #34495e;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.8rem;
    color: #34495e;
    margin: 5px;
    display: block;
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 4px;
}

.sub_categoria:hover
{
    cursor: pointer;
    text-decoration: none;
    color: #2e86c1;
    border-left: 1px solid #2e86c1;
}
/* Categoría de Productos */


/* Detalles del producto */
.dist_detalle_item_tienda
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 95%;
    margin: 30px auto;
}

.blq1_dist_detalle_item_tienda
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 45%;
}

.blq2_dist_detalle_item_tienda
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-left: 20px;
    max-width: 55%;
}

.contenedor_img_ppal
{
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}

.img_ppal_grande
{
    display: block;
    border: 0px;
    margin: auto;
    width: 98%;
}

.contenedor_img_preview
{
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin: 10px auto;
    display: block;
}

.dist_img_preview
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin: auto;
}

.blq_dist_img_preview
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 10px 0px;
    margin-right: 15px;
}

.blq_dist_youtube_preview
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 15px;
    height: 90px;
    border: 2px solid #ccc;
    border-radius: 6px;
    min-width: 90px;
}

.preview_img_peq
{
    border: 2px solid #ccc;
    border-radius: 6px; 
    -transition: 0.6s all;
    padding: 1px;
    width: 90px;
    height: 90px;
}

.youtube-player
{
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}

.preview_img_peq:hover
{
    padding: 1px;
    border: 2px solid #1f618d;
}

.preview_youtube_item
{
    font-size: 3.5em;
    text-align: center;
    margin-top: 3px;
    display: block;
    width: 100%;
    color: #ff0000;
    -transition: 0.6s all;
}

.preview_youtube_item:hover
{
    color: #ff0000;
    text-align: center;
    cursor: pointer;  
    opacity: 0.8;  
}

.contenedor_detalle_producto
{
    display: block;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-bottom: 30px;
    width: 100%;
    max-width: 1200px;
    border-radius: 9px;
    box-shadow: 0px 3px 12px grey;
    background-color: white;
}

.info_posicion_item
{
    display: block;
    margin: auto;
    width: 100%;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    padding: 10px 15px;
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    background-color: #1f618d;
    color: #fff;
}

.indicador_pagina_item
{
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    text-align: justify;
    color: #fff;
}

.indicador_pagina_item:hover
{
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    opacity: 0.8;
}

.info_id_producto
{
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    color: grey;
    font-style: italic;
    text-align: justify;
    font-weight: bold;
    display: block;
    width: 100%;
}

.resumen_titulo_producto
{
    font-family: 'Noto Sans SC', serif;
    font-size: 2.6rem;
    color: #000;
    text-align: left;
    margin: 25px auto;
}

.precio_item_producto
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.1em;
    font-weight: bold;
    color: #1f618d;
    display: block;
    text-align: right;
    width: 100%;
}

.contenedor_descripcion_item
{
    margin: auto;
    padding: 0px;
    background-color: #fff;
    width: 95%; 
    padding: 12px;
    margin-bottom: 0px;
}

.adv_variaciones
{
    font-family: 'Lato', sans-serif;
    color: red;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    margin: 3px auto;
    display: block;
}

.titulo_compartir_item,
.titulo_variacion_item,
.titulo_envios_item
{
    margin: auto;
    margin-top: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    color: #1f618d;
    font-style: italic;
    font-weight: bold;
    color: #52be80;
    display: block;
    width: 100%;
}

.titulo_variacion_item
{
    color: #1f618d;
}

.titulo_compartir_item
{
    color: #1F88A7;
    margin-bottom: 15px;
}

.forma_entrega_item
{
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    color: #000;
    font-weight: bold;
    display: block;
    margin: auto;
    width: 95%;
    padding: 4px 9px; 
    margin-top: 15px;
}

.contenedor_envios,
.contenedor_redes
{
    margin: 5px auto;
    width: 93%;
    background-color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}

.contenedor_redes 
{
    border: 0px;
    width: 96%;
}

.lista_forma_entrega
{
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    color: #000;
    display: block;
    margin: 5px auto;
    width: 99%;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 6px;
    border-left: 1px solid #000;
}

.icon_forma_entrega 
{
    position: relative;
    left: -5.5px;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0px;
    font-size: 10px;
}

.titulo_compartir_item
{
    color: #1F88A7;
}

.titulo_descripcion_item
{
    color: #1f618d;
}

.dist_variacion_item_tienda
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    margin-top: 15px;
    width: 92%;
}

.blq_dist_variacion_item_tienda
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin: 5px 20px 5px 0px;
}

.agregar_carrito
{
    display: block;
    margin: 35px auto;
    background-color: #fff;
    border: 2px solid #1f618d;
    border-radius: 30px;
    padding: 15px 9px;
    text-align: center;
    color: #1f618d;
    font-family: 'Quicksand', sans-serif;
    font-size: 1em;
    font-weight: bold;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.agregar_carrito:hover
{
    text-decoration: none;
    cursor: pointer;
    background-color: #1f618d;
    box-shadow: 0px 3px 12px grey;
    color: #fff;
}

.blq_dist_variacion_item_tienda input[type=radio]
{
    color: transparent;
    width: 0px;
    height: 0px;
    display: none;
    background-color: transparent;
    z-index: -4400;
}

.blq_dist_variacion_item_tienda input[type=radio] + label
{
    border: 1px solid #ccc;
    color: grey;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    padding: 5px 13px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blq_dist_variacion_item_tienda input[type=radio]:hover + label
{
    border: 1px solid #1f618d;
    color: #1f618d;
}

.blq_dist_variacion_item_tienda input[type=radio]:checked + label
{
    border: 1px solid #1f618d;
    background-color: #1f618d;
    box-shadow: 0px 3px 10px grey;
    color: #fff;
}


.btn_addCartDisable{
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.dist_envios_item_tienda
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    margin-top: 15px;
    width: 95%;
    padding-bottom: 10px;
}

.blq_dist_envios_item_tienda
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin: 10px 20px 10px 0px;
    border: 1px solid #ccc;
    color: grey;
    font-family: 'Roboto', sans-serif;
    font-size: 0.7rem;
    padding: 5px 9px;
    border-radius: 4px;
}

.blq_dist_envios_item_tienda:hover
{
    border: 1px solid #52be80;
    color: #52be80;
}





.enlace_compartir_fb,
.enlace_compartir_tw,
.enlace_compartir_wa
{
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    text-align: center;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -ms-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
    outline: none;
    color: #fff;
    padding: 5px 12px;
    border: 1px solid #3B5998;
    background-color: #3B5998;
    margin: auto 10px;
    border-radius: 4px;
}

.enlace_compartir_tw
{
    border: 1px solid #00acee;
    background-color: #00acee;
}

.enlace_compartir_wa
{
    border: 1px solid #25D366;
    background-color: #25D366;
}

.enlace_compartir_fb:hover,
.enlace_compartir_tw:hover,
.enlace_compartir_wa:hover
{
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}

.enlace_compartir_fb:hover
{
    background-color: #3B5998;
}

.enlace_compartir_tw:hover
{
    background-color: #00acee;
}

.enlace_compartir_wa:hover
{
    background-color: #128C7E;
}











.titulo_descripcion_item
{
    margin: auto;
    margin-top: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-style: italic;
    font-weight: bold;
    background-color: white;
    padding: 3px 12px;
    display: block;
    width: 95%;
    border-bottom: 2px solid #1f618d;
}

.contenedor_descripcion_item p
{
    font-family: 'Raleway', sans-serif;
    color: #000;
    text-align: justify;
    font-size: 0.9rem;
    margin: 15px auto;
}
/* Detalles del producto */


/* Carrito de compras */
.contenedor_carrito_compras
{
    display: block;
    margin: auto;
    margin-top: 65px;
    margin-bottom: 35px;
    padding-bottom: 25px;
    width: 95%;
    max-width: 800px;
    border-radius: 9px;
    box-shadow: 0px 3px 12px grey;
    background-color: white;
}

.info_carrito
{
    display: block;
    margin: auto;
    width: 100%;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    padding: 10px 15px;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    background-color: #1f618d;
    color: #fff;
}

.dist_productos_checkout
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 90%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blq1_dist_productos_checkout
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: auto 5px;
}

.blq2_dist_productos_checkout
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 25%;
}

.blq3_dist_productos_checkout
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.img_orden_compra
{
    margin: auto;
    width: 100%;
    height: auto;
}

.eliminar_checkout
{
    font-size: 1rem;
    text-align: center;
    text-align: center;
    color: red;
}

.eliminar_checkout:hover
{
    cursor: pointer;
    text-decoration: none;
    color: red;
}

.titulo_producto_checkout
{
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    text-align: justify;
    color: #1f618d;
    font-size: 1em;
}

.titulo_producto_checkout:hover
{
    cursor: pointer;
    text-decoration: none;
    color: #1f618d;
    opacity: 0.8;
}

.variacion_producto_checkout
{
    font-family: 'Lato', sans-serif;
    margin: 7px 1px;
    padding-bottom: 5px;
    display: block;
    text-align: left;
    font-size: 0.8rem;
    color: grey;
    font-style: italic;
}

.blq3_dist_productos_checkout .contenedor_cantidad input
{
    display: block;
    margin: 7px 1px;
    width: 35%;
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: 7px 15px;
    background: transparent;
    box-sizing: border-box;
    outline: none;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.9rem;
    color: #111;
    font-weight: 300;
    appearance: textfield;
}

.blq3_dist_productos_checkout .contenedor_cantidad span
{
    color: grey;
    position: relative;
    top: -38px;
    left: 13px;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blq3_dist_productos_checkout .contenedor_cantidad input:valid,
.blq3_dist_productos_checkout .contenedor_cantidad input:focus
{
    border: 2px solid #1f618d;
}

.blq3_dist_productos_checkout .contenedor_cantidad input:valid ~ span,
.blq3_dist_productos_checkout .contenedor_cantidad input:focus ~ span
{
    top: -60px;
    left: 9px;
    background: white;
    font-size: 0.7rem;
    padding: 1px 9px;
    color: #1f618d;
}

.precio_orden_compra
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
    color: #196f3d;
    font-weight: bold;
    width: 100%;
    text-align: right;
    display: block;
    margin: 1px;
}

.actualizar_carrito,
.confirmar_pedido_carrito
{
    background-color: #fff;
    padding: 6px 12px;
    color: #2ecc71;
    border: 2px solid #2ecc71;
    font-size: 0.8rem;
    border-radius: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.confirmar_pedido_carrito
{
    background-color: #fff;
    color: #1f618d;
    border: 2px solid #1f618d;
}

.actualizar_carrito:hover,
.confirmar_pedido_carrito:hover
{
    cursor: pointer;
    text-decoration: none;
    color: white;
    box-shadow: 0px 3px 10px grey;
    background-color: #2ecc71;
}

.confirmar_pedido_carrito:hover
{
    background-color: #1f618d;
}

/* Carrito de compras */


/* Footer */
.footer_general
{
    display: block;
    margin: auto;
    width: 100%;
    min-height: 10rem;
    margin-top: 30px;
    background-image: linear-gradient(135deg, #00a6ef 0, #1f618d 50%, #122536 100%); 
}

.dist_footer_general
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.blq1_dist_footer_general
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 8px 12px;
    min-width: 45%;
}

.blq2_dist_footer_general
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 8px 12px;
}

.titulo_footer
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    color: #fff;
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    border-left: 7px solid #fff;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.contenedor_navegacion_footer
{
    padding-left: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    margin: auto;
}

.dist_footer_rrss
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blq_dist_footer_rrss
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dist_contacto_footer
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blq1_dist_contacto_footer
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 10px auto;
    margin-right: 12px;
}

.icono_contacto_footer
{
    color: #1f618d;
    padding: 8px;
    margin: auto;
    display: block;
    text-align: center;
    padding: 8px;
    border: 0px;
    background-color: #fff;
    border-radius: 50%;
}

.blq2_dist_contacto_footer
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 10px;
}

.titulo_datos_footer
{
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    display: block;
    text-align: justify;
    color: #fff;
}

.datos_footer
{
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    display: block;
    text-align: justify;
    color: #fff;
}

.enlace_footer
{
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    text-align: left;
    display: block;
    margin: 7px auto;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
    border-left: 2px solid #fff;
}

.icon_navegacion_footer
{
    position: relative;
    left: -6px;
    background-color: #fff;
    border: 0px;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    background-color: transparent;
    margin-right: 10px;
}

.enlace_footer:hover
{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.9;
}

.a_twitter,
.a_youtube,
.a_instagram,
.a_linkedin,
.a_whatsapp,
.a_pinterest,
.a_facebook,
.a_whatsapp,
.a_maps
{
    background-color: #fff;
    width: 50px;
    height: 50px;
    opacity: 0.8;
    border-radius: 50%;
    margin: auto;
    margin-right: 12px;
    font-size: 1.2rem;
    padding: 5px 8px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    transition-duration: 0.8s;   
}

.a_facebook
{
    padding: 5px 11px;
}

.a_youtube
{
    padding: 5px 7px;
}

.a_maps
{
    padding: 5px 9px;
}

.a_twitter:hover,
.a_youtube:hover,
.a_instagram:hover,
.a_linkedin:hover,
.a_whatsapp:hover,
.a_pinterest:hover,
.a_facebook:hover,
.a_whatsapp:hover,
.a_maps:hover
{
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 3px 10px grey;
    color: #fff;
}

.a_facebook:hover
{
    background-color: #3b5998;
}

.a_twitter:hover
{
    background-color: #00acee;
}

.a_instagram:hover
{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.a_youtube:hover
{
    background-color: #FF0000;
}

.a_whatsapp:hover
{
    background-color: #075E54;
}

.a_maps:hover
{
    background-color: #FF5733;
}

.firma_mercasist
{
    border-top: 2px solid #fff;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    max-width: 1200px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 95%;
}

.firma_mercasist:hover
{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.logo_footer
{
    background-color: #34495e;;
    margin: auto;
    width: 90px;
    height: auto;
}
/* Footer */

/* Botón flotante whatsapp */
.icon_whatsapp_tienda
{
    position: fixed;
    right: 25px;
    bottom: 40px;  
    z-index: 1000;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0bd561;
    box-shadow: 0px 3px 12px grey;
    font-size: 35px;
    color: #fff;
    text-align: center;
    margin: auto;
}

.icon_whatsapp_tienda:hover,
.icon_whatsapp_tienda:focus
{
    outline: none;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.9;
    color: #fff;
}
/* Botón flotante whatsapp */


/* Modales */
.header_modal_tienda
{
    background-color: #1f618d;
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px; 
    width: 100%;
    margin: auto;
}

.header_modal_tienda h6
{
    width: 100%;
    margin: auto;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    text-align: justify;
    padding-left: 12px;
    padding-right: 12px;
}

.header_modal_tienda a
{
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
}

.header_modal_tienda a:hover
{
    cursor: pointer;
    text-decoration: none;
    opacity: 0.8;
}

.contenedor_modal
{
    margin: auto;
    margin-top: 10px;
    width: 100%;
}

.contenedor_input input
{
    display: block;
    margin: auto;
    margin-top: 15px;
    width: 90%;
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: 12px;
    background: transparent;
    box-sizing: border-box;
    outline: none;
    font-size: 0.9rem;
    color: #111;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
    appearance: textfield;
}

.contenedor_input span,
.contenedor_input span.input_ml
{
    position: absolute;
    top: 61px;
    left: 10px;
    padding: 12px;
    display: inline-block;
    font-size: 0.9rem;
    color: #111;
    font-weight: 300;
    transition: 0.5s;
    font-family: 'Quicksand', sans-serif;
    pointer-events: none;
}

.contenedor_input span.input_ml
{
    left: 25px;
}

.contenedor_input input:focus,
.contenedor_input input:valid
{
    border: 1px solid #1f618d;
}

.contenedor_input input:focus ~ span,
.contenedor_input input:valid ~ span,
.contenedor_input input:focus ~ span.input_ml,
.contenedor_input input:valid ~ span.input_ml
{
    transform: translateX(10px) translateY(-18px);
    background: white;
    font-size: 12px;
    padding: 6px 12px;
    color: #1f618d;
}

.contenedor_input input:focus ~ span.input_ml,
.contenedor_input input:valid ~ span.input_ml
{
    transform: translateX(10px) translateY(-20px);
}

.legend_input
{
    font-family: 'Roboto', sans-serif;
    color: grey;
    font-size: 0.8rem;
    font-style: italic;
    display: block;
    text-align: justify;
    width: 90%;
    margin: 10px auto;
}
/* Modales */


/* Registro de usuarios */
.contenedor_login
{
    max-width: 90%;
    margin: 15px auto;
    width: auto;
}

.fondo_pagina_contacto,
.fondo_pagina_registro
{
    background-image: url("/img/bg_contacto.jpg");
    background-image: no-repeat;
    background-image: fixed;
    background-image: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fondo_pagina_registro
{
    background-image: url("/img/bg_contacto.jpg");
}

.recuadro_contacto .accordion .collapse .nav .nav-item > a
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    color: grey;
    margin: auto 10px;
    padding: 3px 9px;
}

.recuadro_contacto .accordion .collapse .nav .nav-item > a:hover
{
    text-decoration: none;
    cursor: pointer;
    opacity: 0.8;
    color: #1f618d;
}

.recuadro_contacto .accordion .collapse .nav .nav-item > a.active
{
    border-bottom: 2px solid #1f618d;
    color: #1f618d;
}

.btn_return
{
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    text-align: center;
    border: 0px;
    color: #000;
    background-color: #d2d2d2;
    border-radius: 4px;
    padding: 8px 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn_return:hover
{
    color: #000;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 3px 12px grey;
}

.link_olvido_clave,
.link_registro_nuevo
{
    font-family: 'Quicksand', sans-serif;
    font-size: 0.8rem;
    text-align: center;
    display: block;
    margin: auto;  
    outline: none; 
}

.link_olvido_clave
{
    color: red;
}

.link_registro_nuevo
{
    color: #1f618d;
    border: 0px;
    background-color: transparent;
}

.link_olvido_clave:hover,
.link_registro_nuevo:hover
{
    cursor: pointer;
    text-decoration: none;
    color: #1f618d;
    opacity: 0.8;
}

.link_olvido_clave:hover
{
    color: red;
}

.btn_ingreso_ml
{
    color: #fb3 !important;
    background-color: transparent !important;
    border: 2px solid #fb3 !important;    
    padding: 10px 30px;
    border-radius: 10em;
    text-decoration: none !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    display: block;
    width: 100%;
}

.btn_ingreso_ml:hover
{
    box-shadow: 0 6px 9px 0 rgba(0,0,0,0.20),0 5px 14px 0 rgba(0,0,0,0.12);
    -webkit-transition: all 0.5s ease;
    transition-duration: all 0.5s ease;
}

.img_login
{
    width: 126px;
    height: 126px;
    display: block;
    margin: 40px auto;
}

.msj_info_login
{
    color: #A5A5A5;
    font-size: 0.9rem;
    text-align: center;
}
/* Registro de usuarios */


/* Página de contacto */
.contenedor_submit
{
    max-width: 90%;
    margin: 15px auto;
    width: auto;
}

.recuadro_contacto
{
    display: block;
    max-height: 100vh;
    height: auto;
    border: 0px;
    border-radius: 9px;
    width: 95%;
    max-width: 600px;
    margin: 100px auto;
    padding-top: 25px;
    padding-bottom: 15px;
    background-color: white;
    box-shadow: 0px 5px 25px rgba(0,0,0,0.2);
}

.titulo_contacto
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 2rem;
    color: #111;
    font-weight: 500;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 8px;
    border-left: 5px solid #1f618d;
    text-align: justify;
    display: block;
    width: 100%;
    max-width: 90%;
    margin: auto;
}

.titulo_contacto span 
{
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    color: grey;
    font-style: italic;
    margin-top: 1px;
    text-align: left;
    display: block;
}


.recuadro_contacto .contenedor_input
{
    position: relative;
    width: 100%;
    height: 46px;
    margin-bottom: 35px;
}

.recuadro_contacto .contenedor_input:last-child
{
    margin-bottom: 0px;
}

.recuadro_contacto .contenedor_input input,
.recuadro_contacto .contenedor_input textarea
{
    display: block;
    width: 100%;
    max-width: 90%;
    margin: 15px auto;
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: 12px;
    background: transparent;
    box-sizing: border-box;
    outline: none;
    font-size: 0.9rem;
    color: #111;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
    appearance: textfield; 
}

.recuadro_contacto .contenedor_input textarea
{
    resize: none;
}

.recuadro_contacto .contenedor_input span
{
    position: absolute;
    top: 1px;
    left: 35px;
    padding: 12px;
    display: inline-block;
    font-size: 0.9rem;
    color: #111;
    font-weight: 300;
    transition: 0.5s;
    font-family: 'Quicksand', sans-serif;
    pointer-events: none;
}

.recuadro_contacto .contenedor_input input:focus ~ span,
.recuadro_contacto .contenedor_input input:valid ~ span,
.recuadro_contacto .contenedor_input textarea:focus ~ span,
.recuadro_contacto .contenedor_input textarea:valid ~ span
{
    transform: translateX(10px) translateY(-16px);
    background: white;
    font-size: 12px;
    padding: 6px 12px;
    color: #1f618d;
}

.recuadro_contacto .contenedor_input input:focus,
.recuadro_contacto .contenedor_input input:valid,
.recuadro_contacto .contenedor_input textarea:focus,
.recuadro_contacto .contenedor_input textarea:valid
{
    border: 2px solid #1f618d;
}

.dist_footer_registro
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 90%;
    margin: 15px auto;
}

.blq_dist_footer_registro
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.dist_opciones_registro_new
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #1f618d;
    width: auto;
    max-width: 90%;
    margin: auto;
    margin-top: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blq_dist_opciones_registro_new
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    min-width: 40%;
}

.submit_contacto,
.submit_registro
{
    width: auto;
    padding: 6px 12px;
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    text-align: center;
    border-radius: 4px;
    border: 0px;
    margin-top: 45px;
    margin-bottom: 15px;
    background: #1f618d; 
    color: #fff;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.submit_contacto:hover,
.submit_registro:hover
{
    box-shadow: 0px 3px 12px grey;
    background: #1f618d;
    opacity: 0.9;
}

.submit_registro
{
    margin: 0px auto;
}
/* Página de contacto */


/* Historial de órdenes */
.contenedor_vacio_historial
{
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    margin: 30px auto;
    width: 98%;
    max-width: 1000px;
    padding: 10px;
}

.icono_vacio_historial
{
    font-size: 8em;
    margin: 15px auto;
    color: grey;
}

.instruccion_vacio_historial
{
    font-family: 'Quicksand', sans-serif;
    font-size: 1.4rem;
    color: #000;
    text-align: justify;
    margin: 15px auto;
    width: 100%;
}

.contenedor_historial_ordenes
{
    width: 98%;
    max-width: 800px;
    margin: auto;
    margin-top: 30px;
    border: 0px;
    border-radius: 4px;
    box-shadow: 0px 3px 12px grey;
}

.titulo_historial_ordenes
{
    padding: 3px 9px;
    display: block;
    width: 98%;
    max-width: 850px;
    border-bottom: 1px solid #1f618d;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.4rem;
    color: #1f618d;
    margin: 20px auto;
}

.resumen_checkout
{
    width: 98%;
    margin: auto;
    display: block;
    padding-bottom: 25px;
}

.header_orden_panel
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9rem;
    text-align: justify;
    background: #1f618d;
    color: #fff;
    padding: 5px 15px;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.info_orden_panel 
{
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    color: grey;
    text-align: left;
    display: block;
    margin: 10px auto;
    width: 98%;
    font-style: italic;
    font-weigth: bold;
}

.historial_lista_articulos
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: auto;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.blq1_historial_lista_articulos
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.blq2_historial_lista_articulos
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-left: 10px;
    padding-right: 10px;
}

.img_panel
{
    display: block;
    margin: auto;
}

.cant_articulos_historial
{
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-style: italic;
    display: block;
    margin: 5px auto;
    text-align: left;
    font-size: 0.8rem;
}

.precio_historial_articulo
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    color: #1f618d;
}

.total_orden 
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #196f3d ;
    text-align: right;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
}

.dist_opciones_pago
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 95%;
    margin: auto;
}

.blq_dist_opciones_pago
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.dist_opciones_historial
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    margin: auto;
    margin-top: 15px;
}

.blq_dist_opciones_historial
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.completar_pago,
.retiro_tienda,
.info_envio,
.rastrear_paquete
{
    margin: auto;
    background-color: #fff;
    border: 2px solid #1f618d;
    border-radius: 30px;
    padding: 6px 9px;
    color: #1f618d;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.info_envio
{
    color: #B05F3C;
    border: 2px solid #B05F3C;
}

.rastrear_paquete
{
    border: 2px solid #B05F3C;
    background-color: #fff;
    color: #B05F3C;
}

.retiro_tienda
{
    color: #00be06;
    background-color: #fff;
    border: 2px solid #00be06;
}

.completar_pago:hover,
.completar_pago:focus,
.retiro_tienda:hover,
.info_envio:hover,
.rastrear_paquete:hover
{
    text-decoration: none;
    cursor: pointer;
    background-color: #1f618d;
    box-shadow: 0px 3px 12px grey;
    color: #fff;
}

.info_envio:focus,
.info_envio:hover
{
    background-color: #B05F3C;
    border: 2px solid #B05F3C;
    color: #fff;
}

.retiro_tienda:focus,
.retiro_tienda:hover
{
    background-color: #00be06;
    box-shadow: 0px 3px 12px grey;
    color: #fff;
}

.rastrear_paquete:focus,
.rastrear_paquete:hover
{
    background-color: #B05F3C;
    border: 2px solid #B05F3C;
    color: #fff;
}

.info_retiro_tienda,
.info_notificacion_envio,
.info_detalles_pago
{
    border-top: 2px solid #00be06;
    margin: auto;
    margin-top: 10px;
    width: 95%;
    padding-top: 12px;
}

.info_notificacion_envio
{
    border-top: 2px solid #B05F3C;
}

.info_detalles_pago
{
    border-top: 2px solid #1f618d;
}

.info_retiro_tienda span,
.info_notificacion_envio span,
.info_detalles_pago span
{
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    color: #000;
    text-align: justify;
    margin: 5px auto;
    display: block;
}

.importante
{
    font-style: italic;
    font-weight: bold;
}
/* Historial de órdenes */

/* Mensaje de la tienda */
.header_modal_mensaje_tienda
{
    background-color: #f4511e;
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px; 
    width: 100%;
    margin: auto;
}

.header_modal_mensaje_tienda h6
{
    width: 100%;
    margin: auto;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.2rem;
    text-align: justify;
    padding: 12px;
}

.contenedor_modal_mensaje_tienda 
{
    font-family: 'Ubuntu', sans-serif;
    color: #000;
    text-align: justify;
    font-size: 1em;
    padding: 18px 12px;
    margin: auto;
    width: 95%;
}

.rechazo_ingreso
{
    font-family: 'Quicksand', sans-serif;
    padding: 4px 12px;
    text-align: center;
    border-radius: 4px;
    color: #FF0000;
    border: 2px solid #FF0000;
    transition: 0.5s all;
}

.rechazo_ingreso:hover 
{
    color: #fff;
    background-color: #FF0000;
    cursor: pointer;
    text-decoration: none;
    opacity: 0.9;
    box-shadow: 0px 3px 10px grey;
}

.acept_ingreso
{
    font-family: 'Quicksand', sans-serif;
    border: 2px solid #0b5345;
    color: #0b5345;
    padding: 4px 12px;
    text-align: center;
    border-radius: 4px;
    transition: 0.5s all;
}

.acept_ingreso:hover
{
    text-decoration: none;
    color: #fff;
    background-color: #0b5345;
    opacity: 0.9;
    box-shadow: 0px 3px 10px grey;
}
/* Mensaje de la tienda */


/* Paginación de resultados */
.pagination
{
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    text-align: center;
}

.page-item:hover
.page-item:active
{
    background: #1f618d;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.pag_anterior
{
    background-color: #fff;
    color: #1f618d;
    text-align: center;
    font-size: 0.8rem;
    font-family: 'Lato', sans-serif;
    padding: 8px 11px;
    border: 1px solid #1f618d;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-sizing: border-box;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    -ms-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.pag_siguiente
{
    background-color: #fff;
    color: #1f618d;
    text-align: center;
    font-size: 0.8rem;
    font-family: 'Lato', sans-serif;
    padding: 8px 11px;
    border: 1px solid #1f618d;
    box-sizing: border-box;
    border-left: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    -ms-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.pag_actual
{
    background-color: #1f618d;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    font-family: 'Lato', sans-serif;
    padding: 8px 12px;
    border: 1px solid #1f618d;
}

.otra_pagina
{
    background-color: #fff;
    color: #1f618d;
    text-align: center;
    font-size: 0.8rem;
    font-family: 'Lato', sans-serif;
    padding: 8px 12px;
    border: 1px solid #1f618d;
    border-left: 0px;
    box-sizing: border-box;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.pag_anterior:hover,
.otra_pagina:hover,
.pag_siguiente:hover
{
    background-color: #1f618d;
    border: 1px solid #1f618d;
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.otra_pagina:hover
{
    padding: 8px 11px;
}
/* Paginación de resultados */


@media screen and (max-width: 480px)
{
    /* Encabezado */
    .icon_sidebar_categoria
    {
        display: block;
    }

    .enlace_navbar 
    {
        display: none;
    }    

    .enlace_navbar_dropdown
    {
        margin: 10px auto;
        display: block;
        transition: all 0.8s;
        width: 90%;
    }

    .border_activo
    {
        padding-bottom: 3px;
        border-bottom: 0px;
        font-weight: bold;
    }

    .menu_header_option
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* Encabezado */

    /* Información de la Empresa */
    .dist_info_empresa
    {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blq_dist_info_empresa
    {
        width: 45%;
        max-width: 45%;
        margin: 15px auto;
    }
    /* Información de la Empresa */


    /* Distribución del listado de productos */
    .blq_categorias_generales
    {
        display: none;
    }

    .blq_productos_generales
    {
        padding: 10px 0px;
    }
    /* Distribución del listado de productos */


    /* Enlaces de productos individuales */
    .enlace_producto_destacado,
    .enlace_producto_destacado_index
    {
        margin: 15px auto;
        max-width: 200px;
    }
    /* Enlaces de productos individuales */


    /* Detalles del producto */
    .contenedor_detalle_producto
    {
        width: 95%;
    }

    .dist_detalle_item_tienda
    {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        margin: 30px auto;
    }

    .blq1_dist_detalle_item_tienda,
    .blq2_dist_detalle_item_tienda
    {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        padding: 0px;
        min-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .img_ppal_grande
    {
        width: 100%;
        margin: auto;
        display: block;
    }

    .contenedor_img_preview
    {
        max-width: 95%;
    }
    /* Detalles del producto */


    /* Footer */
    .dist_footer_general
    {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 95%;
        margin: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .blq1_dist_footer_general,
    .blq2_dist_footer_general
    {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        padding: 8px 12px;
    }
    /* Footer */

    /* Categoría de productos */
    .icon_categoria
    {
        left: -10px;
    }
    /* Categoría de productos */
}

@media screen and (min-width: 481px) and (max-width: 767px) 
{        
    /* Encabezado */
    .icon_sidebar_categoria
    {
        display: block;
    }

    .enlace_navbar 
    {
        display: none;
    }    

    .enlace_navbar_dropdown
    {
        margin: 10px auto;
        display: block;
        transition: all 0.8s;
        width: 90%;
    }

    .border_activo
    {
        padding-bottom: 3px;
        border-bottom: 0px;
        font-weight: bold;
    }

    .menu_header_option
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* Encabezado */

    /* Información de la Empresa */
    .dist_info_empresa
    {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blq_dist_info_empresa
    {
        width: 45%;
        max-width: 45%;
        margin: 15px auto;
    }
    /* Información de la Empresa */


    /* Distribución del listado de productos */
    .blq_categorias_generales
    {
        display: none;
    }

    .blq_productos_generales
    {
        padding: 10px 0px;
    }
    /* Distribución del listado de productos */


    /* Enlaces de productos individuales */
    .enlace_producto_destacado,
    .enlace_producto_destacado_index
    {
        margin: 15px auto;
        max-width: 200px;
    }
    /* Enlaces de productos individuales */


    /* Detalles del producto */
    .contenedor_detalle_producto
    {
        width: 95%;
    }

    .dist_detalle_item_tienda
    {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        margin: 30px auto;
    }

    .blq1_dist_detalle_item_tienda,
    .blq2_dist_detalle_item_tienda
    {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        padding: 0px;
        min-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .img_ppal_grande
    {
        width: 100%;
        margin: auto;
        display: block;
    }

    .contenedor_img_preview
    {
        max-width: 95%;
    }
    /* Detalles del producto */


    /* Footer */
    .dist_footer_general
    {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 95%;
        margin: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .blq1_dist_footer_general,
    .blq2_dist_footer_general
    {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        padding: 8px 12px;
    }
    /* Footer */

    /* Categoría de productos */
    .icon_categoria
    {
        left: -10px;
    }
    /* Categoría de productos */
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape)
{
    /* Encabezado */
    .icon_sidebar_categoria
    {
        display: block;
    }

    .enlace_navbar 
    {
        display: none;
    }    

    .enlace_navbar_dropdown
    {
        margin: 10px auto;
        display: block;
        transition: all 0.8s;
        width: 90%;
    }

    .border_activo
    {
        padding-bottom: 3px;
        border-bottom: 0px;
        font-weight: bold;
    }

    .menu_header_option
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* Encabezado */
    
    /* Distribución del listado de productos */
    .blq_categorias_generales
    {
        display: none;
    }

    .blq_productos_generales
    {
        padding: 10px 0px;
    }
    /* Distribución del listado de productos */ 

    /* Enlaces de productos individuales */
    .enlace_producto_destacado,
    .enlace_producto_destacado_index
    {
        margin: 15px auto;
        max-width: 200px;
    }
    /* Enlaces de productos individuales */ 

    /* Categoría de productos */
    .icon_categoria
    {
        left: -10px;
    }
    /* Categoría de productos */  
}


@media screen and (max-height: 450px)
{
    .sidenav
    {
        padding-top: 15px;
    }
}



.div_contiene_descripcion {
    max-height: 300px;
    overflow-y: scroll;
    scrollbar-width: thin; /* Para Firefox */
    scrollbar-color: #999 #e0e0e0; /* Color de barra de scroll para Firefox */
}

.div_contiene_descripcion::-webkit-scrollbar {
    width: 6px; /* Ancho de la barra de scroll para navegadores basados en WebKit (Chrome, Safari) */
}

.div_contiene_descripcion::-webkit-scrollbar-thumb {
    background-color: #999; /* Color del scroll */
    border-radius: 10px; /* Bordes redondeados */
}

.div_contiene_descripcion::-webkit-scrollbar-track {
    background-color: #e0e0e0; /* Color de fondo del track de scroll */
}