/* ================================================================
   SECTION 1: LISTADOR GRID LAYOUT (from listador.php)
   ================================================================ */

/* ========== LCF-CONTAINER CENTRADO - SOBREESCRIBE styles2018.css ========== */
.lcf-container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    width: 100% !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* El encabezado y la row interna ocupan todo el ancho del contenedor */
.lcf-container > #encabezado-home,
.lcf-container > #encabezado-seccion,
.lcf-container > .row {
    width: 100% !important;
}

/* ========== GRID LAYOUT - SOBREESCRIBE styles2018.css ========== */
div.row#contenedor_box,
#contenedor_box {
    display: flex !important;
    flex-wrap: wrap !important;
    /* justify-content: center !important; */
    gap: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    align-items: stretch !important;
    align-content: flex-start !important;
}

/* TODOS los hijos directos del contenedor */
#contenedor_box>* {
    flex: 0 0 calc(33.333% - 26px) !important;
    width: calc(33.333% - 26px) !important;
    max-width: calc(33.333% - 26px) !important;
    margin: 13px !important;
    float: none !important;
    box-sizing: border-box !important;
}

/* Ocultos no ocupan espacio */
#contenedor_box>*[style*="display: none"],
#contenedor_box>*.hidden {
    display: none !important;
    flex: 0 0 0 !important;
    width: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

/* Tablets: 2 columnas */
@media screen and (max-width: 1023px) {

    #contenedor_box,
    div.row#contenedor_box {
        gap: 15px !important;
    }

    #contenedor_box>* {
        flex: 0 0 calc(50% - 8px) !important;
        width: calc(50% - 8px) !important;
        max-width: calc(50% - 8px) !important;
    }
}

/* Mobile: 1 columna */
@media screen and (max-width: 767px) {

    .lcf-container {
        padding: 0 10px !important;
    }

    #contenedor_box,
    div.row#contenedor_box {
        gap: 5px !important;
        padding: 0 !important;
    }

    #contenedor_box>* {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 5px 0 !important;
    }
}


/* ================================================================
   SECTION 2: BOX PRODUCT STYLES (from listador-box.php)
   ================================================================ */

/* ========== VARIABLES DE PRECIOS ========== */
:root {
    /* Precio tachado - mas pequeno */
    --precio-tachado: 14px;
    /* Precios principales (principal, efectivo, summer sale) */
    --precio-principal: 21px;
}

/* ========== BOX PRODUCT ========== */
/* Los anchos se controlan desde listador.php */

.nl-box {
    min-height: 300px !important;
    margin: 0 !important;
}

.text-agotado h3 {
    color: #27272747;
}

/* Reset de margenes para h3 dentro del box */
.b20-boxDatos h3,
.b20-boxDatos h4 {
    margin: 0 !important;
    padding: 0 !important;
}

.b20-productData-codigo {
    margin: 0 !important;
    padding: 0 !important;
    left: 5px !important;
}

.b20-productData-codigo h3 {
    font-size: 13px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

.b20-productData-nombre {
    margin: 0 !important;
    padding: 0 !important;
}

/* Estilos para listador-box - Diseno nuevo */
.listador-descripcion h3 {
    color: #333 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    margin: 0 0 3px 0 !important;
    line-height: 1.2 !important;
}

.listador-descripcion ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.listador-descripcion ul li {
    color: #333;
    font-size: 11px;
    line-height: 1.2;
}

.listador-descripcion ul li::before {
    content: "\00B7";
    margin-right: 3px;
}

.listador-precio-tachado {
    color: #0064ac;
    text-decoration: line-through;
    font-size: var(--precio-tachado);
    margin-bottom: 0;
    display: block !important;
    width: 100%;
    font-family: sans-serif;
    line-height: 1.1;
}

.listador-badges {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
    margin-bottom: 1px;
    margin-top: 0;
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
}

.listador-badges span {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    border-left: none !important;
    border-right: none !important;
}

.listador-badge-off.precio-comun {
    background-color: #00377e;
}

.listador-badge-off {
    color: white;
    padding: 0 6px;
    font-weight: 100;
    font-size: 16px;
    white-space: nowrap;
    flex-shrink: 0;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    margin-right: -1px !important;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.listador-badge-cuotas {
    background-color: #0077b6;
    color: white;
    padding: 0 6px;
    font-weight: 100;
    font-size: 16px;
    white-space: nowrap;
    flex-shrink: 0;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.listador-badge-efectivo {
    background-color: #00aa00;
    color: white;
    padding: 0 6px;
    font-weight: 100;
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.listador-precio-principal {
    font-size: var(--precio-principal) !important;
    font-weight: bold !important;
    color: #0064ac !important;
    margin: 0 !important;
    line-height: 1 !important;
    display: block !important;
    font-family: sans-serif;
}

.listador-envio-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.2;
    color: #0064ac;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    min-height: 16px;
}

.listador-envio-item i {
    width: 14px;
    text-align: center;
    flex-shrink: 0;
    font-size: 13px;
}

.listador-envio-item img.icono-envio {
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.listador-envio-item.envio-gratis {
    color: #0064ac;
}

.listador-envio-item.envio-gratis i {
    color: #ff9800;
}

.listador-envio-item.envio-gratis span {
    font-style: normal !important;
}

.listador-envio-item.envio-caba {
    color: #0064ac;
}

.listador-envio-item.envio-caba i {
    color: #e63946;
}

.listador-envio-item.envio-caba span {
    font-style: normal !important;
}

.listador-envio-item.garantia {
    color: #0064ac;
}

.listador-envio-item.garantia i {
    color: #d4a017;
}

.listador-promo-efectivo {
    margin-top: 1px;
}

.listador-precio-efectivo {
    font-size: var(--precio-principal) !important;
    font-weight: bold !important;
    color: #00aa00 !important;
    margin: 0 !important;
    line-height: 1 !important;
    font-family: sans-serif;
}

/* Estilos para Summer Sale */
.summer-sale-container {
    color: #fff;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.summer-sale-header {
    display: flex;
    align-items: center;
    margin-bottom: -2px;
}

.summer-sale-title {
    font-family: 'Ubuntu Condensed';
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    background: #e90625;
    color: #fff;
    padding: 2px 6px;
}

.summer-sale-date {
    font-family: 'Ubuntu Condensed';
    font-size: 15px;
    background: #fff;
    color: #e90625;
    padding: 2px 6px;
    margin-left: 2px;
    font-weight: 500;
}

.summer-sale-badges {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.summer-sale-off-badge {
    border: solid 2px #e90625;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 0;
    background: #fff;
    position: relative;
    width: 100%;
}

.summer-sale-off-text {
    color: #e90625;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Ubuntu Condensed';
    padding: 0 8px;
    white-space: nowrap;
}

.summer-sale-payment {
    padding: 2px 8px 2px 0;
    display: flex;
    align-items: center;
}

.summer-sale-efectivo {
    color: #e90625;
    font-family: 'Ubuntu Condensed';
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.summer-sale-mp {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.summer-sale-mp .mp-logo {
    display: flex;
    align-items: center;
}

.summer-sale-mp .mp-logo img {
    height: 38px;
    width: auto;
}

.summer-sale-precio {
    font-family: sans-serif;
    color: #e90625;
    font-size: var(--precio-principal);
    font-weight: bold;
    margin-top: 2px;
    white-space: nowrap;
}

.b20-boxDatos-areaDescuento {
    position: relative;
    z-index: 1;
    height: auto !important;
    overflow: visible !important;
}

.b20-boxDatos-areaDescuento div {
    display: block !important;
}

.b20-boxDatos-areaDescuento .listador-badges {
    display: inline-flex !important;
}

.b20-boxDatos-areaPrecio {
    overflow: visible !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.b20-boxDatos-areaPrecio h3 {
    margin: 0 !important;
}

.shipping-container {
    margin: 2px 0 !important;
}

/* Ajuste del contenedor principal de datos */
.b20-boxDatos {
    overflow: hidden !important;
    padding: 3px !important;
}

/* ========== RESPONSIVE STYLES ========== */

/* Desktop grande (1280px+) - estilos base ya definidos arriba */

/* Desktop pequeno / Tablets grandes (1024px - 1279px) */
@media screen and (max-width: 1279px) {
    :root {
        --precio-tachado: 13px;
        --precio-principal: 25px;
    }

    .listador-descripcion ul li {
        font-size: 9px;
        line-height: 1.1;
    }

    .listador-badge-off,
    .listador-badge-cuotas,
    .listador-badge-efectivo {
        font-size: 10px;
        padding: 2px 5px;
    }

    .listador-badge-cuotas,
    .listador-badge-efectivo {
        padding: 2px 7px 2px 5px;
    }

    .summer-sale-title,
    .summer-sale-date {
        font-size: 14px;
    }

    .summer-sale-off-text {
        font-size: 14px;
        padding: 0 6px;
    }

    .summer-sale-efectivo {
        font-size: 14px;
    }

    .summer-sale-mp .mp-logo img {
        height: 36px;
    }

    .summer-sale-payment {
        padding: 2px 6px 2px 0;
    }

    .listador-envio-item {
        font-size: 9px;
    }

    .listador-envio-item i {
        font-size: 9px;
        width: 10px;
    }

    .listador-envio-item img.icono-envio {
        width: 16px;
        height: 16px;
    }
}

@media screen and (max-width: 1023px) {
    :root {
        --precio-tachado: 12px;
        --precio-principal: 18px;
    }

    .listador-descripcion h3 {
        font-size: 12px !important;
    }

    .listador-descripcion ul li {
        font-size: 9px;
        line-height: 1.1;
    }

    .listador-badge-off,
    .listador-badge-cuotas,
    .listador-badge-efectivo {
        font-size: 9px;
        padding: 2px 4px;
    }

    .listador-badge-cuotas,
    .listador-badge-efectivo {
        padding: 2px 6px 2px 4px;
    }

    .summer-sale-title,
    .summer-sale-date {
        font-size: 12px;
    }

    .summer-sale-off-text {
        font-size: 12px;
        padding: 0 5px;
    }

    .summer-sale-efectivo {
        font-size: 14px;
    }

    .summer-sale-mp .mp-logo img {
        height: 32px;
    }

    .summer-sale-payment {
        padding: 2px 5px 2px 0;
    }

    .listador-envio-item {
        font-size: 8px;
    }

    .listador-envio-item i {
        font-size: 8px;
        width: 9px;
    }

    .listador-envio-item img.icono-envio {
        width: 16px;
        height: 16px;
    }

    .shipping-container {
        margin: 1px 0 !important;
    }

    .listador-promo-efectivo {
        margin-top: 1px;
    }

    .b20-boxDatos {
        padding: 2px !important;
    }
}

/* Mobile / Tablets pequenas (hasta 767px) - boxes mas grandes, mas espacio */
@media screen and (max-width: 767px) {
    :root {
        --precio-tachado: 16px;
        --precio-principal: 24px;
    }

    .nl-box {
        min-height: 300px !important;
    }

    .listador-descripcion h3 {
        font-size: 14px !important;
    }

    .listador-descripcion ul li {
        font-size: 11px;
        line-height: 1.2;
    }

    .listador-badge-off,
    .listador-badge-cuotas,
    .listador-badge-efectivo {
        font-size: 10px;
        padding: 2px 3px;
    }

    .listador-badge-cuotas,
    .listador-badge-efectivo {
        padding: 2px 3px 2px 3px;
    }

    .summer-sale-title,
    .summer-sale-date {
        font-size: 16px;
    }

    .summer-sale-off-text {
        font-size: 16px;
        padding: 0 8px;
    }

    .summer-sale-efectivo {
        font-size: 14px;
    }

    .summer-sale-mp .mp-logo img {
        height: 33px;
    }

    .summer-sale-payment {
        padding: 2px 8px 2px 0;
    }

    .listador-envio-item {
        font-size: 12px;
    }

    .listador-envio-item i {
        font-size: 12px;
        width: 13px;
    }

    .listador-envio-item img.icono-envio {
        width: 16px;
        height: 16px;
    }

    .shipping-container {
        margin: 3px 0 !important;
    }

    .listador-promo-efectivo {
        margin-top: 3px;
        overflow: visible !important;
    }

    .listador-badges {
        overflow: visible !important;
    }

    .b20-boxDatos {
        padding: 5px !important;
        overflow: visible !important;
    }
}

@media screen and (min-width: 610px) and (max-width: 767px) {
    .summer-sale-badges {
        width: 70% !important;
    }
}

/* Mobile pequeno (hasta 480px) */
@media screen and (max-width: 480px) {
    :root {
        --precio-tachado: 13px;
        --precio-principal: 21px;
    }

    .nl-box {
        min-height: 300px !important;
    }

    .listador-descripcion h3 {
        font-size: 13px !important;
    }

    .listador-descripcion ul li {
        font-size: 10px;
    }

    .listador-badge-off,
    .listador-badge-cuotas,
    .listador-badge-efectivo {
        font-size: 14px;
        padding: 2px 5px;
    }

    .listador-badge-cuotas,
    .listador-badge-efectivo {
        padding: 2px 6px 2px 5px;
    }

    .summer-sale-title {
        font-size: 14px;
    }

    .summer-sale-date {
        font-size: 14px;
        padding: 0;
    }

    .summer-sale-off-text {
        font-size: 11px;
        padding: 0 6px;
    }

    .summer-sale-badges {
        width: 100%;
    }

    .summer-sale-efectivo {
        font-size: 12px;
    }

    .summer-sale-payment {
        padding: 2px 6px 2px 0;
    }

    .listador-envio-item {
        font-size: 11px;
    }

    .listador-envio-item i {
        font-size: 11px;
        width: 12px;
    }

    .listador-envio-item img.icono-envio {
        width: 16px;
        height: 16px;
    }

    .b20-boxDatos {
        margin: 0 5px !important;
        padding: 2px !important;
    }
}

/* Mobile muy pequeno (hasta 360px) */
@media screen and (max-width: 360px) {
    :root {
        --precio-tachado: 12px;
        --precio-principal: 18px;
    }

    .nl-box {
        min-height: 250px !important;
    }

    .listador-descripcion h3 {
        font-size: 12px !important;
    }

    .listador-descripcion ul li {
        font-size: 9px;
    }

    .listador-badge-off,
    .listador-badge-cuotas,
    .listador-badge-efectivo {
        font-size: 12px;
        padding: 2px 4px;
    }

    .listador-badge-cuotas,
    .listador-badge-efectivo {
        padding: 2px 5px 2px 4px;
    }

    .summer-sale-title {
        font-size: 12px;
    }

    .summer-sale-date {
        font-size: 12px;
        padding: 0;
    }

    .summer-sale-off-text {
        font-size: 12px;
        padding: 0 5px;
    }

    .summer-sale-efectivo {
        font-size: 13px;
    }

    .summer-sale-mp .mp-logo img {
        height: 27px;
    }

    .summer-sale-payment {
        padding: 2px 5px 2px 0;
    }

    .listador-envio-item {
        font-size: 10px;
    }

    .listador-envio-item i {
        font-size: 10px;
        width: 11px;
    }

    .listador-envio-item img.icono-envio {
        width: 16px;
        height: 16px;
    }

    .b20-boxDatos {
        margin: 0 5px !important;
        padding: 2px !important;
    }
}


/* ================================================================
   SECTION 3: OUTLET STYLES (from styles2k20.css)
   ================================================================ */

/* ESTILOS LISTADOR OUTLETS */

.filterOutlet span {
    color: #5A5A5A;
}

.lcf-container-listador {
    display: flex;
    justify-content: center;
}

.con-float-overlay {
    display: none;
}

.sh-float-window-preventa {
    display: none;
}

.con-float-title {
    color: #ffffff;
}

.form-consulta textarea {
    resize: none;
}

.b20-productData-codigo .lo-titulo-outlet {
    color: #F20524;
}

.b20-productData-nombre h3:first-child {
    font-weight: 600;
}

.lo-precio-efectivo {
    color: #F20524;
}

.up-cuotas.info-equipo-outlet p {
    font-family: Ubuntu !important;
    color: #F20524;
}

.info-equipo-outlet .fa-whatsapp {
    color: #65df6c;
    font-size: 20px;
}

.shipping-sect {
    margin-bottom: 8px;
}

/* FIN ESTILOS LISTADOR OUTLETS */


/* ================================================================
   SECTION 4: LISTADOR-SPECIFIC STYLES (from styles2018.css)
   ================================================================ */

/* --- b20-boxDatos --- */
.b20-boxDatos {
    width: 50%;
    margin-left: 8px;
    /* min-height: 100px;
    position: relative;
    text-align: center;
    padding: 65px 10px 10px; */
}

.b20-boxDatos-areaDescuento-precioTachado {
    color: #015f9e;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 500;
    text-decoration: line-through;
}

.b20-boxDatos-areaDescuento-percent {
    font-size: 11px;
    line-height: 14px;
}

.b20-boxDatos-areaDescuento-percent-hs {
    font-size: 12px;
    line-height: 14px;
    /**/
    color: #FB5225;
    font-weight: bold;
}

.b20-boxDatos-areaDescuento-percent-bf {
    font-size: 15px;
    line-height: 14px;
    font-weight: bold;
}

/* --- areaDescuento --- */
.b20-boxDatos-areaDescuento {
    /*background-color: #adff2f6e;*/
    height: 20px;
}

.b20-boxDatos-areaDescuento div {
    display: inline-block;
}

/* --- areaPrecio --- */
.b20-boxDatos-areaPrecio {
    /*background-color: #9370db47;
    height: 29px;
    display: flex;*/
}

.b20-boxDatos-areaPrecio-consultar {
    padding: 1px 12px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 10px;
    margin: auto;
    border: 1px solid #b7b7b7 !important;
    color: gray;
}

.b20-boxDatos-areaPrecio>h3 {
    font-size: 20px;
    font-weight: 700;
    margin: auto;
    color: #015f9e;
}

.b20-boxDatos-areaPrecio-hs>h3 {
    font-size: 22px;
    font-weight: 700;
    margin: auto;
    color: #FB5225;
}

/* --- areaCuotas variants --- */
.b20-boxDatos-areaCuotas-cm {
    height: 35px;
    /*background-color: #6495ed63;*/
    display: flex;
}

.b20-boxDatos-areaCuotas-cm>h3 {
    margin: auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    width: 150px;
    display: inline-block;
    color: rgb(85 128 247);
}

.b20-boxDatos-areaCuotas-dark {
    height: 35px;
    /*background-color: #6495ed63;*/
    display: flex;
}

.b20-boxDatos-areaCuotas-dark>h3 {
    margin: auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    width: 150px;
    display: inline-block;
    color: #777;
}

.b20-boxDatos-areaCuotas {
    /*height: 35px;
    background-color: #6495ed63;
    display: flex;
    justify-content: center;*/
}

.b20-boxDatos-areaCuotas>h3 {
    /*margin: auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    width: 150px;
    display: inline-block;
    color: #015f9e;*/
}

.b20-boxDatos-areaCuotas-hs>h3 {
    margin: auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    width: 150px;
    display: inline-block;
    color: #FB5225;
}

/* --- shipping-container, guarantee-sect, shipping-sect --- */
.shipping-container,
.guarantee-sect {
    color: #000000;
}

.shipping-sect-main {
    margin-bottom: 10px;
}

.shipping-container .shipping-sect,
.shipping-container .shipping-sect-express,
.shipping-container .shipping-sect-free {
    color: #000000;
    display: inline-block;
    background-color: #ffec00;
    font-size: 10px;
    padding: 2px 4px;
}

.shipping-day {
    font-size: 10px;
}

.guarantee-sect {
    font-size: 9px;
}

.guarantee-sect span {
    padding-top: 3px;
    border-top: 1px solid #000000;
}

/* --- b20-productData-nombre, b20-productData-codigo --- */
.b20-productData-nombre {
    /* height: 45px;
    display: flex; */
    margin: 3px;
}

.b20-productData-codigo {
    position: absolute;
    background-color: rgb(245 245 245 / 52%);
    top: 10px;
    left: 0px;
    border-radius: 2px 0 5px 0px;
    margin-left: 6px;
}

.b20-productData-codigo>h3 {
    color: #272727;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin: 5px 0;
    font-size: 15px;
    line-height: 1.3rem;
}

.b20-productData-nombre>h3 {
    color: #2a2a2a;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 6px 0;
    font-size: 14px;
}

/* --- nl-box-masinfo through nl-box-masinfo-container --- */
.nl-box-masinfo {
    background-color: #ffffff;
    z-index: 100;
    padding: 2px 10px;
    font-size: 10px;
    border: thin solid #f50302 !important;
    color: #f50302;
    font-weight: 600;
    display: inline-block;
}

.nl-box-rebajado {
    background-color: #f50302;
    z-index: 100;
    padding: 2px 10px;
    font-size: 10px;
    border: thin solid #f50302 !important;
    font-weight: 600;
    display: inline-block;
    color: white;
}

.nl-box-outletBelt {
    background-color: #f50302;
    z-index: 100;
    padding: 2px 10px;
    font-size: 11px;
    border: thin solid #f50302 !important;
    display: inline-block;
    color: white;
}

.nl-box-outlet-legal {
    color: #f70214;
    margin: 5px 0px;
}

.nl-box-modelo {
    background-color: #dcdcdc;
    z-index: 100;
    padding: 2px 10px;
    font-size: 10px;
    border: thin solid #dcdcdc !important;
    font-weight: 600;
    display: inline-block;
    color: #1d1d1d;
}

.dic-promos-pie {
    background-color: #0091d5;
    color: whitesmoke !important;
    font-weight: bold;
}

.nl-box-dic {
    background-color: #0091D5;
    z-index: 100;
    padding: 2px 10px;
    font-size: 10px;
    border: thin solid #0091D5 !important;
    font-weight: 600;
    display: inline-block;
    color: whitesmoke;
}

.nl-box-ss {
    background-color: #585858;
    z-index: 100;
    padding: 2px 10px;
    font-size: 10px;
    border: thin solid #585858 !important;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
}

.nl-box-pv {
    background-color: #ffe800;
    z-index: 100;
    padding: 2px 10px;
    font-size: 10px;
    border: thin solid #ffe800 !important;
    font-weight: 600;
    display: inline-block;
    color: #4c4c4c;
}

.nl-box-masinfo-container {
    position: absolute;
    z-index: 100;
    right: -1px;
    bottom: -10px;
    font-size: 10px;
    text-align: center;
    width: 100%;
}

/* --- new-contactFloat styles --- */
.new-contactFloat-container {
    font-family: "Ubuntu Condensed";
    position: fixed;
    bottom: 20px;
    right: 0px;
    z-index: 1003;
    cursor: pointer;
    background-color: #0000004f;
    padding: 10px 10px;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition: all 1s;
    overflow: hidden;
}

.new-contactFloat-container>div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition: all 1s;
}

.new-contactFloat-container>div>div {
    font-size: 15px;
    font-weight: 100;
    margin: 5px 0px;
    padding: 2px 15px 2px 2px;
    border-radius: 15px;
    display: flex;
    align-items: center;
}

.new-contactFloat-input {
    font-size: 15px;
    font-weight: 100;
    margin: 5px 0px;
    padding: 2px 15px 2px;
    border-radius: 15px;
    border: none;
}

.new-contactFloat-container>div>div>img {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}

.new-contactFloat-btn {
    padding: 2px 15px !important;
}

.new-contactFloat-wsp {
    color: #18AC46;
    background-color: whitesmoke;
}

.new-contactFloat-ship {
    color: whitesmoke;
    background-color: #0060A2;
}

.new-contactFloat-tec {
    color: whitesmoke;
    background-color: #E00321;
}

/* --- h1.k20-listador-title --- */
h1.k20-listador-title {
    /* width: 96vw; */
    color: #005f9f;
    margin: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 28px;
    border-bottom: solid 2px #005f9f;
    padding-bottom: 5px;
}

/* --- nl-box-promos-join-z, nl-box-datos-eff-bump --- */
.nl-box-promos-join-z {
    display: inline-block;
    background-color: white;
    width: 14px;
    border-radius: 10px;
    color: #585858;
    font-size: 7px;
    margin: 0px 3px 0px 0px;
    padding: 1px 1px 2px 2px !important;
    vertical-align: middle;
}

#showpromo-x {
    font-size: 10px;
    margin-top: -12px;
}

.nl-box-datos-eff-bump {
    height: 21px;
}

/* --- #encabezado-seccion --- */
#encabezado-seccion h1#titulo-seccion {
    color: #015f9e;
}

/* --- box-product responsive + media queries --- */
/* BOX DE CADA EQUIPO */
.box-product {
    width: 90vw;
    margin: 0 10px;
}

@media screen and (min-width: 530px) {
    .box-product {
        width: 80vw;
    }
}

@media screen and (min-width: 720px) {
    .box-product {
        width: 45vw;
        margin: 0 10px;
    }
}

@media screen and (min-width: 776px) {
    .box-product {
        width: 42vw;
        margin: 0 10px;
    }
}

@media screen and (min-width: 831px) {
    .box-product {
        width: 40vw;
        margin: 0 10px;
    }
}

@media screen and (min-width: 873px) {
    .box-product {
        width: 38vw;
        margin: 0 10px;
    }
}

@media screen and (min-width: 919px) {
    .box-product {
        width: 35vw;
        margin: 0 10px;
    }
}

@media screen and (min-width: 1200px) {
    .box-product {
        width: 30vw;
        margin: 0 10px;
    }
}

@media screen and (max-width: 1280px) {
    .shipping-container {
        font-size: 12px;
    }
}

@media screen and (min-width: 1280px) {
    .box-product {
        width: 30vw;
        margin: 0 10px;
    }

    .shipping-container {
        font-size: 1.2rem;
    }

    .shipping-container .shipping-sect-express,
    .shipping-container .shipping-sect-free {
        font-size: 1.2rem;
    }

    .shipping-day {
        font-size: 1.2rem;
    }

    .shipping-container .shipping-sect,
    .shipping-container .shipping-sect-express,
    .shipping-container .shipping-sect-free {
        font-size: 1.2rem;
    }

    .guarantee-sect {
        font-size: 10px;
    }
}

@media screen and (min-width: 1820px) {
    .box-product {
        width: 25vw;
        margin: 0 10px;
    }
}

/* FIN BOX DE CADA EQUIPO */

/* --- nl-box-c-value, nl-box-c-value-first --- */
.nl-box-c-value {
    padding: 5px 15px;
    border-top: 1px #d7d7d7 solid;
}

.nl-box-c-value-first {
    border-top: none !important;
}

/* --- nl-box main rule --- */
.nl-box {
    height: 250px;
    width: 100%;
    display: flex;
    border-bottom: solid 1px #c8c8c8;
    /* border-right: solid 1px #c8c8c8; */
    font-family: Ubuntu;
    position: relative;
    cursor: pointer;
    padding: 5px 0;
}

/* --- equipo-destacado-badge and related --- */
.equipo-destacado-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    z-index: 10;
}

@keyframes rotate-star {
    0% {
        transform: rotateY(0deg);
    }

    33% {
        transform: rotateY(360deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.equipo-destacado-badge i {
    color: #0066cc;
    font-size: 25px;
    flex-shrink: 0;
    animation: rotate-star 2.3s linear infinite;
}

.equipo-destacado-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    align-items: flex-start;
    font-family: 'Ubuntu Condensed';
}

.equipo-destacado-text span {
    color: #0066cc;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media screen and (min-width:360px) and (max-width:480px) {
    .nl-box {
        height: 270px;
    }

    .equipo-destacado-badge {
        display: flex;
        padding: 4px 6px;
    }

    .equipo-destacado-badge i {
        font-size: 25px;
    }

    .equipo-destacado-text span {
        font-size: 15px;
    }
}

/* --- nl-box-hs, nl-box-c-upper, nl-box-c-lower, nl-box-c-close, nl-box-link --- */
.nl-box-hs {
    background-color: #ffffff;
    border: #d7d7d7 1px solid;
    border-radius: 5px;
    margin-bottom: 30px;
    font-family: Ubuntu;
    position: relative;
    cursor: pointer;
}

.hs-box {
    border: #d7d7d7 1px solid;
    border-radius: 5px;
    margin-bottom: 30px;
    font-family: Ubuntu;
    position: relative;
    cursor: pointer;
}

.hs-box:hover {
    border-color: #FF6318;
}

.nl-box-c-upper {
    border-radius: 5px 5px 0px 0px;
    font-family: Ubuntu;
    position: relative;
    border-top: #d7d7d7 1px solid;
    border-left: #d7d7d7 1px solid;
    border-right: #d7d7d7 1px solid;
    border-bottom: #d7d7d7 1px solid;
}

.nl-box-c-upper:hover {
    border-color: #166FA7;
    border-bottom: thin solid #166FA7;
}

.nl-box-c-upper div {
    border-color: #d7d7d7;
}

.nl-box-c-lower {
    border-bottom: #d7d7d7 1px solid;
    border-left: #d7d7d7 1px solid;
    border-right: #d7d7d7 1px solid;
    border-radius: 0px 0px 5px 5px;
    font-family: Ubuntu;
    position: relative;
    margin-bottom: 30px;
}

.nl-box-c-close {
    border-top: #d7d7d7 1px solid;
    border-radius: 5px;
}

.nl-box-c-close .nl-box-c-value {
    border-top: 1px #d7d7d7 solid;
    background-color: #ececec;
}

.nl-box-link {
    /*position: absolute;
    top: 5px;
    left: 2%;
    width: 96%;
    height: 442px;
    z-index: 99;
    border-radius: 5px 5px 0px 0px;
    z-index: 101;*/
}

.nl-box:hover {
    border-color: #166FA7;
    /* box-shadow: 0px 2px 14px 0px rgba(0,0,0,1);
    transition: 0.3s; */
}

.b20-stock-boxEffect:hover {
    border-color: #d7d7d7 !important;
}

/* --- nl-box-imagen, nl-box-img, nl-box-img-marca --- */
.medalla-destacada {
    position: absolute;
}

/* .bloq-medalla-dest {
    position: relative;
    top: 50px;
    left: -15px;
} */

.bloq-medalla-dest-cinta {
    position: relative;
    top: 60px;
    left: -15px;
}

.bloq-medalla-dest-bici {
    position: relative;
    top: 80px;
    left: -20px;
}

.medalla-destacada img.img-medalla-dest {
    max-width: 90px;
    /* max-width: 72px; */
    box-shadow: 0 0px 8px 4px #b7b7b7;
    border-radius: 50px;
}

.medalla-destacada img.img-medalla-dest-bf {
    max-width: 90px;
    /* max-width: 72px; */
    box-shadow: 0 0px 8px 2px #b7b7b7;
    border-radius: 50px;
}

.nl-box-imagen {
    /* min-height: 260px;
    width: 50%;
    border-bottom: 1px solid;
    height: 260px; */
    display: flex;
    width: 50%;
    position: relative;
    mix-blend-mode: multiply;
    border-color: inherit;
}

.ui-row-card__image-container {
    border-radius: 6px;
    display: flex;
    margin: 0;
    overflow: hidden;
    /* position: relative; */
    text-align: center;
    vertical-align: top;
    /* width: 175px; */
}

.ui-row-card__overlay-image {
    background: rgba(0, 0, 0, .04);
    height: 100%;
    position: absolute;
    width: 100%;
}

.nl-box-img-marca {
    position: absolute;
    top: 10px;
    left: 10px;
    /*  */
    max-width: 50px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /* filter: drop-shadow(2px 2px 2px #00000038); */
}

.nl-box-img {
    /* display: flex; */
    /* border-radius: 6px; */
    /* height: auto; */
    /* margin: 0 auto; */
    /* max-height: 100%; */
    max-width: 90%;
    object-fit: contain;
    /* width: auto; */
}

/* --- nl-box-promos and children --- */
.nl-box-promos {
    min-height: 25px;
    width: 75%;
    margin: auto;
    position: relative;
    text-align: center;
    font-size: 12px;
}

.nl-box-promos div {
    padding: 5px 0px;
}

.nl-box-promos-pill {
    border-radius: 15px;
}

.nl-box-promos-mixL {
    width: 50%;
    display: inline-block;
    border-radius: 15px 0 0 15px;
    border-top: thin white solid;
    border-left: thin white solid;
}

.nl-box-promos-mixR {
    width: 50%;
    display: inline-block;
    margin-left: -4px;
    border-radius: 0 15px 15px 0;
    border-top: thin white solid;
    border-right: thin white solid;
}

.nl-inline-fa {
    margin-right: 1px;
}

.nl-box-promos-join {
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    padding: 0px 0px !important;
    font-size: 9px;
    color: #585858;
}

.nl-promos-gray {
    background-color: #585858;
    color: white;
}

.nl-promos-cm {
    background-color: rgba(122, 58, 248, 1);
    background: linear-gradient(35deg, rgba(44, 203, 246, 1) 0%, rgba(85, 128, 247, 1) 50%, rgba(122, 58, 248, 1) 100%);
    color: whitesmoke;
    font-weight: bold;
    padding: 3px 0px !important;
}

.nl-promos-ss {
    background: whitesmoke;
    border: 2px solid rgb(2 96 170) !important;
    color: rgb(2 96 170);
    font-weight: bold;
    padding: 3px 0px !important;
}

.nl-promos-exs {
    background: #F0E354;
    border: 2px solid #F0E354 !important;
    color: black;
    font-weight: bold;
    padding: 3px 0px !important;
    text-transform: uppercase;
}

.nl-promos-exs::after {
    /* content: "Valido solo para CABA";
    display: inherit;
    font-size: 0.9em;
    font-weight: 400;
    opacity: 0.8;
    margin: -3px 0px; */
}

.nl-promos-s {
    background: #f7c734;
    border: 2px solid rgb(240 201 84) !important;
    color: black;
    font-weight: bold;
    padding: 3px 0px !important;
    text-transform: uppercase;
}

.nl-promos-es {
    background: #5AB2D4;
    color: whitesmoke;
    font-weight: bold;
}

.nl-promos-ss2 {
    background: rgb(2 96 170);
    color: whitesmoke;
    font-weight: bold;
}

.nl-promos-hs {
    background: #FF6318;
    color: white;
    font-family: 'Archivo Black', sans-serif;
    font-weight: 700;
    background-image: url("../img/hs/fondo_hs.jpg");
    text-shadow: 2px 2px #0000001a;
    background-size: auto;
}

.nl-promos-hs>span {}

.nl-promos-pn {
    color: whitesmoke;
    font-weight: bold;
    background-image: url(../img/2k20/fondo_pn.jpg);
    background-color: #0B0E23;
    background-size: 120%;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #ff00aa;
}

.nl-promos-nav {
    background-color: #00933C;
    color: whitesmoke;
    font-weight: bold;
}

.nl-promos-dic {
    background-color: #0091D5;
    color: whitesmoke;
    font-weight: bold;
}

.bf-promos-gray {
    background-color: #DF0209;
    color: white;
    font-weight: 100;
}

.dic-promos-blue {
    background-color: #DF0209;
    color: white;
    font-weight: 100;
}

.bf-promos-red {
    background-color: #E50D0E;
    color: white;
    border-radius: inherit;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 10px;
}

.bf-promos-price {
    font-size: 20px;
    margin: 3px;
}

.cm-promos-gray {
    background-color: #4f36be;
    background: linear-gradient(35deg, rgba(44, 203, 246, 1) 0%, rgba(85, 128, 247, 1) 50%, rgba(122, 58, 248, 1) 100%);
    color: whitesmoke !important;
}

.nl-promos-blue {
    background-color: #166FA7;
    color: white;
}

.nl-promos-green {
    background-color: #048804;
    color: white;
}

/* --- nl-box-datos rules --- */
.nl-box-datos {
    min-height: 100px;
    border-bottom: 1px solid;
    position: relative;
    text-align: center;
    padding: 25px 10px 10px;
}

.nl-box-datos-titulo {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    min-height: 32px;
    color: #585858;
}

.nl-box-datos-codigo {
    font-size: 13px;
    font-weight: 400;
    padding: 5px 0px 0px;
    color: #585858;
}

.nl-box-datos-precio {
    min-height: 25px;
}

.nl-box-datos-precio-cm {
    color: #623B97;
}

.nl-box-datos-fallas {
    margin: 10px 0px;
    min-height: 47px;
    display: flex;
    background-color: #d7d7d738;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 15px;
    color: #656565;
    border-radius: 5px;
}

.nl-box-datos-promo-effectivo {
    min-height: 32px;
    padding: 5px;
}

.nl-box-datos-promo-effectivo div {
    display: inline-block;
}

.nl-box-datos-precio div {
    display: inline-block;
}

.nl-box-datos-precio-number {
    font-size: 24px;
    vertical-align: middle;
    font-weight: 700;
    margin: 5px 0px 4px;
}

.nl-box-datos-precio-number-tachado {
    color: grey;
    text-decoration: line-through;
    font-weight: 100;
}

.nl-box-datos-precio-number-btn {
    font-size: 12px;
    vertical-align: middle;
    font-weight: 600;
    margin: 11px 5px 5px;
    background-color: #d7d7d7;
    color: #424242;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 20px;
}

.nl-box-datos-precio-percent-cm {
    color: #de001a;
    border: solid thin #de001a !important;
    padding: 2px 5px 2px;
    vertical-align: middle;
    margin: 0px 4px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.nl-box-datos-precio-percent-hs {
    color: rgb(234, 51, 16);
    border: solid thin rgb(234, 51, 16) !important;
    padding: 2px 5px 2px;
    vertical-align: middle;
    margin: 0px 4px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.nl-box-datos-precio-percent {
    color: #005AA8;
    border: solid thin #005AA8 !important;
    padding: 2px 5px 2px;
    vertical-align: middle;
    margin: 0px 4px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.nl-box-datos-precio-percent-high-cm {
    background: #de001a;
    color: whitesmoke !important;
    padding: 3px;
    border: none !important;
}

.nl-box-datos-precio-percent-high-hs {
    background-color: rgb(234, 51, 16);
    border: solid thin rgb(234, 51, 16) !important;
    color: white !important;
    padding: 0px 3px;
}

.nl-box-datos-precio-percent-high {
    background-color: #005AA8;
    border: solid thin #005AA8 !important;
    color: white !important;
    padding: 2px 3px;
}

.nl-box-datos-precio-percent-high-ss {
    background-color: #f35d00;
    color: whitesmoke !important;
    padding: 2px 3px;
    border: solid thin #f35d00 !important;
}

.nl-box-datos-precio-percent-high-es {
    background-color: #5AB2D4;
    color: whitesmoke !important;
    padding: 2px 3px;
    border: solid thin #5AB2D4 !important;
}

.nl-box-datos-precio-percent-20p {
    color: #E41616;
    border: solid thin #E41616 !important;
    padding: 2px 5px 2px;
    vertical-align: middle;
    margin: 0px 4px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.nl-box-datos-precio-percent-high-20p {
    background-color: #E41616;
    border: solid thin #E41616 !important;
    color: white !important;
    padding: 0px 3px;
}

.nl-box-datos-precio-pago {
    color: red;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
}

.nl-box-datos-precio-tachado {
    color: #777;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
}

.nl-box-datos-precioLista {
    color: grey;
    padding: 0px;
    margin-top: -5px;
}

.nl-box-datos-promoTag {
    color: #E41616;
    padding: 0px;
    margin-top: 5px;
}

.nl-box-promos-floater {
    position: absolute;
    left: 0px;
    top: -14px;
    width: 100%;
}

.nl-box-promos-floater-reg {
    position: absolute;
    left: 0px;
    top: -45px;
    width: 100%;
}

.nl-box-promos-overlay-mini {
    position: absolute;
    top: -40px;
    height: 23px;
    background-color: #166FA7;
    width: 90%;
    left: 0px;
    color: white;
    padding-top: 2px;
    font-size: 13px;
    margin: 0px 5%;
    border-radius: 15px;
}

/* --- nl-box-financiacion, nl-box-outlet, nl-box-comparar, nl-box-checkbox, nl-box-wsp --- */
.nl-box-financiacion {
    min-height: 25px;
    padding: 5px 5px;
    text-align: center;
    color: #166fa7;
    font-size: 13px;
}

.nl-box-outlet {
    padding: 5px 5px;
    text-align: center;
    color: #ffffff;
    background-color: #f70214;
}

.nl-box-outlet-price {
    font-size: 25px;
    vertical-align: middle;
    font-weight: 700;
    margin: 0px;
}

.nl-box-outlet-price-tachado {
    font-weight: 100;
    font-size: 16px;
    text-decoration: line-through;
}

.nl-box-outlet-tag {
    font-size: 17px;
}

.nl-box-comparar {
    min-height: 25px;
    text-align: center;
    border-top: 1px solid;
    border-color: inherit;
}

.nl-box-checkbox {
    display: inline-block;
    padding: 5px 10px 0px;
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: top;
}

.nl-box-wsp {
    /* padding: 10px;
    border-top: 1px solid; */
    /*border-top: 1px solid #d7d7d7;*/
    display: flex;
    padding: 4px;
    justify-content: center;
    /* padding-top: 10px; */
}

.nl-box-checkbox label {
    font-family: Ubuntu;
    font-weight: 100;
    vertical-align: middle;
    font-size: 11px;
}

/* --- b20-highBlue and related --- */
.b20-highBlue {
    display: inline-block;
    color: #ffffff;
    /* margin-top: 8px; */
    /* color: #005FA2; */
    padding: 2px 5px;
    background-color: #F20524;
    font-weight: bold;
}

.b20-highBlue-bf {
    width: 94%;
    display: inline-block;
    color: #ffffff;
    padding: 2px 5px;
    background-color: #d80000;
    font-weight: bold;
}

.promo-desc-efvo {
    display: flex;
    flex-direction: column;
    line-height: 1;
    color: #555555;
}

.b20-highCM {
    background-color: #04aae3;
    color: #ffffff;
    padding: 1px 5px;
    font-weight: bold;
}

.b20-highRed {
    color: #DA1E1D;
    font-weight: bold;
}

/* --- b20-boxDatos-areaDescuento-percent-bf media queries, #contenedor_box media queries, .bloq-medalla-dest media queries, .nl-box media queries --- */
@media screen and (min-width:480px) and (max-width:1440px) {
    .b20-boxDatos-areaDescuento-percent-bf {
        font-size: 12px;
    }
}

@media screen and (max-width:480px) {

    #contenedor_box {
        margin: 0 -15px 0 -15px !important;
    }

    #contenedor_box_especial {
        background-color: #ffffff !important;
        margin: 0 -15px 0 -15px !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .b20-boxDatos-areaDescuento-percent-bf {
        font-size: 11px;
    }

    .b20-highBlue-bf {
        width: 100% !important;
    }

    .medalla-destacada img.img-medalla-dest-bf {
        max-width: 75px !important;
    }

    .bloq-medalla-dest-cinta {
        top: 50px !important;
        left: -5px !important;
    }
}

/* --- nl-box and ui-row-card in @media min-width: 1280px and 1820px --- */
@media (min-width: 1280px) {

    .nl-box {
        height: 250px;
        width: 100%;
        display: flex;
        font-family: Ubuntu;
        position: relative;
        cursor: pointer;
        padding: 0px;
        margin: 20px 15px;
        box-shadow: 0 0 8px 0px #e7e7e7;
        border-radius: 5px;
        border: none;
    }

    .nl-box:hover {
        box-shadow: 0 0 8px 0 #c8c8c8;
    }

    .ui-row-card__image-container {
        width: 100%;
    }
}

@media (min-width: 1820px) {

    .nl-box {
        width: 100%;
        display: flex;
        font-family: Ubuntu;
        position: relative;
        cursor: pointer;
        padding: 0;
        margin: 20px 15px;
        box-shadow: 0 0 8px 0px #e7e7e7;
        border-radius: 5px;
        border: none;
    }

    .nl-box:hover {
        box-shadow: 0 0 8px 0 #c8c8c8;
    }

    .ui-row-card__image-container {
        border-radius: 0;
    }
}


/* ================================================================
   SECTION 5: LISTADOR-SPECIFIC STYLES (from styles2k20.css)
   ================================================================ */

/* --- k20-nav-container, k20-nav, k20-toggle and sub-rules --- */
.k20-nav-container {
    /*     border-top: #73a0aa solid 0.5px;
    border-bottom: #73a0aa solid 1px; */
    background-color: #015f9d;
    height: 150px;
    overflow: hidden;
    margin: 0px 0px 30px;
    position: relative;
    user-select: none;
}

.k20-nav {
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0%;
}

.k20-nav>a {
    flex: 2;
    height: 100%;
    display: flex;
    border-right: 3px solid whitesmoke;
    transform: skewX(-40deg);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: 1s;
}

.k20-nav>a:first-child {
    border-left: 3px solid whitesmoke;
}

.k20-nav>a:before {
    content: "";
    position: absolute;
    /*width: 170%;*/
    width: 202%;
    height: 100%;
    top: 0%;
    /*left: -25%;*/
    left: -40%;
    z-index: -1;
    transform: skewX(40deg);
    background-position: center;
    background-size: 80%;
    transition: 1s;
}

.k20-nav>#sec_cintas:before {
    background-image: url(https://www.lacasadelfitness.com/assets/img/2k20/bot_foto_cintas.webp);
}

.k20-nav>#sec_cintas_gym:before {
    background-image: url(https://www.lacasadelfitness.com/assets/img/2k20/bot_foto_cintas_gym.webp);
}

.k20-nav>#sec_bicis:before {
    background-image: url(https://www.lacasadelfitness.com/assets/img/2k20/bot_foto_bicis.webp);
}

.k20-nav>#sec_bicis_f:before {
    background-image: url(https://www.lacasadelfitness.com/assets/img/2k20/bot_foto_bici_fija.webp);
}

.k20-nav>#sec_elipticos:before {
    background-image: url(https://www.lacasadelfitness.com/assets/img/2k20/bot_foto_eliptico.webp);
}

.k20-nav>#sec_entrenamiento:before {
    background-image: url(https://www.lacasadelfitness.com/assets/img/2k20/bot_foto_entrenamiento.webp);
}

.k20-nav>#sec_musculacion:before {
    background-image: url(https://www.lacasadelfitness.com/assets/img/2k20/bot_musculacion.webp);
}

.k20-nav>#sec_cardio:before {
    background-image: url(https://www.lacasadelfitness.com/assets/img/2k20/bot_cardio.webp);
}

.k20-nav>a.k20-toggle {
    filter: grayscale(0%)
}

.k20-nav>a.active {
    filter: grayscale(100%) !important;
    ;
}

.k20-nav>a.active::before {
    background-size: 90%;
}

.k20-nav>a:hover {
    text-decoration: none;
    filter: grayscale(100%) !important;
}

.k20-nav>a:hover::before {
    background-size: 90%;
}

.k20-nav>a>div {
    transform: skewX(40deg);
    margin: auto;
    color: whitesmoke;
    font-family: Ubuntu Condensed;
}

.k20-nav>a>div>h1 {
    margin: auto;
    font-size: 1.5em;
    font-weight: 700;
    text-shadow: 0px 0px 4px #000000;
}

/* --- k20-listador-controls --- */
.k20-listador-controls {
    width: 100%;
    text-align: center;
    margin: 15px 0px 0px;
}

.k20-listador-controls>div {
    height: 10px;
    width: 70px;
    background-color: #e8e8e8;
    border: 2px solid #dedede75;
    margin: 5px;
    display: inline-block;
    border-radius: 10px;
}

.k20-listador-controls-selected {
    background-color: #005fa2 !important;
    border: 1px solid rgba(0, 57, 95, 0.5) !important;
}

/* --- k20-listador-title --- */
.k20-listador-title h1 {
    padding-top: 3px;
    text-align: center;
    margin: 0px 0px 30px;
    color: whitesmoke;
    font-weight: bold;
    font-size: 25px;
    font-family: Ubuntu;
    height: 45px;
}

.k20-listador-title-hs {
    color: white;
    font-family: 'Archivo Black', sans-serif;
    font-size: 45px;
    border: none;
    text-align: center;
    text-transform: uppercase;
    margin: -10px 0px 25px;
}

.k20-listador-title-hs>span {
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

/* --- section-info, container-info, item-info --- */
@media only screen and (min-width: 600px) {
    .section-info {
        display: none;
    }
}

.section-info {
    background: rgb(77, 77, 77);
    background: linear-gradient(90deg, rgb(51 51 51) 0%, rgb(87 85 85) 32%, rgb(113 112 112) 67%, rgb(107 107 107) 100%);
}

.container-info {
    padding: 6px 0;
    display: flex;
    justify-content: space-around;
}

.container-info span {
    font-family: 'Arial';
    font-weight: 600;
    color: #bebaba;
    font-size: 10px;
}

.item-info--first span {
    color: #ffffff;
}

.item-info {
    display: flex;
    align-items: center;
    margin: 0 2px;
}

.item-info img {
    margin-right: 4px;
}

/* --- contenedor_box rules --- */
div.row #contenedor_box {
    margin: auto;
}

@media screen and (max-width: 1080px) {
    div.row #contenedor_box {
        justify-content: center;
    }

    #equiposNotFound span {
        text-align: center;
    }

    .b20-productData-nombre>h3 {
        font-size: 12px;
    }

    .b20-productData-codigo>h3 {
        font-size: 12px;
    }
}

@media screen and (min-width: 530px) {
    div.row #contenedor_box {
        display: flex;
        flex-wrap: wrap;
    }
}

/* --- b20-boxDatos-areaDescuento, b20-boxDatos-areaPrecio, guarantee-sect in media queries --- */
@media (min-width: 1280px) {

    .b20-boxDatos-areaDescuento-percent {
        font-size: 14px;
    }

    .b20-boxDatos-areaDescuento-precioTachado {
        font-size: 14px;
    }

    .b20-boxDatos-areaPrecio>h3 {
        font-size: 23px;
    }

    .up-cuotas p {
        font-size: 12px;
    }

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

@media (min-width: 1820px) {

    .up-cuotas p {
        font-size: 14px;
    }
}

/* --- b20-boxPrice rules --- */
.b20-boxPrice {
    height: 214px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (min-width:360px) and (max-width:480px) {
    .b20-boxPrice {
        height: 190px;
    }

    .nl-box.outlet-box {
        height: 210px !important;
    }
}

@media screen and (min-width: 1280px) {
    .b20-boxPrice {
        height: 245px;
    }
}

/* --- cartel-reservado-prev-listador, cartel-preventa-listador --- */
.cartel-reservado-prev-listador {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0px;
    padding: 2px;
    background-color: #f20524;
    color: #ffffff;
}

.cartel-reservado-prev-listador h4 {
    margin: 0;
}

.cartel-reservado-prev-listador span {
    font-weight: 700;
}

.cartel-preventa-listador {
    position: absolute;
    top: 40%;
    left: 60%;
    transform: translate(-50%, -50%);
    z-index: 999;
    text-align: center;
}

.cartel-preventa-listador h3 {
    font-size: 2rem;
    color: red;
    font-weight: 800;
    font-family: 'Ubuntu', sans-serif;
    text-shadow:
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff;
}

/* --- cm-destacado-listador-left rules --- */
.cm-destacado-listador-left {
    width: 75px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    display: flex;
    flex-direction: column;
}

.cm-destacado-listador-left-neo {
    position: absolute;
    z-index: 99;
    display: flex;
    flex-direction: column;
    height: 200px;
}

.cm-destacado-listador-left>img,
.cm-destacado-listador-left-neo>img {
    filter: drop-shadow(2px 2px 2px #00000038);
}

/* --- item-info media query --- */
@media screen and (min-width:360px) and (max-width:480px) {
    .item-info {
        flex-direction: column;
        text-align: center;
    }
}
