* {
    font-family: 'poppins';
}

:root {
    --morado: #7F0080;
    --naranja: #F35B04;
}

body {

    background-image: url(/skins/page/images/fondoweb.png);
}

.contenido-inicio-sesion .titulo-inicio-sesion h6::before {
    content: "";
    position: absolute;
    border-bottom: 5px solid #000000;
    width: 64px;
    bottom: 0;
    left: 54%;
    margin-left: -75px;
}

.home-tienda {
    margin-bottom: 40px;
}

.input-group-text {
    background: #013980;
}

.input-group-text i {
    color: #FFFFFF;
}

.header-tienda .inicio-sesion {
    color: #FFFFFF;
    background: #013980;
    padding: 10px;
    text-decoration: none;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.header-tienda .inicio-sesion {
    padding-top: 25px;
}

header nav {
    position: fixed;
    width: 300px;
    right: 0;
    top: 0;
    height: 100%;
    background: #FFFFFF;
    margin: 0;
    display: none;
    z-index: 30;
    padding-top: 10px;

}

.header-tienda .enlacesalir {
    color: #FFFFFF;
    background: #910404;
    border-radius: 2rem;
    padding: 5px;
    text-decoration: none;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.header-tienda .enlacesalir:hover {
    background: #FFFFFF;
    color: #000000;
}

.header-tienda .boton-usuario-header {
    padding-top: 5px;
}

.header-tienda .boton-usuario-header ul {
    list-style: none;
}

.header-tienda .boton-usuario-header ul li a {

    display: block;
    text-align: center;
    background: #FFFFFF;
    color: #012049;
    padding: 8px;
    padding-left: 8px;
    padding-right: 30px;
    font-weight: 300;
    font-size: 13px;
    text-transform: capitalize;
    position: relative;
    text-decoration: none;
    height: 59px;
}

.header-tienda .boton-usuario-header ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    border-color: #012049;
}

.header-tienda .boton-usuario-header ul li ul li {
    display: block;
    position: relative;
    clear: both;
    margin-top: 0px !important;
    border-color: #012049;
    height: 40px;
}

.header-tienda .boton-usuario-header ul li ul li a {
    display: block;
    color: #01214b;
    font-weight: 300;
    padding: 5px;
    padding-left: 10px;
    border: 1px solid #bebebe;
    font-size: 14px;
    padding-top: 10px;
    height: 42px;
}

.header-tienda .boton-usuario-header ul li:hover ul {
    display: block;
}

.tiendabotones button {
    margin-top: 18px;
    margin-right: 14px;
}

.tiendabotones button:hover {
    background: #013980;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.botones button {
    margin-top: 18px;
    margin-right: 14px;
}

.botones button:hover {
    background: #013980;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.tiendabotones button a {
    padding: 7px;
    text-decoration: none;
    color: #013980;
}

.tiendabotones button a:hover {
    color: #FFFFFF;
}

.tiendabotones button a span i {
    padding-bottom: 7px;
    padding-top: 7px;
    margin-right: 4px;
}

.botones button a {
    padding: 7px;
    text-decoration: none;
    color: #013980;
}

.botones button a:hover {
    color: #FFFFFF;
}

.botones button a span i {
    padding-bottom: 7px;
    padding-top: 7px;
    margin-right: 4px;
}

.cupo {
    color: #FFFFFF;
    padding-top: 23px;
}

.cupo span {
    font-size: 17px;
}

.tienda {
    /* margin-bottom: 100px; */
}

.contenedor-proveedores {
    background-color: var(--naranja);
    border-radius: 30px;
    padding: 158px 76px 120px 76px;
    margin-top: -95px;
    background-image: url(/skins/page/images/selloblanco.png);
    background-size: 279px;
    background-repeat: no-repeat;
    position: relative;
}

.img-fondo-proveedores {
    position: absolute;
    top: -78px;
    transform: rotateY(180deg);
}

.todos {
    padding-top: 10px;
    background: #013980;
    border-bottom: 1px #ccc solid;
    height: 45px;
}

.todos:hover {
    background: #012049;
}

.todos a {
    text-decoration: none;
    color: #FFFFFF;
}

.linea-producto {
    text-align: center;
    background: #013980;
    color: #ffffff;
    border-bottom: 1px #ccc solid;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
}

.linea-producto:hover {
    background: #012049;
}

.linea-producto a {
    text-decoration: none;
    color: #ffffff;
    margin-left: 11px;
}

.caja {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;


}

.subcategoria {
    text-align: left;
    padding-left: 10px;
    color: #ffffff;
    border-bottom: 1px #ffffff solid;
    background: #bebebe;
    padding-top: 6px;
    padding-bottom: 6px;
}

.imagen-marca {
    min-height: 65px;
}

.subcategoria a {
    width: 100%;
    text-decoration: none;
    color: #013980;
}

.imagen-producto {
    width: 100%;
}

.imagen-producto img {
      max-width: 100%;
    height: auto;
    max-height: 175px;
    object-fit: contain;
}


.imagen-marca img {
    min-width: 25%;
    min-height: 25%;
    max-width: 25%;
    max-height: 25%;
}

.nombre-producto {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;

}

.contenedor-general {

    /* background-color: #fff; */
}

.nombre-producto {
    margin-bottom: -7px;

}

.codigo {
    margin-bottom: -3px;
    color: var(--gris);

}

.precio {
    color: var(--gris);
    font-size: 18px;
    font-weight: 500;
}

.disponibles {
    font-size: 13px;
}

/********** DETALLEPRODUCTO **********/

.imagen-detalleproducto {
    display: flex;
    align-items: center;
    margin-top: 14px;
    justify-content: center;
    margin-bottom: 14px;

}

.imagen-detalleproducto img {

    max-width: 100%;
    max-height: 400px;
    height: auto;
}


.infodetalleproducto {
    margin-top: 37px;
}

.botones-cantidad {
    background: var(--azul);
    color: #FFFFFF;
    font-size: 14px;
    padding: 2px 8px;
    text-decoration: none;
    max-width: 200px;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.boton-comprar {
    background: var(--azul);
    color: #FFFFFF;
    font-size: 12px;
    padding: 4px 10px;
    text-decoration: none;
    max-width: 200px;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 4px;
}

.boton-comprar:hover {
    color: #FFFFFF;
    background: #bebebe;
    border-color: var(--azul);
    text-decoration: none;
}

/********************** CARRITO DE COMPRAS *********************/

.caja-carrito {
    padding-top: 400px;
    width: 300px;
    display: none;
}

.caja-carrito .detalle-carrito {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 800px;
    overflow: auto;
    background: var(--azul);
    color: #FFFFFF;
    padding: 30px;
    font-size: 14px;
    padding-top: 97px;
    z-index: 99;
}

.caja-carrito .cerrar-caja-carrito {
    position: fixed;
    right: 300px;
    top: 97px;
    background: var(--azul);
    color: #FFFFFF;
    width: 40px;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    font-size: 28px;
    z-index: 19;
}

.caja-carrito .detalle-carrito .item-carrito {
    background: #FFFFFF;
    color: #000000;
    border-radius: 3px;
    padding: 7px;
    margin-bottom: 10px;
}

.caja-carrito .detalle-carrito .item-carrito h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
}

.caja-carrito .detalle-carrito .total-carrito {
    padding: 7px;
    margin-top: 40px;
    background: #000000;
}

.caja-carrito .detalle-carrito .total-carrito .valor {
    color: forestgreen;
    font-size: 22px;
}



.caja-informacion {
    background: #FFFFFF;
    padding: 10px;
    margin-bottom: 10px;
    border: 0px solid #CCCCCC;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.caja-informacion ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.caja-informacion ul li {
    display: block;
    border-top: 1px solid #DDDDDD;
    position: relative;
    clear: both;
}

.usuario {
    color: #F93E12;
    font-size: 19px;
    line-height: 20px;
    display: block;
    padding-bottom: 4px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    padding: 10px;
}

.caja-informacion ul li a {
    display: block;
    color: #666666;
    font-weight: 300;
    padding: 5px;
    padding-left: 10px;
}

.caja-informacion ul li a:hover {
    background: #ebebeb;
    color: var(--azul);
    text-decoration: none;
}

.titulo-negocio {
    background: var(--azul);
    color: #FFFFFF;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    border-radius: 2px;
    text-align: left;
    text-transform: uppercase;
}

.caja-pedido {
    background: #FFFFFF;
    border: 0px solid #CCCCCC;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    padding-top: 10px;
}

.titulo-azul {
    margin: 0;
    color: var(--azul) !important;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

hr {
    border-top: 1px solid #CCCCCC;
}

.caja-pedido .btn-pagar {
    margin-top: 20px;
    background: #8fca00;
    padding: 10px;
    color: #FFFFFF;
    border-radius: 14px;
}

.detalle-carrito .caja-item {
    background: #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 1px;
    padding: 7px;
}

.detalle-carrito .titulo-producto-carrito {
    color: #333333;
    font-weight: 700;
}

.detalle-carrito .valor-tienda-negocio {
    font-size: 12px;
    color: #0f8529;
}

.detalle-carrito .valor-tienda-negocio strong {
    font-weight: 700;
    color: #000000;
}

.total-carrito {
    border-top: 1px solid #000000;
    color: #495057;
    padding: 5px;
    font-weight: 300;
    font-size: 16px;
}

.total-carrito .valor-total-carrito {
    color: #669f56;
    font-size: 18px;
}


.collapseUsuario {
    color: #F93E12;
}

.btn-compradet {
    background: var(--azul);
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
    cursor: pointer;
}



* {
    font-family: 'poppins';
}

img {
    max-width: 100%;
}

header .header-redes {
    background: #333333;
}

header .header-redes .red {
    display: inline-block;
    margin: 5px;
    color: #FFFFFF;
}

body {
    margin-top: 76px;
    --azul: #0084c9;
    --gris: #929497;
    --azuloscuro: #2f3b51;
}

header .header-redes .red i {
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    background: #FFFFFF;
    color: #333333;
    width: 25px;
    text-align: center;
    border-radius: 5em;
}

header .header-redes .red:hover {
    text-decoration: none;
}

header .header-redes .red:hover i {
    background: #000000;
    color: #FFFFFF;
}

header .header-content {
    height: 80px;
    background: var(--azul);
}

header .header-content .logo {
    max-height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}

header .header-content {}

header .header-content nav ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

header .header-content nav ul li {
    display: table-cell;
    width: 20%;
    position: relative;
}

header .header-content nav ul li a {
    display: table;
    width: 100%;
    color: #FFFFFF;
}

header .header-content nav ul li a span {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

header .header-content nav ul li:hover {
    background: #333333;
}

header .header-content nav ul li:hover a {
    color: #FFFFFF;
    text-decoration: none;
}


.fondo-left-top {
    background-position: left top;
}

.fondo-left-center {
    background-position: left center;
}

.fondo-left-bottom {
    background-position: left bottom;
}

.fondo-right-top {
    background-position: right top;
}

.fondo-right-center {
    background-position: right center;
}

.fondo-right-bottom {
    background-position: right bottom;
}

.fondo-center-top {
    background-position: center top;
}

.fondo-center-center {
    background-position: center center;
}

.fondo-center-bottom {
    background-position: center bottom;
}

.fondo-repetido {
    background-repeat: repeat;
}

.fondo-sinrepetir {
    background-repeat: no-repeat;
}

.fondo-expandido {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fondo-fijo {
    background-attachment: fixed;
}

.slider-simple {
    margin-top: 95px;
}

.slider-simple .content-caption {
    color: #000000;
    padding: 20px;
    border-radius: 0.5em;
}

.slider-simple .content-caption h2 {
    color: #000000;
    font-weight: 700;
    margin: 0;
    font-size: 30px;
    margin-bottom: 20px;
}

.contenedor-seccion {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contenedor-seccion .descripcion-seccion {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contenedor-seccion .fixed {
    background-position: fixed;
}

.caja-contenido-simple {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0.5em;
}

.caja-contenido-simple h2 {
    font-weight: bold;
}

.caja-contenido-simple .imagen-contenido {
    display: table;
    width: 100%;
}

.caja-contenido-simple .imagen-contenido div {
    display: table-cell;
    height: 180px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
}

.caja-contenido-simple .imagen-contenido div img {
    max-width: 100%;
    max-height: 100%;
}

.btn-vermas {
    background: #000000;
    color: #FFFFFF;
    border: 1px solid #000000;
}

.btn-vermas:hover {
    background: #FFFFFF;
    color: #000000;
}


.carouselsection .caja-contenido-simple {
    padding: 10px;
    border-radius: 0em;
}

.con-espacios .carouselsection .caja-contenido-simple {
    margin: 10px;
}

.con-espacios .carouselsection {
    padding-left: 40px;
    padding-right: 40px;
}

.fondo-video-youtube {
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.banner-video-youtube {
    position: absolute;
    top: -80%;
    left: -80%;
    z-index: 1;
    margin: auto;
    opacity: 1;
    width: 260%;
    height: 260%;
}

.fondo-imagen {
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slider-principal .carousel-caption {
    color: #000000;
    padding: 20px;
    border-radius: 0.5em;
    display: block;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}


.padding-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo {
    max-height: 150px;
}

.pos_logo {
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.borde_login {
    border: 2px solid #FFFFFF;
    margin-top: 50px;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.btn-blanco2 {
    background: #FFFFFF;
    color: var(--azul);
    font-size: 16px;
}

.blanco {
    color: #FFFFFF;
}

.titulo_login2 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
}

.titulo_login_azul {
    color: var(--azul);
    font-size: 26px;
    font-weight: 300;
}

.col-md-35 {
    max-width: 29.1666666% !important;
    flex: 0 0 29.1666666% !important;
}

.titulo {
    color: var(--azul);
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.texto_rojo {
    color: red;
}

.datosResaltados {
    color: #FFF;
    padding: 10px;
    font-size: 24px;
    text-transform: uppercase;
    background: var(--azul);
    background: #F0F0F0;
    color: var(--azul);
}

.formulario div {
    margin-top: 5px;
    color: var(--azul);
}

.formulario .form-control {
    color: var(--gris);
}

.tituloVerde {
    color: var(--azul);
    font-size: 16px;
    padding-bottom: 5px;
}

.textos2 {
    font-size: 12px;
    color: #595959;
}

.textos3 {
    font-size: 14px;
    color: #595959;
}

.formulario label {
    margin-top: 10px;
}

.margen_enfermedad {
    vertical-align: top;
}

.fondo_header {
    background: var(--azul);
    padding-top: 10px;
    padding-bottom: 10px;
}

.titulo_blanco {
    color: #FFFFFF;
    font-size: 30px;
}

.margen_titulo {
    margin-top: 10px;
}

.separador_gris {
    background: var(--gris);
    height: 20px;
}

.separador_login {
    background: var(--gris);
    height: 5px;
    width: 70px;
    margin-top: 5px;
}

.separador_login2 {
    background: var(--gris);
    height: 5px;
    width: 70px;
    margin-top: -15px;
    margin-bottom: 10px;
}

.separador_login3 {
    background: var(--gris);
    height: 5px;
    width: 70px;
    margin-top: -5px;
    margin-bottom: 10px;
}

.separador_login4 {
    background: var(--gris);
    height: 5px;
    width: 70px;
    margin-top: -10px !important;
    margin-bottom: 10px;
    position: relative;
}

.separador_login5 {
    background: var(--gris);
    height: 5px;
    width: 70px;
    margin-top: -15px !important;
    margin-bottom: 10px;
    position: relative;
}

.icono_usuario {
    background: var(--azul);
    height: 45px;
    padding: 7px;
    margin-right: -30px;
}

.z_icono {
    z-index: 5;
    position: relative;
    margin-top: -4px;
}

.margen_icono {
    margin-bottom: 20px;
}

.enlace {
    color: #373333;
}

.btn-azul {
    background: var(--azul);
    color: #FFFFFF;
    border-radius: 0px;
}

.btn-azul:hover {
    background: var(--azul);
    color: #FFFFFF;
}

.flecha {
    color: var(--azul);
    background: #FFFFFF;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    font-size: 18px;
    margin-left: 10px;
}

.campo_gris {
    text-align: right;
    background: url("/corte/pesos.png") #EEEEEE;
    background-repeat: no-repeat;
    color: #231F20;
}

.campo {
    text-align: right;
    background: url("/corte/pesos.png");
    background-repeat: no-repeat;
    color: #231F20;
}

.div_rojo {
    border: 1px solid #BE0E2A;
    padding: 10px;
    border-radius: 4px;
    color: var(--gris) !important;
}

.warning-logo {
    margin-left: -10px;
    height: 90px;
    z-index: 1;
    position: relative;
    margin-top: -100px;
}

.warning-logo2 {
    margin-left: -10px;
    height: 60px;
    z-index: 2;
    position: relative;
    margin-top: -72px;
}

.margen-warning {
    margin-left: 70px;
}

#resultado b {
    color: var(--azul);
    font-size: 20px;
    font-weight: normal;
}

.margen-cuotas {
    margin-top: 20px;
}

.rojo {
    color: #BE0E2A;
}

.paso {
    color: #C2C1C1;
}

.fondo3 {
    background: var(--azul);
    color: #FFFFFF;
}

.tablaGris2,
.tablaGris2 td {
    padding: 5px;
    border: 1px solid #666;
    border-collapse: collapse;
}

.tabla2,
.tabla2 td {
    border: 1px solid #999999;
    border-collapse: collapse;
}

.with-errors {
    color: #BE0E2A;
}

.contenedor-carousel ul .imagen {
    width: 40px;
}

ul.productos-lista {
    display: inline;
    list-style: none;
}

ul.productos-lista li {
    display: table-cell;
}

ul.productos-lista li img {
    max-width: 70%;
    min-width: 70%;
}

.caja-pedido .titulos-detalle-pedido h5 {
    font-weight: 900;
}

.btn-primary-carrito {
    background: #8fca00;
    color: #FFFFFF;
    border: none;
}

.mensaje-autorizacion {
    margin-top: 30px;
}

.btn-volver {
    background: #8fca00;
    color: #FFFFFF;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
    margin-bottom: 10px;
}

.caja-pedido-confirmado .titulos-detalle-pedido h5 {
    font-weight: bolder;
    font-size: 12px;
}

.mensaje-alert {
    background: #000000;
    padding: 7px;
    margin-top: 200px;
}

.fa-exclamation-triangle {
    color: #df9a2d;
    font-size: 30px;
    margin-left: 9px;
}



.tienda .ruta h3 a,
.tienda .ruta h3 {
    color: #013980;
    font-size: 16px;
    text-decoration: none;
}

.banner-tienda {
    width: 100%;
}

.banner-categoria {
    width: 100%;
    height: 550px;
}

.banner-tienda img {
    width: 100%;
    height: auto;
}

.banner-categoria img {
    width: 100%;
    height: 100%;
}

#carousel_container .right_scroll {
    position: absolute;

    font-size: 20px;
    width: 30px;
    padding: 0px;
    top: 50%;
    right: 0px;
    text-align: center;
    border-radius: 5em;
    cursor: pointer;
    z-index: 2;
}

#carousel_container .left_scroll {
    position: absolute;

    font-size: 20px;
    width: 30px;
    padding: 0px;
    top: 50%;
    left: 0px;
    text-align: center;
    border-radius: 5em;
    cursor: pointer;
    z-index: 2;
}

.img-categoria {
    width: 130px;
}

.home-tienda .btn-compradet,
.categoria-tienda .btn-compradet {
    padding-left: 50px;
    padding-right: 50px;

}


.home-tienda .img-slider-home {
    display: block;
    height: 365px;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}

.home-tienda .img-slider-home-responsive {
    display: none;
    height: 245px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 500px) {
    .home-tienda .img-slider-home {
        display: none;

    }

    .home-tienda .img-slider-home-responsive {
        display: block;

    }
}

.tratamiento,
.terminos,
.autorizacion {
    padding: 7px;
    border: 1px solid;
    border-color: rgb(15, 133, 41);
    border-radius: 1rem;
    margin-bottom: 30px;
}

.header-tienda .logo {
    margin-top: -20px;
}

.h-tienda .logo:before {
    content: "";
    position: absolute;
    width: 115%;
    height: 170px;
    background: var(--morado);
    border-radius: 0 0 20em 20em;
    -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 30%);
    z-index: -1;
    top: -40px;
    left: -7%;
}

.h-tienda .logo:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 75px;
    background: var(--morado);
    z-index: -1;
    top: -8px;
    left: -50%;
    border-top: 8px solid var(--morado);
}

.user-header {
    height: 67px;
    display: flex;
}

.carrito-header {
    height: 67px;
    display: flex;
}

.contendor-cards {
    margin-top: -70px;
    z-index: 16;
    position: relative;
}

.contendor-cards-2 {
    width: 90%;
    margin: auto;
}
.text-azul-fendesa {
    color: #3b3b3b;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}
.contendor-cards .text-azul-fendesa{
  color:#FFF;
}

.menu-head .text-azul-fendesa{
  color:#FFF;
}


#carousel_marcas {
    background: #FFF;
    padding: 15px 30px;
    border-radius: 50px;
}

#carousel_marcas h5 {
    text-align: center;
    color: var(--naranja);
    font-weight: 700;

}

.btn-avisos {
    background-color: #FFF;
    border-radius: 30px;
    color: var(--naranja);
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    transition: all 300ms;
}

.btn-avisos:hover {
    text-decoration: none;
    opacity: 0.7;
    color: var(--naranja);

}

.carousel_inner ul {
    gap: 10px;
    display: flex;
}

.ver-carrito:hover {
    text-decoration: none;
}

#cantidad-total-items {
    color: #FFF !important;
    font-weight: 500;
}


.boton-categ {
    border: 1px solid #fff;
}

.boton-categ i {
    color: var(--morado);
    -webkit-text-stroke: 1px #fff;
    font-size: 20px;
    margin-top: 3px;
}

.menu-desplegable {
    position: fixed;
    background-color: #fff;
    height: auto;
    z-index: 9;
    overflow-y: auto;
    max-height: 100%;
    top: 75px;
    left: 27%;
    width: 325px;
    border-radius: 0px 0px 10px 0px;
}

.menu-desplegable ul {
    list-style: none;
}

.menu-desplegable ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: var(--gris);
    border-bottom: 1px solid RGBA(108, 117, 125, 0.4);
    padding: 10px 0px;

}

.menu-desplegable ul li a:hover {
    color: var(--azul) !important;

}

.menu-desplegable ul li a i {
    font-size: 14px;
}

.sub-menu li a {
    border: none !important;
}

.text-gris {
    color: #FFF !important;
}
.infodetalleproducto .text-gris {
    color: #333333 !important;
}
.text-gris2 {
    color: #5e5e5e !important;
}

.info-index {
    background-color: var(--morado) !important;
    -webkit-box-shadow: 5px 4px 8px -2px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 5px 4px 8px -2px rgba(0, 0, 0, 0.33);
    box-shadow: 5px 4px 8px -2px rgba(0, 0, 0, 0.33);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
}

.info-index span {
    font-weight: 500;
}

.imagen-producto {
    border-bottom: 1px solid #e6e6e6;
}

.img-marca {
    height: 80px;
    max-width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-marca img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.anterior {
    text-decoration: line-through;
}

.comprar button {
    font-size: 14px;
    color: var(--azul);
}

.comprar {
    font-size: 14px;
    border-top: 1px solid #e6e6e6;
}

.border-r {
    border-right: 1px solid #e6e6e6;
}

.items-menu {
    background-color: var(--morado);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}

.items-menu img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.btn-round {
    border-radius: 7px;
}

.inscribete {
    top: 32%;
    right: 20px;
}

.caja-menu-izq a {
    text-decoration: none;
}

.caja-menu-izq ul {
    list-style: none;
}

.sub-menu {
    list-style: none;
}

.sub-menu li {
    border-bottom: none !important;
    margin: 10px 0px;
}

.caja-menu-izq ul li a:hover {
    color: var(--azul) !important;
}

.caja-menu-izq .sub-menu li a {
    color: var(--gris);
}

.caja-menu-izq ul li a {
    border-bottom: 1px solid RGBA(108, 117, 125, 0.4);
    margin-bottom: 15px;
    padding-bottom: 7px;

}

.img-marca-carousel {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-marca-carousel img {
    height: 100%;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* .b-top {
    border-top: 2px solid #e6e6e6;
} */

.b-bottom {
    border-bottom: 2px solid var(--gris);
}

.categoria-menu {
    border-bottom: 1px solid RGBA(108, 117, 125, 0.4);
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.footer-t {
    background-color: var(--azul);
    color: #fff;
}

.menu-footer li {
    border-top: 2px solid #fff;
    color: #fff;
    list-style: none;
    padding: 10px 0px;
    font-size: 14px;
}

.activo-favorito {
    color: red;
}

#favorito i {
    cursor: pointer;
}

.text-decoration-none {
    text-decoration: none;
}

.text-decoration-none:hover {
    text-decoration: none;
}

.imagen-marca-detalle img {
    height: 130px;
}

.text-azul-oscuro {
    color: var(--azuloscuro);
}

.contenido-general {
    padding-top: 5rem;
}

.menu-head {
    position: relative !important;
    width: auto !important;
    background: none !important;
    display: flex !important;
    align-items: center;
    padding: 0 !important;
    height: 67px !important;
}

.menu-head ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-head ul li {
    display: table-cell;
    position: relative;
    text-align: center;
}

.menu-head ul li a {
    display: table;
    width: 100%;
}

.flotantes {
    display: flex;
    flex-direction: column;
    width: 100px;
    position: fixed;
    bottom: 230px;
    right: 1%;
    z-index: 999;
}

.tooltip-inner {
    font-size: 14px;
    padding: 5px 15px 5px 20px;
    background: var(--azul);
    color: #FFFFFF;
    border: none;
    text-align: left;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: var(--azul);
    /* Red */
}

.text-vend {
    font-size: 14px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.caja-buscador {
    padding-top: 30px;
}

/* Styles for wrapping the search box */

.main {
    width: 50%;
    margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.caja-tienda {
    background-color: #fff;
    height: 100%;

}

.titulo-tienda h4 {
    font-weight: bold;
    color: var(--azul) !important
}

.caja-texto {
    color: #000000;
    background-color: #EEEEEE;
}

.btn-whatsapp {
    color: #fff;
    display: block;
    width: 100%;
    padding: 3px 15px;
    text-align: center;
    border-radius: 15px;
    text-decoration: none;
}

.btn-whatsapp:hover {
    color: #fff;
    text-decoration: none;
}

.caja-imagen-tienda img {
    width: 400px;

}

.caja-imagen-tienda {
    border-left: 12px solid;
    text-align: center;
}

.caja-tienda2 {
    margin-left: 15px;
    background-color: #fff;
    text-align: center;
}

.caja-tienda2 h3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0px;
    font-weight: bold;
}

.btn-volver {
    background-color: #C49F55;
    color: #fff;
    margin-left: 15px;
    padding-left: 3rem;
    text-decoration: none;
    padding-right: 15px;

}

.btn-volver:hover {
    text-decoration: none;
    color: #fff;
}

.caja-tienda-texto {
    background-color: #e3e3e3;
    height: 100%;
}

.caja-tienda-texto p {
    font-size: 14px;
}

.datos-tienda {
    word-break: break-all;

}

.caja-tienda-texto .datos-tienda span {
    font-weight: bold;
}

.caja-tienda img {
    width: auto;
    max-height: 100% !important;
    max-width: 100%;
    vertical-align: middle;
}

.img-productos {
    text-align: center;
    line-height: 229px;
    height: 230px !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-productos::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
}

.img-productos:hover::before {
    opacity: 0.2;
}

.caja-tienda {

    height: 100%;
    display: flex;
    flex-direction: column;
}

.datos-tienda span {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.caja-tienda-texto .datos-tienda span a {
    font-weight: normal;
}

.caja-tienda-texto .datos-tienda span {
    font-weight: bold;
}

.caja-tienda-texto .datos-tienda {
    word-break: break-all;
    border-top: 2px solid #fff;
}

.caja-tienda2 {
    margin-left: 15px;
    background-color: #fff;
    text-align: center;
}

.caja-imagen-tienda {
    border-left: 12px solid;
    text-align: center;
}

.footer-t a {
    color: white;
}


.botonera-resposive {
    position: fixed;
    background: #FFFFFF;
    color: #333333;
    width: 276px;
    height: 100%;
    overflow: auto;
    top: 0;
    right: 0;
    display: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.btn-menu {
    text-align: right;
    display: block;
    padding: 5px;
}

header .botonera-responsive .item {
    color: #005681;
}

.item {
    list-style: none;
    color: #005681;
}

#item2 {
    list-style: none;
    color: #005681;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    padding-bottom: 1rem;
    padding-top: 0.5rem;
}

.collapse {
    padding: 0px;
    width: 100%;
}

.item2-1 {
    list-style: none;
    color: #333333;
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.item a {
    color: #269cd8;
    font-size: 17px;
    margin-left: 5px;
}

.item a i {
    color: #FFF;
}

.h-tienda {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 30%);
    z-index: 99;
    background: var(--morado);
    /* border-top: 8px solid var(--azul); */
}

.btn-header {
    color: #FFF;
}

@media only screen and (min-width: 992px) {
    .h-tienda {
        height: 75px;
    }
}

.logo-responsive {
    max-height: 90px;
}

.item ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.item ul li ul li {
    padding: 0px;
}

.item ul li i {
    margin-left: 10px;
}

.item ul li ul {
    padding-left: 0px;
}

.item ul li {
    background-color: var(--azul);
}

.item ul li ul li {
    background-color: #fff;

}

.item ul li div {
    background-color: #fff;
    padding-bottom: 10px;

}

.item ul li ul li a {
    color: var(--azul) !important;

}

/* NUEVO FOOTER */

.f-tienda {
    background: var(--morado);
    color: #FFF;
    border-radius: 30px 30px 0 0;



    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
}




.footer .robot-container {
    position: absolute;
    top: -120px;
    right: -36px;
}

.footer .robot-container img {
    width: 185px;
}

.nav-social-media {
    display: flex;
    gap: 15px;

}

.nav-social-media a {
    text-decoration: none;
    color: #FFF;
    font-size: 1.5rem;
}

.nav-social-media .vr {
    color: #FFF;
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25;
}

.nav-social-media .vr:last-child {
    /* Estilos adicionales para el último botón */
    display: none;
}


/* RESPONSIVE NUEVO */

@media (max-width: 500px) {
    .contenedor-banner {
        width: 100% !important;
        margin: 0;
        padding: 0;
    }

    .home-tienda .img-slider-home {
        display: none;

    }

    .home-tienda .img-slider-home-responsive {
        height: auto;
        object-fit: cover;
        object-position: center;
        margin-top: 5px;
        height: 170px;
    }

    .contendor-cards {
        margin-top: 31px;
    }

    .contenedor-proveedores {
        padding: 163px 20px 120px 20px;
        margin-top: -77px;
    }

    .btn-avisos {
        text-align: center;
    }

    #carousel_marcas {
        margin-top: 117px;
    }

    .robot-container {
        display: none;
    }

}