/**
 *   custom.css
 *
 *   Archivo de estilos propios del sitio que suplementan o modifican los de BS4.
 *
 *   Created on : 08/11/2019, 15:46:22
 *   Author     : Rubicom · Soluciones en Gestión [ https://rubicom.ar ]
 */

html {
    font-size: 14px;
}

body {
    overflow-x: hidden;
    background-color: var(--background, #FFF);
    color: var(--text-primary, #222);
    line-height: 140%;
}

#capaloader {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo img {
    max-height: 80px;
}
.logo-alt img {
    max-height: 48px;
}

@media screen and (max-width: 576px) {
    .logo img {
        max-height: 36px;
    }
    .logo-alt img {
        max-height: 36px;
    }
    .sin-padding-celular {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.punto-verde {
    font-size: 0.9rem;
    color: green;
}

.producto {
    padding: 40px 20px 20px;
    border: 1px solid #f4f1e3;
    border-radius: 4px;
    margin-bottom: 40px;
}

.carta-producto {
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: none;
    transition: all 0.3s ease;
}

.carta-producto:hover {
    
}

.carta-producto .descripcion-producto {
    line-height: 1.2;
    overflow: hidden;
}
    
.carta-producto .descripcion-producto p, .carta-producto .descripcion-producto span {
    line-height: 1.2;
}

.carta-producto .contenedor-imagen-producto, .contenedor-imagen-producto {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.contenedor-iconos {
    position: absolute;
    top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carta-producto .contenedor-iconos {
    right: 0;
    align-items: end;
}

.descripcion-producto .contenedor-iconos {
    left: 0;
    align-items: start;
}

.contenedor-imagen {
    display: contents;
}

.imagen-producto-viejo {
    position: relative;
    text-align: center;
}

.imagen-producto {
    display: grid;
    place-items: center;
    position: relative;
}

@media screen and (max-width: 576px) {
    .carta-producto .imagen-producto {
        
    }
}

.resumen-producto p {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
}

.grupos-productos {
    margin-bottom: 60px;
}

h1 {
    font-size: 2.4rem;
}

h2 {
    font-size: 2.0rem;
    font-weight: bold;
}

h3 {
    font-size: 1.8rem;
    font-weight: bold;
}

h4 {
    font-size: 1.4rem;
}

.titulo h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.1rem;
    font-weight: bold;
}

.linea-corta {
    border-bottom: 1px solid var(--border, #e6dfd8);
    width: 80px;
    display: inline-block;
}

.linea-media {
    border-bottom: 1px solid var(--primary, #0090f0);
    width: 80px;
    display: inline-block;
    padding: 20px;
    margin: 10px;
}

.linea-media-celular {
    border-bottom: 1px solid var(--primary, #0090f0);
    width: 40px;
    display: inline-block;
    padding: 10px;
    margin: 5px;
}

.btn-comprar {
    background-color: var(--primary, #0090f0);
    color: var(--text-light, #fafafa);
    border: 2px solid var(--primary, #0090f0);
    transition: all 0.3s ease;
}

.btn-comprar:hover {
    filter: brightness(120%);
}

.btn-comprar:active {
    filter: brightness(80%);
}

.btn-comprar-outline {
    color: var(--primary, #0090f0);
    border: 1px solid var(--primary, #0090f0);
}

.btn-comprar-outline-blanco {
    color: white;
    border: #fff 1px solid;
}

.nowrap {
    flex-wrap: nowrap;
}

@media screen and (max-width: 576px) {
    .line-steps {
        transform: scale(0.8);
    }
    .line-steps .column-step {
        padding: 0 0 !important;
    }
}

.line-steps .column-step {
    padding: 30px 0;
    text-align: center;
}

.line-steps .step-number {
    font-size: 20px;
    background: #fff;
    border-radius: 50%!important;
    display: inline-block;
    margin: auto auto 14px;
    border: 3px solid #e4e7ea;
    position: relative;
    height: 40px;
    width: 40px;
    z-index: 3;
    line-height: 37px;
}

.line-steps .step-title {
    font-size: 18px;
    font-weight: 900;
    position: relative;
    margin: 0;
}

.line-steps .step-title:after,.line-steps .step-title:before {
    content: '';
    height: 3px;
    width: 50%;
    position: absolute;
    background-color: #e4e7ea;
    top: -32px;
    z-index: 1;
    transform: translateY(-100%);
}

.line-steps .step-title:after {
    left: 50%;
}

.line-steps .step-title:before {
    right: 50%;
}

.line-steps .finish .step-title:after,.line-steps .start .step-title:before {
    content: none;
}

.line-steps .start .step-title:after {
    background-color: var(--primary, #0090f0);
}

.line-steps .start .step-number {
    color: var(--primary, #0090f0);
    border-color: var(--primary, #0090f0);
}

.line-steps .step-info, .line-steps .step-title {
    font-size: 12px;
    color: #6c757d;
}

.line-steps .start .step-info,.line-steps .start .step-title {
    font-size: 12px;
    color: #6c757d;
}

.line-steps .active .step-title:after,.line-steps .active .step-title:before {
    background-color: var(--primary, #0090f0);
}

.line-steps .active .step-info, .line-steps .active .step-title {
    color: #444444;
}

.line-steps .upcoming .step-title:after,.line-steps .upcoming .step-title:before {
    background-color: var(--primary, #0090f0);
}

.line-steps .upcoming .step-number {
    color: var(--primary, #0090f0);
    border-color: var(--primary, #0090f0);
}

.line-steps .upcoming .step-info,.line-steps .upcoming .step-title {
    color: #6c757d;
}

.line-steps .finish .step-number {
    color: #e4e7ea;
}

.line-steps .finish .step-info,.line-steps .finish .step-title {
    color: #6c757d;
}

.line-steps .step-number {
    color: #e4e7ea;
}

.line-steps .active .step-number {
    color: var(--primary, #0090f0);
    border-color: var(--primary, #0090f0);
    webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.checkbox {
    padding-left: 20px
}

.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative
}

.checkbox label::before {
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    background-color: #fff;
    border-radius: 1px;
    border: 1px solid rgba(120,130,140,.13);
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: .3s ease-in-out;
    width: 17px;
    outline: 0!important
}

.checkbox label::after {
    color: #2b2b2b;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 16px
}

.checkbox input[type=checkbox] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0!important;
}

.checkbox input[type=checkbox]:disabled+label {
    opacity: .65
}

.checkbox input[type=checkbox]:focus+label::before {
    outline-offset: -2px;
    outline: 0;
    outline: dotted thin
}

.checkbox input[type=checkbox]:checked+label::after {
    content: "\2713";
}

.checkbox input[type=checkbox]:disabled+label::before {
    background-color: var(--primary, #0090f0);
    cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%
}

.checkbox.checkbox-inline {
    margin-top: 0
}

.checkbox.checkbox-single label {
    height: 17px
}

.checkbox-primary input[type=checkbox]:checked+label::before {
    background-color: #ab8ce4;
    border-color: #ab8ce4
}

.checkbox-primary input[type=checkbox]:checked+label::after {
    color: #fff
}

.checkbox-danger input[type=checkbox]:checked+label::before {
    background-color: #e6506b;
    border-color: #e6506b
}

.checkbox-danger input[type=checkbox]:checked+label::after {
    color: #fff
}

.checkbox-info input[type=checkbox]:checked+label::before {
    background-color: #1ca4cb;
    border-color: #1ca4cb
}

.checkbox-info input[type=checkbox]:checked+label::after {
    color: #fff
}

.checkbox-warning input[type=checkbox]:checked+label::before {
    background-color: #f7b601;
    border-color: #f7b601
}

.checkbox-warning input[type=checkbox]:checked+label::after {
    color: #fff
}

.checkbox-success input[type=checkbox]:checked+label::before {
    background-color: var(--primary, #0090f0);
    border-color: var(--primary, #0090f0);
}

.checkbox-success input[type=checkbox]:checked+label::after {
    color: #fff
}

.checkbox-purple input[type=checkbox]:checked+label::before {
    background-color: #8c4ff2;
    border-color: #8c4ff2
}

.checkbox-purple input[type=checkbox]:checked+label::after {
    color: #fff
}

.checkbox-red input[type=checkbox]:checked+label::before {
    background-color: #e6506b;
    border-color: #e6506b
}

.checkbox-red input[type=checkbox]:checked+label::after {
    color: #fff
}

.checkbox-inverse input[type=checkbox]:checked+label::before {
    background-color: #4c5667;
    border-color: #4c5667
}

.checkbox-inverse input[type=checkbox]:checked+label::after {
    color: #fff
}

input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: var(--primary, #ced4da);
    width: 20px;
    height: 20px;
    border: 1px solid var(--primary, #ced4da);
    border-radius: 4px;
    transform: translateY(-1px);
    display: grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 12px;
    height: 12px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 20px 20px var(--primary, #0090f0);
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.clearfix {
    margin-top: 60px;
}

.vr {
    margin: 0 auto;
    border: none;
    border-left: 1px solid var(--primary, #0090f0);
    height: 200px;
    width:  1px;
}

.mt-90 {
    margin-top: 90px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-60 {
    margin-top: 60px;
}

span a {
    color: var(--text-secondary, #555555);
}

a {
    color: var(--text-primary, #555555);
    transition: color 0.3s;
}

a:hover {
    text-decoration: none;
    color: var(--primary-active, #0090f0);
}

.message-center {
    margin-bottom: 15px;
}

.message-center a {
    display: inline-block;
    border: none;
    border-bottom: 1px solid var(--border, #fff);
    padding: 20px 15px 15px;
    width: 100%;
    transition: all 0.3s ease;
}

.message-center a:hover {
    background: var(--light, #f7fafc);
    color: var(--text-primary, #555555) !important;
}

.message-center a:hover h5 {
    color: var(--primary, #0090f0) !important;
}

.message-center a.active {
    border: 1px solid var(--background, #fff);
    border-bottom: 2px solid var(--primary, #0090f0);
}

.message-center .user-img {
    width: 50px;
    margin: 0 10px;
}

.message-center .user-img img {
    width: 100%;
}

.message-center .user-img .profile-status {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    left: 30px;
    position: absolute;
    top: 1px;
    width: 10px;
}

.message-center .user-img .online {
    background: #00c292;
}

.message-center .user-img .busy {
    background: #e6506b;
}

.message-center .user-img .away,.message-center .user-img .offline {
    background: #f7b601;
}

.message-center .mail-content {
    width: calc(100% - 60px);
    float: right;
    position: relative;
    font-size: 0.9rem;
}

.message-center .mail-content h5 {
    margin: 0 0 10px 0;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.message-center .mail-content .mail-desc {
    font-size: 12px;
    display: block;
    margin: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #2b2b2b;
}

.message-center .mail-content .time {
    display: block;
    font-size: 10px;
    color: #2b2b2b;
}

.message-center .mail-content .price {
    font-size: 1.1rem;
    color: #2b2b2b;
}

.message-center .price {
    font-size: 1.3rem;
    color: var(--primary, #0090f0);
    font-weight: bold;
    margin: 10px 0 0 0;
}

.card-image {
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.imagen-contacto {
    height: 460px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.block-categories .category-top-menu {
    margin: 10px 0 0 0;
}

.block-categories .category-sub-menu {
    margin: 10px 0 20px 0;
    padding-left: 20px;
}

.block-categories .category-sub-menu li {
    border-bottom: 0 solid #ebebeb;
    display: inline-block;
    margin: 0;
    padding-bottom: 0;
    width: 100%;
}

.block-categories .category-sub-menu li:first-letter {
    text-transform: uppercase;
}

.category-sub-menu li a {
}

.block-categories .category-sub-menu li::after {
    
}

.category-top-menu li {
    border-bottom: 0px solid #f0f0f0;
    color: var(--text-primary, #555555);
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 0 25px 0 0;
    overflow: hidden;
    line-height: 28px;
    z-index: 1;
}

.category-sub-menu li {
    line-height: 21.5px;
    font-size: 13px;
}

.category-top-menu > li:first-child::before {
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 100%;
    z-index: -1;
}

.category-top-menu > li > span {
    padding: 0;
    background-color: transparent;
    font-size: 13px;
}

.category-sub-menu, .category-top-menu {
    padding: 0;
}

.paso h1 {
    font-size: 6rem;
    color: var(--primary, #0090f0);
}

.paso p {
    font-size: 1.6rem;
}

.titulo {
    font-size: 1.6rem;
    font-weight: bold;
}

.h-300 {
    height: 300px;
}

.whatsappBlock a {
    display: inline-block;
    height: 100px;
    padding: 15px 15px;
    color: #fff !important;
    font-weight: bold;
}

.whatsappBlock a img {
    height: 100%;
    width: auto;
}

.titulo {
    font-size: 3rem;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.p-20 {
    padding: 20px;
}

.p-40 {
    padding: 40px;
}

.titulo-con-fondo {
    background: rgba(0, 0, 0, 0) url("../images/iso.png") no-repeat scroll center center;
    background-size: contain;
    padding: 10px 0;
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: center;
}

.titulo-con-fondo .titulo {
    font-size: 4.0rem;
    color: var(--primary, #0090f0);
    letter-spacing: 5px;
    font-weight: normal;
    line-height: 1;
}

.titulo-con-fondo p {
    color: var(--primary, #0090f0);
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
}

.separador-navbar {
    margin-top: 47px;
}

.navbar-brand-img {
    width: 160px;
}

.separacion-pie, .separacion-pie-l, .separacion-pie-r {
    position: relative;
    font-size: 1.2rem;
    border-bottom: 1px solid var(--border, #e6dfd8);
    padding-bottom: 10px;
}

.separacion-pie:after, .separacion-pie-l:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: .2rem;
    width: 6.5rem;
    background: var(--primary, #0090f0);
}

.separacion-pie-r:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    height: .2rem;
    width: 6.5rem;
    background: var(--primary, #0090f0);
}

@media screen and (max-width: 576px) {
    .linea-media {
        width: 0;
        padding: 0;
    }
    .titulo-con-fondo .titulo {
        font-size: 3.0rem;
    }
    .whatsappBlock a img {
        height: 80%;
    }
    .step-info {
        display: none;
    }
    .espacio-20 {
        margin-top: 20px;
    }
    .espacio-90 {
        margin-top: 90px;
    }
    .vr {
        display: none;
    }
    .h-75 {
        height: 100% !important;
    }
    .navbar-brand-img {
        width: 130px;
    }
    .margin-left-40 {
        margin-left: 0 !important;
    }
    .p-20 {
        padding: 0 !important;
    }
    .centrado-celular {
        text-align: center !important;
    }
    .mb-20-celular{
        margin-bottom: 20px;
    }
    .mt-40-celular{
        margin-top: 40px;
    }
    .separacion-pie {
        border-bottom: none;
    }
    .separacion-pie:after{
        display: none;
    }
    .contenedor-grafico {
        height: 200px !important;
    }
    .margen-top-celular {
        margin-top: 0.5rem !important;
    }
    
}

@media screen and (min-width: 577px) {
    .linea-media-celular {
        display: none;
    }
}

.fila-producto {
    padding: 20px 25px;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: none;
    transition: box-shadow 0.6s;
}

.fila-producto-imagen {
    width: 300px;
    padding-right: 15px;
}

.fila-producto-imagen img {
    border-radius: 12px;
}

.padding-pantalla-completa {
    padding: 15px 15px 15px 66px !important;
}

@media screen and (max-width: 767px) {
    .fila-producto-imagen {
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
    }
    
    .ml-21 {
        margin-left: 32px;
    }
    
    .mr-celular {
        margin-right: -30px;
    }
    
    .mt-celular {
        padding-top: 20px;
    }
    
    .sin-mt-celular {
        margin-top: 10px !important;
    }
    
    .sin-margen {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    
    .etiqueta-descuento-fila {
        position: relative !important;
        font-size: 9px !important;
    }
    
    .fila-producto h4 {
        font-size: 1rem !important;
    }
    
    .filtro-padding {
        padding: 20px 0 0 0;
        padding-left: inherit;
    }
    
    .favorito-celular {
        left: 20px;
        top: 0;
        position: relative !important;
    }
    
    .input-cel {
        width: 95px;
    }
    
    .cuadro-perfil {
        border: 0px !important;
        padding: 0px 0px !important;
        border-radius: 0px !important;
    }
    
    .fixed-celular {
        top: 0;
        left: 0;
        position: fixed !important;
        z-index: 999;
        background-color: var(--background, #0090f0);
        width: 100%;
    }
    
    .fixed-celular + div {
        margin-top: 90px !important;
    }
    
    .mapa-celular {
        width: 300px !important;
        height: 350px !important;
    }
    
    .p-2-celular {
        padding: 1rem !important;
    }
    
    .padding-pantalla-completa {
        padding: 0 !important;
    }
    
    .boton-scroll-left {
        left: -14px;
    }
    
    .boton-scroll-right {
        right: -14px;
    }
    .espaciado-menu-principal-celular {
        margin-top: 96px !important;
    }
}

.mapa-celular {
    width: 400px;
    height: 400px;
}

iframe {
    border:none;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .fila-producto-imagen {
        width: 100%;
    }
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.0);
}

.navbar-toggler {
    padding: 0.5rem 0.5rem 0;
    margin-top: 2px;
    font-size: 1.0rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.nav.nav-tabs li a:before {
    border-radius: 30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    background-color: #42a6ca;
}

.margen-icono {
    margin-right: 10px;
}

.barra-final {
    background-color: var(--primary, #0090f0);
}

.etiqueta-descuento {
    z-index: 2;
    border-radius: 4px;
    background: #fb0018;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 8px 12px 4px 12px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-weight: bolder;
}

.etiqueta-descuento-fila {
    z-index: 2;
    border-radius: 4px;
    background: #fb0018;
    display: block;
    left: 0px;
    top: 0px;
    padding: 8px 12px 4px 12px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-weight: bolder;
}

.contenedor-pie .small {
    font-size: 0.95rem !important;
}

.contenedor-pie i.small {
    font-size: 0.85rem !important;
    width: 17px;
    text-align: center;
    display: inline-block;
}

.contenedor-pie p {
    margin: 8px 0;
    padding: 0;
}

.botonproductos p {
    color: var(--primary, #0090f0);
    font-size: 1.8rem;
}
.btn-login {
    color: #fff;
    background-color: var(--primary, #0090f0);
    border-color: var(--primary, #0090f0);
}

.main-nav {
    background: #FFF;
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}

.nav-brand {
    float: left;
    margin: 0;
}

.nav-brand a {
    display: block;
    margin: 4px 12px;
    line-height: 29px;
    text-decoration: none;
}

#main-menu {
    clear: both;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px) {
    #main-menu {
        float: left;
        clear: none;
    }
}

#main-menu:before {
    content: '';
    display: block;
    height: 1px;
    font: 1px/1px sans-serif;
    overflow: hidden;
    background: #2e8cb8;
}

@media (min-width: 768px) {
    #main-menu:before {
        display: none;
    }
}

.main-menu-btn {
    float: left;
    margin: 8px;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-indent: 24px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: var(--primary, #0090f0);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}

.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

#main-menu-state:not(:checked) ~ #main-menu {
    display: none;
}

#main-menu-state:checked ~ #main-menu {
    display: block;
}

@media (min-width: 768px) {
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }
    #main-menu-state:not(:checked) ~ #main-menu {
        display: block;
    }
}

#main-menu,
#main-menu > .has-mega-menu {
    position: static !important;
}

#main-menu .mega-menu {
    margin-left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
    color: #353451;
    z-index: 1000;
}

#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
    margin-left: 0 !important;
}

#main-menu .mega-menu > li {
    overflow: auto;
}

#main-menu .mega-menu ul {
    position: static;
    display: block;
    margin: 0.83em 0;
    border: 0;
    padding: 0 0 0 20px;
    width: auto;
    background: transparent;
    box-shadow: none;
}

#main-menu .mega-menu ul li {
    display: list-item;
    border: 0;
}

#main-menu .mega-menu h2 {
    margin: 0;
    line-height: 1;
}

#main-menu .mega-menu a {
    display: inline;
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--primary, #0090f0);
    text-decoration: none;
    transition: color 0.3s;
    font-size: 14px;
}

#main-menu .mega-menu li div ul li a {
    color: #999;
    line-height: 1.8;
}

#main-menu .mega-menu a:hover {
    color: #222;
}

#main-menu .menu {
    z-index: 1000;
}

#main-menu .mega-menu .column-1-1 {
    padding: 0 20px;
}

#main-menu .mega-menu .column-1-2 {
    padding: 0 20px;
}

#main-menu .mega-menu .column-1-3 {
    padding: 0 20px;
}

#main-menu .mega-menu .column-1-4 {
    padding: 0 20px;
}

@media (min-width: 768px) {
    #main-menu .mega-menu .column-1-1 {
        float: left;
        width: 100%;
        min-height: 120px;
    }

    #main-menu .mega-menu .column-1-2 {
        float: left;
        width: 50%;
    }

    #main-menu .mega-menu .column-1-3 {
        float: left;
        width: 33.33%;
    }

    #main-menu .mega-menu .column-1-4 {
        float: left;
        width: 25%;
    }
    #main-menu .mega-menu .column-3-4 {
        float: left;
        width: 75%;
    }
}

.mega-menu-sample-image {
    margin: 0.83em 0;
    border: 1px solid;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.sm {
    z-index: 1000 !important;
}

.sm-simple {
    border: none !important;
}

.sm-simple > li {
    border: none !important;
}

.sm-simple a {
    line-height: 32px !important;
}

.sm-blue {
    background: none;
    border-radius: 0;
}

.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
    padding: 13px 24px;
    background-color: transparent;
    background-image: none !important;
    font-family: var(--secondary-font);
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    text-shadow: none;
}

.sm-blue ul {
    background: var(--background) !important;
}

.sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
    font-size: 14px;
}
    
.sm-blue > li {
    border-left: none;
}

@media (min-width: 768px) {
    .sm-blue ul {
        background: var(--background) !important;
    }

    .sm-blue ul a {
        color: var(--text-primary, #0090f0);
        font-size: 14px;
    }
    
    .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
        color: var(--text-primary, #0090f0 )!important;
        background: var(--primary, #0090f0);
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .sm-blue a .sub-arrow {
        top: 50%;
        margin-top: -2px;
        right: 12px;
        width: 0;
        height: 0;
        border-width: 4px;
        border-style: solid dashed dashed dashed;
        background: transparent;
        border-radius: 0;
    }
    
}

.sm-blue a .sub-arrow {
    position: absolute;
    top: 52%;
    left: auto;
    right: 4px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    pointer-events: none;
    color: var(--text-primary, #0090f0);
}

.boton-nav {
    position: absolute;
    top: 5px;
    right: 0;
}

#boton-login {
    right: 55px;
}

#boton-carro {
    right: 5px;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary, #0090f0);
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

.top_part{
    padding-top: 10px;
    margin-bottom: -8px;
}

.top_part p {
    margin-top: 10px;
    margin-bottom: 1rem;
}

.productos .pie {
    border-top: 1px solid var(--color-4);
}

.centrado-vh {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.alto-48 {
    height: 48px;
}

.padding-2 {
    padding: 2px;
}

.margin-left-40 {
    margin-left: 40px;
}

.mt-15 {
    margin-top: 15px;
}

.botones-inicio {
    padding: 20px;
    border: 1px solid var(--border, #e6dfd8);
    border-radius: 4px;
    text-align: center;
    margin-bottom: 20px;
    float: left;
    height: 120px;
}

.letra_azul {
    color: var(--primary, #0090f0);
}

.barra-superior {
    background-color: var(--primary, #0090f0);
    flex: 0;
    position: relative;
}

.bloques-pasos {
    border-radius: 4px;
}

.bloque-inicio {
    transition: all 0.6s;
    box-shadow: none;
}

.bloque-inicio-con-borde {
    border: 1px solid var(--border, #e6dfd8);
}

.sombra, .zoom {
    transition: all 0.3s ease;
}

.sombra:hover {
    box-shadow: 0 0 15px #CCC;
}

.zoom:hover {
    transform: scale(1.05);
}

.bloques-imagenes {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 200px;
    transition: all 0.6s;
}

.bloques-imagenes:hover {
    transform: scale(1.05);
}

.input-group-text-azul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: var(--primary, #0090f0);
    border: 1px solid var(--primary, #0090f0);
    border-radius: 3rem 0rem 0rem 3rem;
}

.busqueda-transparente .boton-busqueda {
    background-color: transparent;
    border: none;
    color: #fff;
}

.busqueda-redondo .boton-busqueda {
    border-radius: 3rem 0rem 0rem 3rem;
    background-color: var(--primary, #0090f0);
    border: 1px solid var(--primary, #0090f0);
}

.busqueda-redondo-blanco .boton-busqueda {
    border-radius: 3rem 0rem 0rem 3rem;
    background-color: #fff;
    border: 1px solid #fff;
}

.busqueda-redondo-blanco .busqueda {
    border-radius: 3rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #fff;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
   
}

.busqueda-transparente .busqueda {
    border: none;
    background-color: transparent;
    color: #fff;
}

.busqueda-redondo .busqueda {
    border-radius: 3rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-color: var(--primary, #0090f0);
}

.boton-busqueda {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
}

.busqueda {

}

.busqueda-celular {
    border: none;
    position: absolute;
    right: 85px;
    top: 10px;
    width: 145px;
    line-height: 10px;
    padding: 4px 8px;
    border-radius: 2px;
}

.main-nav {
    background: transparent;
}
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
    background: #fff;
}

.bloque-carta {
    padding: 1.25rem;
}

.btn-secondary, .btn-tertiary, .btn-primary {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 1rem;
    border: none;
    box-shadow: none;
    padding: .45rem 2rem;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
}

.btn-primary:hover {
    
}

.bloque-estirado {
    height: 100px;
}

.x9 {
    font-size: 9px;
    line-height: 9px;
}

.x10 {
    font-size: 10px;
    line-height: 10px;
}

.x12 {
    font-size: 12px;
    line-height: 12px;
}

.x14 {
    font-size: 14px;
    line-height: 14px;
}

.x16 {
    font-size: 16px;
    line-height: 16px;
}

.x18 {
    font-size: 18px;
    line-height: 18px;
}

.x20 {
    font-size: 20px;
    line-height: 20px;
}

.x24 {
    font-size: 24px;
    line-height: 24px;
}

.x26 {
    font-size: 26px;
    line-height: 26px;
}

.x28 {
    font-size: 28px;
    line-height: 28px;
}

.x30 {
    font-size: 30px;
    line-height: 30px;
}

.x32 {
    font-size: 32px;
    line-height: 32px;
}

.x36 {
    font-size: 36px;
    line-height: 36px;
}

.x40 {
    font-size: 40px;
    line-height: 40px;
}

.x48 {
    font-size: 48px;
    line-height: 48px;
}

.x60 {
    font-size: 60px;
    line-height: 60px;
}

.x72 {
    font-size: 72px;
    line-height: 72px;
}

.x80 {
    font-size: 80px;
    line-height: 80px;
}

.x90 {
    font-size: 90px;
    line-height: 90px;
}

.x100 {
    font-size: 100px;
    line-height: 100px;
}

.x120 {
    font-size: 120px;
    line-height: 120px;
}

.x140 {
    font-size: 140px;
    line-height: 140px;
}

.x200 {
    font-size: 200px;
    line-height: 200px;
}

@media screen and (max-width: 576px) {
    .x80 {
        font-size: 40px;
        line-height: 40px;
    }

    .x90 {
        font-size: 40px;
        line-height: 40px;
    }

    .x100 {
        font-size: 40px;
        line-height: 40px;
    }

    .x120 {
        font-size: 40px;
        line-height: 40px;
    }

    .x140 {
        font-size: 40px;
        line-height: 40px;
    }

    .x200 {
        font-size: 40px;
        line-height: 40px;
    }
}

.bloques-perfil {
    padding: 5px;
    text-align: center;
}

.boton-filtro {
    line-height: 1rem !important;
}

.btn-favorito {
    position: absolute;
    right: 18px;
    top: 2px;
    width: 22px;
    z-index: 100;
    height: 22px;
    border-radius: 50%;
    text-align: center;
}

.btn-favorito i {
    margin-top: 5px;
}

.tabla-editada {
    border: 1px solid var(--border, #e6dfd8);
    border-radius: 10px;
}

.favorito-on {
    color: #ff002e;
    font-weight: bolder;
}

.favorito-off {
    color: var(--text-primary, #555555);
    font-weight: lighter;
}

.mr-20 {
    margin-right: 20px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-60 {
    margin-right: 60px;
}

.acciones-menu {
    /*position: absolute;*/
    right: 0px;
    top: 2px;
}

.carrito-indicador-cantidad {
    position: absolute;
    top: -2px;
    right: -5px;
    border-radius: 50%;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .acciones-menu {
        top: -2px;
    }
    .linea-separacion, .separacion-pie {
        border-bottom: none !important;
    }
    .linea-gris-claro {
        border-bottom: none !important;
    }
    .linea-vertical {
        border-right: none !important;
    }
    .linea-vertical-claro {
        border-right: none !important;
    }
    .carrito-indicador-cantidad {
        top: -2px;
        right: 6px;
    }
}

.table input {
    width: 60px;
}

a:not([href]):not([tabindex]) {
    color: #8e8a8a;
    text-decoration: none;
}

.linea-separacion, .separacion-pie {
    position: relative;
    font-size: 1.2rem;
    border-bottom: 1px solid var(--border, #0090f0);
    padding-bottom: 10px;
}

.linea-separacion:after, .separacion-pie:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: .2rem;
    width: 6.5rem;
    background: var(--primary, #0090f0);
}

.titulo-linea-separacion {
    font-size: 1.6rem;
}

.boton-agregar {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 83px;
    height: 34px;
    margin-top: 2px;
    padding: 0.400rem 0.200rem;
    font-size: small;
}

.con-borde {
    border: 1px solid var(--border, #e6dfd8);
}

.con-linea-divisoria > div:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    border: none;
    border-right: 1px solid var(--border, #e6dfd8);
}

.con-linea-divisoria > div:last-child:after {
    border: none;
}

@media screen and (max-width: 576px) {
    .con-linea-divisoria > div:after {
        left: 30%;
        top: 100%;
        height: 1px;
        width: 40%;
        border: none;
        border-bottom: 1px solid var(--border, #e6dfd8);
    }
    .con-linea-divisoria > div:last-child:after {
        border: none;
    }
    
}

.cuadro-con-borde {
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 10px;
}

.contenedor-info {
    padding: 20px;
}

.activo {
    color: var(--primary, #0090f0) !important;
}

#menu-filtro {
    clear: both;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px) {
    #menu-filtro {
        float: left;
        clear: none;
    }
}

#menu-filtro:before {
    content: '';
    display: block;
    height: 1px;
    font: 1px/1px sans-serif;
    overflow: hidden;
    background: #2e8cb8;
}

@media (min-width: 768px) {
    #menu-filtro:before {
        display: none;
    }
}

.menu-filtro-btn {
    float: left;
    margin: 9px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu-filtro-btn-icon,
.menu-filtro-btn-icon:before,
.menu-filtro-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: var(--primary, #0090f0);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.menu-filtro-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}

.menu-filtro-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}

#menu-filtro-state:checked ~ .menu-filtro-btn .menu-filtro-btn-icon {
    height: 0;
    background: transparent;
}

#menu-filtro-state:checked ~ .menu-filtro-btn .menu-filtro-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#menu-filtro-state:checked ~ .menu-filtro-btn .menu-filtro-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menu-filtro-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

#menu-filtro-state:not(:checked) ~ #menu-filtro {
    display: none;
}

#menu-filtro-state:checked ~ #menu-filtro {
    display: block;
}

@media (min-width: 768px) {
    .menu-filtro-btn {
        position: absolute;
        top: -99999px;
    }
    #menu-filtro-state:not(:checked) ~ #menu-filtro {
        display: block;
    }
}

.main-filtro {
    background: #FFF;
}
.main-filtro:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}
.menu {
    list-style: none;
}

.sidenav {
    height: 100%;
    width: 250px;
    margin-left: -250px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #FFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 1.5rem;
}

.sidenav a {
    transition: 0.3s;
}

.sidenav a:hover {
    color: var(--primary-active, #0090f0);
}

.sidenav a.btn:hover {
    color: var(--primary-active, #0090f0);
}

.sidenav a.selected {
    font-weight: 900;
}

.sidenav-close-btn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 1;
}

.sidenav-open-btn {
    display: inline-block;
}

@media screen and (min-width: 1024px) {
    .sidenav {
        margin-left: 0;
        position: relative;
        padding: 1rem 1.5rem;
        background-color: transparent;
    }
    .sidenav-close-btn {
        display: none;
    }
    .sidenav-open-btn {
        display: none;
    }
}

.btn-filtros {
    color: #fff;
    background-color: var(--primary, #0090f0);
    border-color: var(--primary, #0090f0);
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
    border-left-width: 20px;
}

.carrito-indicador-pago p, .carrito-indicador-envio p, .carrito-indicador-reparto p {
    display: inline-block;
    float: right;
    margin: 0;
}

.carrito-indicador-pago img, .carrito-indicador-envio img, .carrito-indicador-reparto img {
    width: 40px;
    display: inline-block;
    float: right;
    margin: 0 0 0 20px;
}

a.boton-vista {
    color: #888 !important;
}

a.boton-vista.active {
    color: var(--primary, #0090f0) !important;
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

.table td {
    vertical-align: middle !important;
}

.solo-impresion {
    display: none;
}

.bloque-enlace {
    padding: 20px;
    border: 1px solid var(--border, #e6dfd8);
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: none;
    transition: box-shadow 0.6s;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bloque-enlace:hover {
    box-shadow: 0 0 15px #CCC;
}

.imagenes-perfil {
    min-height: 80px;
}

@media print {
    @page {
        size: A4 portrait;
        margin: 10mm 10mm 10mm 10mm;
        counter-increment: page;
    }
    @page:first {
        counter-reset: page 1;
    }
    html, body {
        color: #000;
        font-size: 10px;
        margin: 0;
        padding: 0;
        background-image: none;
    }
    *, *:before, *:after {
        box-sizing: inherit;
    }
    html {
        height: 100%;
        min-height: 100%;
    }
    body {
        height: 100%;
        margin: 0 auto;
        position: relative;
    }
    .solo-impresion {
        display: block;
    }
    input, select, textarea {
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    a {
        text-decoration: none;
    }
}

ul.mega-menu {
    width: 800px !important;
}

#vista-productos {
    padding-top: 4px;
}

.input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.7rem;
}

#form-vista-productos .btn {
    margin-top: 4px;
}

#form-vista-productos .btn:not(.selected) {
    color: #BBB;
}

.rev_slider_link {
    display: block; 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
}

@media only screen and (min-width: 1201px) {
    .container-xl {
        width: 1204px;
    }
}

.bg-blue {
    background-color: var(--primary, #0090f0);
    color: #ffffff;
}

.barra-superior .nav-link {
    /*color: #ffffff;*/
}

.control-label {
    font-size: 12px;
    color: #777;
    font-weight: 600;
}

.close {
    font-size: 2rem;
    z-index: 1000;
    transition: all 0.3s ease;
}

.modal-header {
    border: none;
}

.modal-body {
    margin-top: -28px;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    top: 90%;
    margin: 0;
}

#encabezado {

}

@media only screen and (min-width: 1024px) {
    #encabezado {
        min-height: 100px;
    }
}

.fixed-top {
    position: fixed !important;
}

.nav-item {
    padding: 0 10px;
}

.carta-producto-relacionado {
    padding: 10px;
    display: grid;
    place-items: center;
    position: relative;
}

.carta-producto-relacionado p {
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    text-align: center;
}

.tp-bullets.simplebullets.round .bullet {
    width: 16px;
    height: 16px;
}

.text-primary {
    color: var(--text-primary, #0090f0) !important;
}

.text-primary:hover {
    color: var(--primary, #0090f0) !important;
}

.nav-submenu a:hover, .nav-submenu a:visited:hover {
    
}

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

.swal2-container {
    z-index: 10000;
    height: auto !important;
}

.carta-producto-oferta {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: rgba(255,255,255,1);
    padding: 10px 15px;
    margin: 10px;
    width: calc(100% - 20px);
    opacity: 0.9;
}

.carta-producto-oferta p {
    margin: 0;
    padding: 0;
    line-height: 1em;
}

#form-vista-productos {
    background-color: var(--product-bg, #f8f9fa);
}

.bg-primary {
    background-color: var(--primary, #f8f9fa) !important;
}

.bg-page {
    background-color: var(--background, #ffffff) !important;
}

.btn-outline-comprar {
    color: var(--primary, #0090f0);
    border-color: var(--primary, #0090f0);
}

.btn-outline-comprar:hover {
    background-color: var(--primary-active, #0090f0);
    color: #ffffff !important;
}

.linea-blanca {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.linea-negra {
    border-bottom: 1px solid #00000099;
}

.bg-lightgrey {
    background-color: #888888;
}

.bg-grey {
    background-color: #242424;
}

.bg-black {
    background-color: #000000;
}

.linea-vertical {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 23px;
    min-height: 230px;
    float: left;
    border-right: 1px solid var(--secondary, #0090f0);
}

.linea-vertical-claro {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 23px;
    min-height: 230px;
    float: left;
    border-right: 1px solid var(--secondary, #0090f0);
}

.linea-gris-claro {
    border-bottom: 1px solid var(--secondary, #0090f0);
}

.linea-gris {
    border-bottom: 1px solid var(--secondary, #0090f0);
}

.linea-vertical-final {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 23px;
    min-height: 230px;
    float: left;
}

.filtro-byn {
    filter: grayscale(100%);
}

.filtro-blanco {
    filter: grayscale(100%) contrast(200%) brightness(150%);
}

.filtro-negro {
    filter: grayscale(100%) brightness(0%);
}

.filtro-negro {
    filter: grayscale(100%) brightness(100%);
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.img-thumbnail {
    background-color: transparent !important;
    border: transparent !important;
}

.img-rounded {
    border-radius: 4px;
}

.img-circle {
    border-radius: 50%;
}

.btn-slider {
    padding: 8px 32px;
    border-radius: 4px;
}

.carousel-item-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-item-overlay-content {
    display: flex;
    flex-direction: column;
    margin: 0 10%;
    line-height: 1;
}

.carousel-item-overlay-content div {
    margin: 15px 0;
}

.carousel-with-cards .carousel-inner .carousel-item li {
    display: none;
}

.carousel-with-cards .carousel-inner .carousel-item span.carousel-control-next-icon,
.carousel-with-cards .carousel-inner .carousel-item span.carousel-control-prev-icon {
    display: none;
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-with-cards .carousel-inner .carousel-item.active,
.carousel-with-cards .carousel-inner .carousel-item-next,
.carousel-with-cards .carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 768px) {
    .carousel-with-cards .carousel-inner .carousel-item-right.active,
    .carousel-with-cards .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }

    .carousel-with-cards .carousel-inner .carousel-item-left.active, 
    .carousel-with-cards .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
}

.carousel-with-cards .carousel-inner .carousel-item-right,
.carousel-with-cards .carousel-inner .carousel-item-left { 
    transform: translateX(0);
}

.carousel-with-cards .carousel-control-prev, .carousel-with-cards .carousel-control-next {
    width: 20px;
}

.carousel-with-cards .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-with-cards .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.table-printable {
    /*width: auto;*/
    min-width: 160px;
}

.table-printable>tbody>tr>td {
    border: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px 0;
}

.table-printable>tbody>tr>td:nth-child(2n+1) {
    font-weight: 900;
    width: 150px;
}

.table-right>tbody>tr>td:nth-child(2n) {
    text-align: right;
}

.boton-mensaje-whatsapp {
    position: fixed;
    bottom: 0px; 
    right: 10px; 
    z-index: 21;
}

.boton-ir-arriba {
    display: none;
    position: fixed;
    padding: 0 18px;
    bottom: 6px;
    left: calc(50vw - 26px);
    z-index: 21;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 24px;
}

.color-primario {
    color: var(--primary, #0090f0);
}

.enlace-pie {
    padding: 1rem;
}

@media screen and (max-width: 576px) {
    .enlace-pie {
        width: 100%;
        display: block;
        padding: 0.4rem;
    }
}

.btn-circle {
    border-radius: 50%;
}

.precio-producto {
    
}

.precio-anterior {
    font-size: 14px;
    color: var(--text-secondary, #aaaaaa);
    margin-top: 5px;
}

small, .small {
    font-size: 75%;
    line-height: 1.4;
    display: inline-block;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 30px;
}

.oferta-producto {
    font-size: 12px;
    color: var(--green, #28a745);
    margin: 10px 0 0;
    padding: 0;
}

.container-fluid {
    padding: 0 !important;
}

.scrolling-wrapper {
    overflow-x: hidden;
    margin: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.scrolling-wrapper-control-prev, .scrolling-wrapper-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.scrolling-wrapper-control-prev {
    left: -8px;
}

.scrolling-wrapper-control-next {
    right: -8px;
}

.container-fluid .scrolling-wrapper-control-prev {
    left: 20px;
}

.container-fluid .scrolling-wrapper-control-next {
    right: 20px;
}

.btn-xs {
    padding: 3px 6px;
    font-size: 13px;
}

.btn-s {
    padding: 6px 12px;
    font-size: 16px;
}

.btn-lg {
    padding: 10px 20px;
    font-size: 16px;
}

.btn-xl {
    padding: 6px 20px;
    font-size: xx-large;
}

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

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}

.select2-container .select2-selection--single {
    height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}

.gb-mobile-menu .mobile-menu-header {
    background-color: var(--background, #0090f0);
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; 
}

input[type=number] { 
    -moz-appearance: textfield; 
}

.text-bold {
    font-weight: bold;
}

.text-dark {
    color: var(--dark, #343a40) !important;
}

.text-light {
    color: var(--light, #f7fafc) !important;
}

.text-muted {
    color: var(--secondary, #6c757d) !important;
}

p, span {
    line-height: 1.4;
}

.bloque-inicio p {
    
}

.pos-top-left {
    position: absolute;
    top: 10px;
    left: 0;
}

.pos-top-center {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.pos-top-right {
    position: absolute;
    top: 10px;
    right: 0;
}

.pos-center-left {
    position: absolute;
    top: 50%;
    left: 0;
}

.pos-center-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
}

.pos-center-right {
    position: absolute;
    top: 50%;
    right: 0;
}

.pos-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.pos-bottom-center {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.pos-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.con-sombra {
    filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.5));
}

.badge-producto {
    white-space: nowrap;
}

.badge-barra {
    padding: 2px 14px !important;
}

.badge-ribbon-hor {
    padding: 2px 14px !important;
}

.badge-ribbon-hor:before, .badge-ribbon-hor:after {
    content: "";
    position: absolute;
}

.badge-ribbon-hor:before {
    height: 0;
    width: 0;
    top: -5.5px;
    left: 0.1px;
    border-bottom: 6px solid black;
    border-left: 9px solid transparent;
}

.pos-top-right.badge-ribbon-hor:before,
.pos-center-right.badge-ribbon-hor:before,
.pos-bottom-right.badge-ribbon-hor:before {
    left: auto;
    right: 0.1px;
    border-right: 9px solid transparent;
    border-left: none;
}

.badge-oval {
    padding: 2px 14px !important;
    border-radius: 28px;
}

.badge-cuadrado {
    width: 72px;
    height: 68px;
    padding: 8px !important;
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
}

.badge-circulo {
    width: 72px;
    height: 72px;
    padding: 8px !important;
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.0;
    border-radius: 50%;
}

.badge-corner {
    width: 180px;
    position: absolute;
    text-align: center;
    line-height: 32px;
    letter-spacing: 1px;
}

.pos-top-left.badge-corner {
    top: 25px;
    left: -50px;
    right: auto;
    transform: rotate(-45deg);
}

.pos-top-right.badge-corner {
    top: 25px;
    left: auto;
    right: -50px;
    transform: rotate(45deg);
}

.pos-bottom-left.badge-corner {
    bottom: 25px;
    left: -50px;
    right: auto;
    transform: rotate(45deg);
}

.pos-bottom-right.badge-corner {
    bottom: 25px;
    left: auto;
    right: -50px;
    transform: rotate(-45deg);
}

.badge-cinta {
    position: absolute;
    width: 60px;
    padding: 20px 0 10px;
    white-space: normal;
    top: -6px;
    text-align: center;
    border-top-left-radius: 3px;
    line-height: 1;
}

.badge-cinta:after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    bottom: -20px;
    left: 0;
    border-color: inherit;
    border-left-width: 30px;
    border-left-style: solid;
    border-right-width: 30px;
    border-right-style: solid;
    border-bottom: 20px solid transparent;
}

.pos-top-left.badge-cinta {
    left: 24px;
}

.pos-top-right.badge-cinta {
    right: 24px;
}

.badge-cinta-hor {
    position: absolute;
    padding: 10px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    top: 8px;
    left: 0;
    text-align: center;
    line-height: 1;
}

.badge-cinta-hor:after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 0;
    right: -20px;
    border-color: inherit;
    border-top-width: 20px;
    border-top-style: solid;
    border-bottom-width: 20px;
    border-bottom-style: solid;
    border-right: 20px solid transparent;
}

.pos-top-right.badge-cinta-hor {
    left: auto;
    right: 0;
}

.pos-top-right.badge-cinta-hor:after,
.pos-center-right.badge-cinta-hor:after,
.pos-bottom-right.badge-cinta-hor:after {
    right: auto;
    left: -20px;
    border-left: 20px solid transparent;
    border-right: none;
}

.badge-etiqueta-hor {
    position: absolute;
    width: 120px;
    height: 40px;
    top: 20px;
    left: 0;
    line-height: 40px;
    padding-left: 15px;
    text-align: center;
}

.pos-top-right.badge-etiqueta-hor,
.pos-center-right.badge-etiqueta-hor,
.pos-bottom-right.badge-etiqueta-hor {
    top: 20px;
    left: auto;
    right: 0;
    line-height: 40px;
    text-align: left;
}

.badge-etiqueta-hor:after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    right: -14.5px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left-width: 15px;
    border-left-style: solid;
    border-left-color: inherit;
}

.pos-top-right.badge-etiqueta-hor:after,
.pos-center-right.badge-etiqueta-hor:after,
.pos-bottom-right.badge-etiqueta-hor:after {
    left: -14.5px;
    border-right-width: 15px;
    border-right-style: solid;
    border-right-color: inherit;
    border-left: none;
}

.badge-etiqueta {
    position: absolute;
    width: 88px;
    padding: 20px 0 12px;
    white-space: normal;
    top: -6px;
    left: 16px;
    text-align: center;
    border-top-left-radius: 3px;
    line-height: 1;
}

.pos-top-right.badge-etiqueta,
.pos-center-right.badge-etiqueta,
.pos-bottom-right.badge-etiqueta {
    left: auto;
    right: 16px;
}

.badge-etiqueta:after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    left: 0;
    bottom: -20px;
    border-color: inherit;
    border-left: 44px solid transparent;
    border-right: 44px solid transparent;
    border-top-width: 20px;
    border-top-style: solid;
    border-top-color: inherit;
}

.badge-etiqueta-round {
    padding: 2px 14px !important;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
}

.pos-top-right.badge-etiqueta-round,
.pos-center-right.badge-etiqueta-round,
.pos-bottom-right.badge-etiqueta-round {
    left: auto;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
}

.load-placeholder {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgb(211,211,211);
    z-index: 44;
    overflow: hidden;
    border-radius: 5px;
}

.placeholder-animation {
    position: absolute;
    left: -45%;
    height: 100%;
    width: 45%;
    background-image: linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
    background-image: -moz-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
    background-image: -webkit-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
    animation: loading 1s infinite;
    z-index: 45;
}

.instagram-post-container {
    padding: 0 !important;
}

.instagram-post:after {
    content: "";
    color: rgba(255, 255, 255, 0.75);
    padding: .5em 1em;
    position: absolute;
    font-size: 40px;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: all .25s ease-in-out;
}

.instagram-post:hover:after {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.boton-facebook {
    width: 100%;
    font-size: 16px;
    height: 40px;
    background-color: #007bff !important;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
}

.bb-facebook {
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.bb-sombra-facebook {
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px 0 #00000033;
    box-shadow: 0 2px 10px 0 #00000033;
}

.boton-google {
    width: 100%;
    font-size: 16px;
    height: 50px;
    background: #fff;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
}

.bb-google {
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.bb-sombra-google {
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px 0 #00000033;
    box-shadow: 0 2px 10px 0 #00000033;
}

.container-rubicom {
    max-width: 1400px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-xl {
    padding-right: 30px;
    padding-left: 30px;
}

.link-disabled {
    cursor: wait;
    opacity: 0.5;
    color: currentColor;
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
}

.ar_1-1 {
    width: 100%;
    aspect-ratio: 1/1;
}

.ar_4-3 {
    width: 100%;
    aspect-ratio: 4/3;
}

.ar_16-9 {
    width: 100%;
    aspect-ratio: 16/9;
}

.ar_2-3 {
    width: 100%;
    aspect-ratio: 2/3;
}

.ar_3-4 {
    width: 100%;
    aspect-ratio: 3/4;
}

.contenedor-horizontal {
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 20px 20px;
    margin-right: 20px;
}

.container-h {
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    padding: 4px 0;
}

.contenedor-horizontal::-webkit-scrollbar, .container-h::-webkit-scrollbar {
    height: 5px;
}
    
.contenedor-horizontal::-webkit-scrollbar-track, .container-h::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.contenedor-horizontal::-webkit-scrollbar-thumb, .container-h::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
}

.contenedor-horizontal-item {
    width: min(75vw, 320px);
    display: inline-block;
    flex: 0 0 auto;
    margin-right: 15px;
}

.base-scroll {
    position: relative;
}

.boton-scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    font-size: 40px;
    z-index: 10;
    transition: opacity 0.15s ease;
}

.boton-scroll:hover {
    background-color: transparent;
}

.boton-scroll-left {
    left: -40px;
}

.boton-scroll-right {
    right: -40px;
}

.text-xs {
    font-size: 10px;
}

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

.text-lg {
    font-size: 20px;
}

.text-xl {
    font-size: 28px;
}

.text-small {
    font-size: 12px;
    color: var(--text-secondary, #555555);
}

.d-none-movil {
    display: block;
}

@media screen and (max-width: 576px) {
    .d-none-movil {
        display: none;
    }
}

.d-movil {
    display: block !important;
}

.d-none-movil {
    display: none !important;
}

.d-desktop {
    display: none !important;
}

.d-none-desktop {
    display: block !important;
}

.width-1_2 {
    max-width: 100%;
}

.width-1_3 {
    max-width: 100%;
}

.width-2_3 {
    max-width: 100%;
}

.width-1_4 {
    max-width: 100%;
}

.width-3_4 {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .d-movil {
        display: none !important;
    }
    .d-none-movil {
        display: block !important;
    }
    .d-desktop {
        display: block !important;
    }
    .d-none-desktop {
        display: none !important;
    }
    .width-1_2 {
        max-width: 50%;
    }
    .width-1_3 {
        max-width: 33.3333%;
    }
    .width-2_3 {
        max-width: 66.6666%;
    }
    .width-1_4 {
        max-width: 25%;
    }
    .width-3_4 {
        max-width: 75%;
    }
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.dot {
  height: 20px;
  width: 20px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #ddd;
}

.linea-centrada-contacto h2 {
    border-bottom: 6px solid var(--primary, #0090f0);
    font-size: 34px;
    padding-bottom: 10px;
    display: inline-block;
}

label.btn {
    white-space: nowrap;
    padding: 0.4rem 1rem;
}

.btn-group {
    flex-wrap: wrap;
}

.color-gris-1 {
    color: #333;
}

.color-gris-2 {
    color: #666;
}

.color-gris-3 {
    color: #999;
}

.color-gris-4 {
    color: #CCC;
}

.color-gris-5 {
    color: #EEE;
}

.marquee {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
}
    
.marquee div {
    flex-grow: 1;
    min-width: 100vw;
    margin: 0;
    text-align: center;
    transform: translateX(100%);
    animation: scroll-left 20s linear infinite;
    
}

.carta-prueba {
    display: grid;
    place-items: center;
    position: relative;
    height: 150px;
    width: 100px;
    background: #191919;
    border-radius: 10px;
    overflow: hidden;
}
    
.carta-prueba::before  {
    content: '';
    width: 60px;
    height: 300px;
    left: 10px;
    top: -70px;
    position: absolute;
    background: linear-gradient(#00e5ff, #b400fb);
    animation: animate 5s linear infinite;
}

.carta-prueba::after {
    content: '';
    position: absolute;
    background: #191919;
    inset: 3px;
    border-radius: 5px;
}

.w300 {
    min-width: 300px;
    width: 300px;
}

.w200 {
    min-width: 200px;
    width: 200px;
}

.w120 {
    min-width: 120px;
    width: 120px;
}

.w100 {
    min-width: 100px;
    width: 100px;
}

.w80 {
    min-width: 80px;
    width: 80px;
}

.w60 {
    min-width: 60px;
    width: 60px;
}

.w50 {
    min-width: 50px;
    width: 50px;
}

.w40 {
    min-width: 40px;
    width: 40px;
}

.w36 {
    min-width: 36px;
    width: 36px;
}

.w30 {
    min-width: 30px;
    width: 30px;
}

.w28 {
    min-width: 28px;
    width: 28px;
}

.w24 {
    min-width: 24px;
    width: 24px;
}

.w20 {
    min-width: 20px;
    width: 20px;
}

.btn-outline-envio-oca:hover {
    background-color: #9062bd;
}

@media screen and (min-width: 1024px) {
    .flex-xl-nowrap {
        flex-wrap: nowrap;
    }
}

.table {
    color: var(--text-primary, #222);
}

.producto-mas-informacion img {
    width: 100%;
    height: auto;
}

.pointer {
    cursor: pointer !important;
}

.contenedor-imagen .imagen-principal, .contenedor-imagen .imagen-secundaria {
    transition: all 0.5s ease;
}

.contenedor-imagen .imagen-secundaria {
    opacity: 0;
    position: absolute;
    z-index: 99;
    transition: all 0.8s ease;
}

.contenedor-imagen:hover .imagen-principal {
    opacity: 0;
}

.contenedor-imagen:hover .imagen-secundaria {
    opacity: 1;
}

.video-producto {
    width: inherit;
}

.chat-list {
    list-style: none;
    max-height: 332px;
    padding: 0 20px;
    height: calc(100vh - 206px) !important;
    overflow-y: auto;
}

.chat-list, .soporte-web {
    max-height: 500px;
}

.chat-list li {
    margin-bottom: 24px;
    overflow: auto;
}

.chat-list .chat-image {
    display: inline-block;
    float: left;
    text-align: center;
    width: 50px;
}

.chat-list .chat-text {
    background: #eee !important;
    border-radius: 4px;
    display: inline-block;
    padding: 15px;
    position: relative;
}

.chat-list .chat-text h4 {
    color: #1a2942;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    line-height: 15px;
    position: relative;
}

.chat-list .chat-text p {
    margin: 0;
    padding-top: 3px;
}

.chat-list .chat-text b {
    font-size: 10px;
    opacity: .8;
}

.chat-list .chat-body {
    display: inline-block;
    float: left;
    font-size: 12px;
    margin-left: 12px;
    width: 65%;
}

.chat-list .odd .chat-image {
    float: right!important;
}

.chat-list .odd .chat-body {
    float: right !important;
    margin-right: 12px;
    text-align: right;
    color: #fff;
}

.chat-list .odd .chat-text {
    background: var(--primary, #0090f0) !important;
}

.chat-list .odd .chat-text h4 {
    color: #fff;
}

.chat-send {
    padding-left: 0;
    padding-right: 30px;
}

.chat-send button {
    width: 100%;
}

@media screen and (max-width: 575px) {
    .chat-list .chat-body {
        width: 70%;
    }
}

@media screen and (max-width: 991px) {
    .chat-list .chat-body {
        width: 80%;
    }
}

@media screen and (max-width: 1199px) {
    .chat-list .chat-body {
        width: 60%;
    }
}

@media screen and (max-width: 1399px) {
    .chat-list .chat-body {
        width: 40%;
    }
}

.chat-list::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

.chat-list::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 5px #4F5467;
    border-radius: 8px;
}

.chat-list::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 8px;
}

.custom-send {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.stepper-input {
    background:#fff;
    border-radius:40px;
    border: 1px solid;
    box-shadow:0px 0px 20px 5px rgba(0,0,0,0.05);
    overflow:hidden;
}

.stepper-input input {
    display: block;
    border: 0;
}

.stepper-input .input {
    width:100%;
    height:100%;
    display:flex;
}

.stepper-input .input button {
    background:#fff;
    color:#222;
    font-size:20px;
    cursor:pointer;
    border:none;
    transition:all 300ms ease-in-out;
}

.stepper-input .input button:active {
    background:#555;
}

.stepper-input .input .range {
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
    justify-content: center;
}

button:focus {
    outline: none;
    outline: none;
}

#menu-lateral-derecho {
    margin-right: 0;
    transition: right 0.6s ease-out;
    bottom: 0;
    font-size: 14px;
    right: -450px;
    position: fixed;
    top: 0;
    width: 400px;
    z-index: 4000;
    box-shadow: 0 0 40px #666;
    background-color: var(--background, #FFF); 
}

#menu-lateral-derecho-contenido {
    width: 400px;
    min-width: 400px;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 60px)
}

.pl-25 {
    padding: 0 25px 0 0;
}

.overflow-carro {
    overflow-y: auto;
    overflow-x: hidden;
}

.vh-celu-pc {
    height: 100vh;
    width: auto;
}

@media screen and (max-width: 767px) {
    #menu-lateral-derecho {
        position: fixed;
        width: 300px;
    }
    #menu-lateral-derecho-contenido {
        width: 300px; 
        min-width: 300px; 
        padding: 25px 0 25px 0px;
    }
    .vh-celu-pc {
        height: 50vh;
        width: auto;
    }
    .mobile-category-list-option a,
    .gb-mobile-menu-list li a {
        font-size: 18px;
    }
    .mobile-category-list i {
        font-size: 24px;
    }
    .mobile-category-back {
        font-size: 18px;
        line-height: 1;
    }
}

#menu-lateral-derecho-contenido .list-group .list-group-item {
    border: none !important;
}

.pie-menu-compra {
    position: fixed;
    bottom: 0;
}

.carrito-producto-imagen {
    border-radius: 20px;
}

.carrito-producto-descripcion {
    line-height: 1.2;
}

.carrito-producto-fila .input-group-text {
    padding: 0 0.4rem;
}

.carrito-producto-fila .stepper-input .input {
    max-width: 80px;
    justify-content: center;
    min-width: 80px;
    display: flex;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0, 0, 0);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(255, 255, 255);
    border-radius: 10px;
}

.pantalla-inicio {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1031;
    background-color: white;
}

.enlace-tarjeta {
    cursor: pointer;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 10;
}

.recuadro {
    font-size: 20px;
    border: 1px solid #999;
    padding: 8px 18px;
    border-radius: 4px;
}

.color-rbc-1 {
    color: #f7b601;
}

.color-rbc-2 {
    color: #f46f1d;
}

.color-rbc-3 {
    color: #e6506b;
}

.color-rbc-4 {
    color: #bd50a9;
}

.color-rbc-5 {
    color: #8c4ff2;
}

.color-rbc-6 {
    color: #5a6cf9;
}

.color-rbc-7 {
    color: #1ca4cb;
}

.bg-color-rbc-1 {
    background-color: #f7b601;
}

.bg-color-rbc-2 {
    background-color: #f46f1d;
}

.bg-color-rbc-3 {
    background-color: #e6506b;
}

.bg-color-rbc-4 {
    background-color: #bd50a9;
}

.bg-color-rbc-5 {
    background-color: #8c4ff2;
}

.bg-color-rbc-6 {
    background-color: #5a6cf9;
}

.bg-color-rbc-7 {
    background-color: #1ca4cb;
}

.dots {
    display: inline-block;
}

.dots span {
    display: inline-block;
    animation: bounce 1.4s infinite;
}

.dots span:nth-child(2) {
    animation-delay: 0.3s;
}

.dots span:nth-child(3) {
    animation-delay: 0.6s;
}

.btn-blocked {
    opacity: 0.4;
    pointer-events: none;
}

.btn-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

form input.form-control:not(.busqueda),
form select,
.select2-container .select2-selection--single {
    min-height: 3.3rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3.2rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.2rem;
}

.range-slider {
    height: 5px;
    position: relative;
    background-color: #ddd;
    border-radius: 2px;
}

.range-selected {
    height: 100%;
    position: absolute;
    border-radius: 5px;
    background-color: var(--primary, #0090f0);
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.range-input input::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 3px solid var(--primary, #0090f0);
    background-color: #fff;
    pointer-events: auto;
    -webkit-appearance: none;
}

.range-input input::-moz-range-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 3px solid var(--primary, #0090f0);
    background-color: #fff;
    pointer-events: auto;
    -moz-appearance: none;
}

.range-price {
    margin: 30px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.range-price label {
    margin-right: 5px;
}

.range-price input {
    width: 100px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ddd;
}

.range-price input:first-of-type {
    margin-right: 5px;
}

.news-card {
    position: relative;
    width: 100%;
    min-height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.news-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news-card .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.news-card .overlay h3 {
    margin-bottom: 20px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
}

.news-card .overlay a {
    text-decoration: none;
    background-color: #c64f93;
    color: #fff;
    padding: 4px 40px;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.news-card .overlay a:hover {
    background-color: #ff3b3b;
}

.advance-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffffee;
    z-index: 1000;
}

.search-container {
    padding: 10px 20px 0 20px;
    height: calc(100vh - 40px);
    overflow-y: auto;
}

.search-close {
    text-align: right;
    padding-bottom: 10px;
}

.search-header {
    margin-bottom: 30px;
}

.search-form {
    display: flex;
}

#search-input {
    flex-grow: 1;
    padding: 10px 15px;
    font-size: 16px;
}

.search-results-container {
    display: flex;
    gap: 30px;
    height: calc(100vh - 140px);
}

.search-container .suggested-categories {
    width: 250px;
    flex-shrink: 0;;
    overflow-y: auto;
    max-height: calc(100vh - 70px);
}

.search-container .product-results {
    flex-grow: 1;
    overflow-y: auto;
    max-height: calc(100vh - 70px);
}

#search-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.search-container .product-card {
    display: flex;
    flex-direction: column;
    justify-content: end;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}

.search-container .product-card img {
    max-width: 100%;
    height: auto;
}

.search-container .product-card .description {
    flex-grow: 1;
    min-height: 100px;
}

.scrolling-wrapper-card {
    padding: 0 !important;
}

.aviso {
    display: none;
}

.aviso.activo {
    display: block;
    animation: fadeIn 0.3s;
}

@media screen and (max-width: 576px) {
    .search-results-container {
        flex-direction: column;
    }
    .search-container .suggested-categories {
        width: 100%;
        max-height: 30vh;
    }
    .search-container .product-results {
        width: 100%;
        max-height: 100%;
    }
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase {
    100% { 
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(0.4);
    }
    100% {
        transform: scale(1.0);
    }
}

@keyframes loading {
    0% {
        left: -45%;
    }
    100% {
        left: 100%;
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes animate {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
    80% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
