<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.onlineUsers {

    color: #e41616;
    border: thin solid #e41616;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 1.1em;
    display: inline-block;
    padding-right: 10px;
    box-shadow: 2px 2px 2px #a9a9a969;
}

.onlineUsers span {
    color: #e41616;
    display: inline-block;
    padding: 2px 2px 2px 6px;

}

.nl-productBanner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nl-productBanner&gt;img {
    margin: auto;
}

.multiResultContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.multiResultContainer pre {
    max-width: calc(25% - 7.5px);
    margin: 0px;
}

.sh-fijas-list {
    margin: 0px 15px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 0px;
}

.sh-fijas-list&gt;li {
    display: inline-block;
}

.hs-destacado-ultimas {
    background-color: #ffcf00;
    color: #6214f8;
    margin: 5px 6px 5px;
    font-family: 'Ubuntu Condensed';
    font-weight: 800;
    width: 70px;
    padding: 4px 7px;
    box-shadow: #00000029 1px 1px 4px 0px;
    text-align: center;
    line-height: 15px;
    font-size: 14px;
}

.nl-shp-header-contactData {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
}

.nl-shp-header-contactData&gt;div {
    background-color: whitesmoke;
    font-weight: 700;
    color: #767474;
    padding: 0px 10px;
    margin: 0px 5px;
}

.nl-shp-header-contactData&gt;div&gt;i {
    background-color: grey;
    padding: 5px 5px;
    color: whitesmoke;
    border-radius: 3px;
    margin: 0px 6px 0px 0px;
}

.nl-shp-contactTitle {
    background: whitesmoke;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #767474bd;
    font-weight: bold;
}

.nl-shp-contactTitle-lowkey {
    background: whitesmoke;
    padding: 5px 10px;
    color: #767474bd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nl-shp-contactData {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.nl-shp-contactData&gt;div {
    width: calc(50% - 2.5px);
    background-color: whitesmoke;
    padding: 5px;
    font-weight: 700;
    color: #767474;
}

.nl-shp-contactData&gt;div&gt;i {
    background-color: grey;
    padding: 5px 5px;
    color: whitesmoke;
    border-radius: 3px;
    margin: 0px 6px 0px 0px;
}

/*TRACKING*/

.hs-listador-title {
    border: none !important;
    text-align: center;
    color: #ed5937 !important;
    text-transform: uppercase;
    margin: 0px 0px 20px;
    font-weight: 700;
    font-size: 30px;
}

.tracking-box-step {
    display: flex;
    margin: 5px 0px 5px;
    font-family: Ubuntu Condensed;
    font-size: 17px;
    color: #656565;
}

.tracking-box-step&gt;div {
    flex: 8;
    padding: 10px;
}

.tracking-box-step-number {
    flex: 1 !important;
    width: 100%;
    margin: 0px 5px 0px 0px;
    display: flex;
}

.tracking-box-step-number&gt;h1 {
    margin: auto;
    border-bottom: none !important;
}

.tracking-box-step-data {
    padding: 10px;
}

.tracking-box-step-title {
    font-size: 17px;
    font-weight: 600;
    color: #0b5d97;
    line-height: 20px;
    margin-bottom: 5px;
}

.tracking-box-step-0&gt;div {
    background-color: #eaf7ff;
}

.tracking-box-step-1&gt;div {
    background-color: #dcecf8;
}

.tracking-box-step-2&gt;div {
    background-color: #cee1f1;
}

.tracking-box-step-3&gt;div {
    background-color: #c0d6eb;
}

.tracking-box-step-4&gt;div {
    background-color: #b4cce5;
}

.tracking-box-step-5&gt;div {
    background-color: #a9c3e0;
}

.tracking-box-step-6&gt;div {
    background-color: #9bb8d9;
}

.tracking-box-step-7&gt;div {
    background-color: #8cacd2;
}

.tracking-box-step-8&gt;div {
    background-color: #789bc8;
}

/*LISTADOR 2020*/
@media screen and (max-width: 768px) {
    .pautasList {
        margin-left: 0px !important;
    }
}

.nlx-productGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 25px;
    grid-auto-flow: dense;
}

.nlx-productGrid-box {
    background-color: white;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    padding: 5px;
    display: flex;
    position: relative;
    flex-direction: column;
    border-radius: 5px;
}

.nlx-productGrid-box-dual {
    grid-column: span 2;
    flex-direction: row;
}

.nlx-productGrid-box-quad {
    grid-column: span 4;
    flex-direction: row;
}

.nlx-nameBox-container {
    position: absolute;
    z-index: 100;
    right: 0px;
    bottom: 5px;
    text-align: center;
    width: 100%;
}

.nlx-dataBox-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.nlx-boxDatos-areaDescuento {
    background-color: #adff2f6e;
    height: 20px;
}

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

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

.nlx-boxDatos-areaPrecio&gt;h3 {
    font-size: 22px;
    font-weight: 700;
    margin: auto;
    color: #015f9e;
}

.nlx-boxDatos-areaCuotas {
    height: 35px;
    background-color: #6495ed63;
    display: flex;
}

.nlx-boxDatos-areaEnvio {
    height: 35px;
    background-color: #ed64bf63;
    display: flex;
}

.nlx-productData-nombre&gt;h3 {
    color: whitesmoke;
    padding: 0px 5px;
    margin: auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
}

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

.nlx-boxDatos-areaEnvio&gt;h3 {
    margin: auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    width: 150px;
    display: inline-block;
    color: rgb(0, 148, 66);
}

.nlx-imageBox {
    border: thin solid rgba(150, 150, 150, 0.34);
    position: relative;
    flex: 2;
    margin: 5px;
    border-radius: 5px;
    padding: 5px 5px 60px 5px;
}

.nlx-productData-preventa {
    height: 25px;
    background-color: #ffe800;
    display: flex;
}

.nlx-productData-preventa&gt;h3 {
    margin: auto;
    font-size: 14px;
    color: #313131;
    font-weight: bold;
}

.nlx-productData-nombre {
    height: 35px;
    display: flex;
}

.nlx-productData-nombre&gt;h3 {
    color: whitesmoke;
    padding: 0px 5px;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
    font-family: Ubuntu Condensed;
}

.nlx-productData-codigo {
    height: 25px;
    background-color: #e0e0e0;
    display: flex;
}

.nlx-productData-codigo&gt;h3 {
    color: #656565;
    margin: auto;
    font-size: 13px;
}

.nlx-productData-box {
    background-color: #5a5a5a7d;
    width: calc(100% - 10px);
    z-index: 100;
    font-weight: 600;
    display: inline-block;
    backdrop-filter: blur(5px);
    border-radius: 0px 0px 5px 5px;
}

.nlx-dataBox {
    margin-top: 60px;
    flex: 1;
    margin: 5px;
    position: relative;
    min-height: 120px;
}

.nlx-badgeBox {
    position: absolute;
    width: 70px;
    right: -20px;
    z-index: 10;
}

/*LISTADOR 2020*/

.cm-destacado-20off {
    background-color: #ff0105;
    position: absolute;
    z-index: 100;
    border-radius: 50%;
    color: white;
    text-align: center;
    top: 300px;
    right: -20px;
    height: 100px;
    width: 100px;
    box-shadow: 1px 1px 2px 2px #969696ab;
}

.cm-destacado-20off&gt;h2 {
    margin: 0px;
    background-color: white;
    color: #ff0105;
    font-size: 15px;
    display: inline-block;
    padding: 2px 5px;
    font-weight: bold;
}

.cm-destacado-20off&gt;h3 {
    margin: 2px 0px 2px;
    font-weight: bold;
    font-size: 19px;
}

.cm-destacado-20off&gt;h4 {
    margin: -3px 0px 0px;
    font-size: 12px;
    font-family: Ubuntu Condensed;
}

.cm-destacado-20off&gt;h5 {
    margin: 10px 0px 2px;
    font-size: 16px;
}

.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;
}

.nl-box-img-marca-hs {
    position: absolute;
    top: 15px;
    right: 165px;
    max-width: 120px;
    border-radius: 5px;
}

@media screen and (max-width: 1280px) {
    .nl-box-img-marca-hs {
        right: 340px;
    }
}

@media screen and (max-width: 868px) {
    .nl-box-img-marca-hs {
        right: 245px;
    }
}

@media screen and (max-width: 360px) {
    .nl-box-img-marca-hs {
        right: 225px;
    }
}

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

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

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

.b20-boxDatos-areaPrecio-cm&gt;h3 {
    font-size: 22px;
    font-weight: 700;
    margin: auto;
    color: #04aae3;
}

.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&gt;h3 {
    font-size: 20px;
    font-weight: 700;
    margin: auto;
    color: #015f9e;
}

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


.b20-stock-imageEffect {
    filter: grayscale(100%);
    opacity: 0.6;
}

.b20-stock-textEffect {
    color: #969696 !important;
}

.b20-imp-textEffect {
    color: #DA1E1D !important;
}

.b20-stock-boxEffect-sp {
    background-color: #f1f1f1;
}

.b20-stock-boxEffect {
    background-color: #f1f1f1;
}

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

.b20-boxDatos-areaMix&gt;h3 {
    margin: auto;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    display: inline-block;
    color: #969696;
    background-color: #e0e0e0;
}

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

.b20-boxDatos-areaCuotas-cm&gt;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&gt;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&gt;h3 {
    /*margin: auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    width: 150px;
    display: inline-block;
    color: #015f9e;*/
}

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

.b20-boxDatos-iconTag {
    position: absolute;
    left: 5px;
    top: 5px;
    height: 60px;
    color: whitesmoke;
    font-size: 20px;
}

.b20-boxDatos-hsTag-ficha {
    position: absolute;
    right: -15px;
    top: -5px;
    height: 60px;
}

.b20-boxDatos-bfTag-ficha {
    position: absolute;
    left: -15px;
    top: -10px;
    height: 80px;
}

.b20-boxDatos-hsTag {
    position: absolute;
    right: -33px;
    top: -15px;
    height: 60px;
}

.b20-boxDatos-bfTag {
    position: absolute;
    left: -20px;
    top: -20px;
    height: 60px;
}

.nl-ficha-cuotas-box-cm {
    background-color: #de001a;
    color: whitesmoke !important;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 5px;
    position: relative;
    text-align: right;
}

.nl-ficha-precios-box-hs {
    padding: 0px 5px;
    /* background: rgb(234, 51, 16);
    background: linear-gradient(145deg, rgba(234, 51, 16, 1) 0%, rgba(241, 125, 51, 1) 100%); */
    background-color: #de001a;
    padding: 5px 5px 5px 35px;
    color: whitesmoke;
    text-align: right;
}

.nl-ficha-precios-preventa-hs {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 5px 0px;
    /* background-color: #015f9d; */
    color: whitesmoke;
    /* border-color: #015f9d!important; */
}

.counterFlex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hs-counterTag {
    color: white;
    font-weight: 700;
    font-size: 20px;
    padding: 0px 20px;
}

/* .hs-counterTag&gt;span {
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
} */

.b20-boxDatos-areaEnvio-hs {
    height: 35px;
    display: flex;
    /* background: rgb(234, 51, 16);
    background: linear-gradient(145deg, rgba(234, 51, 16, 1) 0%, rgba(241, 125, 51, 1) 100%); */
    /* background: #de001a; */
    border-radius: 5px;
    position: relative;
}

.b20-boxDatos-areaEnvio-hs&gt;h3 {
    margin: auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    width: 160px;
    display: inline-block;
    color: #FB5225;
    text-transform: uppercase;
}

.b20-boxDatos-areaEnvio {
    height: 35px;
    /*background-color: #ed64bf63;*/
    display: flex;
}

.b20-boxDatos-areaEnvio&gt;h3 {
    margin: auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    width: 150px;
    display: inline-block;
    color: rgb(0, 148, 66);
}

/*.b20-boxDatos-areaEnvio-ss2 {
    height: 45px;
    color: whitesmoke;
    margin: 0px -10px -7px;
    background-position: center;
    background-size: 180%;
}

.b20-boxDatos-areaEnvio-ss2&gt;h3 {
    margin: 0px;
    font-weight: 700;
    font-size: 15px;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.b20-boxDatos-areaEnvio-ss {
    height: 45px;
    display: flex;
    background-color: #f35d00;
    color: whitesmoke;
    padding: 5px;
    margin: 0px -10px -10px;
    /* border-radius: 0px 0px 5px 5px; */
    background-position: center;
    background-size: 180%;
}

.b20-boxDatos-areaEnvio-ss&gt;h3 {
    margin: auto;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
}

.b20-boxDatos-areaEnvio-pn {
    height: 45px;
    display: flex;
    background-image: url(../img/2k20/fondo_pn.jpg);
    background-color: #0B0E23;
    color: whitesmoke;
    padding: 5px;
    margin: 0px -10px -10px;
    /* border-radius: 0px 0px 5px 5px; */
    background-position: center;
    background-size: 180%;
}

.b20-boxDatos-areaEnvio-pn&gt;h3 {
    margin: auto;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    text-shadow: 0 0 1px #fff, 0 0 4px #0ff;
}

.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: 11px; */
    padding: 1px;
}

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

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

/* SHIPPING FICHA */

.info-bloques-shippingServiceStores {
    margin: 20px 15px;
}

div.info-bloques-shippingServiceStores .separator-sect-shippingServiceStores {
    margin: 10px auto;
    width: 90%;
    border-top: solid 1px #c8c8c8;
}

.sect-shipping-ficha .shipping-sect-express,
.sect-shipping-ficha .shipping-sect-free {
    display: inline-block;
    background-color: #ffec00;
    padding: 2px;
}

.sect-shipping-ficha .text-info-validity {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.3em;
}

.sect-shipping-ficha .text-info-validity p {
    margin: 0;
}

.text-info-validity p {
    list-style-type: none;
}

.text-info-validity p:nth-last-child(-n+2)::before {
    content: "\2022";
    margin-right: 5px;
}

.info-service-assembly {
    margin-top: 10px;
}

.info-service-assembly .title-service-assembly {
    margin-bottom: 5px;
    background-color: #000000;
    padding: 2px 4px;
    display: inline-block;
    color: #ffffff;
    font-family: 'Arial';
    font-weight: 600;
}


.text-info-service-assembly p {
    font-size: 12px;
}

div.retiros-container .title-retiros {
    margin-bottom: 5px;
    padding: 2px 4px;
    color: #fff;
    background-color: #005FA2;
    font-family: 'arial';
    font-weight: 600;
    display: inline-block;
}

div.retiros-container .info-text-retiros {
    margin-top: 5px;
    font-size: 12px;
    line-height: 0.7em;
    color: #005FA2;
}

div.retiros-container .info-text-retiros p {
    list-style-type: none;
}

div.retiros-container .info-text-retiros p::before {
    content: "\2022";
    margin-right: 5px;
}


/* /SHIPPING FICHA */

.b20-productData-container {
    position: absolute;
    z-index: 100;
    right: 0px;
    bottom: -55px;
    text-align: center;
    width: 100%;
}

.b20-productData-box {
    background-color: #969696;
    width: 90%;
    z-index: 100;
    font-weight: 600;
    display: inline-block;
}

.b20-productData-nombre {
    /* height: 45px;
    display: flex; */
    margin-bottom: -5px;
}

.b20-productData-codigo {
    position: absolute;
    top: 4px;
    left: 5px;
}

.b20-productData-codigo&gt;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&gt;h3 {
    color: #2a2a2a;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 6px 0;
    font-size: 14px;
}


.promoDDM {
    color: white;
    background-color: #e41616;
    padding: 10px;
    margin: 10px 0px;
    position: relative;
    border-radius: 5px;
}

.promoDDM-img {
    position: absolute;
    left: -25px;
    top: -35px;
    max-width: 120px;
}

.promoDDM-text {
    margin-left: 75px;
    text-align: right;
    padding-right: 15px;
}

.promoDDM-text&gt;h2 {
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.promoDDM-text&gt;h3 {
    margin: 5px 0px;
    font-size: 12px;
}

.promoSS {
    color: whitesmoke;
    background-color: #ff7e00;
    padding: 10px;
    margin: 10px 0px;
    position: relative;
    border-radius: 5px;
}

.promoSS-text {
    margin-left: 75px;
    text-align: right;
    padding-right: 15px;
}

.promoSS-text&gt;h2 {
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.promoSS-text&gt;h3 {
    margin: 5px 0px;
    font-size: 12px;
}

.promoSS-text&gt;h4 {
    margin: 5px 0px;
    font-size: 24px;
    font-weight: 700;
}

.sh-mobileContentWrap {
    margin: 40px 0px 10px;
    border: thin dashed orange;
}

.nl-shop-tag {
    background: #005fa2;
    padding: 10px;
    color: white;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px;
}

/* PASOS */

.center-flex {
    margin: auto;
}

.sh-fixedNav {
    display: fixed;
    top: 0px;
}

.sh-headerMobile {
    display: flex;
    justify-content: center;
    height: 40px;
    overflow: hidden;
    background-color: #fd8383;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 120;
}

.sh-headerMobile&gt;div:nth-child(odd) {
    background-color: paleturquoise;
    width: 45px;
    display: flex;
}

.sh-headerMobile-c {
    flex: 8;
    display: flex;
    justify-content: center;
    align-content: center;
}

.sh-navBtn {
    background-color: rgb(255, 76, 14);
}

.card {
    border: none;
}

.sh-stepsContainer {
    display: flex;
    flex-direction: column;
}

.sh-step {
    border: thin solid #d7d7d7;
    width: 100%;
    display: flex;
}

.sh-step-arrow {
    border-bottom: none;
    position: relative;
}

.sh-step-arrow::after {
    position: absolute;
    z-index: 2;
    content: '';
    left: 50%;
    bottom: -18px;
    border: medium none;
    background-color: white;
    width: 1.14285714em;
    height: 1.14285714em;
    border-style: solid;
    border-color: #d7d7d7;
    border-width: 0px 0px 1px 1px;
    transform: translateY(-50%) translateX(50%) rotate(-45deg);
}

.sh-step-icon {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    font-size: 30px;
    border-right: #d7d7d78a solid thin;
}

.sh-step-data {
    width: 75%;
    justify-content: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sh-step-data&gt;h3 {
    margin: 0px 0px 3px;
    font-size: 14px;
    font-weight: bold;
}

.sh-step-data&gt;p {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    line-height: 15px;
}

/* SPECS */

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

.spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.spec-grid&gt;div {
    padding: 8px 10px;
}

.spec-grid&gt;div:nth-child(odd) {
    color: #767474;
    font-weight: bold;
}

.spec-gridContainer&gt;div:nth-child(even) {
    background-color: #f3f3f3;
}

/* SPECS */

/*FOOTER ESHOP*/

.i-mobile-sidebar-categorias {
    margin: 0px;
    padding: 20px 0px 20px;
    list-style: none;
    border-bottom: 1px #bbbbbb solid;
}

.i-mobile-sidebar-categorias&gt;a&gt;li {
    color: grey;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0px;
}

.i-mobile-sidebar-secciones {
    margin: 0px;
    padding: 5px 0px 5px;
    list-style: none;
    border-bottom: 1px #bbbbbb solid;
}

.i-mobile-sidebar-secciones&gt;a&gt;li {
    color: grey;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0px;
}

.i-mobile-sidebar-socials {
    margin: 0px;
    padding: 14px 0px;
    text-align: center;
}

.i-mobile-sidebar-socials&gt;a&gt;li {
    display: inline-block;
    font-size: 30px;
    margin: 0px 5px;
    color: #3c3c3c;
}

.i-mobile-footer-icon {
    font-size: 25px;
}

.i-mobile-footer-text {
    font-size: 12px;
    margin: 0px;
}

.i-mobile-foot-fixed {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 110;
}

.i-mobile-foot-area {
    height: 55px;
}

.i-mobile-footer-row {
    margin: 0px;
}

.i-mobile-footer-col {
    padding: 0px;
}

.i-mobile-footer-block {
    background-color: #055da4;
    color: white;
    text-align: center;
    border-left: 5px white solid;
    height: 65px;
    padding: 5px;
}

.i-mobile-footer-block-wsp {
    background-color: #e41616;
    color: #fef9f9;
}

/*FOOTER ESHOP*/

.vo_ticketDataNombre {
    text-align: center;
    font-size: 21px;
    font-weight: 100;
}

.vo_ticketDataProvincia {
    text-align: center;
    background-color: #e3e1e2;
    margin: 3px 0px 15px;
}

.hsq-header {
    background-color: grey;
    color: whitesmoke;
    padding: 5px 10px;
    border-radius: 5px;
}

.hsq-subheader {
    background-color: lightgray;
    font-size: 18px;
    color: #505050;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
}

.hsq-table {}

.hsq-table&gt;tbody&gt;tr&gt;td {
    vertical-align: middle;
}

.hsq-center-cell {
    text-align: center;
}

.hsq-badge {}

.hsq-tableBlock {
    padding: 10px;
    border: thin solid #cccccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.hsq-listtel {
    font-size: 12px;
    font-style: italic;
    color: #003c7b;
    font-weight: bold;
}

.hsq-note {
    display: inline-block;
    border: thin solid #d6d6d6;
    width: 100%;
    padding: 3px 10px;
    border-radius: 3px;
    background-color: whitesmoke;
}

.hsq-subheader-pending {
    background-color: #ec7406;
    color: whitesmoke;
}

.hsq-subheader-assigned {
    color: whitesmoke;
    background-color: #57a957;
}

.hsq-tableBlock-pending {
    border-color: lightgray;
    background-color: whitesmoke;
}

.hsq-tableBlock-assigned {
    border-color: lightgray;
    background-color: whitesmoke;
}

.hsq-table-assigned {
    background-color: #c6efc6;
    border: thin solid #dddddd;
    border-radius: 5px;
}

.hsq-table-pending {
    background-color: #f9d695;
    border: thin solid #dddddd;
    border-radius: 5px;
}

.hsq-table {
    background-color: #e8e8e8;
    border: thin solid #dddddd;
    border-radius: 5px;
}

.hsq-btn-assigned {
    color: whitesmoke;
    background-color: #57a957;
}

.hsq-btn-pending {
    background-color: #ec7406;
    color: whitesmoke;
}

.hsq-btn-assigned:hover {
    opacity: 0.8;
    color: whitesmoke;
}

.hsq-btn-pending:hover {
    opacity: 0.8;
    color: whitesmoke;
}

.table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;td,
.table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;th {
    background-color: #f9f9f96b;
}

/*//FICHAS WSP//*/

.f-preciosLegales {
    font-size: 11px;
    background-color: #cecece;
    color: #6b6b6b;
    padding: 5px;
    border-radius: 0px 0px 5px 5px;
    margin-top: 15px;
    text-align: center;
}

.f-preciosLegales-cm {
    font-size: 11px;
    background: #00a7d5;
    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;
    padding: 5px;
    border-radius: 0px 0px 5px 5px;
    margin-top: 15px;
    text-align: center;
}

.f-header {
    background-color: #003869;
    padding: 15px 50px;
    text-align: center;
}

.f-header-logo {
    max-height: 200px;
}

.f-header-titulo {
    font-size: 37px;
    color: white;
    display: inline-block;
    vertical-align: middle;
    font-family: Ubuntu Condensed;
    text-transform: uppercase;
}

.f-footer {
    background-color: #003869;
    height: 30px;
    margin-top: 20px;
    width: 100%;
}

.f-referenceContainer {
    text-align: right;
}

.f-reference {
    background-color: #f9f9f9;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 10px 10px 20px;
}

.f-panelFicha {
    width: 540px;
    padding: 0px 20px;
    /*    border: thin dotted green;*/
    display: inline-block;
    vertical-align: top;
}

.f-panelMenu {
    width: calc(100% - 540px);
    padding: 0px 0px 0px 20px;
    /*    border: thin dotted blueviolet;*/
    display: inline-block;
    vertical-align: top;
}

.f-mainContainer {
    padding: 20px 0px;
    font-size: 0px;
    background-color: #efefef;
}

.f-border {
    /*    border: thin dotted pink;*/
    overflow: hidden;
}

.f-placeholder {
    background-color: whitesmoke;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #4e4e4e;
    text-align: center;
    margin: 0px 20px;
}

.f-imgcontainer {
    background-color: #005f9f;
    border-radius: 5px 0px 5px 5px;
    padding: 15px 0px;
    text-align: left;
}

.btn-tab {
    border-radius: 5px 5px 12px 0px;
    border: none;
}

.f-save-btn {
    background-color: #005f9f;
    border-radius: 5px 5px 0px 0px;
}

.f-container {
    padding: 0px 15px;
}

.f-imgsection {}

.f-listsection {
    font-family: 'Ubuntu Condensed';
}

.f-productList {
    background-color: whitesmoke;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 10px;
}

.f-productListPadding {
    padding: 10px;
}

.f-listwrapper {
    background-color: #ffffff;
    border: thin solid #f1f1f1;
    overflow: hidden;
    padding: 15px 0px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.f-plTitle {
    font-size: 18px;
    background-color: #004F94;
    text-align: center;
    margin: 0px;
    padding: 6px 0px 5px;
    border-radius: 5px 5px 0px 0px;
    color: white;
    cursor: pointer;
}

.f-plTitleO {
    background-color: #00213e;
}

.f-productList ul {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    display: flex;
    flex-wrap: wrap;
}

.f-productList ul&gt;li {
    padding: 2px;
    vertical-align: top;
    flex: 1;
    min-width: 200px;
    text-align: center;
}

.f-productList ul&gt;li&gt;a {
    margin: 0px;
    width: 100%;
    border-radius: 5px;
    color: whitesmoke;
    text-transform: uppercase;
    font-size: 13px;
    height: 20px;
    display: flex;
    justify-content: center;
    padding: 0px 20px;
}

.f-refSwatch {
    width: 25px;
    height: 15px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
    background-color: lightblue;
}

.f-btn-block-name {
    padding: 0px 10px;
    width: 170px;
}

.f-btn-block-stock {
    min-width: 25px;
    border-left: thin solid whitesmoke;
}

.f-btn-block-stock-caja {
    background-color: #f5f5f521;
}

.f-btn-block-stock-armada {
    background-color: #f5f5f54d;
    border-right: thin solid whitesmoke;
}

.f-btn-outlet {
    border: thin solid #DE001A;
    color: #DE001A !important;
    background-image: linear-gradient(45deg, #ffe0e0 25%, #ffebeb 25%, #ffebeb 50%, #ffe0e0 50%, #ffe0e0 75%, #ffebeb 75%, #ffebeb 100%);
    background-size: 14.14px 14.14px;
    border-right: 5px solid #ad0014;
    border-left: 5px solid #ad0014;
}

.f-btn-outlet-reserved {
    border: thin solid #DE001A;
    color: #DE001A !important;
    background-image: linear-gradient(45deg, #ffe0e0 25%, #ffebeb 25%, #ffebeb 50%, #ffe0e0 50%, #ffe0e0 75%, #ffebeb 75%, #ffebeb 100%);
    background-size: 14.14px 14.14px;
    border-right: 5px solid #ad0014;
    border-left: 5px solid #ad0014;
    opacity: 0.5;
}

.f-btn-pro {
    background-color: #00315d !important;
}

.f-btn-randers {
    background-color: #7b0000 !important;
}

.f-btn-reg {
    background-color: #d07f0b !important;
}

.f-btn-gold {
    background: linear-gradient(to right, #BF953F, #9a7a31, #B38728, #9a7a31, #AA771C);
    border: thin solid #b38707ad;
}

.f-btn-silver {
    background: linear-gradient(to right, rgb(139, 139, 139), #9e9e9e, rgb(139, 139, 139), #9e9e9e, rgb(134, 134, 134));
    border: thin solid rgb(139, 139, 139);
}

.f-btn-fitage {
    background-color: #015E63 !important;
}

.f-btn-zellens {
    background-color: #000000 !important;
}

.f-btn-corplus {
    background-color: #2e7eb1 !important;
}

.f-btn-omiko {
    background-color: #BC0C32 !important;
}

.f-btn-fithouse {
    background-color: #464646 !important;
}

.f-btn-outlet {
    border: thin solid #DE001A;
    color: #DE001A !important;
    background-image: linear-gradient(45deg, #ffe0e0 25%, #ffebeb 25%, #ffebeb 50%, #ffe0e0 50%, #ffe0e0 75%, #ffebeb 75%, #ffebeb 100%);
    background-size: 14.14px 14.14px;
    border-right: 5px solid #ad0014;
    border-left: 5px solid #ad0014;
}

.f-productList ul&gt;li&gt;a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.f-refUl {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

.f-refCompound {
    cursor: pointer;
    padding: 0px 6px 2px 4px;
    border-radius: 5px;
}

.f-refSelected {
    background-color: #cecece;
}

.f-refUl&gt;li {
    display: inline-block;
    margin-right: 15px;
}

.f-loading {
    font-size: 25px;
    color: white;
    text-align: center;
    padding: 50px;
}

.f-refSwatch {
    width: 25px;
    height: 15px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
    background-color: lightblue;
}

/**/

/*//NUEVA HEADER SHOP//*/

.sh-float-window-preventa {
    height: 400px;
    width: 300px;
    background-color: #0B5D97;
    border-radius: 5px;
    position: fixed;
    bottom: calc(50% - 200px);
    right: calc(50% - 150px);
    z-index: 1002;
    font-family: Ubuntu;
    padding: 10px 25px;
    box-shadow: 0px 0px 30px #5a5a5a;
}

.card-header {
    border: thin solid #cccccc;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.card {
    margin: 5px 0px;
}

.card-body {
    padding: 15px;
    font-size: 14px;
}

.sh-high-itembox {
    font-size: 0px;
    border-bottom: thin solid #80808021;
    height: 37px;
}

.sh-high-itemicon {
    height: 100%;
    width: 15%;
    display: inline-block;
    vertical-align: top;
}

.sh-high-itemtext {
    display: inline-block;
    width: 85%;
    height: 100%;
    font-size: 15px;
    vertical-align: top;
    font-weight: bold;
    padding: 1px 10px;
    text-align: left;
}

.sh-high-badge {
    max-height: 25px;
}

.sh-high-m-itembox {
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    padding: 7px;
    align-items: center;
}

.sh-high-m-itemicon {
    margin-right: 10px;
}

.sh-high-m-itemtext {
    font-size: 18px;
    font-weight: bold;
    color: #505050;
}

.sh-high-m-badge {
    max-height: 35px;
}

.sh-nav-bar {
    background: #f9f9f9;
    padding: 10px;
    text-align: center;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;
    z-index: 99;
}

.nl-tajetas-list {
    text-align: center;
}

.sh-search-box {
    background-color: #f7f7f7;
}

.sh-head-menu-titulo {
    color: red;
    font-size: 20px;
    margin: 10px 0px 5px;
}

.sh-head-menu-sections {}

.sh-head-seclist {
    text-align: center;
    padding: 0px;
}

.sh-head-seclist&gt;li&gt;a {
    color: black;
}

.sh-head-seclist&gt;li&gt;a:hover {
    color: #0260AA;
    text-decoration: none;
}

.sh-head-seclist&gt;li {
    display: inline-block;
    padding: 0px 10px;
    font-size: 11px;
    line-height: 10px;
}

.sh-head-seclist&gt;li:not(:first-child) {
    border-left: thin solid #525252;
}

.nl-tajetas-list&gt;li {
    display: inline-block;
    max-width: 100px;
    border: thin solid #efefef;
    border-radius: 5px;
    margin: 0px 5px;
    background-color: white;
}

.sh-head-logo {
    padding: 10px;
    text-align: center;
    color: white;
}

.sh-head-menu {
    text-align: center;
}

.sh-head-search {}

.sh-inlineSearch {
    display: inline-block;
    vertical-align: middle;
    width: 125px;
}

.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%;
}

.nl-titleShop {
    background-color: #005aa8;
    color: whitesmoke !important;
    padding: 10px 20px !important;
    border: none !important;
}

/*//NUEVA FICHA SHOP//*/

.sh-ficha-desc {
    padding: 10px;
    color: #7D7D7D;
    font-size: 12px;
    line-height: 16px;
}

.sh-tec-titulos {
    color: #767474;
    font-weight: bold;
    list-style: none;
    padding: 0px;
}

.sh-tec-titulos li {
    padding-left: 6px;
}

.sh-tec-titulos li,
.sh-tec-prop li {
    padding: 8px 10px;
}

.sh-tec-titulos li:nth-child(odd),
.sh-tec-prop li:nth-child(odd) {
    background: #f5f5f5;
}

.sh-tec-prop {
    list-style: none;
    padding: 0px;
    text-align: left;
}

.sh-btn-comprar {
    padding: 5px;
}

.sh-ficha-high {
    font-weight: 600;
}

.sh-ficha-low {
    font-size: 10px;
    font-weight: 100;
}

.sh-ficha-precios-envioLogo {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
}

.sh-ficha-precios-envioLogo-multi {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    margin-right: 10px;
}

.sh-ficha-precios-envio {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 20px 10px;
    font-size: 14px;
    line-height: 14px;
    width: 80%;
}

.sh-ficha-precios-box {
    padding: 0px 5px;
    margin: 25px 0px 10px;
}

.cm-ficha-precios-box {
    background: linear-gradient(35deg, rgba(44, 203, 246, 1) 0%, rgba(85, 128, 247, 1) 50%, rgba(122, 58, 248, 1) 100%);
    ;
}

.sh-ficha-precios-box-gratis-hs {
    color: whitesmoke;
    background: rgb(234, 51, 16);
    background: linear-gradient(145deg, rgba(234, 51, 16, 1) 0%, rgba(241, 125, 51, 1) 100%);
    padding: 10px;
    border-radius: 5px;
}

.sh-ficha-precios-box-gratis-nav {
    color: whitesmoke;
    background-color: #00933C;
    padding: 10px;
    border-radius: 5px;
}

.sh-ficha-precios-box-gratis-pn {
    color: whitesmoke;
    padding: 20px;
    border-radius: 5px;
    background-image: url(../img/2k20/fondo_pn.jpg);
    background-color: #0B0E23;
    background-size: 120%;
    background-position-x: center;
    background-position-y: center;
    text-align: right;
    padding-right: 20px;
    padding-left: 120px;
    text-shadow: 0 0 1px #fff, 0 0 4px #0ff;
    position: relative;
}

.pn-shopTag {
    text-align: center;
    background: #ff00aa38;
    border: 2px solid white;
    border-radius: 5px;
    display: inline-block;
    padding: 4px 10px;
    color: white;
    font-weight: 700;
    margin: 0px 10px;
    text-shadow: 0 0 1px #fff, 0 0 2px #ff00aa, 0 0 4px #ff00aa, 0 0 8px #ff00aa;
    box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #ff00aa, 0 0 16px #ff00aa;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 15px;
    line-height: 15px;
}

.sh-ficha-precios-box-gratis {
    color: whitesmoke;
    background-color: #0091D5;
    padding: 10px;
    border-radius: 5px;
}

.sh-ficha-precios-legales {
    display: inline-block;
    font-size: 12px;
    color: #F20524;
    font-weight: 100;
    text-decoration: underline;
    cursor: pointer;
}

div.section-info-prices {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

/* div.setc-tarjetas {
    position: absolute;
    margin-top: 5px;
} */

div.setc-tarjetas img.img-tarjetas {
    width: 45vw;
}

.sh-ficha-cajaPrecios {
    margin-top: 6px;
}

/* CFT */
.btn-cft {
    border: 0px;
    background: none;
    color: #afafaf;
    float: right;
    font-size: 12px;
}

.cft-collapse {
    border: 0px !important;
}

.cft-detalle {
    background: none;
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 7px;
    margin-top: 0px;
    padding-top: 0px;
    color: #afafaf;
    font-size: 12px;
}

/* FIN CFT */

.sh-ficha-precios-cuotas {
    font-size: 17px;
    margin: 25px 0px 0px;
}

.sh-ficha-precios-cuotas-cm {
    font-size: 17px;
}

.sh-ficha-precios-text-es {
    display: inline-block;
    color: #F20524 !important;
    border: solid thin #5ab2d4 !important;
    padding: 2px 5px 2px;
    vertical-align: middle;
    margin: 0px 4px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.sh-ficha-precios-text-ss {
    display: inline-block;
    color: #FF7E00;
    border: solid thin #FF7E00 !important;
    padding: 2px 5px 2px;
    vertical-align: middle;
    margin: 0px 4px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.sh-ficha-precios-text {
    display: inline-block;
    color: #ffffff;
    /* background-color: #F20524; */
    /* border: solid thin #F20524 !important; */
    padding: 2px 6px;
    /* vertical-align: middle; */
    /* margin: 0px 4px; */
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.sh-ficha-precios-text-cm {
    display: inline-block;
    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;
    border: none !important;
    padding: 5px;
    vertical-align: middle;
    margin: 0px 4px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.sh-ficha-precios-text-high-cm {
    display: inline-block;
    background: #de001a;
    color: whitesmoke !important;
    border: none;
    padding: 3px 5px 3px;
    vertical-align: middle;
    margin: 0px 4px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.sh-ficha-precios-text-20p {
    display: inline-block;
    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;
}

.sh-ficha-precios-numberPpal {
    color: #166FA7;
    font-size: 23px;
    font-family: 'Ubuntu';
    font-weight: 700;
}

.sh-ficha-precios-number {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    /* margin-right: 5px; */
}

.sh-ficha-precios-number-cm {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    margin-right: 5px;
    color: #de001a;
    font-weight: 600;
    letter-spacing: -1px;
}

.sh-ficha-precios {
    background-color: #fff;
    border-radius: 5px;
    font-size: 17px;
}

.sh-ficha-t1 {
    margin: 0px 0px 0px 0px;
    color: #ec1d25;
    text-transform: uppercase;
    background: #fff;
    font-size: 30px;
}

.sh-ficha-subt {
    margin: 0px;
    color: #005f9f;
    background: #fff;
    font-size: 25px;
    border-bottom: thin solid #afafaf;
    padding: 0px 0px 25px;
}

.sh-ficha-panelDesc {
    min-height: inherit;
    border-radius: 5px;
    font-family: 'Ubuntu';
}

.container-picture-section {
    /* margin: 0 5px 0 15px; */
    border-top: solid 1px #c8c8c8;
}

.info-nombre-equipo {
    font-size: 13px;
    margin: 10px 20px;
}

.info-nombre-equipo-desktop {
    display: none;
}

.sh-ficha-galeryBox {
    margin: 10px 0px;
    display: flex;
    margin-left: 15px;
    /* gap: 10px; */
    /* height: 180px; */
    /* aspect-ratio: 5 / 4.5; */
    /* align-items: center; */
}

.sh-ficha-galery {
    display: flex;
    max-width: 40vw;
    overflow: hidden;
    /* overflow: scroll; */
    /* margin: auto; */
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* height: 240px; */
}

.sh-ficha-galery-list {
    /* overflow-y: scroll; */
    display: flex;
    /* gap: 5px; */
    /* flex-direction: column; */
    margin: 0px;
    padding: 0px;
    height: 145px;
    flex-wrap: wrap;
    /* justify-content: center; */
}

.sh-ficha-mainPic {
    /* padding: 10px 10px 10px 10px;
    margin-left: -4px;
    position: relative;
    border-radius: 0px 5px 5px 0px; */
    /* width: 60vw; */
    /*  display: inline-block;
    vertical-align: top; */
}

.sh-ficha-galery-list&gt;li {
    /* padding: 5px;
    margin: 0px; */
    /* background-color: #d7d7d7; */
    /* padding: 2px; */
    margin: 0 5px 5px 0;
    border-radius: 5px;
    /*width: 50%;*/
}

.sh-ficha-galery-list .mini-imges-gallery div.section-play-video {
    display: flex;
    position: absolute;
    width: 17vw;
    z-index: 10;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.sh-ficha-galery-list .mini-imges-gallery div.section-play-video i.icon-play-video {
    position: relative;
    display: flex;
    color: #424242;
    border: solid #424242;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.sh-ficha-galery-list::-webkit-scrollbar {
    display: none;
}

/*//CONSULTA FLOTANTE//*/

.new-contactFloar-openTab {

    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    transition: all 1s;
}

.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&gt;div {

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition: all 1s;
}

.new-contactFloat-container&gt;div&gt;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&gt;div&gt;div&gt;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;
}


.con-float-container {
    /* position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1003;
    cursor: pointer; */
    position: fixed;
    bottom: 20px;
    right: 0px;
    z-index: 1003;
    cursor: pointer;
    background-color: #0000004f;
    padding: 20px 15px;
    border-radius: 10px 0px 0px 10px;
}

.con-float-btn {
    height: 55px;
    width: 55px;
    background-color: #005498;
    border-radius: 50%;
    background-image: url(../img/contacto_btn.png);
    box-shadow: 0px 0px 15px #5858589e;
}

.btn-form {
    color: #fff;
    background-color: #014A7D;
    padding: 5px 40px;
    margin-top: 15px;
}

.btn-form:hover {
    color: #fff;
    background-color: #005088;
    border-color: #004779;
}

.con-float-window {
    height: 400px;
    width: 300px;
    background-color: #ffffff;
    border-radius: 5px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 1002;
    font-family: Ubuntu;
    padding: 10px 25px;
    box-shadow: 0px 0px 30px grey;
}

.con-float-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.3;
    z-index: 1001;
}

.con-float-input {
    margin-bottom: 10px;
}

.con-float-productTitle {
    padding: 2px;
    font-size: 17px;
    margin: 0px 0px 10px;
    color: #ca1010;
    text-align: center;
    font-weight: 600;
}

.con-float-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #5f5f5f;
    margin-top: 5px;
}

/*//CONSULTA FLOTANTE//*/

/*//VO TICKET//*/

.touched:invalid {
    border-bottom: 1px solid red !important;
    background-image: url(../img/validation_alert.jpg) !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
}

.touched:valid {
    border-bottom: 1px solid green !important;
    background-image: url(../img/validation_ok.jpg) !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
}

.btn-todoPago {
    color: #FFF;
    background-color: #fe0083;
    border: none;
}

.btn-todoPago:hover {
    color: #fff;
    background-color: #dc0071;
    border: none;
}

.tp-disclaimer {
    /* border: thin solid #ff00002b; */
    background-color: #ffeb3b47;
    /* border-radius: 5px; */
    /* margin-top: 20px; */
    padding: 5px 15px;
    /* text-align: center; */
    color: #757575;
    margin-bottom: 10px;
    font-size: 13px;
}

.card-form {
    background-color: #F4F4F6;
    padding: 0px 20px;
    margin: 40px 0px 40px;
}

.vo_ticketPriceDataPair {
    font-size: 0px;
}

.vo_ticketPriceDataPairName {
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    /* background-color: crimson; */
    width: 50%;
}

.vo_ticketPriceDataPairNumber {
    text-align: right;
    display: inline-block;
    font-size: 15px;
    font-weight: 100;
    width: 50%;
}

.vo_ticketPriceDataPairTotal {
    border-top: thin solid lightgray;
    padding-top: 5px;
}

.vo_ticket {
    background-color: white;
    max-width: 450px;
    border: thin solid #989898;
    margin: 40px auto;
    padding: 5px;
    border-radius: 5px;
    color: #505050;
    font-family: "Ubuntu";
}

.vo_ticketPrint {
    background-color: white;
    max-width: 350px;
    border: thin solid #989898;
    margin: 40px auto;
    padding: 5px;
    border-radius: 5px;
    color: #505050;
    font-family: "Ubuntu";
}

.vo_header {}

.vo_noDisponible {
    background-color: whitesmoke;
    text-align: center;
    padding: 20px;
    margin: 15px 0px 30px;
}

.vo_ticketData-dev {
    padding: 10px 15px;
    border-top: 2px solid #e0e0e0;
}

.vo_ticketData {
    padding: 10px 40px;
    border-top: 2px solid #e0e0e0;
}

.vo_ticketDataText {
    text-align: center;
    padding: 20px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #015E9E !important;
}

.cs_ticketDataText {
    text-align: center;
    padding: 20px 0px;
    font-size: 18px;
    font-weight: bold;
    background: #d8050e;
    border-radius: 5px 5px 0px 0px;
    color: whitesmoke !important;
}

.vo_ticketDataError {
    border: thin solid #d6d6d6;
    padding: 10px;
    border-radius: 5px;
    background-color: #efefef;
}

.vo_ticketDataErrorTitle {
    /*    text-align: center;
        margin: -15px 0px 10px;
        font-size: 15px;
        font-weight: bold;*/
    text-align: center;
    margin: 0px 5px 0px;
    font-size: 15px;
    font-weight: bold;
    background-color: #efefef;
    border-top: solid thin #d6d6d6;
    border-left: solid thin #d6d6d6;
    border-right: solid thin #d6d6d6;
    width: 100px;
    border-radius: 5px 5px 0px 0px;
}

.vo_ticketDataItem {}

.vo_ticketDataItemName {
    font-weight: bold;
}

.vo_ticketDataPrice {}

.vo_ticketDataBox {
    margin-top: 10px;
}

.vo_ticketDataBox_bottom {
    border-top: thin dashed #e3e1e2;
    padding-top: 20px;
    margin-top: 20px;
}

.vo_ticketDataItemValue {}

.vo_ticketDataItemValuePrice {
    font-size: 20px;
    font-weight: 100;
}

.vo_ticketCode {
    text-align: center;
    color: #4a4a4a;
    font-size: 30px;
    font-weight: bold;
}

.vo_ticketCodeError {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 20px 20px;
}

.vo_ticketCodeCotainer {
    background-color: #f2f2f2;
    overflow: hidden;
}

.vo_ticketCodeTitle {
    background-color: #e3e1e2;
    text-align: center;
    margin: 10px 0px;
    padding: 5px;
    color: #656565;
}

.vo_text {
    font-size: 12px;
    text-align: left;
    display: inline-block;
    width: 80%;
    margin-left: -4px;
    vertical-align: top;
    line-height: 12px;
    vertical-align: middle;
}

.vo_text_tutorial {
    font-size: 12px;
    text-align: left;
    display: inline-block;
    margin: -15px 0px 20px;
}

.vo_textIcon {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}

.vo_textBox {
    width: 90%;
    margin: 35px auto 5px;
    text-align: center;
}

.vo_buttonBox {
    margin: 11px auto 5px;
    text-align: center;
}

.vo_ticketBanner {
    background-image: url(../img/shop/headerbg_ticket.jpg);
    min-height: 135px;
    background-size: 100% 100%;
}

.cs_ticketBanner {
    background-image: url(../img/shop/headerbg_ticket.jpg);
    min-height: 135px;
    background-size: 100% 100%;
    margin-top: 20px;
    display: flex;
}

.cs_ticketBanner&gt;div {
    color: whitesmoke;
    font-size: 40px;
    text-transform: uppercase;
    font-family: Ubuntu Condensed;
    margin: auto;
    display: inline-block;
    font-weight: 100;
}

.vo_redText {
    color: #FF041D !important;
}

.vo_redBg {
    background-color: #FF041D !important;
}

.vo_redHigh {
    background-color: #A70011 !important;
    color: white !important;
}

/*/////////////*/

.card-envioBlock-ship-formTitle {
    font-weight: 100;
    padding: 5px 5px;
}

.card-cuponBlock-ship-form {
    width: 100%;
    margin: 10px 0px 0px;
    border-top: thin solid #EC1D25;
}

.card-envioBlock-ship-form {
    width: 100%;
    margin: 10px 0px 0px;
    border-top: thin solid #11569a;
}

.card-envioBlock-ship-element {
    display: inline-block;
    vertical-align: middle;
    width: 40%
}

.card-envioBlock-ship-elementBTN {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    margin-left: -4px;
    padding: 0px 10px;
}

.card-envioBlock-ship-input {
    padding: 5px 10px;
    border-radius: 5px;
    border: thin solid #cacaca;
    width: 100%;
}

.card-envioBlock-ship-btn {
    padding: 2px 20px;
    width: 100%;
}

.card-resumen {
    margin: 30px 0px;
}

.card-tagBlock {
    padding: 15px 15px 0px;
    margin: 5px 0px 20px;
    border: thin solid lightgray;
    border-radius: 5px;
}

.bl-envio-line {
    border-bottom: 2px solid black;
    margin: 8px 0px;
}

.bl-envio-spacer {
    margin: 8px 0px;
}

.card-cuponBlock {
    background-color: #F4F4F6;
    padding: 10px 0px 10px 35px;
    margin-top: 10px;
    border: thin solid #EC1D25;
    color: #b50007;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}

.card-envioBlock {
    background-color: #F4F4F6;
    padding: 10px 0px 10px 35px;
    margin-top: 10px;
    border: thin solid #11569A;
    color: #11569A;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}

.card-envioBlock-bf {
    background-color: #f4f4f6;
    padding: 10px 0px 10px 35px;
    margin-top: 10px;
    border: thin solid #000000;
    color: #000000;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}

.card-envioBlock-icon {
    display: inline-block;
    font-size: 25px;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
}

.card-envioBlock-line {
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
}

.card-envioBlock-cupon {
    width: 25px;
    border-right: thin solid #EC1D25;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: #EC1D25;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.card-envioBlock-status {
    width: 25px;
    border-right: thin solid #11569A;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: white;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.card-envioBlock-status-bl {
    width: 25px;
    border-right: thin solid #000000;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: white;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.card-envioTitle {
    background-color: #135ea9;
    color: white;
    padding: 7px 0px 5px 35px;
    font-weight: 600;
    font-family: Ubuntu;
    font-size: 11px;
    text-transform: uppercase;
}

.card-envioBlock-status-selected {
    background-color: #135ea9;
    color: white;
}

#redVariant.card-envioBlock-status-selected {
    background-color: #B50007;
    color: white;
}

.card-envioBlock-status-bf-selected {
    background-color: #000000;
    color: white;
}

.card-envioBlock-high {
    font-weight: 600;
}

.card-envioBlock-low {
    font-size: 10px;
}

.card-envioBlock-low-exp {

    background-color: #f2e325;
    color: black;
    padding: 3px 7px;
    border-radius: 5px;
    margin-left: -7px;
    font-weight: bold;
}

.co-img-circle {
    max-width: 45px;
}

.co-tagBlock-dataBlock {
    padding: 5px 0px;
}

.co-tagBlock-circle {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}

.co-tagBlock {}

.co-tagBlock-number {
    vertical-align: middle;
    font-size: 21px;
    padding: 0px;
    margin: -10px 0px;
    font-family: 'Ubuntu Condensed';
}

.co-tagBlock-text {
    font-size: 18px;
    margin: 10px 0px 10px;
}

.border-pink {
    border: thin dashed pink;
}

.btn-comprar {
    width: 90%;
    font-size: 23px;
    font-family: 'Ubuntu Condensed';
    padding: 0px;
    margin: auto;
}

.co-subtitle {
    font-size: 16px;
    font-family: 'Ubuntu';
    color: #686868;
    margin: 20px 0px 15px;
    padding: 0px 5px;
    border-bottom: 1px solid;
}

.co-subtitle&gt;span {
    font-size: 11px;
    opacity: 0.8;
}

.form-control-co {
    margin-top: 5px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #757575;
    background-color: #fff;
    background-image: none;
    border: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    font-family: Ubuntu;
}

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;
}

.lcf-container-hs h1 {
    color: #005f9f;
    margin-top: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 28px;
    border-bottom: solid 2px #ffffff;
    padding-bottom: 5px;
}

@media screen and (min-width: 450px) {
    .lcf-container-hs h1 {
        margin-top: 15px;
    }
}

/*SECCIONES FIJAS*/

.sec-fija-content {
    font-family: 'Ubuntu', sans-serif;
}

.sec-fija-content h1 {
    color: white;
    background-color: #005f9f;
    padding: 0px 0px 0px 35px;
    font-weight: 100;
}

.sec-fija-content h2 {
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 15px;
}

.sec-fija-content h3 {
    font-size: 13px;
    background-color: #ececec;
    padding: 10px 15px;
    margin: 20px 0px 15px;
    line-height: 20px;
}

.sec-fija-content ul {
    padding: 0px 0px 0px 15px;
    font-size: 13px;
}

.sec-fija-content ul&gt;li {
    margin-top: 10px;
}

.hs-ficha-fpago-variantName-superindex {
    background-color: #fd5225;
    color: whitesmoke !important;
    font-weight: 400;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 4px;
    margin: 1px 0px 2px;
}

.btn-hs {
    background-color: #fd5225;
    color: whitesmoke !important;
    border-color: #fd5225;
    text-transform: uppercase;
    font-size: 15px;
}

/*CYBER MONDAY*/

.cm-tag {
    color: #4f36be !important;
}

.btn-cm {
    background: rgba(85, 128, 247, 1);
    color: whitesmoke !important;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
}

.cm-ficha-fpago-variantName-superindex {
    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;
    font-weight: 400;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 4px;
    margin: 1px 0px 2px;
}

.cm-ficha-fpago-variantBlock-red {
    color: #4f36be;
}

.cm-ficha-fpago-overPromo {
    background: #00a7d5;
    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;
    font-weight: 100;
    font-size: 17px;
    border-radius: 4px;
    max-width: 450px;
    margin: 25px auto 0px;
    font-family: 'Ubuntu';
    text-align: center;
    padding: 5px;
}

.cm-ficha-fpago-overPromoPrecio {
    color: #4f36be;
    font-weight: 100;
    font-size: 16px;
    margin: 10px auto 0px;
    font-family: 'Ubuntu';
    text-align: center;
    padding: 5px;
    border-left: thin solid #4f36be;
    border-right: thin solid #4f36be;
    max-width: 275px;
}

.cm-box-masinfo {
    background-color: #ffffff;
    z-index: 100;
    padding: 2px 10px;
    font-size: 10px;
    border: none !important;
    background: #00a7d5;
    background: linear-gradient(35deg, rgba(44, 203, 246, 1) 0%, rgba(85, 128, 247, 1) 50%, rgba(122, 58, 248, 1) 100%);
    font-weight: 600;
    display: inline-block;
    color: whitesmoke !important;
}

.promoCM-img {
    position: absolute;
    left: -15px;
    top: -40px;
    max-width: 100px;
}

.promoCM {
    color: white;
    background: #00a7d5;
    background: linear-gradient(35deg, rgba(44, 203, 246, 1) 0%, rgba(85, 128, 247, 1) 50%, rgba(122, 58, 248, 1) 100%);
    padding: 10px;
    margin: 10px 0px;
    position: relative;
    border-radius: 5px;
}

.cmo-destacado-flag-cuotas-full {
    background: #00a7d5;
    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;
    border: none !important;
}

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

.cm-box-datos-precio-percent-high {
    background: #00a7d5;
    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;
    border: none !important;
}

.cm-box-financiacion {
    background: #00a7d5;
    background: linear-gradient(35deg, rgba(44, 203, 246, 1) 0%, rgba(85, 128, 247, 1) 50%, rgba(122, 58, 248, 1) 100%);
    display: inline-block;
    font-weight: 700;
    vertical-align: initial;
    width: 100%;
    color: whitesmoke !important;
    font-size: 11px !important;
    border-radius: 0px 0px 4px 4px;
}

.cm-offerta {
    font-family: 'Ubuntu';
    margin: 0px;
    padding: 0px;
}

.cm-franjaContador {
    position: relative;
}

.btn-wsp {
    position: absolute;
    z-index: 99;
    width: 94%;
    margin: 0 3%;
    bottom: -50px;
    color: #fff;
    background-color: #1BA02D;
    border-color: #179028;
    font-size: 20px;
    font-family: 'Ubuntu Condensed';
    font-weight: 100;
}

.btn-pop-hs {
    position: absolute;
    z-index: 99;
    width: 94%;
    margin: 0 3%;
    bottom: -50px;
    color: #fff;
    background-color: #fd5225;
    border-color: #fd5225;
    font-size: 20px;
    font-family: 'Ubuntu Condensed';
    font-weight: 100;
    cursor: default;
}

.btn-pop-hs:hover {
    background-color: #fd5225;
    border-color: #fd5225;
}

.glyphicon-chevron-left,
.glyphicon-chevron-right {
    /*top: auto !important;
    font-size: 22px !important;
    bottom: 15px;*/
}

.btn-wsp:hover {}

.cm-ci-show {
    display: block !important;
    bottom: 4px;
}

/*.cm-ci-show li{
    width: 35px;
    height: 12px;

}*/

.cm-ci-show li {
    width: 18px;
    height: 12px;
}

.cm-ci-show .active {
    width: 35px;
    height: 12px;
}

.cm-offer-close {
    position: absolute;
    right: -10px;
    color: #5c5c5c;
    opacity: 1;
    border: 1px solid grey !important;
    background-color: white !important;
    width: 25px;
    height: 25px;
    border-radius: 50% !important;
    top: -10px;
}

.carousel-indicators li {
    background: #8d8d8d80;
}

.cm-offer-wspIcon {
    background-color: #1BA02D;
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    margin: 0px 5px;
}

.cm-offer-crBG {
    background-image: url("../img/oferta-cm/pop-up-footer.jpg");
}

.bf-offer-crBG {
    background-image: url("../img/oferta-bf/pop-up-footer.jpg");
    background-size: cover;
}

.cm-contadorTitulo {
    text-align: center;    
    font-weight: 100;  
    background-color: #FB5225;
    color: #ffffff;
    padding: 10px 0;
}

.cm-contador {
    text-align: center;
    margin: -5px 0px 10px;
}

.cm-offerNumber {
    display: inline-block;
    font-size: 35px;
    font-weight: 100;
}

.cm-offerNumberList {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
}

.nl-horarios-cm {
    background: #C9302C;
    padding: 4px 10px;
    color: white;
    font-weight: 500;
    margin: -10px 0px 0px;
    font-size: 13px;
    vertical-align: initial;
    max-width: 925px;
    text-align: center;
}

.col-md-12.box-fpago {
    margin: 15px 0px;
}

.nl-ficha-counter-container {
    overflow: hidden;
    margin-bottom: 15px !important;
}

.nl-precios-cyber-week {
    border: black solid thin;
    border-radius: 0px 5px 5px 5px;
}

.nl-precios-cyber-stock {
    border: #005f9f solid thin;
    border-radius: 0px 5px 5px 5px;
}

.nl-precios-cyber-stock::after {
    content: "Â¡STOCK EXTRA CYBER!";
    position: absolute;
    top: -26px;
    font-size: 12px;
    padding: 5px 10px 3px;
    border-radius: 5px 5px 0px 0px;
    left: -1px;
    color: white;
    text-align: left;
    background: #5e9ab9;
    background: -moz-linear-gradient(45deg, #5e9ab9 0%, #005989 98%) !important;
    background: -webkit-linear-gradient(45deg, #5e9ab9 0%, #005989 98%) !important;
    background: linear-gradient(45deg, #5e9ab9 0%, #005989 98%) !important;
    font-weight: bold;
    border-left: #5e9ab9 solid thin;
    border-right: #5e9ab9 solid thin;
    border-top: #5e9ab9 solid thin;
}

.nl-precios-cyber-week::after {
    content: "Â¡OFERTA BLACK FRIDAY!";
    position: absolute;
    top: -26px;
    font-size: 12px;
    padding: 5px 10px 3px;
    border-radius: 5px 5px 0px 0px;
    left: -1px;
    color: white;
    text-align: left;
    background: black;
    font-weight: bold;
    border-left: black solid thin;
    border-right: black solid thin;
    border-top: black solid thin;
}

.nl-precios-cyber::after {
    content: "Â¡OFERTA CYBER MONDAY!";
    position: absolute;
    top: -26px;
    font-size: 12px;
    padding: 5px 10px 3px;
    border-radius: 5px 5px 0px 0px;
    left: -1px;
    color: white;
    text-align: left;
    background: #00a7d5;
    background: -moz-linear-gradient(35deg, rgba(44, 203, 246, 1) 0%, rgba(85, 128, 247, 1) 50%, rgba(122, 58, 248, 1) 100%);
    background: -webkit-linear-gradient(35deg, rgba(44, 203, 246, 1) 0%, rgba(85, 128, 247, 1) 50%, rgba(122, 58, 248, 1) 100%);
    background: linear-gradient(35deg, rgba(44, 203, 246, 1) 0%, rgba(85, 128, 247, 1) 50%, rgba(122, 58, 248, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00a7d5', endColorstr='#4f36be', GradientType=1);
    font-weight: bold;
    border-left: #005f9f solid thin;
    border-right: #005f9f solid thin;
    border-top: #005f9f solid thin;
}

.nl-precios-cyber {
    border: #005f9f solid thin;
    border-radius: 0px 5px 5px 5px;
}

.nl-box-comprar {
    width: 100%;
    border-radius: 0px 0px 5px 5px;
}

.nl-box-promos-overlay-cyber {
    position: absolute;
    top: -12px;
    height: 23px;
    width: 60%;
    left: 0px;
    color: white;
    padding-top: 1px;
    font-size: 13px;
    margin: 0px 20%;
    border-radius: 15px;
    background: black;
    color: white;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00a7d5', endColorstr='#4f36be', GradientType=1);
}

.nl-box-datos-cm {
    padding: 25px 0px 10px !important;
}

.nl-box-datos-promo-effectivo-cm&gt;div {
    color: white;
    border-color: white !important;
}

.nl-box-datos-promo-effectivo-cm {
    min-height: 25px;
    background: #00a7d5;
    background: -moz-linear-gradient(35deg, rgba(44, 203, 246, 1) 0%, rgba(85, 128, 247, 1) 50%, rgba(122, 58, 248, 1) 100%);
    background: -webkit-linear-gradient(35deg, rgba(44, 203, 246, 1) 0%, rgba(85, 128, 247, 1) 50%, rgba(122, 58, 248, 1) 100%);
    background: linear-gradient(35deg, rgba(44, 203, 246, 1) 0%, rgba(85, 128, 247, 1) 50%, rgba(122, 58, 248, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00a7d5', endColorstr='#4f36be', GradientType=1);
}

.nl-promos-cyber-limited {
    background: #00a7d5 !important;
    background: -moz-linear-gradient(45deg, #00a7d5 0%, #4f36be 100%) !important;
    background: -webkit-linear-gradient(45deg, #00a7d5 0%, #4f36be 100%) !important;
    background: linear-gradient(45deg, #00a7d5 0%, #4f36be 100%) !important;
    color: white !important;
    font-weight: bold;
}

.nl-promos-stock-limited {
    color: white !important;
    font-weight: bold;
    background: #5e9ab9;
    background: -moz-linear-gradient(45deg, #5e9ab9 0%, #005989 98%) !important;
    background: -webkit-linear-gradient(45deg, #5e9ab9 0%, #005989 98%) !important;
    background: linear-gradient(45deg, #5e9ab9 0%, #005989 98%) !important;
}

.bf-promos-stock-limited {
    color: white !important;
    font-weight: bold;
    background: black;
    color: white;
}

.nl-promos-cyber {
    background: #00a7d5 !important;
    background: -moz-linear-gradient(45deg, #00a7d5 0%, #4f36be 100%) !important;
    background: -webkit-linear-gradient(45deg, #00a7d5 0%, #4f36be 100%) !important;
    background: linear-gradient(45deg, #00a7d5 0%, #4f36be 100%) !important;
    color: white !important;
}

.nl-text-cyber {
    color: #4f36be !important;
}

.es-destacado-listador {
    width: 60px;
    position: absolute;
    right: -10px;
    top: 0px;
    z-index: 99;
}

.es-destacado-egg {
    font-size: 10px;
    text-align: center;
    margin-bottom: -10px;
    padding: 2px 0px;
    border: none !important;
    filter: drop-shadow(2px 2px 2px #00000038);
}

.es-destacado-egg-1 {
    /* transform: rotate(353deg); */
}

.es-destacado-egg-2 {
    /* transform: rotate(5deg); */
}

.es-destacado-egg-3 {
    /* transform: rotate(353deg); */
}

.es-destacado-egg-4 {
    /* transform: rotate(5deg); */
}

.cm-destacado-listador {
    width: 70px;
    position: absolute;
    right: -15px;
    top: 45px;
    z-index: 99;
    /*  width: 90px;
    position: absolute;
    right: -20px;
    top: 45px;
    z-index: 99;*/
}

.cm-destacado-listador-bf {
    width: 85px;
    position: absolute;
    left: -16px;
    top: 235px;
    z-index: 99;
}

.cm-destacado-flag {
    border: thin solid pink;
    font-size: 10px;
    text-align: center;
    margin-bottom: 5px;
    padding: 2px 0px;
}

.eh-destacado-listador {
    width: 85px;
    position: absolute;
    right: -15px;
    top: -30px;
    z-index: 99;
}

.eh-destacado-flag {
    font-size: 10px;
    text-align: center;
    margin-bottom: 5px;
    padding: 2px 0px;
    border: none !important;
}

.cm-destacado-flag-logo {
    padding: 0px;
    border: none;
}

.cm-destacado-flag-hs4 {
    background-color: #FFD42A;
    color: #623B97;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
    padding: 5px 0px;
    line-height: 10px;
    box-shadow: 1px 1px 3px 0px rgb(128 128 128 / 60%);
}

.cm-destacado-flag-hs3 {
    background-color: #000000;
    color: whitesmoke;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
    padding: 5px 0px;
    line-height: 10px;
    box-shadow: 1px 1px 3px 0px rgb(128 128 128 / 60%);
}

.cm-destacado-flag-hs2 {
    background-color: #005AA8;
    color: whitesmoke;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
    padding: 5px 0px;
    line-height: 10px;
    box-shadow: 1px 1px 3px 0px rgb(128 128 128 / 60%);
}

.cm-destacado-flag-hs {
    background: rgb(234, 51, 16);
    background: linear-gradient(145deg, rgba(234, 51, 16, 1) 0%, rgba(241, 125, 51, 1) 100%);
    color: whitesmoke;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
    padding: 5px 0px;
    line-height: 10px;
    box-shadow: 1px 1px 3px 0px rgb(128 128 128 / 60%);
}

.cm-destacado-flag-nocturna {
    color: whitesmoke;
    border-color: #10143785 !important;
    background-image: url(../img/2k20/fondo_pn.jpg);
    background-color: #0B0E23;
    background-size: 100%;
    text-shadow: 0 0 1px #fff, 0 0 2px #ff00aa, 0 0 4px #ff00aa, 0 0 8px #ff00aa;
    border-radius: 4px;
    box-shadow: 0 0 4px #fff, 0 0 5px #ff00aa;
}

.cm-destacado-flag-cuotas-full {
    background-color: #005AA8;
    color: white;
    /* border-color: #005AA8 !important; */
    border-color: #ffffff4a !important;
}

.cm-destacado-flag-preventa {
    background-color: #ffe800;
    color: #4c4c4c;
    border-color: #ffe800 !important;
}

.cm-destacado-flag-ingreso {
    background-color: #e0e0e0;
    color: #6c6c6c;
    border-color: #e0e0e0 !important;
}

.cm-destacado-flag-stockLimitado {
    background-color: rgb(255 222 27);
    color: #464646;
    border-color: rgb(255 222 27) !important;
    font-weight: bold;
}

.btn-easter {
    color: #fff;
    background-color: #EA879C;
    padding: 5px 40px;
    margin-top: 15px;
}

.btn-easter:hover {
    color: #fff;
    background-color: #D67088;
    border-color: #D9534F;
}

.cm-destacado-flag-ss2 {
    background-color: rgb(243 93 0);
    color: whitesmoke;
    border-color: rgb(243 93 0) !important;
    line-height: 11px;
}

.cm-destacado-flag-outlet {
    background-color: #f70214;
    color: #ffffff;
    border-color: #f70214 !important;
}

.cm-destacado-flag-retiro {
    background-color: white;
    color: #db001a;
    border-color: #db001a !important;
    font-weight: bold;
}

.cm-destacado-flag-cuotas-line {
    background-color: white;
    color: #005AA8;
    border-color: #005AA8 !important;
}

.cm-destacado-text-bold {
    display: inline-block;
    font-weight: 700;
    font-size: 11px;
    /* display: inline-block;
    font-weight: 700;
    font-size: 15px;*/
}

.cm-destacado-text-multi {
    font-size: 10px;
}

.cm-destacado-text-multi&gt;h1 {
    font-weight: 700;
    font-size: 10px;
    margin: 5px;
    color: #6c6c6c;
    font-family: inherit;
    border-bottom: solid 1px #6c6c6c;
}

.cm-destacado-text-multi&gt;h2 {
    font-size: 10px;
    margin: 5px;
}

.cm-destacado-text-thin {
    display: inline-block;
    font-size: 11px;
    margin-top: -5px;
    font-weight: 400;
    /*    display: inline-block;
    font-size: 14px;
    margin-top: -5px;
    font-weight: 400;*/
}

.cm-destacado-flag-stock {
    background-color: lightblue;
    font-size: 10px;
    font-weight: 700;
    font-family: 'Ubuntu';
    text-align: center;
    border: none;
}

.cm-destacado-flag-stock-alert {
    background-color: red;
    color: white;
    font-size: 10px;
    font-weight: 700;
    font-family: 'Ubuntu';
    text-align: center;
    border: none;
}

.cm-destacado-flag-stock-number {
    font-size: 22px;
}

.cm-m-counter {
    margin-top: 10px;
}

.cm-m-counterNumber {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

.cm-m-counterUnit {
    display: inline-block;
    padding: 0px 5px;
    margin: 0px 5px;
}

.cm-m-counterInterText {
    vertical-align: middle;
    font-size: 11px;
    font-weight: 300;
}

.cm-counterContainer {
    text-align: center;
    font-size: 20px;
    font-weight: 100;
}

.pn-counter-bg {
    background-image: url("../img/2k20/fondo_pn.jpg");
    background-color: #0B0E23;
    padding: 10px;
    background-position-y: center;
    background-size: 100%;
    font-family: 'Ubuntu';
    color: #fdfdfd;
    /* border-top: 2px solid #7b0000; */
    /* border-bottom: 2px solid #7b0000; */
    margin-bottom: 30px;
}

.hs-counter-bg {
    /* background-image: url("../img/hs/fondo_hs.jpg");
    background-position: top left;
    background-position-y: 0px;
    animation: mymove 30s ease-in-out infinite; */
    background-color: #FB5225;
    padding: 5px;
    background-size: 100%;
    font-family: 'Ubuntu';
    color: #fdfdfd;
    margin-bottom: 30px;
    background-size: auto;
}

.pf-counter-bg {
    background-position: top left;
    background-position-y: 0px;
    animation: mymove 30s ease-in-out infinite;
    background-color: #DE011B;
    padding: 5px;
    background-size: 100%;
    font-family: 'Ubuntu';
    color: #fdfdfd;
    margin-bottom: 30px;
    background-size: auto;
}

@keyframes mymove {
    50% {
        background-position-y: -150px;
    }
}

.nv-counter-bg {
    background-color: #d90000;
    padding: 10px;
    background-position-y: center;
    background-size: 100%;
    font-family: 'Ubuntu';
    color: #fdfdfd;
    /* border-top: 2px solid #7b0000; */
    /* border-bottom: 2px solid #7b0000; */
    margin-bottom: 30px;
}

.pn-counterTag {
    background: #ff00aa38;
    color: white;
    border: 2px solid white;
    border-radius: 5px;
    display: inline-block;
    padding: 4px 10px;
    color: white;
    font-weight: 700;
    margin: 0px 10px;
    font-size: 16px;
    vertical-align: initial;
    text-shadow: 0 0 1px #fff, 0 0 2px #ff00aa, 0 0 4px #ff00aa, 0 0 8px #ff00aa;
    box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #ff00aa, 0 0 16px #ff00aa;
}

.nv-counterTag {
    background: #004b13;
    color: white;
    display: inline-block;
    padding: 0px 10px;
    color: white;
    font-weight: 700;
    margin: 0px 10px;
    font-size: 16px;
    vertical-align: initial;
}

.cm-counter-bg {
    /* margin-bottom: -20px; */
    /* background-image: linear-gradient(35deg, rgba(44, 203, 246, 1) 0%, rgba(85, 128, 247, 1) 50%, rgba(122, 58, 248, 1) 100%); */
    background-color: #000000;
    padding: 10px;
    background-position-y: center;
    background-size: 100%;
    font-family: 'Ubuntu';
    color: whitesmoke;
}

.bf-counter-bg {
    background-image: url("../img/bf/triangulos.png");
    background-color: #f8f8f8;
    padding: 10px;
    background-position-y: center;
    background-size: 100%;
    font-family: 'Ubuntu';
}

.bf-listador-floater {
    position: absolute;
    left: -45px;
    top: -25px;
}

.bf-listador-floater-reg {
    position: absolute;
    left: -20px;
    top: -15px;
}

.cm-counterTag {
    /* background: -moz-linear-gradient(35deg, rgba(44,203,246,1) 0%, rgba(85,128,247,1) 50%, rgba(122,58,248,1) 100%);
    background: -webkit-linear-gradient(35deg, rgba(44,203,246,1) 0%, rgba(85,128,247,1) 50%, rgba(122,58,248,1) 100%);
    background: linear-gradient(35deg, rgba(44,203,246,1) 0%, rgba(85,128,247,1) 50%, rgba(122,58,248,1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a7d5', endColorstr='#4f36be', GradientType=1); */
    /* background: #ffffff3d; */
    backdrop-filter: blur(10px);
    display: inline-block;
    padding: 5px 15px;
    color: whitesmoke;
    font-weight: 700;
    margin: 0px 10px;
    font-size: 16px;
    vertical-align: initial;
}

.bf-counterTag {
    background: black;
    color: white;
    display: inline-block;
    padding: 0px 10px;
    color: white;
    font-weight: 700;
    margin: 0px 10px;
    font-size: 16px;
    vertical-align: initial;
}

.cm-counterTag-post {
    padding: 3px 10px 4px;
    font-size: 15px;
}

.cm-counterText {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
}

.cm-counterNumber {
    font-weight: 400;
    font-size: 20px;
    margin: 0px 5px 0px 5px;
    border-left: 1px solid #cecece;
    padding: 0px 0px 0px 10px;
    display: inline-block;
}

.cm-counterInterText {
    vertical-align: middle;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
}

.cm-counterInterText-mobile {
    vertical-align: middle;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin: -10px auto 5px;
    font-weight: 700;
}

.cm-counter {
    display: inline-block;
}

.pn-counter {
    display: inline-block;
    color: #fff;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #0ff, 0 0 16px #0ff;
    font-weight: bold;
}

.pn-m-counter {
    margin-top: 10px;
    color: #fff;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #0ff, 0 0 16px #0ff;
    font-weight: bold;
}

/**/

.nl-destacado-madre {
    width: 50px;
    height: 50px;
    background-color: #F00;
    position: absolute;
    right: -15px;
    top: -5px;
    z-index: 99;
    border-radius: 50%;
    border: white 3px solid !important;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(222, 222, 222, 1);
    -moz-box-shadow: 1px 1px 3px 1px rgba(222, 222, 222, 1);
    box-shadow: 1px 1px 3px 1px rgba(222, 222, 222, 1);
    background-image: url("../img/reglo_icon.png");
    background-size: 100%;
}

.nl-footer-banner {
    margin: 0px auto 10px;
}

.nl-ficha-promos {
    position: relative;
    border: 1px solid #3b53c5;
    border-radius: 0px 5px 5px 5px !important;
    padding: 0px 0px 5px;
}

.nl-ficha-promos-cw {
    position: relative;
    border: 1px solid black;
    border-radius: 0px 5px 5px 5px !important;
    padding: 0px 0px 5px;
}

.nl-ficha-promos-stock {
    position: relative;
    border: 1px solid #065D8C;
    border-radius: 0px 5px 5px 5px !important;
    padding: 0px 0px 5px;
}

.nl-ficha-promos-stock::after {
    content: "Â¡STOCK EXTRA CYBER!";
    position: absolute;
    top: -35px;
    font-size: 17px;
    padding: 5px 6px;
    border-radius: 5px 5px 0px 0px;
    left: -1px;
    color: white;
    text-align: left;
    background: #5e9ab9;
    background: -moz-linear-gradient(45deg, #5e9ab9 0%, #005989 98%) !important;
    background: -webkit-linear-gradient(45deg, #5e9ab9 0%, #005989 98%) !important;
    background: linear-gradient(45deg, #5e9ab9 0%, #005989 98%) !important;
}

.nl-ficha-promos-cw::after {
    content: "Â¡OFERTA BLACK FRIDAY!";
    position: absolute;
    top: -35px;
    font-size: 17px;
    padding: 5px 6px;
    border-radius: 5px 5px 0px 0px;
    left: -1px;
    color: white;
    text-align: left;
    background: black;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00a7d5', endColorstr='#4f36be', GradientType=1);
}

.nl-ficha-promos::after {
    content: "Â¡OFERTA CYBER MONDAY!";
    position: absolute;
    top: -35px;
    font-size: 17px;
    padding: 5px 6px;
    border-radius: 5px 5px 0px 0px;
    left: -1px;
    color: white;
    text-align: left;
    background: #00a7d5;
    background: -moz-linear-gradient(35deg, rgba(44, 203, 246, 1) 0%, rgba(85, 128, 247, 1) 50%, rgba(122, 58, 248, 1) 100%);
    background: -webkit-linear-gradient(35deg, rgba(44, 203, 246, 1) 0%, rgba(85, 128, 247, 1) 50%, rgba(122, 58, 248, 1) 100%);
    background: linear-gradient(35deg, rgba(44, 203, 246, 1) 0%, rgba(85, 128, 247, 1) 50%, rgba(122, 58, 248, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00a7d5', endColorstr='#4f36be', GradientType=1);
}

.nl-ficha-precios-cyber {
    color: white;
    background: #00a7d5 !important;
    background: -moz-linear-gradient(45deg, #00a7d5 0%, #4f36be 100%) !important;
    background: -webkit-linear-gradient(45deg, #00a7d5 0%, #4f36be 100%) !important;
    background: linear-gradient(45deg, #00a7d5 0%, #4f36be 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00a7d5', endColorstr='#4f36be', GradientType=1) !important;
    border-bottom: 1px solid white !important;
}

.nl-ficha-textContainer {
    margin: 10px 0px;
}

.nl-ficha-blurb {
    padding: 0px 5px 10px;
    border-radius: 5px;
    margin: 8px 0px;
    font-weight: bold;
    font-size: 12px;
    color: #7d7d7d;
}

.nl-ficha-fallas {
    padding: 5px 10px;
    border-radius: 5px;
    margin: 8px 0px;
    font-weight: bold;
    font-size: 12px;
    color: #7d7d7d;
    background-color: white;
}

.buscador-label-p {
    background-color: #414141;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 11px;
    margin: 0px 4px;
}

.nl-filters-control {
    border: thin solid #1b95ef;
    margin: 10px 0px;
    padding: 10px;
    border-radius: 5px;
    color: #1b95ef;
}

.buscador-label-out {
    background-color: #ebb029;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: 12px;
    vertical-align: middle;
    margin: 0px 3px;
    font-weight: bold;
    color: #454545;
}

.label {
    margin: 0px 2%;
    display: inline-block;
    font-weight: 300;
    font-family: visitor_tt2_brkregular;
    padding: 0px;
    width: 96%;
    font-size: 13px;
    color: #727272;
    border: 1px solid #d7d7d7;
}

.label-selected {
    background-color: #f0f0f0;
    color: #454545;
}

.nl-ficha-fpago-variantName-details {
    padding-top: 5px;
    text-align: left;
}

.nl-ficha-fpago-variantBlock-red {
    color: red;
}

.nl-ficha-fpago-variantBlock-pink {
    color: #fe0681;
}

.nl-ficha-fpago-variantBlock-bf {
    background-color: black;
    color: whitesmoke;
    margin-top: -5px;
    padding-top: 15px !important;
}

}

.nl-ficha-fpago-variantLink {
    margin: 8px 0px 0px !important;
    font-weight: bold;
}

.nl-ficha-fpago-variantLink a {
    color: #009DE4;
}

.nl-ficha-fpago-variantLink a:hover {
    text-decoration: none;
}

.nl-precios-boton {
    border-radius: 25px;
    display: inline-block;
}

.nl-precios-form {
    text-align: center;
    padding: 0px 0px 45px;
}

.nl-ficha-fpago-lista {
    padding: 5px 35px;
    font-size: 15px;
    border-top: thin solid lightgray;
    border-bottom: thin solid lightgray;
    display: table;
    margin: 20px auto 0px;
}

.nl-ficha-fpago-vermas {
    background-color: #009DE4;
    color: white;
    padding: 1px 4px 1px 5px;
    border-radius: 6px;
}

.fa-min {
    font-size: 7px;
}

.nl-ficha-fpago-variantName-superindex {
    background-color: red;
    color: white;
    font-weight: 400;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 4px;
    margin: 1px 0px 2px;
}

.nl-ficha-fpago-overPromo {
    background-color: red;
    color: white;
    font-weight: 100;
    font-size: 17px;
    border-radius: 4px;
    max-width: 450px;
    margin: 25px auto 0px;
    font-family: 'Ubuntu';
    text-align: center;
    padding: 5px;
}

.nl-ficha-fpago-overPromoPrecio {
    color: #ff0101;
    font-weight: 100;
    font-size: 16px;
    margin: 10px auto 0px;
    font-family: 'Ubuntu';
    text-align: center;
    padding: 5px;
    border-left: thin solid red;
    border-right: thin solid red;
    max-width: 275px;
}

.vo_textPrint {
    font-size: 12px;
    text-align: center;
    margin-left: -4px;
    line-height: 12px;
    vertical-align: middle;
    padding: 0px 10px;
}

.nl-ficha-fpago-tachado {
    text-decoration: line-through;
    color: grey;
    margin-left: 5px;
}

.nl-ficha-fpago-high {
    font-weight: 800;
}

.nl-ficha-fpago-variantName-details p {
    color: #757575;
    font-size: 10px;
    line-height: 10px;
    padding: 0px;
    margin: 0px;
}

.nl-ficha-fpago-block {
    min-height: inherit;
    border: thin solid #bfbfbf;
    margin: 30px 0px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

.nl-ficha-fpago-variantBlock {
    border-bottom: 0.5px solid #c3c3c3;
    margin-bottom: 5px;
    padding: 10px 10px;
}

.nl-ficha-fpago-variantBlock-superindex {
    padding: 0px 10px;
    border: none;
    margin: 0px 0px -15px;
}

.nl-ficha-fpago-variantName {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.nl-ficha-fpago-variantValue {
    width: 30%;
    display: inline-block;
    margin-left: -4px;
    vertical-align: top;
    text-align: right;
}

.nl-ficha-fpago-variantValue-strike {
    text-decoration: line-through;
}

.nl-ficha-fpago-header {
    border-radius: 5px;
}

.nl-ficha-fpago-titulo {
    background-color: whitesmoke;
    border-radius: 5px;
    margin: 10px 0px;
    padding: 5px;
    color: #717171;
}

.nl-mayoristas-formContainer {
    background-color: #fff;
    font-family: Ubuntu;
    margin: 40px 10px 30px;
}

.nl-mayoristas-form {
    margin: 0px 10px;
}

.nl-mayoristas-floaticon {
    padding: 3px 7px;
    background-color: #004376;
    position: absolute;
    left: -15px;
    top: -2px;
    border-radius: 20px;
    font-size: 20px;
}

.nl-mayoristas-boton {
    width: 70%;
    margin: 15px 15%;
    border-radius: 25px;
}

.nl-mayoristas-formBlurbContainer {
    margin: 10px 0px;
    border-bottom: thin #ccc solid;
    padding-bottom: 10px;
}

.nl-mayoristas-control-group {
    padding: 5px;
}

.nl-mayoristas-formTitle {
    background-color: #005FA2;
    color: white;
    padding: 5px 35px;
    position: relative;
}

.nl-mayoristas-formBlurb {
    font-size: 11px;
    padding: 3px 10px;
}

.nl-mayoristas-pic {
    position: relative;
    height: 500px;
}

.nl-mayoristas-pic-float {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: -1;
}

/*SERVICIOS*/

.nl-ficha-seccion {
    font-family: Ubuntu;
}

.nl-ficha-fullTitle {
    text-align: center;
    padding: 5px 0px 10px;
    font-weight: 100;
}

.nl-ficha-bg-blue {
    background-color: #1B4C8E;
    color: white;
}

.nl-ficha-bg-red {
    background-color: #FB0304;
    color: white;
}

.nl-ficha-fullTitle-main {
    font-weight: 400;
    font-size: 25px;
}

.nl-ficha-fullTitle-sub {
    font-size: 15px;
    margin-top: -2px;
}

.nl-ficha-servicio-icon-container {
    text-align: center;
}

.nl-ficha-servicio-icon {
    border-radius: 50%;
    max-width: 58px;
    display: inline-block;
}

.nl-ficha-servicio-titulo {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    border-bottom: #d2d2d2 thin solid;
    padding: 5px;
    margin: 0px 10px 10px;
    color: #1B4C8E;
}

.nl-ficha-servicio-blurb {
    text-align: center;
    margin: 10px 23px;
    font-size: 13px;
    line-height: 15px;
    color: #474747;
}

.nl-ficha-servicio-block {
    margin: 20px;
}

/**/

.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;
}

.nl-ficha-form-title {
    padding: 5px 10px;
    font-size: 20px;
    background-color: white;
    font-family: 'Ubuntu Condensed';
    margin: 5px 0px 5px;
    color: #005f9f;
    border-radius: 5px;
}

.nl-footer-marcas-bg {
    background-color: #F5F5F5;
    padding-top: 20px;
}

.nl-mobile-clearfix {
    /*background-color: aquamarine;*/
}

.lcf-main {
    margin: 20px auto;
}

.nl-ficha-precios {
    background-color: #fff;
    border-radius: 5px;
    font-family: 'Ubuntu Condensed';
    font-size: 17px;
    color: #000000;
    margin-top: 10px;
}

.hs-ficha-precios-box {
    background-image: url("../img/hs/fondo_hs.jpg");
}

.hs-ficha-precios-name {}

.hs-ficha-precios-name&gt;span {
    font-family: 'Archivo Black', sans-serif;
}

.es-ficha-envios-box {
    background-color: #F2E325 !important;
    color: black;
    text-align: center;
    padding: 10px;
    justify-content: center;
    border-radius: 0 0 5px 5px;
    font-size: 15px;
}

.es-ficha-precios-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    text-align: center;
    margin-bottom: 5px;
}

.es-ficha-precios-eggbox {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    margin-bottom: -20px;
    flex: 1;
}

.es-ficha-precios-egg {
    margin: -5px;
    width: 70px;
}

.es-ficha-precios-egg&gt;img {
    filter: drop-shadow(2px 2px 2px #00000038);
}

.nl-ficha-precios-box {
    padding: 0px 5px;
}

.section-precios-wsp {
    margin-bottom: 10px !important;
}

.nl-ficha-precios&gt;div:nth-child(even) {
    background: #f4f4f5;
    display: flex;
    justify-content: space-between;
    /* border-top: thin solid #ffffff60; */
}

.nl-ficha-precios-text {
    display: inline-block;
    /*width: 60%;*/
    vertical-align: middle;
    margin: 5px 0px;
}

.nl-ficha-precios-text2 {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 5px 0px;
}

.nl-ficha-precios-preventa {
    /* display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 5px 0px;
        background-color: #ffe800;
        color: #4c4c4c;
        border-color: #ffe800!important; */
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 5px 0px;
    background-color: #015f9d;
    color: whitesmoke;
    border-color: #015f9d !important;
    font-size: 17px;
    text-align: center;
}

.nl-ficha-precios-number {
    /*width: 40%;*/
    float: right;
    margin-left: -4px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.nl-ficha-precios-blue {
    color: #015F9D;
    display: flex;
    justify-content: space-between;
}

.cm-ficha-precios-blue {
    color: white;
    background: #00a7d5 !important;
    background: linear-gradient(90deg, rgba(0, 154, 213, 1) 0%, rgba(75, 90, 168, 1) 50%, rgba(101, 55, 149, 1) 100%) !important;
}

.nl-ficha-precios-red-outlet {
    background-color: #de001a !important;
    color: whitesmoke !important;
    border-top: thin solid whitesmoke;
    border-bottom: thin solid red;
    padding-bottom: 5px;
}

.nl-ficha-precios-red {
    background-color: #ffffff !important;
    color: red !important;
    border-top: thin solid red;
    border-bottom: thin solid red;
    padding-bottom: 5px;
}

.nl-ficha-precios-red20 {
    color: whitesmoke !important;
    background-color: red !important;
    border-top: thin solid red;
    border-bottom: thin solid red;
}

.bf-ficha-precios-red {
    padding: 0px 10px;
    color: white !important;
    background-color: #DF0109 !important;
    padding-bottom: 5px;
}

.nl-ficha-precios-blue-inverse {
    background-color: #015F9D !important;
    color: white;
}

.nl-ficha-precios-red {
    color: #C9302C;
}

.nl-ficha-form {
    background-color: #f4f4f5;
    padding: 10px;
    border-radius: 5px;
    margin:20px 0;
    box-shadow: 0px 0px 5px 1px #c1c1c1;
}

.nl-prensa-form {
    background-color: #f4f4f5;
    padding: 5px 0px;
    border-radius: 5px;
    margin: 0px;
}

/* bloque prensa ficha nueva */

div.main-prensa-container {
    display: flex;
    height: 150px;
    background-color: #f5f5f5;
    align-items: center;
    justify-content: space-between;
}

div.main-prensa-container .section-text-prensa {
    display: flex;
    width: 45%;
    height: 110px;
    margin-left: 15px;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Ubuntu';
}

div.main-prensa-container .section-text-prensa .text-top-prensa {
    font-size: 13px;
}

div.main-prensa-container .section-text-prensa .text-top-prensa span:nth-child(2) {
    margin-top: 4px;
    display: inline-block;
    color: #ffffff;
    background-color: #3d3d3d;
    padding: 2px 3px;
}

.main-prensa-container .img-prensa-drcha img {
    position: relative;
    width: 210px;
    right: 15px;
    bottom: 10px;
}

.text-anchor-prensa a.link-section-prensa {
    font-weight: 100;
    text-decoration: underline;
    color: #565656;
}

/* bloque prensa ficha nueva */

/* bloque garantia ficha nueva */

.main-garantia-container {
    display: flex;
    background-color: #000c27;
    color: #ffffff;
    height: 125px;
}

.main-garantia-container .section-text-garantia {
    width: 65%;
    margin: 5px 5px 5px 15px;
    display: inline-block;
    font-size: 12px;
    font-family: 'ubuntu';
    font-size: 12px;
}

.main-garantia-container .section-text-garantia div h4 {
    font-size: 15px;
}

.section-text-garantia .bullet-point {
    display: block;
}

.section-text-garantia .bullet-point::before {
    content: "\2022";
    margin-right: 2px;
}

.main-garantia-container .img-garantia-drcha {
    margin-right: 15px;
}

.main-garantia-container .img-garantia-drcha img {
    width: 120px;
}

/* bloque garantia ficha nueva */

.nl-ficha-wrapper {
    padding: 0px;
    margin: 30px 0px 70px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(156, 156, 156, 0.45);
    -moz-box-shadow: 0px 0px 13px 0px rgba(156, 156, 156, 0.45);
    box-shadow: 0px 0px 13px 0px rgba(156, 156, 156, 0.45);
}

.nl-ficha-galery-list&gt;li {
    display: inline-block;
    max-width: 20%;
    padding: 5px;
    margin: 0px;
}

.nl-border-cont {
    height: 42px;
    border-bottom: solid 2px #EAEAEA;
}

.nl-ficha-mainPic {
    margin: 10px 10px 0px 10px;
    background-color: white;
    position: relative;
    border-radius: 5px;
}

.nl-ficha-galery-list {
    background-color: #f4f4f5;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 0px;
    font-size: 0px;
}

.nl-ficha-panelDesc {
    background: #F4f4f5;
    padding: 2px;
    min-height: inherit;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nl-ficha-panelDesc a {}

.nl-ficha-panelDesc a:hover {
    text-decoration: none;
}

.nl-ficha-mainData {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
}

.nl-ficha-mainData&gt;div {
    width: 100%;
}

.nl-title-text {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: solid 1px #005F9F;
    padding: 5px 20px 5px 20px;
    background: #005F9F;
    float: left;
    color: #FFF;
    font-family: arial;
    margin-left: 15px;
    font-size: 27px;
    font-family: 'Ubuntu Condensed', sans-serif;
    margin-top: 0px;
}

.nl-title-bar {
    height: 42px;
    margin: 20px 0px 0px;
}

.nl-ficha-videoTitle {
    background: #F4f4f5;
    padding: 10px;
    border-radius: 5px;
}

.nl-ficha-galeryBox {
    border-radius: 5px;
    background-color: #f4f4f5;
    overflow: hidden;
}

.nl-ficha-bump {
    height: 20px;
}

.nl-ficha-precios-legales {
    font-size: 10px;
    margin-top: 0px;
    line-height: 15px;
}

.nl-ficha-precios-envio {
    color: #7d7d7d;
    padding: 5px 5px 0px;
    margin: 0px -5px 10px;
    border-top: thin solid #dedede;
    background-color: #f4f4f5;
}

.nl-ficha-precios-envioLegales {
    color: #565656;
    font-size: 10px;
    margin-top: 5px;
    padding: 0px 5px;
}

.nl-ficha-precios-comprar {
    position: absolute;
    bottom: 0px;
    width: 50%;
    left: 0;
    padding: 10px;
}

.nl-ficha-precios-vermas {
    font-size: 18px;
    text-align: left;
    padding: 0px 10px;
    line-height: 25px;
    border-radius: 5px;
    font-family: 'Ubuntu Condensed';
    margin: 25px 0px 50px;
    text-transform: uppercase;
    text-decoration: underline;
    color: grey;
}

.nl-ficha-precios-absolute {
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 10px 10px;
}

.nl-ficha-disclaimer-absolute {
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0px;
    color: #ABABAB;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 9px;
    height: 20px;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .nl-ficha-precios-absolute {
        /*position: initial;*/
    }
}

.nl-ficha-precios-vermas a {
    color: grey;
}

.nl-ficha-precios-vermas a:hover {}

.nl-ficha-btn {}

.nl-ficha-t1 {
    margin: 0px;
    margin: 0px 0px 0px 0px;
    font-family: arial;
    color: #ec1d25;
    text-transform: uppercase;
    background: #fff;
    padding: 10px 10px 0px 10px;
    font-family: 'Ubuntu Condensed';
    font-size: 30px;
}

.nl-ficha-subt,
.nl-ficha-subt2 {
    margin: 0px;
    font-family: arial;
    color: #005f9f;
    background: #fff;
    padding: 0px 10px 10px 10px;
    font-family: 'Ubuntu Condensed';
    font-size: 25px;
}

.nl-ficha-subt2 {
    padding: 5px 10px;
    font-size: 20px;
}

.nl-ficha-desc {
    padding: 0px 10px;
    color: #7D7D7D;
    font-size: 12px;
    line-height: 16px;
    overflow-y: auto;
}

.nl-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.23%;
    margin: 20px 0px;
}

.nl-video-ficha {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.border-scf {
    /*border: thin dotted blue;  */
    /* overflow: hidden; */
}

.border-scf-ficha {
    border: thin dotted blue;
    overflow: hidden;
}

.fa-footer-social {
    border: 2px white solid;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
    font-size: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.fa-footer-social:hover {
    color: #00375d;
    text-decoration: none;
}

.nl-footer-cace {
    max-height: 55px;
    /* border-left: #fff thin solid; */
    padding-left: 5px;
}

.nl-logosPago {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nl-logosPago&gt;div {
    max-width: 100px;
    border: thin solid #efefef;
    border-radius: 5px;
    margin: 2px;
    background-color: white;
}

.nl-logos {
    margin-bottom: 12px;
}

.nl-banner-inferior {
    margin-bottom: 10px;
}

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

/*FOOTER*/

.nl-footer-bg {
    background-color: #005FA2;
    color: white;
    padding: 15px 0 60px 0;
    font-family: Ubuntu;
}

.nl-footer-bg a {
    color: white;
}

.nl-footer-bg .icon-wsp a {
    color: #005fa2 !important;
}

.nl-footer-bg a:hover {
    color: #00375d;
    text-decoration: none;
}

.nl-footer-legal {
    background-color: #00558f;
    text-align: center;
    padding: 10px;
}

.nl-legales {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.nl-legales-afip {
    max-height: 40px;
}

.nl-footer-text {
    font-size: 12px;
    margin: 5px 0px;
    padding-left: 5px;
}

.nl-footer-numero {
    font-size: 12px;
    padding-left: 25px;
    font-weight: bold;
    margin-top: -5px;
    margin-bottom: 10px;
}

.nl-footer-cols {
    margin-bottom: 10px;
}

.nl-footer-linkBtn {
    display: inline-block;
    width: 49%;
    font-size: 12px;
    padding: 5px 13px;
    border-radius: 5px;
}

.nl-fa-footer {
    margin-right: 5px;
}

.nl-footer-input {
    padding: 5px 80px 5px 5px;
}

.nl-footer-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 2px 15px;
    background-color: #005fa2;
}

.nl-footer-form {
    position: relative;
}

.nl-footer-consultanos {
    font-size: 18px;
    background-color: white;
    color: #005fa2;
    text-align: center;
    padding: 12px;
    border-radius: 4px;
    margin: 5px 0px;
}

.nl-footer-arrepentimiento {
    background-color: #005fa2;
    color: whitesmoke;
    text-align: center;
    margin: 0 0 12px 0;
    border: thin solid whitesmoke;
    padding: 12px;
    border-radius: 0px;
}

.nl-footer-arrepentimiento a:hover {
    color: whitesmoke !important;
}

.nl-footer-consultanos&gt;a {
    color: #005FA2;
}

.nl-footer-consultanos&gt;a:hover {
    color: #00375d;
    text-decoration: none;
}

.nl-footer-title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    margin-top: 20px;
}

.nl-footer-socials {
    padding: 0px;
    margin-top: 10px;
}

.nl-footer-socials&gt;li {
    display: inline-block;
    margin-right: 0px;
    vertical-align: middle;
}

.nl-footer-divider {
    border-bottom: 2px white solid;
    margin: 10px 0px;
}

.nl-footer-socials&gt;li&gt;a {
    color: white;
}

.nl-footer-socials&gt;li&gt;a:hover {
    color: #00375d;
}

.nl-footer-socials-consulta&gt;li&gt;a {
    color: red;
    display: inline-block;
}

div.social-links-consulta ul.nl-footer-socials-consulta {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.nl-footer-title-logo {
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-left: 5px;
}

/* Estilos para el footer mÃ³vil */
.nl-footer-bg-mobile {
    display: block;
    /* AsegÃºrate de que el footer mÃ³vil se muestre por defecto */
}

/* Estilos para el footer de escritorio */
.nl-footer-bg-desktop {
    display: none;
    /* AsegÃºrate de que el footer de escritorio estÃ© oculto por defecto */
}

/* Media query para resoluciones menores a 992px */
@media only screen and (max-width: 992px) {
    .nl-footer-bg-mobile {
        display: block;
        /* Muestra el footer mÃ³vil */
    }

    .nl-footer-bg-desktop {
        display: none;
        /* Oculta el footer de escritorio */
    }
}

/* Media query para resoluciones mayores a 992px */
@media only screen and (min-width: 992px) {
    .nl-footer-bg-mobile {
        display: none;
        /* Oculta el footer mÃ³vil */
    }

    .nl-footer-bg-desktop {
        display: block;
        /* Muestra el footer de escritorio */
    }
}

/*FOOTER*/

/*HEADER*/

.nl-sucursales-bar {
    text-align: center;
    font-size: 20px;
    font-family: Ubuntu;
    padding: 10px;
    color: #166FA7;
}

.nl-overlay-dimmer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 101;
}

.nl-sucursales-sidebar {
    width: 300px;
    height: 84vh;
    background-color: white;
    position: absolute;
    top: 20px;
    z-index: 102;
    border-radius: 0px 5px 5px 0px;
    padding: 0px;
}

.nls-on {
    left: -0px;
    transition: left 0.25s linear;
}

.nls-off {
    left: -300px;
    transition: left 0.25s linear;
}

.nl-mobileHeader {
    background-color: #f9f9f9;
}

.nl-mobileHeader-button {
    background-color: #f9f9f9;
    color: #166FA7;
    border: none;
    font-size: 25px;
    display: inline-block;
}

.nl-mobileHeader-button:hover {
    background-color: #f9f9f9;
    color: black;
    border-color: black;
}

.nl-mobileHeader-search {
    width: 20%;
    padding: 0px 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-left: -4px;
    display: none;
}

.nl-mobileHeader-logo {
    width: 60%;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
}

.nl-mobileHeader-btn {
    width: 20%;
    padding: 0px 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: -4px;
}

.nl-mobileMenu-nav {
    padding: 20px 0px 0px;
    font-family: Ubuntu;
    border-top: 1px solid #e0e0e0;
}

.nl-mobileMenu-nav&gt;a:hover,
a:focus {
    text-decoration: none;
}

.nl-mobileMenu-nav&gt;a&gt;li {
    color: #353535;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 5px 35px;
}

.nl-mobileMenu-nav&gt;a&gt;.nl-mobileMenu-nav-a {}

.nl-mobileMenu-nav&gt;li&gt;.nl-mobileMenu-nav-red {
    color: red;
}

.nl-mobileMenu-nav&gt;li&gt;.nl-mobileMenu-nav-divider {
    border-bottom: black thin solid;
    margin: 5px 20px 15px;
}

.nl-mobileMenu-nav&gt;li&gt;a:hover {
    text-decoration: none;
    background-color: #eaeaea;
}

.nl-locales-list {
    display: flex;
    padding: 0px;
    /* margin: 0px 50px; */
    font-family: Ubuntu;
    /* font-size: 0px; */
    list-style: none;
}

.nl-locales-list&gt;li {
    /*margin-right: 15px;
    width: 25%;
    display: inline-block;
    vertical-align: top;*/
}

.nl-locales-box-datos&gt;ul&gt;li {
    font-weight: bold;
    margin: 0px;
}

.nl-locales-box {
    border: #015F9D 1px solid;
    /*width: 70%;
    z-index: 99;
    display: inline-block;
    vertical-align: top;
    min-height: 108px;*/
}

.nl-locales-picturebox {
    /*background-color: pink;*/
    display: flex;
    margin: 15px auto;
}

.nl-locales-localPicture {
    /*display: inline-block;
    vertical-align: top;
    width: 28%;
    max-height: 108px;    
    overflow: hidden;*/
}

.nl-locales-localPicture img {
    max-width: 66px;
}

.nl-locales-box-header {
    background-color: #015F9D;
    color: white;
    padding: 5px 10px 3px;
    font-weight: 700;
    font-size: 12px;
}

.nl-locales-box-datos {
    width: 165px;
    font-size: 11px;
    padding: 2px 5px;
    line-height: 15px;
}

.nl-locales-horarios {
    margin-top: 1px;
    line-height: 14px;
}

.nl-fijas-list {
    display: flex;
    padding: 0px;
    margin: 10px 0px 0px;
    list-style: none;
}

.nl-fijas-list&gt;li&gt;a {
    display: inline-block;
    color: #454545;
    padding: 0px 10px 0px 0px;
    font-size: 12px;
    margin: 0px 0px 0px -4px;
}

.nl-fijas-list&gt;li:not(:first-child)&gt;a {
    border-left: thin #d1d1d1 solid;
}

.nl-fijas-icon {
    margin: 0px 15px 0px 0px;
}

.nl-fijas-icon-lg {
    margin: 0px 5px 0px 5px;
}

@media screen and (max-width:1199px) {
    .nl-locales-box-header {
        font-size: 10px;
    }

    .nl-locales-box-datos {
        font-size: 8px;
    }

    .nl-locales-horarios {
        margin-top: -1px;
    }

    #logo-header {
        padding-top: 32px;
    }

    .nl-fijas-list&gt;li&gt;a {
        font-size: 10px;
    }

    .nl-contacto-dest-titulo {
        font-size: 10px !important;
    }

    .nl-contacto-dest-telefonos {
        font-size: 10px !important;
    }
}

.nl-contacto-dest {
    background-color: #F0F0F0;
    /* height: 39px;
    display: block;
    width: 48%; */
    padding: 0px;
    float: left;
    margin: 0px 2% 0px 0px;
    position: relative;
    font-family: Ubuntu;
}

.nl-contacto-dest-logo {
    position: absolute;
    height: 39px;
    width: 40px;
    text-align: center;
    padding: 2px 0px;
}

.nl-contacto-dest-titulo {
    margin-left: 40px;
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
    color: #015F9E;
}

.nl-contacto-dest-telefonos {
    font-size: 11px;
    margin-left: 40px;
    font-weight: bold;
    color: #666666;
}

.nl-bannerLayer-bg {
    background-size: contain;
}

.nl-bannerLayer-content {}

.nl-bannerLayer-detail {
    text-align: center;
    position: relative;
}

.nl-bannerLayer-cover {
    background-size: 100% 100%;
}

.nl-bannerLayer-contain {
    background-size: contain;
}

.nl-bannerLayer-absolute {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.nl-bannerLayer-repeat-y {
    background-size: contain;
    background-repeat: repeat-x;
}

.nl-banerLayer-legales {
    width: 100%;
    font-size: 8px;
    height: 20px;
    line-height: 9px;
    text-align: center;
}

.nl-banerLayer-bump {
    height: 20px;
}

.nl-sidebar-wrapper {
    position: relative;
    font-family: Ubuntu;
    text-align: left;
    color: #585858;
    font-size: 12px;
    overflow: hidden;
}

.nl-sidebar-close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    color: #bdbdbd;
}

.nl-sidebar-titulo {
    width: 200px;
    margin: 20px 50px 5px;
    border-left: thin #585858 solid;
    padding: 2px 5px;
    font-size: 16px;
    font-weight: 100;
}

.nl-sidebar-localesBlock {
    margin: 10px 0px;
    overflow: hidden;
}

.nl-sidebar-lb-nombre {
    background-color: #015F9D;
    width: 250px;
    padding: 3px 0px 5px 50px;
    color: white;
    border-radius: 0px 5px 5px 0px;
}

.nl-sidebar-lb-data {
    margin-left: 50px;
}

.nl-sidebar-data-direccion {
    padding: 5px 0px;
    font-size: 12px;
}

.nl-sidebar-data-horarios {
    /* font-weight: 700; */
    line-height: 15px;
    font-size: 12px;
    padding: 0px 5px 0px 0px;
}

.nl-sidebar-data-divider {
    border-bottom: thin #9b9b9b solid;
    margin: 10px 60px 10px 0px;
}

.nl-sidebar-data-botones {
    width: 190px;
    margin-bottom: 5px;
}

.nl-sidebar-blockScroll {
    height: 71vh;
    overflow: scroll;
    background-color: #f3f3f3;
    width: 275px;
}

.nl-sidebar-data-wsp {
    background-color: #25A02C;
    width: 48%;
    color: white;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    padding: 5px;
    margin-right: 4%;
}

.nl-sidebar-data-mail {
    background-color: rgb(37, 80, 160);
    width: 48%;
    color: white;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    padding: 5px;
    margin-right: 4%;
}

.nl-sidebar-data-telefono {
    background-color: #505050;
    width: 48%;
    color: white;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    padding: 5px;
    margin-left: -3px;
}

.nl-outlet-data-wsp {
    width: 50%;
    text-align: center;
    display: inline-block;
    padding: 5px;
}

.nl-outlet-data-wspFicha {
    width: 50%;
    text-align: center;
    display: inline-block;
    padding: 5px;
}

.nl-outlet-data-telefono {
    width: 50%;
    color: white;
    text-align: center;
    display: inline-block;
    margin-left: -5px;
}

.nl-outlet-data-telefono2 {
    width: 50%;
    color: white;
    text-align: center;
    display: inline-block;
    /* margin-left: -5px; */
    background-color: #25A02C;
}

.nl-outlet-data-telefono-full {
    width: 100%;
    color: white;
    text-align: center;
    display: inline-block;
    padding: 5px;
}

.nl-outlet-data-telefono-horarios {
    width: 100%;
    color: white;
    text-align: center;
    display: inline-block;
    padding: 5px;
}

.nl-outlet-btn-telefonoFicha {
    background-color: #505050;
    color: white;
    padding: 5px;
    font-size: 15px;
    margin-top: 5px;
}

.nl-outlet-btn-telefono {
    background-color: #505050;
    color: white;
    padding: 5px;
    font-size: 15px;
}

.nl-outlet-btn-telefono2 {
    background-color: #505050;
    color: white;
    padding: 5px;
    font-size: 15px;
}

.nl-outlet-btn-horarios {
    background-color: #dedede;
    color: #565656;
    padding: 5px;
    font-size: 12px;
    margin-top: -5px;
}

.nl-outlet-btn-wspFicha {
    background-color: #25A02C;
    color: white;
    padding: 5px;
    font-size: 15px;
}

.nl-outlet-btn-wsp {
    background-color: #25A02C;
    color: white;
    padding: 5px;
    font-size: 15px;
}

.nl-outlet-btn-wsp2 {
    background-color: #25A02C;
    color: white;
    padding: 5px;
    font-size: 15px;
}

/*HEADER*/

/*SLIDER*/

.nl-faux-banner {}

.nl-carrousel-indicators {
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: 15;
    width: 100%;
    padding: 0px 5px;
    text-align: right;
    list-style: none;
    margin-left: -10px;
    height: 20px;
}

.nl-carrousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: white;
    border: thin solid #ababab80;
}

.nl-carrousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #015F9D;
}

.nl-bg-pink {
    background-color: #E93FE9;
}

.nl-bg-red {
    background-color: #DF0707;
}

.nl-bg-yellow {
    background-color: #FFD42A;
}

.nl-bg-black {
    background-color: #2D2D2D;
}

.nl-bg-blue {
    background-color: #2A55FF;
}

/*SLIDER*/

/*NAV*/

.nl-title-nav {
    margin: 0px;
    padding: 0px;
    font-family: Ubuntu;
    border-top: 1px solid #e0e0e0;
}

.nl-title-nav&gt;a:hover,
a:focus {
    text-decoration: none;
}

.nl-title-nav&gt;a&gt;li {
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
    color: #353535;
    text-align: center;
    text-transform: uppercase;
}

.nl-title-nav&gt;a&gt;li:hover {
    text-decoration: none;
    background-color: #eaeaea;
}

.nl-mobile-title {
    background-color: #166FA7;
    overflow: hidden;
    color: white;
    text-align: center;
    cursor: pointer;
}

.nl-mobile-title-container {
    margin: 0px 0px 5px;
}

.nl-mobile-title-text {
    padding: 0px 10px;
    left: -4px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    vertical-align: middle;
    border-right: thin solid white;
    line-height: 20px;
}

.nl-mobile-title-caret {
    padding: 4px 6px;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.3s;
}

.flip {
    transform: rotate(180deg);
}

.nl-nav-zone {
    background-color: #015F9D;
    font-family: Ubuntu;
}

.nl-nav-menu {
    padding: 5px;
    margin: 0px;
}

.nl-nav-menu-y {
    text-align: center;
}

.nl-nav-menu li {
    display: inline-block;
    color: white;
    padding: 0px 8px;
    font-size: 12px;
    margin: 0px 10px 0px 10px;
    vertical-align: middle;
}

.nl-nav-menu li:hover {
    background-color: #C9302C;
}

.nl-nav-menu li.selected {
    background-color: #C9302C;
}

.nl-nav-menu-dropdown a {
    color: white;
    text-decoration: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.nl-nav-menu&gt;a:not(:first-child) {
    border-left: thin white solid;
}

.nl-nav-menu-dropdown-dm li {
    display: block;
}

nl-nav-menu-dropdown {}

.nl-inlineSearch {
    margin-top: 10px;
    width: 250px;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    position: absolute;
    right: 15px;
}

.nl-form-buscador {}

.nl-form-buscador-addon {}

/*NAV*/

a,
a:active,
a:focus {
    outline: none;
}

.nl-consulta-rapida {
    color: #fff;
    background: #015F9E;
    padding: 5px 15px;
    border-radius: 5px;
}

#sidebar h3 {
    font-family: 'Ubuntu Condensed', sans-serif;
}

#sidebar h4 {
    font-family: 'Ubuntu Condensed', sans-serif;
}

.nl-sidebar-box {
    margin: 10px 0px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 10px;
}

.form-group-btn {
    overflow: hidden;
}

/* .lcf-container-ficha {
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

/* 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 ) {
    /* .lcf-container {
        width: 1170px !important;
    } */
    .shipping-container {
        font-size: 11px;
    }
}

@media screen and (min-width: 1280px) {   

    .lcf-container {
        width: 1530px !important;
    }

    .lcf-container-ficha {
        width: 1170px !important;
    }

    .box-product {
        width: 30vw;
        margin: 0 10px;
    }

    div.main-prensa-container .section-text-prensa .text-top-prensa {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .text-anchor-prensa a.link-section-prensa {
        font-size: 15px;
    }
    .main-garantia-container .section-text-garantia div h4 {
        font-size: 18px;
    }
    .section-text-garantia div span.bullet-point {
        font-size: 15px;
    }

    .shipping-container .shipping-sect-express, .shipping-container .shipping-sect-free {
        font-size: 12px;
    }
}

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

/* FIN BOX DE CADA EQUIPO */

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

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

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

.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 div {
    border-color: #d7d7d7;
} */

/* .nl-box-link&gt;div {
    width: 100%;
    background-color: pink;
} */

.medalla-destacada {
    position: absolute;
}

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

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

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

.medalla-destacada img.img-medalla-dest {    
    max-width: 90px;
    box-shadow: 0 0px 8px 4px #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%;
}

.mini-imges-gallery {
    padding-left: 8px;
}

.ui-row-cardFicha__image-container {
    border-radius: 4px;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 17vw;
}

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

.ui-row-cardMainPic__image-container {
    border-radius: 4px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 55.5vw;
}

.ui-row-cardMainPic__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-boxFicha-img-marca {
    position: absolute;
    top: 5px;
    left: 5px;
    /*  */
    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: 100%;
    object-fit: contain;
    /* width: auto; */
}

.nl-sidebar-promo {
    border-radius: 5px;
    margin-bottom: 25px;
}

.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: "VÃ¡lido 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&gt;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 {
    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: 40px;
    background-color: #0D3E5ECC;
    width: 100%;
    left: 0px;
    color: white;
    padding-top: 5px;
    font-size: 13px;
    */
    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 {
    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;
}

.nl-pre {
    max-height: 300px;
    overflow: scroll;
}

.lcf-container {
    position: relative;
}

.lcf-container-ficha {
    position: relative;
}

.lcf-container-hs {
    position: relative;
}

.input-sm {
    height: 20px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.nl-input-group-addon {
    padding: 3px 8px;
    font-size: 10px;
    border-color: #ffffffa1;
    background-color: #015f9d;
    color: white;
}

/* Extra small devices (portrait phones, less than 576px) */

/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */

.carousel-indicators {
    display: none;
}

/*HOTSALE*/

.hs-destacado-bubble {
    border: thin solid;
    position: absolute;
    top: -10px;
    right: -19px;
    background-color: white;
    z-index: 99;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
}

.hs-destacado-flag-cuotas-full {
    background-color: #ff511e;
    color: white;
    border: none !important;
}

.hs-destacado-flag-outlet {
    background-color: #f70214;
    color: #ffffff;
    border: none !important;
}

.hs-box-datos-precio-percent-high {
    background-color: #FF6318;
    color: white !important;
    border: none !important;
}

.hs-ficha-precios-hotsale {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 5px 0px;
    background-color: #fd5225;
    color: #ffffff;
    border-color: #fd5225 !important;
}

.hs-ficha-precios-orange {
    color: #ff0006;
}

.hs-ficha-fpago-overPromoPrecio {
    color: #fd5225;
    font-weight: 100;
    font-size: 16px;
    margin: 10px auto 0px;
    font-family: 'Ubuntu';
    text-align: center;
    padding: 5px;
    border-left: thin solid #fd5225;
    border-right: thin solid #fd5225;
    max-width: 275px;
}

.hs-ficha-fpago-overPromo {
    background-color: #fd5225;
    color: white;
    font-weight: 100;
    font-size: 17px;
    border-radius: 4px;
    max-width: 450px;
    margin: 25px auto 0px;
    font-family: 'Ubuntu';
    text-align: center;
    padding: 5px;
}

.hs-btn-danger {
    color: #FFF;
    background-color: #fd5225;
    border-color: #fd5225;
}

.hs-btn-danger:hover {
    color: #FFF;
    background-color: #fd5225;
    border-color: #fd5225;
}

.eh-btn-danger {
    color: #FFF;
    opacity: 0.9;
}

.eh-btn-danger:hover {
    color: #FFF;
    background: rgba(0, 0, 0, 1);
    border-color: #000000;
}

.hs-ficha-fpago-variantName-superindex {
    background-color: #fd5225;
    color: white;
    font-weight: 400;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 4px;
    margin: 1px 0px 2px;
}

.hs-ficha-fpago-variantBlock-red {
    color: #fd5225;
}

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

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

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

.hs-ficha-precios-text {
    display: inline-block;
    color: #ff0005;
    border: solid thin #ff0006 !important;
    padding: 2px 5px 2px;
    vertical-align: middle;
    margin: 0px 4px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.hs-ficha-precios-text-high {
    display: inline-block;
    color: #ffffff;
    background-color: #FF511E;
    border: solid thin #FF511E !important;
    padding: 2px 5px 2px;
    vertical-align: middle;
    margin: 0px 4px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.hs-ficha-banner {
    background-color: #000000;
    color: white;
    border-radius: 5px;
    margin: 0px -3px 20px;
    font-weight: 500;
    font-family: Ubuntu Condensed;
    text-align: center;
    font-size: 17px;
    padding-top: 30px;
}

.hs-ficha-logo {
    max-width: 110px;
    margin: 0px 0px -55px
}

.hs-box-masinfo {
    background-color: #ffffff;
    z-index: 100;
    padding: 2px 10px;
    font-size: 10px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(90deg, #ff0000 0%, rgb(255, 0, 0) 100%);
    border: thin solid rgb(255, 0, 0) !important;
}

.hs-f-imgcontainer {
    background-color: #FF511E;
    border-radius: 5px 0px 5px 5px;
    padding: 15px 0px;
    text-align: left;
}

.hs-f-save-btn {
    background-color: #FF511E;
    border-radius: 5px 5px 0px 0px;
}

.hs-f-header {
    background-color: #ff511e;
    padding: 15px 50px;
    text-align: center;
}

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

/*HOTSALE*/

/*EXTRA HOT*/

.eh-slider-timerbox {
    font-family: Ubuntu;
    font-size: 14px;
    color: white;
    background: rgb(255, 76, 14);
    background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 0, 0) 100%);
    text-align: center;
    padding: 5px;
}

.eh-offerNumber {
    display: inline-block;
}

.eh-contador {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
}

.eh-contador-text {
    display: inline-block;
    margin: 0px 10px;
    font-weight: 700;
    vertical-align: middle;
}

.eh-contador-label {
    display: inline-block;
    background-color: white;
    color: #ff0000;
    font-weight: 700;
    padding: 0px 10px;
    vertical-align: middle;
}

/*EXTRA HOT*/

/*FICHA SQUARE*/

.fs-ficha-galeryBox {
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}

.fs-title-float {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: peachpuff;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    width: 50%;
}

.fs-ficha-mainPic {
    background-color: white;
    border-radius: 5px;
}

.fs-ficha-subt {
    color: #005f9f;
    font-family: 'Ubuntu Condensed';
    font-size: 20px;
    margin: 0px;
}

.fs-ficha-t1 {
    color: #ec1d25;
    text-transform: uppercase;
    font-family: 'Ubuntu Condensed';
    font-size: 25px;
    margin: 0px;
}

.fs-price-float {
    position: absolute;
    bottom: 25px;
    right: 0px;
    width: 100%;
}

.fs-legal-float {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
}

.fs-preciosLegales {
    font-size: 11px;
    background-color: #cecece;
    color: #6b6b6b;
    padding: 3px;
    text-align: center;
    height: 20px;
}

.blue-preciosLegales {
    background-color: #015F9D;
    color: whitesmoke !important;
    font-size: 11px;
    padding: 3px;
    text-align: center;
    height: 20px;
}

.cm-preciosLegales {
    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;
    font-size: 11px;
    padding: 3px;
    text-align: center;
    height: 20px;
}

.b20-highBlue {
    display: inline-block;
    /* margin-top: 8px; */
    color: #005FA2;
    /* padding: 3px 5px; */
    /* background-color: #ff0000; */
    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;
}

.fs-ficha-precios {
    background-color: #fff;
    border-radius: 5px;
    font-family: 'Ubuntu Condensed';
    font-size: 15px;
}

.cs-table-prices-fixedWidth {
    width: 200px;
}

.cs-table-prices&gt;tbody&gt;tr&gt;td {
    padding: 5px 8px;
}

.cs-form-blurb {
    font-size: 12px;
    line-height: 13px;
    margin: 15px 0px 30px;
    color: #565656;
}

.cs-productData-installments-legal {
    font-size: 12px;
    line-height: 12px;
    margin: 10px 5px;
    color: #4a4a4a;
}

.cs-ficha-valid {
    width: 100%;
    background-color: #d7050e;
    color: whitesmoke;
    font-family: Ubuntu Condensed;
    text-align: center;
    max-width: 600px;
    margin: 15px auto;
    font-size: 20px;
}

.cs-ficha-blurb {
    text-align: center;
    font-family: Ubuntu Condensed;
    font-size: 19px;
    width: 100%;
    max-width: 650px;
    margin: 10px auto;
    color: #0260aa;
}

.cs-ficha-tag {
    background-color: #0260aa;
    color: whitesmoke;
    text-align: center;
    font-family: Ubuntu Condensed;
    font-size: 24px;
    padding: 10px 5px;
    margin: 20px 0px;
}

.cs-paymentInfo {
    background-color: #dedede;
}

.cs-contentBlock {
    border: thin solid grey;
    margin: 30px 0px;
}

.cs-details-total {
    font-weight: bold;
    border-top: solid 2px #6f6f6f;
    border-bottom: none;
}

.cs-details-subtotal {
    font-weight: bold;
    background-color: #efefef;
}

.cs-productData-grid {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0px;
    padding: 15px;
}

.cs-ficha-datosTitle {
    text-align: center;
    background-color: grey;
    color: whitesmoke;
    padding: 5px;
    font-size: 20px;
    font-weight: 600;
    font-family: Ubuntu;
}

.cs-productData-grid-pic {
    position: relative;
    max-width: 360px;
}

.cs-productData-grid-text {
    width: 100%;
}

.cs-productData-grid-textContainer {
    /* border: thin dotted hotpink; */
}

.cs-ficha-fullTitle-main {
    text-align: center;
}

.cs-ficha-fullTitle-dash {
    font-weight: 400;
    font-size: 27px;
    font-family: Ubuntu Condensed;
    display: inline-block;
}

.cs-ficha-fullTitle-name {
    font-weight: 400;
    font-size: 25px;
    font-family: Ubuntu Condensed;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin-top: -5px;
}

.cs-productData-instalments {
    background-color: #ec1d25;
    color: whitesmoke;
    font-size: 16px;
    font-family: Ubuntu Condensed;
    text-transform: uppercase;
}

.cs-ficha-fullTitle-sub {
    margin-top: -5px;
    font-weight: 100;
    font-size: 18px;
    padding: 0px 25px;
    line-height: 19px;
    text-align: center;
}

.cs-userData {
    border: thin solid #b7b7b736;
    margin: 20px 0px 10px;
    background-color: #d4d4d442;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
    font-family: Ubuntu;
}

.cs-userData-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 5px;
}

.cs-productData-grid-pic-img {}

/*FICHA SQUARE*/

@media (min-width: 576px) {
    .lcf-container {
        margin: 0px;
    }
    .lcf-container-ficha {
        margin: 0px;
    }

    .lcf-container-hs {
        margin: 0px;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .es-destacado-listador {
        right: -23px;
    }

    .es-ficha-precios-eggbox {
        justify-content: flex-end;
    }

    .es-ficha-precios-box {
        flex-direction: row;
    }

    .es-ficha-precios-name {
        width: 100%;
        margin-bottom: 0px;
    }

    .b20-stock-boxEffect-sp {
        margin: 0px !important;
    }

    .cs-ficha-fullTitle-name {
        font-weight: 400;
        font-size: 27px;
        font-family: Ubuntu Condensed;
        text-transform: uppercase;
        display: inline-block;
        width: inherit;
    }

    .hs-ficha-banner {
        padding: 3px 10px;
        font-size: 19px;
    }

    .sh-high-itembox {
        font-size: 0px;
        border-bottom: none;
        height: inherit;
        padding-top: 15px;
    }

    .sh-high-itemicon {
        height: 100%;
        width: 20%;
        display: inline-block;
        vertical-align: middle;
    }

    .sh-high-itemtext {
        display: inline-block;
        width: 75%;
        height: 100%;
        font-size: 13px;
        font-weight: bold;
        padding: 1px 10px;
        text-align: left;
        vertical-align: middle;
    }

    .sh-high-badge {
        max-height: 60px;
    }

    .sh-nav-bar {
        background: #f9f9f9;
        padding: 10px;
        text-align: center;
    }

    .lcf-container {
        width: 768px;
        margin: auto;
    }

    .lcf-container-ficha {
        width: 768px;
        margin: auto;
    }

    .lcf-container-hs {
        width: 768px;
        margin: auto;
    }

    .nl-banner-inf-block {
        width: 50%;
        display: inline-block;
        margin-left: -4px;
    }

    .nl-banner-inferior {
        margin-left: 4px;
    }

    .nl-ficha-precios {
        font-size: 18px;
    }

    .nl-ficha-precios-envioLegales {
        font-size: 11px;
    }

    .nl-ficha-precios-legales {
        font-size: 15px;
    }

    .nl-ficha-mainData {
        flex-direction: row;
    }

    .nl-ficha-mainData&gt;div {
        width: calc(50% - 10px);
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {




    .counterFlex {
        flex-direction: row;
    }

    .form-control-co {
        margin-top: 0px;
    }

    .cs-productData-grid {
        flex-direction: row;
        margin: 0px 0px 0px;
    }

    .cs-productData-grid-pic {
        margin-right: 15px;
    }

    .sh-mobileContentWrap {
        margin: 0px;
        border: thin dashed orange;
    }

    .sh-stepsContainer {
        display: flex;
        flex-direction: row;
    }

    .sh-step {
        border: thin solid #d7d7d7;
        width: 100%;
        display: flex;
    }

    .sh-step-arrow {
        border-right: none;
        position: relative;
    }

    .sh-step-arrow::after {
        position: absolute;
        z-index: 2;
        content: '';
        top: 50%;
        right: -1px;
        left: inherit;
        border: medium none;
        background-color: white;
        width: 10px;
        height: 10px;
        border-style: solid;
        border-color: #d7d7d7;
        border-width: 0 1px 1px 0;
        transform: translateY(-50%) translateX(50%) rotate(-45deg);
    }

    .eh-destacado-listador {
        width: 85px;
        position: absolute;
        right: -25px;
        top: 20px;
        z-index: 99;
    }

    .nl-ficha-fpago-block {
        min-height: 335px;
    }

    .lcf-container {
        width: 962px;
        margin: auto;
    }

    .lcf-container-ficha {
        width: 962px;
        margin: auto;
    }

    .lcf-container-hs {
        width: 962px;
        margin: auto;
    }

    .nl-banerLayer-legales {
        font-size: 9px;
        line-height: 19px;
    }

    .carousel-indicators {
        display: inherit;
    }
}

section.productosPromoHome {
    background: linear-gradient(180deg, #015f9d 0px, rgb(255 255 255) 500px, rgba(255, 255, 255, 1) 500px, rgba(255, 255, 255, 1) 100%);
    padding-top: 20px;
}

/* HEADER NEW STYLES */
/* .container-infoHeader {
    display: flex;
    margin: 0 50px;
} */

.telefono-mensajeria {
    width: 50%;
}

/* .info-empresa {
    width: 50%;
} */

.border-scf {
    margin-right: 10px;
}

/* FIN HEADER NEW STYLES */

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #main-listador-container .lcf-container, .lcf-container-ficha, header.lcf-container{
        width: 100%;
        margin: auto;
    }

    .lcf-container-hs {
        width: 1170px;
        margin: auto;
    }
}

@media (min-width: 1280px) {
    main div#main-listador-container {
        width: 100vw;
    }
}

@media (min-width: 1820px) {
    main div#main-listador-container {
        width: 80vw;
    }
}


@media (min-width: 767px) {
    .info-bloques-shippingServiceStores {
        display: none;
    }

    .es-ficha-precios-box {
        display: none;
    }

    .info-nombre-equipo {
        display: none;
    }
}

@media (max-width: 766px) {
    .info-bloques-shippingServiceStores-desktop {
        display: none;
    }

    .es-ficha-precios-box-desktop {
        display: none;
    }
}


/* MEDIA QUERYS RESOLUCIONES GRANDES NEW FICHA */

/* tablet */
@media (min-width: 767px) {

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

    /* .lcf-container-ficha {
        display: flex;
        flex-direction: column;
        justify-content: center;
    } */

    header.lcf-container {
        align-items: center;
    }

    header.lcf-container-ficha {
        align-items: center;
    }

    .info-nombre-equipo-desktop {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        font-family: 'Ubuntu', sans-serif;
    }

    .main-container-gallery-info {
        display: flex;
    }

    .container-picture-section {
        border: none;
    }

    .info-bloques-shippingServiceStores {
        display: none;
    }

    .es-ficha-precios-box {
        display: none;
    }

    .ui-row-cardMainPic__image-container {
        width: 40vw;
    }

    .sh-ficha-galery {
        max-width: 16vw;
    }

    .ui-row-cardFicha__image-container {
        max-width: 14vw;
    }

    div.section-info-prices {
        flex-direction: column;
    }

    div.setc-tarjetas img.img-tarjetas {
        width: 30vw;
    }

    div.setc-tarjetas {
        border-bottom: solid 2px #c8c8c8;
        position: relative;
        padding: 0 0 8px 0;
        bottom: 8px;
    }
}

/* tablet */

/* tablet xl */

@media (max-width: 1280px) {

    header.lcf-container {
        align-items: normal;
    }

    header.lcf-container-ficha {
        align-items: normal;
    }

    #logo-header {
        padding: 0;
    }

    /* .container-infoHeader {
        margin: 0;
    } */

    .info-empresa {
        width: 40%;
    }

    .telefono-mensajeria {
        width: 60%;
    }

    .nl-locales-list {
        margin: 0;
    }

    .nl-locales-list&gt;li {
        width: 22%;
    }

    .nl-fijas-list {
        display: flex;
        padding: 0px;
        flex-wrap: wrap;
        margin: 10px 0px 0px;
        justify-content: flex-end;
    }

    .nl-inlineSearch {
        margin-top: 10px;
        width: 185px;
    }
}

@media (min-width: 992px) {
    .ui-row-cardMainPic__image-container {
        max-width: 35vw;
    }

    .sh-ficha-galery {
        max-width: 16vw;
    }

    .ui-row-cardFicha__image-container {
        max-width: 10vw;
    }

    .container-banners-prensaGarantia {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    div.main-prensa-container {
        width: 45%;
    }

    .main-garantia-container {
        height: 150px !important;
        width: 45%;
    }
}

/* tablet xl */


/* desktop */

@media (min-width: 1200px) {
    .ui-row-cardMainPic__image-container {
        max-width: 35vw;
    }

    .sh-ficha-galery {
        max-width: 37vw;
    }

    .ui-row-cardFicha__image-container {
        max-width: 10vw;
    }

    div.setc-tarjetas img.img-tarjetas {
        max-width: 22vw;
    }

    .info-nombre-equipo-desktop span.category-name {
        font-size: 18px;
    }

    .info-nombre-equipo-desktop span.product-name {
        font-size: 17px;
    }

    .sh-ficha-precios-text {
        font-size: 15px;
    }

    .sh-ficha-precios-number {
        font-size: 17px;
    }

    .sh-ficha-precios-numberPpal {
        font-size: 25px;
    }


}

@media (min-width: 1280px) {

    .nl-box {
        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;
    }

    /* ANCHO FICHA */

    .main-container-ficha, .lcf-container-compra-online, footer div.lcf-container {
        width: 1170px;
    }   

    /* ANCHO FICHA */
/* 
    .nl-locales-list&gt;li {
        width: 100%;
    } */

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

    .ui-row-cardMainPic__image-container {
        max-width: 35vw;
    }

    div.setc-tarjetas {
        padding: 0 0 10px 0;
        border-bottom: solid 2px #c8c8c8;
        position: relative;
        bottom: 10px;
    }

    .info-bloques-shippingServiceStores-desktop {
        margin: 20px 0;
    }

    .btn-comprar {
        width: 100%;
    }
}

@media (min-width: 1345px) {
    .ui-row-cardMainPic__image-container {
        max-width: 26vw;
    }

    .sh-ficha-galery {
        max-width: 20vw;
    }

    .ui-row-cardFicha__image-container {
        max-width: 7vw;
    }
}

@media (min-width: 1754px) {
    .ui-row-cardMainPic__image-container {
        max-width: 26vw;
    }

    .sh-ficha-galery {
        max-width: 20vw;
    }

    .ui-row-cardFicha__image-container {
        max-width: 6vw;
    }
}

@media (min-width: 1820px) {

    .nl-box {
        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 {
        border-radius: 0;
    }

    .ui-row-cardMainPic__image-container {
        max-width: 25vw;
    }

    .sh-ficha-galery {
        max-width: 20vw;
        overflow: hidden;
    }

    .ui-row-cardFicha__image-container {
        max-width: 6vw;
    }

    div.setc-tarjetas img.img-tarjetas {
        width: 14vw;
    }

}

/* desktop */

/* MEDIA QUERYS RESOLUCIONES GRANDES NEW FICHA */</pre></body></html>