:root {
    --main-blue: #1B4C8E;
    --light-blue: #005FA2;
    --main-red: #F20524;
    --dark-red: #ec1d25;
    --light-grey: #F5F5F5;
    --dark-grey: #969696;
    --main-text: #5A5A5A;
}

.nl-sucursales-bar-h {
    /* margin-top: -5px; */
    text-align: center;
    font-size: 20px;
    font-family: Ubuntu;
    padding: 0 5px 0 5px;
    color: #166FA7;
}

.nl-mobileHoursBar {
    margin-top: 10px;
    display: flex;
    /* gap: 5px; */
    justify-content: center;
}

.nl-mobileHoursBar>div {
    display: flex;
    /* gap: 3px; */
}

.nl-mobileHoursBarData {

    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: start;
    justify-content: center;
}

.nl-mobileHoursBarData h1 {
    color: var(--main-blue);
    font-size: 12px;
    margin: 0px;
}

.nl-mobileHoursBarData h2 {
    color: var(--main-text);
    font-size: 9px;
    margin: 0px;
    font-weight: bold;
}

.nl-mobileHoursBarData h3 {
    color: var(--main-text);
    font-size: 9px;
    margin: 0px;
    text-decoration: underline;
}

.nl-mobileHoursBarIcon {
    height: 55px;
    width: 65px;
    margin-left: 4px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shp-productData {
    display: flex;
    gap: 20px;
    margin: 30px 0px;
}

.shp-productData>div {}

.shp-productData-pic {
    position: relative;
    background-color: var(--light-grey);
}

.shp-productData-pic-medalContainer {
    position: absolute;
    top: -5px;
    left: 20px;
    flex-direction: column;
    background-color: var(--main-blue);
    padding: 22px 0px 10px;
    width: 5em;
    filter: drop-shadow(2px 2px 2px #00000038);
}

.shp-productData-pic-medalContainerFlap {
    position: relative;
    background-color: transparent;
    height: 10px;
    margin: 0px !important;
}

.shp-productData-pic-medalContainerFlap::after {
    content: '';
    background-color: var(--main-blue);
    position: absolute;
    clip-path: polygon(100% 0, 100% 100%, 50% 60%, 0 100%, 0% 0%);
    width: 100%;
    height: 50px;
}

.shp-productData-pic-medalContainer div {
    margin: 0px -10px;
}

.shp-productData-pic-medalContainer div img {}

.shp-productData-pic-cert {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.shp-productData-pic-cert img {
    margin: auto;
    background-color: white;
}

.shp-productData-pic {
    position: relative;
    max-height: 500px;
}

.shp-productData-pic img {
    max-height: 100%;
}

.shp-productData-data {
    min-width: 450px;
    font-family: 'Ubuntu Condensed';
}

.shp-productData-data h1 {
    margin: 0px;
    padding: 0px;
    font-size: 2.5em;
    border: none;
    color: var(--main-blue);
}

.shp-productData-data h2 {
    margin: 0px;
    padding: 0px 2px;
    font-size: 1.5em;
    color: var(--dark-red);
    font-weight: 100;
}

.shp-slashedPrice {
    color: var(--dark-grey);
    text-decoration: line-through;
    font-size: 1.7em;
    display: flex;
    margin-top: 15px;
}

.shp-mainPrice {
    color: var(--main-grey);
    font-size: 2.5em;
    display: flex;
    align-items: center;
    font-weight: bold;
    margin: -5px 0px 15px;
}

.shp-mainPrice::after {
    content: attr(data-tag);
    background-color: var(--light-blue);
    border: thin solid;
    font-size: 1.4rem;
    padding: 4px 6px 3px;
    color: whitesmoke;
    vertical-align: middle;
    margin: 0px 10px;
    font-weight: 100;
}

.shp-instalmentsBox {
    border: thin solid var(--dark-grey);
    margin: 10px 0px;
    padding: 0px;
    box-shadow: 1px 1px 4px #44444438;
}

.shp-instalmentsBox::before {

    content: attr(data-title);
    background-color: var(--dark-grey);
    display: block;
    color: whitesmoke;
    padding: 2px 8px;
    font-size: 1.2em;

}

.shp-FPBox {
    margin: 0px 0px 10px;
}

.shp-FPBox h1 {
    color: var(--main-text);
    font-size: 1.3em;
    display: flex;
    justify-content: space-between;
    background-color: var(--light-grey);
    padding: 5px 10px;
}

.shp-FPBox h2 {
    color: var(--dark-grey);
    font-weight: 100;
    margin-top: 3px;
    font-size: 0.9em;
    padding: 2px 12px;
}

.shp-SBox {
    border: thin solid var(--dark-grey);
    margin-bottom: 10px;
    display: flex;
    box-shadow: 1px 1px 4px #44444438;
}

.shp-FPBox-icon {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 5px;
    min-width: 70px;
}

.shp-FPBox-text {
    padding: 5px;
}

.shp-SBox h1 {
    font-size: 1.3em;
    color: var(--main-text);
    margin-bottom: 5px;
}

.shp-SBox h1>span {
    color: var(--light-blue);
}

.shp-SBox h2 {
    color: var(--main-text);
    font-weight: 100;
    margin-top: 4px;
    font-size: 1.1em;
    padding: 0px;
}

.shp-SBox h2>span {
    color: var(--main-red);
}

.shp-SBox h3 {
    font-size: 0.9em;
    color: var(--dark-grey);
    margin: 5px 0px 0px 0px;
}

.shp-SBox a {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    display: block;
}

.shp-SBox a:hover {
    opacity: 0.9;
}

a:hover {
    text-decoration: none;
}

.tippy-box[data-theme~='tomato'] {
    background-color: #e41616;
    color: whitesmoke;
}

.tippy-box[data-theme~='tomato'][data-placement^='top']>.tippy-arrow::before {
    border-top-color: #e41616;
}

.shp-slide-container {
    border: thin solid #f1f1f1;
    display: flex;
    margin: 5px 0px;
    justify-content: center;
    flex-direction: column;
    padding: 5px;
}

.shp-slide {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: thin solid #afafaf63;
}

.shp-numbered-title-selected {
    color: #005498 !important
}

.shp-numbered-title::before {
    content: attr(data-order);
    border: 1px solid;
    width: 30px;
    aspect-ratio: 1/1;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-right: 9px;
    font-size: 20px;
    line-height: 27px;
    color: #005498;
    font-weight: 100;
}

.shp-numbered-title-selected::before {
    background-color: #005498;
    color: whitesmoke;
}

.shp-slide h1 {
    color: #1f1f1f;
    font-size: 16px;
    border: none;
    margin: 0px 0px 3px;
    padding: 0px;
    font-weight: 600;
    width: 100%;
}

.shp-slide h1>a {
    color: #e41616;
    font-weight: 100;
    font-size: 12px;
    margin-left: 5px;
    text-transform: uppercase;
}

.shp-slide h1>a:hover {
    color: #a72929;
}

.shp-slide-cardContainer {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
}

.shp-slide-card {
    max-width: 360px;
    width: calc(50% - 10px);
    background-color: whitesmoke;
    box-shadow: 2px 2px 0px 0px #005498a8;
    transition: all 0.250s;
    cursor: pointer;
    border: thin solid #005498;
    display: flex;
    flex-direction: column;
    justify-content: start;
    color: #005498;
    padding: 0px 0px 10px;
}

.shp-slide-card h1 {
    color: #005fa2;
    border-bottom: solid 1px #005fa2;
    padding: 5px;
    width: 100%;
    display: block;
    font-weight: 100;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.shp-slide-card h1 span {
    color: #e41616;
    font-size: 0.8em;
}

.shp-slide-card h2 {
    font-size: 1em;
    font-weight: 600;
    padding: 5px;
    margin: 0px;
    color: #292929;
    margin-bottom: 10px;
}

.shp-slide-card h2 a {
    font-weight: 100;
}

.shp-slide-card p {
    padding: 0px 5px;
    margin: 0px;
}

.shp-slide-card:hover {
    box-shadow: 0px 0px 0px 0px #005498a8;
}

.shp-slide-form {
    margin-top: 10px;
    background-color: whitesmoke;
    padding: 10px;
    width: 100%;
}

.shp-slide-summary {
    width: 100%;
    display: flex;
    gap: 10px;
    padding-left: 45px;
}

.shp-slide-summary-pic {
    flex: 25%;
}

.shp-slide-summary-pic>img {
    border-radius: 10px;
    box-shadow: 1px 1px 3px 0px #65656521;
    border: thin solid #afafaf2e;
}

.shp-slide-summary-data {
    flex: 75%;
    font-family: 'Ubuntu';
}

.shp-slide-summary-data h1 {
    margin-top: 10px;
    color: #005498;
    font-weight: 100;
    font-size: 17px;
    margin-bottom: 5px;
}

.shp-slide-summary-data>div:not(:first-child) {
    margin-top: 10px;
}

.shp-slide-summary-data p {
    margin: 0px;
    color: #000000db;
}

.shp-slide-summary-data p>span {
    font-weight: 500;
}

.shp-slide-form>div:not(:last-child) {
    margin-bottom: 10px;
}

.shp-slide-form-row {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.touched:invalid::after {
    content: attr(data-warning);
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid black;
    left: -8px;
    top: 7px;
}

.shp-slide-form-row>div {
    flex: 1;
}

.shp-slide-form-row label {
    font-weight: 500;
    padding: 5px 5px 0px;
    font-family: 'Ubuntu Condensed';
    text-transform: none;
    color: #464646;
}

.shp-controlBox {
    border: thin solid #afafaf;
    padding: 5px;
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

.shp-controlBox-btn {
    font-family: 'Ubuntu Condensed';
    text-align: center;
    padding: 10px 40px;
    color: #272727;
    border: none;
    margin: 0px;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
}

.shp-controlBox-btn-disabled {
    opacity: 0.6;
    cursor: auto;
}

.shp-controlBox-prev {
    background-color: orchid;
}

.shp-controlBox-spacer {}

.shp-controlBox-next {
    background-color: palevioletred;
}

.shp-processsBox {
    border: thin solid #f1f1f1;
    padding: 5px;
    display: flex;
    gap: 5px;
}

.shp-processsBox>div {
    background-color: #f1f1f1;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: 1;
}

.shp-processsBox>div>h1 {
    color: #4e4e4e;
    border: none;
    margin: 0px;
    font-size: 17px;
    font-weight: 800;
    padding: 0px;
}

.shp-processsBox>div>p {
    padding: 0px;
    margin: 0px;
}

.shp-processsBox>div:not(:last-child)::after {
    content: '';
    position: absolute;
    clear: both;
    height: 20px;
    width: 20px;
    background-color: #f1f1f1;
    z-index: 100;
    transform: rotate(45deg);
    border-right: 5px solid white;
    border-top: 5px solid white;
    right: -14px;
}

.shp-processsBox>div.shp-processsBox-selected {
    background-color: #72b9ec;
}

.shp-processsBox>div.shp-processsBox-selected:not(:last-child)::after {
    background-color: #72b9ec;
}

.shp-processsBox>div.shp-processsBox-selected>h1 {
    color: whitesmoke;
}

.nl-hiddenClock {
    color: whitesmoke;
    text-align: center;
    background-color: #005fa2;
    z-index: 99;
    bottom: 0px;
    padding: 5px 9px;
    font-weight: bold;
    display: none;
}

.shp-fixedPhoneContainer {
    transition: transform 0.4s;
}

.scroll-up .shp-fixedPhoneContainer {
    transform: translate3d(0, -100%, 0);
}

.scroll-down .shp-fixedPhoneContainer {
    transform: none;
}

.scroll-down:not(.menu-open) .shp-fixedPhoneContainer {
    background: var(--lightpurple);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}



.shp-fixedPhoneContainer {
    display: flex;
    justify-content: space-between;
    background-color: white;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 105;
}

.shp-fixedPhoneContainer>a {
    width: calc(50% - 2.5px);
    background-color: #015daa;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: whitesmoke;
    padding: 5% 5px;
    border-top: 0px solid white;
}

.shp-fixedPhoneContainer>a>i {
    font-size: 26px;
    margin-right: 10px;
}

.shp-fixedPhoneContainer>a>div {
    font-weight: 500;
    font-family: 'Ubuntu Condensed';
    line-height: 15px;
}

.shp-color-wsp {
    background-color: #25D366 !important;
}

.sh-specTable {}

.sh-specTable>div:nth-child(odd) {
    background-color: #F5F5F5;
}

.sh-specset {
    display: flex;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
}

.sh-specset>div {
    flex: 1;
    padding: 0px 0px 0px 10px;
}

.sh-specTitle {
    font-weight: bold;
    color: #5a5a5a;
}

/*RESUMEN*/

.smy-container {
    display: flex;
    flex-wrap: wrap;
}

.smy-container>div {
    background-color: whitesmoke;
    margin-bottom: 10px;
    padding: 15px;
}

.smy-container>div>h1 {
    background-color: #005fa2;
    color: whitesmoke;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    margin: -15px -15px 15px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Ubuntu Condensed';
    font-weight: 100;
}

.smy-container>div>h2 {
    color: rgb(54, 54, 54);
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    font-family: 'Ubuntu';
    font-weight: 600;
}

.smy-container>div>h3 {
    color: #005fa2;
    padding: 0px;
    margin: 20px 0px 10px;
    font-size: 20px;
    font-family: 'Ubuntu Condensed';
    font-weight: 100;
}

.smy-container ul {
    margin: 15px 0px 5px;
    padding: 0px 5px;
}

.smy-container ul li {}

.smy-container ul li span {
    font-weight: bold;
}

.smy-container-client {
    width: 100%;
    text-align: center;
}

.smy-container-sale {
    width: calc(30% - 10px);
    margin-right: 10px;
}

.smy-container-sale>table {
    background-color: white;
}

.smy-container-products {
    width: 70%;
    padding-bottom: 0px !important;
}

.smy-container-productBox {
    display: flex;
    margin-bottom: 20px;
    border-bottom: thin solid #00000017;
    border-top: thin solid #00000017;
    padding: 0px;
}

.smy-container-productBox-picture {
    width: calc(30% - 10px);
    margin-right: 10px;
}

.smy-container-productBox-picture>img {
    padding: 10px;
    background: white;
}

.smy-container-productBox-data {
    width: 70%;
    position: relative;
    padding: 10px;
}

.smy-container-productBox-data>h2 {
    margin: 0px 0px 10px;
    color: #de001a;
    font-family: Roboto Condensed;
    font-weight: 400;
    font-size: 1.5em;
}

.smy-container-productBox-data>h3 {
    font-size: 1.1em;
    margin: -5px 0px 15px;
    color: #005fa2;
    font-weight: 600;
    font-family: 'Ubuntu Condensed';
}

.smy-container-productBox-data>h4 {
    margin: 0;
    padding: 5px 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #005fa2;
    font-size: 0.8em;
    color: whitesmoke;
    border-radius: 0px 0px 0px 5px;
    text-transform: uppercase;
    min-width: 100px;
    text-align: center;
}

.smy-container-productBox-data>p {
    font-size: 1.2em;
    font-family: Roboto Condensed;
    font-weight: 300;
}

/*RESUMEN*/

/*NOTICIAS*/

.nl-noticias-galery-list-ficha {
    margin: 5px 0px 5px !important;
}

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

.nl-noticias-galery-list>li {
    display: inline-block;
    max-width: 100%;
    padding: 5px;
    margin: 0px;
}

/*FORMULARIO POSVENTA*/

.pos-preview {}

.pos-preview p {
    border: thin solid #80808036;
    background-color: #d3d3d342;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
}

.pos-preview h1 {
    margin: 0px 0px 10px;
    font-size: 20px;
    border-bottom: none;
}

.pos-preview h2 {
    font-size: 15px;
    margin: 5px 0px;
    background-color: pink;
    padding: 5px;
    border-radius: 5px;
}

.pos-preview h3 {
    background-color: lightgrey;
    margin: 5px 0px;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.pos-preview h4 {
    background-color: lightblue;
    padding: 5px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
}

.pos-formBlock {
    padding: 10px;
    border-radius: 10px;
    max-width: 760px;
    margin: 10px auto;
}

.pos-formBlock h1 {
    margin: 0px 0px 20px;
    font-size: 20px;
    border-bottom: solid 1px #005f9f;
}

.pos-form-group {
    margin-bottom: 15px;
    text-align: center;
}

/**/

.mobileOnly-row {
    margin-right: 0px;
    margin-left: 0px;
}

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

.cm-destacado-flag-preventa2k20 {
    background-color: #015F9D;
    color: whitesmoke;
    border-color: #015F9D !important;
}

.cm-destacado-listador-left {

    width: 75px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    display: flex;
    flex-direction: column;

}

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

}

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

.stock-controlBox {
    display: flex;
    width: 90px;
    position: absolute;
    right: calc(50% - 45px);
    z-index: 99;
}

.stock-controlBox-item {
    flex: 1;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px;
}

.stock-controlBox-fantasma {
    background: linear-gradient(45deg, rgba(166, 166, 166, 1) 0%, rgba(207, 207, 207, 1) 100%);
    color: whitesmoke;
    border-radius: 0px 0px 0px 5px;
}

.stock-controlBox-fantasma-active {
    background: linear-gradient(45deg, rgb(189, 161, 0) 0%, rgb(209, 171, 0) 100%);
    color: whitesmoke;
    border-radius: 0px 0px 0px 5px;
}

.stock-controlBox-caja {
    background-color: #7c7cf9;
    color: whitesmoke;
    border-radius: 0px 0px 0px 5px;
}

.stock-controlBox-armado {
    background-color: #d87cf9;
    color: whitesmoke;
    border-radius: 0px 0px 0px 0px;
}

.stock-controlBox-caso {
    background-color: #f97ca6;
    color: whitesmoke;
    border-radius: 0px 0px 5px 0px;
}

.track-warning {
    background-color: #de001a;
    margin: 40px 0px;
    border-radius: 5px;
    padding: 10px;
    color: whitesmoke;
    font-size: 15px;
    text-align: center;
    font-family: Ubuntu;
}

.track-warning>a {
    color: whitesmoke;
    text-decoration: underline;
}

.destacado-easter {
    margin-left: 0.33px;
    margin-top: -5px;
    font-size: 15px;
    text-align: center;
    color: white;
    background-color: #5AB2D4;
    display: flex;
    margin-bottom: 10px;
}

.destacado-easter-venta {
    flex: 9;
    padding: 5px 5px;
    margin: auto;
}

.destacado-corona {
    font-size: 15px;
    text-align: center;
    color: white;
    background-color: #f3001c;
    display: flex;
    text-decoration: none;
}

.destacado-corona:hover {
    color: white;
    text-decoration: none;
}

.destacado-corona-venta {
    flex: 9;
    padding: 5px 5px;
    margin: auto;
}

.destacado-corona-posventa {
    flex: 10;
    background-color: #9c0005;
    padding: 5px 0px;
}

.destacado-corona-posventa>a {
    color: inherit;
    text-decoration: none;
}

.destacado-corona-mob {
    margin: 10px 0px;
    font-size: 11px;
    text-align: left;
    color: white;
    background-color: #de001a;
    text-transform: uppercase;
    border-radius: 5px;
    width: 250px;
}

.destacado-corona-venta-mob {
    background-color: #DE001A;
    width: 250px;
    padding: 3px 0px 5px 50px;
    color: white;
    border-radius: 0px 5px 5px 0px;
    margin: 10px 0px;
}

.destacado-corona-posventa-mob {
    background-color: #9c0005;
    width: 250px;
    padding: 3px 0px 5px 50px;
    color: white;
    border-radius: 0px 5px 5px 0px;
    margin: 10px 0px;
}

.track-formContainer {
    max-width: 500px;
    background-color: #0b5d97;
    color: whitesmoke;
    text-align: center;
    padding: 15px;
    margin: 40px auto;
    border-radius: 5px;
}

.track-formContainer-wide {
    max-width: 700px;
}

.track-formContainer a {
    font-weight: bold;
    color: whitesmoke;
}

.track-formContainer a:hover {
    opacity: 0.9;
    color: whitesmoke;
}

.track-btn-red {
    color: whitesmoke;
    background-color: #DE001A;
    border-color: #DE001A;
}

.track-btn-red:hover {
    color: whitesmoke;
    background-color: #A40014;
    border-color: #A40014;
}

.track-formContainer>h1 {
    margin: 0px;
}

.track-formContainer>h2 {
    font-size: 15px;
    margin: 0px 0px 20px;
}

.box-profile {
    background-color: whitesmoke;
    border: thin solid #8080806e;
    border-radius: 5px;
    font-family: Ubuntu Condensed;
}

.box-profile>h3 {
    text-align: center;
    color: #444444;
    margin: 10px;
}

.box-profile>p {
    text-align: center;
    margin-top: -5px;
}

.summary-box-profile {
    background-color: whitesmoke;
    border: thin solid #8080806e;
    border-radius: 5px;
    font-family: Roboto;
    padding: 10px 20px;
}

.summary-box-profile>h3 {
    color: #444444;
    margin: 0px;
}

.summary-box-profile>p {
    margin-top: -5px;
    font-size: 1.1em;
}

.box-title {
    background-color: #0b5d97;
    color: whitesmoke;
    height: 75px;
    margin: 0px 0px 15px;
    padding: 24px;
    text-align: center;
    text-transform: uppercase;
    font-family: Ubuntu Condensed;
    border-radius: 5px;
}

/*OUTLET*/

.nlo-webOnly {
    display: none;
}

.nlo-productGrid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 25px;
    grid-auto-flow: dense;
}

.nlo-productGrid-box {
    background-color: #F0F0F0;
    padding: 5px;
    display: flex;
    position: relative;
    flex-direction: column;
    grid-column: span 1;
}

.nlo-dataBox {
    position: relative;
    flex: 7;
    margin: 5px;
    display: flex;
    flex-direction: column;
}

.nlo-productDataBox-titleBox {
    background: white;
    padding: 5px 10px;
    font-family: Ubuntu Condensed;
}

.nlo-productDataBox-titleBox-id {
    color: #de001a;
    font-size: 22px;
}

.nlo-productDataBox-titleBox-title {
    color: #0b5d97;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: -5px;
}

.nlo-productDataBox-blurb {
    margin: 10px;
    font-weight: bold;
}

.nlo-productDataBox-specs {
    margin: 10px;
    max-height: 100px;
    overflow: hidden;
}

.nlo-productDataBox-details {
    color: #de001a;
    margin: 10px;
}

.nlo-productBox {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.nlo-imageBox {
    flex: 3;
    position: relative;
}

.nlo-imageBox-reservado {
    background-color: #de001a;
    padding: 0px 5px;
    font-weight: bold;
    color: whitesmoke;
    font-size: 23px;
    font-family: Ubuntu Condensed;
    text-align: center;
    position: absolute;
    top: calc(50% - 5px);
    left: 0px;
    width: 100%;
    opacity: 0.9;
}

.nlo-productDataBox {
    flex: 6;
    padding: 10px 0px;
    color: #555;
}

.nlo-detailsBox {
    display: flex;
    padding: 10px 0px;
}

.nlo-detailBoxBubbleContainer {
    flex: 1;
    margin: 5px 10px;
}

.nlo-detailBoxBubble {
    border-radius: 50%;
}

.nlo-priceBox {
    flex: 2;
    margin: 5px;
    background-color: white;
}

.nlo-priceBox-regPrice {
    text-align: center;
    margin: 5px;
    color: #555;
}

/*OUTLET PRICE BOX*/

.nlo-priceBox-outPriceBox {
    background-color: #de001a;
    color: whitesmoke;
    text-align: center;
    padding: 5px 0px;
}

.nlo-priceBox-outPriceBox-discount {
    font-size: 20px;
    font-weight: 100;
}

.nlo-priceBox-outPriceBox-price {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 27px;
}

/*CUOTAS PRICE BOX*/

.nlo-priceBox-cuotas {
    display: flex;
    margin: 5px;
    border-bottom: thin solid #d6d6d6;
    color: red;
}

.nlo-priceBox-cuotas-icon {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nlo-priceBox-cuotas-icon>img {
    max-width: 50px;
}

.nlo-priceBox-cuotas-text {
    flex: 3;
    padding: 0px 0px 0px 15px;
    margin: auto;
    font-size: 16px;
    line-height: 18px;
}

/*ENVIO PRICE BOX*/

.nlo-priceBox-envio {
    display: flex;
    margin: 5px;
    color: #0b5d97;
}

.nlo-priceBox-envio-icon {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nlo-priceBox-envio-icon>img {
    max-width: 50px;
}

.nlo-priceBox-envio-text {
    flex: 3;
    padding: 0px 0px 0px 15px;
    margin: auto;
    font-size: 12px;
    line-height: 13px;
}

.nlo-priceBox-ubicacion {
    padding: 5px 10px;
    margin: 0px 5px;
    font-size: 12px;
    line-height: 14px;
    background-color: #bbbbbb;
    color: #424242;
    border-radius: 5px;
}

.nlo-priceBox-ubicacion p {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 17px;
}

/*ENVIO CONSULTA BOX*/

.nlo-priceBox-btnBox {
    text-align: center;
    margin: 5px;
}

.nlo-priceBox-link {
    text-align: center;
    margin: 5px;
    color: #555;
}

.nlo-priceBox-btnBox-btn {
    color: #fff;
    background-color: #0b5d97;
    border-color: #0b5d97;
    width: 100%;
}

.nlo-priceBox-galeryBox-btn {
    color: #fff;
    background-color: #555555;
    border-color: #5d5d5d;
    position: absolute;
    bottom: 0;
    border-radius: 0px 8px 0px 0px;
    left: 0px;
}

.b20-boxPrice {
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/**/

.k20-legalBlock {
    background-color: whitesmoke;
    padding: 10px;
    font-size: 10px;
    color: darkgrey;
    margin: 10px 0px 20px;
    border-radius: 5px;
}

.nl-consulta-rapida-cm {
    color: #fff;
    background: #ffffff52;
    padding: 5px 15px;
    border-radius: 5px;
    border: none;
    min-height: 457px;
    backdrop-filter: blur(10px);
}

.nl-consulta-rapida-hs {
    color: #fff;
    background: #de001a;
    padding: 5px 15px;
    border-radius: 5px;
    border: none;
    min-height: 457px;
}

.nl-consulta-rapida-hsw {
    color: #FF6318;
    background: whitesmoke;
    padding: 5px 15px;
    border-radius: 5px;
    border: none;
    min-height: 457px;
    box-shadow: #0000004f 2px 2px 5px 0px;
}

.k20-spRow-pn {
    margin-bottom: 15px;
    padding: 15px 0px;
    border-radius: 5px;
    background-image: url(../img/2k20/fondo_pn.jpg);
    background-color: #0B0E23;
    background-size: 150% 100%;
    background-position-x: center;
}

.k20-spRow-hs {
    margin-bottom: 15px;
    padding: 15px 0px;
    border-radius: 5px;
    background-color: #ed5937;
    background-size: 150% 100%;
    background-position-x: center;
}

.k20-spRow-hs .hs-box {
    border: 0px #cecece solid;
    box-shadow: #0000004f 2px 2px 5px 0px;
}

.k20-spRow {
    background-color: #015f9e;
    margin-bottom: 15px;
    padding: 15px 0px;
    /* border-radius: 5px; */
}

.k20-spRow-cm {
    /* background: linear-gradient(35deg, rgba(44, 203, 246, 1) 0%, rgba(85, 128, 247, 1) 50%, rgba(122, 58, 248, 1) 100%); */
    margin-bottom: 15px;
    /* padding: 15px 0px; */
    border-radius: 5px;
}

.k20-spRow-title>h1 {
    color: whitesmoke;
    border: none;
    margin: 0px 15px;
    padding: 0px 5px 15px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: revert;
    font-size: 20px;
}

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

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

.k20-title {
    color: #005f9f;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 28px;
    border-bottom: solid 2px #005f9f;
    padding-bottom: 5px;
}

.k20-container {
    position: relative;
}

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


.k20-listador-container-hs {
    padding: 30px 0px 10px;
    margin: 20px 0px;
    background: linear-gradient(180deg, rgba(251, 82, 37, 1) 0px, rgba(251, 82, 37, 1) 500px, rgba(255, 255, 255, 1) 500px, rgba(255, 255, 255, 1) 100%);
}

.k20-listador-container-pn {
    padding: 30px 0px 10px;
    margin: 20px 0px;
    background: linear-gradient(180deg, #0B0E23 0px, #0B0E23 500px, rgba(255, 255, 255, 1) 500px, rgba(255, 255, 255, 1) 100%);
}

.k20-listador-container {
    padding: 30px 0px 10px;
    margin: 20px 0px;
    background: rgb(1, 95, 157);
    background: linear-gradient(180deg, rgba(1, 95, 157, 1) 0px, rgba(1, 95, 157, 1) 500px, rgba(255, 255, 255, 1) 500px, rgba(255, 255, 255, 1) 100%);
}

.k20-listador-containerHome {
    padding: 30px 0px 10px;
    margin: -1px 0px;
    background: rgb(45, 127, 181);
    background: linear-gradient(180deg, #015f9d 0px, rgb(255 255 255) 500px, rgba(255, 255, 255, 1) 500px, rgba(255, 255, 255, 1) 100%);
}

.k20-listador-container-cm {
    padding: 30px 0px 10px;
    margin: 0px 0px;
    background: rgb(1, 95, 157);
    background: linear-gradient(180deg, rgb(1 95 157 / 0%) 0%, rgb(1 95 157 / 0%) 500px, rgba(255, 255, 255, 1) 500px, rgba(255, 255, 255, 1) 100%);
}

.k20-listador-slider-frame {
    height: inherit;
    overflow: inherit;
}

.k20-listador-slider-container {
    overflow-x: inherit;
    overflow-y: inherit;
}

.k20-listador-slider-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 26.5px;
    grid-auto-flow: dense;
}

.k20-listador-slider-grid-cm {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 26.5px;
    grid-auto-flow: dense;
}

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

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

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

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

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

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

.k20-home-productGrid-box {
    background-color: white;
    border: thin solid #015f9d;
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 100;
}

.k20-home-productGrid-box-cm {
    background-color: white;
    border: 2px solid #6d4dd7;
    display: flex;
    position: relative;
    flex-direction: column;
}

.k20-home-productGrid-box-bf {
    background-color: white;
    border: thin solid #000000;
    display: flex;
    position: relative;
    flex-direction: column;
}

.k20-home-productGrid-box-hs {
    background-color: white;
    border: thin solid #ea3511;
    display: flex;
    position: relative;
    flex-direction: column;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.24);
}

.k20-home-imageBox {
    background-color: #baffff;
    position: relative;
    flex: 2;
    padding: 5px 5px 60px 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.k20-homeBlock {
    margin: 0px 0px 30px;
}

/*BANNER*/

.k20-banner {
    height: 300px;
    display: flex;
    background-color: rgb(189, 255, 127);
}

.k20-banner>h1 {
    font-size: 3.5em;
    margin: auto;
    text-align: center;
}

/*CATEGORIAS*/

.k20-categoriasContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.k20-categoriasBox {
    width: 50%;
    display: flex;
    margin: 0px 0px 10px;
    border: thin whitesmoke solid;
    overflow: hidden;
    background-color: #f5f5f5;
    font-family: Ubuntu;
    background-size: contain;
    background-repeat: no-repeat;
    max-height: 165px;
    color: inherit;
    text-decoration: none;
    transition: 1s;
}

.k20-categoriasBox:hover {
    color: inherit;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.10);
}

.k20-categoriasBox-pic {
    flex: 20%;
    /* border:thin solid pink; */
}

.k20-categoriasBox-data {
    flex: 20%;
    padding: 15px;
}

.k20-categoriasBox-title {
    margin: 0px 0px 15px;
    font-size: 15px;
    font-weight: bold;
    color: #5D6166;
}

.k20-categoriasBox-title-mobile {
    font-size: 16px;
    font-weight: bold;
    color: #5D6166;
}

.k20-categoriasBox-blurb {
    color: #5D6166;
}

.k20-categoriasBox-blurb-mobile {
    font-size: 13px;
}

.k20-categoriasBox-link {
    margin: 10px 0px;
    font-weight: bold;
    color: #015F9D;
}

/*LISTADOR*/

.k20-listadorContainer {
    background-color: rgb(172, 127, 255);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.k20-listadorContainer>div {
    width: calc(25% - 10px);
    font-weight: bold;
    height: 300px;
    display: flex;
    margin: 5px;
    border: thin whitesmoke solid;
}

.k20-listadorContainer>div>h1 {
    color: whitesmoke;
    margin: auto;
    font-size: 1.5em;
}

/*OUTLET*/

.k20-outlet-container {
    margin: 40px 0px;
    background: rgb(255, 255, 255);
    background-image: url('https://lacasadelfitness.com/assets/img/2k20/fondo_outlet_home.webp');
    background-size: cover;
    background-position: center;
}

.k20-outlet-box {
    display: flex;
    height: 350px;
}

.k20-outlet-button {
    /* background-color: #de001a; */
    background-color: rgba(222, 0, 26, 0.85);
    display: inline-block;
    padding: 16px 32px;
    color: whitesmoke;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    margin: auto;
    font-size: 22px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;    
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(1px);
    text-align: center;
}

.k20-outlet-button:hover {
    text-decoration: none;
    color: whitesmoke;
     background-color: #b00016;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.k20-outlet-button h2 {
       margin: 0;
    line-height: 1.3;
}

/*NOTICIAS*/

.k20-noticiasContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.k20-noticiasBox {
    width: 100%;
    display: flex;
    background-color: #005fa2;
    flex-direction: column;
    color: whitesmoke;
    overflow: hidden;
    margin: 10px 0px;
    transition: 1s;
}

.k20-noticiasBox:hover {
    color: whitesmoke;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.10);
}

.k20-noticiasBox-pic {}

.k20-noticiasBox-data {
    padding: 20px;
}

.k20-noticiasBox-title {
    color: whitesmoke;
    margin: 0px 0px 15px;
    font-size: 20px;
    font-weight: bold;
}

.k20-noticiasBox-blurb {}

.k20-noticiasBox-link {
    margin: 20px 0px 0px;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 100;
}

.k20-noticiasBox-link:hover {
    color: rgb(94, 163, 209);
    text-decoration: none;
}

/** CENTRAL POSVENTA *********/

.bot_posventa {
    border: 2px solid #dfdddf;
    padding: 10px;
    color: #848484;
    font-size: 24px;
    font-weight: 300;
    display: block;
    margin-bottom: 30px;
}

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

.texto_posventa {
    margin-bottom: 30px;
}

.menu_collapse {
    margin-bottom: 20px;
    margin-left: 10px;
}

.menu_collapse a {
    font-size: 18px;
}

.hs-paralax-bg {
    display: none;
}

.caracts-bloq {
    display: none;
}

@media (min-width: 576px) {
    .k20-categoriasBox-pic {
        flex: 20%;
    }

    .k20-container {
        margin: 0px;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {


    .hs-paralax-bg {
        display: inherit;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 99;
        background-size: 100%;
        pointer-events: none;
    }

    .hs-paralax-container {
        position: relative;
    }

        /* FONDO TRIANGULOS DE CYBERMONDAY */
.hs-p-pattern-a {
    background-image: url('../img/landing/triangulos.png');
}

.hs-p-pattern-b {
    background-image: url('../img/landing/triangulos-2.png');
}

.hs-p-pattern-c {
    background-image: url('../img/landing/bf/triangulos.png');
}

.hs-p-pattern-d {
    background-image: url('../img/landing/bf/triangulos-2.png');
}
/* FIN TRIANGULOS DE CYBERMONDAY */

    .k20-categoriasBox-title-mobile {
        font-size: 20px;
    }

    .nl-noticias-galery-list>li {
        max-width: 33.33%;
    }

    .mobileOnly-row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .k20-container {
        width: 100%;
        margin: auto;
    }

    .k20-nav-container {
        height: 100px;
    }

    .k20-nav>div>div>h1 {
        font-size: 1.8em;
    }

    .nlo-webOnly {
        display: inherit;
    }

    .nlo-productBox {
        flex-direction: row;
    }

    .nlo-productDataBox {
        padding: 0px 10px;
    }

    .nlo-productGrid-box {
        flex-direction: row;
    }

    .k20-categoriasBox-title {
        font-size: 20px;
    }

    .k20-categoriasBox-pic {
        flex: 45%;
        /* border:thin solid pink; */
    }

    .k20-categoriasBox-data {
        flex: 65%;
    }

    .k20-categoriasBox {
        width: calc(50% - 30px);
        display: flex;
        margin: 15px;
    }

    .k20-listador-slider-frame {
        height: 456px;
        overflow: hidden;
    }

    .k20-listador-slider-container {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .k20-listador-slider-grid {
        grid-template-columns: repeat(8, calc(25% - 24px));
        /* grid-gap: 17.5px; */
        grid-auto-flow: dense;
    }

    .k20-listador-slider-grid-cm {
        grid-template-columns: repeat(4, calc(25% - 24px));
        grid-gap: 31.5px;
        grid-auto-flow: dense;
    }

    .k20-noticiasBox {
        width: 32%;
    }



    .k20-listador-container-pn {
        padding: 30px 0px 10px;
        margin: 20px 0px;
        background: linear-gradient(180deg, #0B0E23 0%, #0B0E23 35%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 100%);
        background-color: #0B0E23;
    }

    .k20-listador-container {
        padding: 30px 0px 10px;
        margin: 20px 0px;
        background: rgb(1, 95, 157);
        background: linear-gradient(180deg, rgba(1, 95, 157, 1) 0%, rgba(1, 95, 157, 1) 35%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 100%);
    }

    .k20-listador-container-cm {
        padding: 30px 0px 10px;
        margin: 0px 0px;
        background: rgb(1, 95, 157);
        background: linear-gradient(180deg, rgb(1 95 157 / 0%) 0%, rgb(1 95 157 / 0%) 35%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 100%);
    }
}

@media only screen and (max-width: 600px) {
    .k20-categoriasBox-title-mobile {
        font-size: 12px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .k20-categoriasBox {
        max-height: inherit;
    }

    .k20-container {
        width: 85vw;
        margin: auto;
    }

    .k20-nav-container {
        height: 140px;
    }

    .k20-nav>div>div>h1 {
        font-size: 2.5em;
    }
}    

.text-cuotas {
    font-family: 'Ubuntu';
    color: #F20524;
}

.bloqCuota p.text-cuotas {
    margin: -3px 0 -5px 0;
}

.main-info-container {
    border-bottom: solid 1px #e9e9e9;
}

.main-title-info-container {
    border-bottom: solid 1px #c8c8c8;
    margin-top: 20px;
}

.info-container {
    margin-left: 15px;
    display: flex;
}


.info-description,
.info-espect-tecnicts,
.info-payments {
    padding: 15px 0;
    display: none;
}

.sect-certification {
    margin-top: 20px;
}

.activeSelect {
    display: block !important;
    margin: 0 10px 25px 10px;
}

.info-container .espect-info {    
    display: flex;
    align-items: center;
    color: #313131;
    padding: 2px 6px;    
    cursor: pointer; /* Cursor indicando que es interactivo */
}

.info-container .espect-info.block-select {    
    background-color: #313131;
    color: #fff;    
}

.info-container .espect-info p {
    margin: 2px;
}

.sh-ficha-precios-cuotasEnvio {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
}

.sh-ficha-precios-legalesEnvio {
    color: #afafaf;
    margin-bottom: 20px;
    font-size: 18px;
}

.tituloCuota1 {
    color: #afafaf;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: -20px;
}

.tituloCuota3 {
    margin-top: 25px;
    margin-bottom: 0px;
}

.tituloCuota12 {
    margin-top: 25px;
    margin-bottom: 0px;
}


/* TEXTO DESTACADOS HOME MOBILE */
@media only screen and (max-width: 800px) {
    .titleHideDestac {
        display: none;
    }
}


/* ESTILOS BOTON VER TODAS LAS CATEGORIAS HOME */

@media only screen and (min-width: 800px) {
    .botonVrMasHome {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    a .btnVerMas {
        background-color: #0162A5;
        margin-top: 15px;
        width: 232px;
        height: 35px;
        border: 1px solid #767676;
        border-radius: 2px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .botonVrMasHome {
        text-align: center;
    }

    .link {
        color: #FFFFFF;
    }

    .link:hover {
        color: #B2DBFF;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
}

/* FIN ESTILOS BOTON VER TODAS LAS CATEGORIAS HOME */


/* ESTILO DESTACADO FICHA */

img.fotomontajeFicha {
    margin: 25px 0px;
    width: 50%;
    object-fit: contain;
}

img.destacadoFicha {
    /*     height: 180px;
    margin-top: 25px; */
    /*     width: 35vw;
    height: 180px; */
    margin-top: 25px;
}

article.text-destacado {
    /*     display: flex;
    flex-direction: column;
    width: 55%;
    margin-left: 20px; */
    display: flex;
    flex-direction: column;
    width: 50%;
    /* margin-left: 20px; */
}

p.caracteristicasFicha {
    color: #7D7D7D;
    margin-left: 40px;
}

div.info2Ficha {
    width: 1140px;
    background-color: #F5F5F5;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
    img.fotomontajeFicha {
        /* height: 500px; */
        /* margin-bottom: 35px; */
        /* margin-top: 25px; */
        width: 75vw;
        margin: 7px 0;
    }

    img.destacadoFicha {
        width: 70vw;
        /* height: 10vh; */
        margin: 0;
        object-fit: contain;
        /* position: absolute; */
        /* margin-top: 25px; */
        /* margin-left: 20px; */
    }

    article.text-destacado {
        display: flex;
        flex-direction: column;
        width: 70vw;
        /* margin-left: 0px; */
        align-items: center;
    }

    p.caracteristicasFicha {
        width: 63vw;
        color: #7D7D7D;
        margin: 10px 0;
    }

    div.info2Ficha {
        background-color: #F5F5F5;
        margin: 20px auto;
        max-width: 80vw;
        display: flex;
        /* height: 535px; */
        /* flex-direction: column; */
        flex-wrap: wrap;
        justify-content: center;
    }


}


/* FIN ESTILO DESTACADO FICHA */


/* NAVBAR FILTRO OUTLETS */
.k20-title-outlet {
    width: 15%;
    color: #005f9f;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {

    .section-navbar {
        display: flex;
        justify-content: space-between;
        margin: 14px 0;
        align-items: center;
        border-bottom: solid 2px #005FA2;
    }

    .section-navbar .list-navbar div.first-item-menu {
        display: none;
    }

    .section-navbar .list-navbar .allProd ul {
        display: flex;
        padding-left: 0px;
        justify-content: flex-end;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .section-navbar .list-navbar .allProd ul li {
        padding: 0 5px;
        font-weight: 600;
        color: #5A5A5A;
        cursor: pointer;
    }

    .section-navbar .list-navbar .allProd ul li span {
        font-weight: 300;
    }

    .selected {
        color: #d10119 !important;
    }


}

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

    .k20-title-outlet {
        font-size: 23px;
    }

    .section-navbar {
        display: flex;
        margin: 5px 0 20px 0;
        justify-content: space-between;
        border-bottom: solid 2px #005FA2;
    }

    div.first-item-menu {
        display: flex;
        align-items: center;
        color: #5A5A5A;
        justify-content: flex-end;
    }

    div.first-item-menu i {
        color: #5A5A5A;
        margin-left: 25px;
    }

    .section-navbar h1 {
        width: 40%;
        margin-top: 8px;
    }

    .section-navbar div.list-navbar {
        width: 80%;
        display: flex;
        flex-direction: column;
        margin: 10px 0;
        list-style: none;
        padding: 5px;
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
        justify-content: center;
    }

    .section-navbar div ul {
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .selected {
        color: #d10119 !important;
    }

    .allProd {
        display: none;
    }

    div.list-navbar {
        font-weight: 600;
    }

    .list-navbar div li {
        font-weight: 600;
        color: #5A5A5A;
    }

    .list-navbar div li span {
        font-weight: 400;
    }
}

.info-equipo-outlet a {
    display: inline-block;
    color: #005f9f;
    border-bottom: solid 1px transparent;
    transition: all .5s ease;
    font-size: 13px;
}

@media only screen and (max-width: 600px) {
    .info-equipo-outlet a {
        font-size: 11px;
    }
}


.info-equipo-outlet a:hover {
    border-bottom: 1px solid #005f9f;
    transform: translateX(8px);
}

.info-equipo-outlet a i {
    margin-right: 3px;
}

.equipo-reservado {
    background-color: #ffffffb8;
    z-index: 1;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.equipo-reservado span {
    font-family: 'Ubuntu';
    font-size: 25px;
    font-weight: 600;
}

/* FIN NAVBAR FILTRO OUTLETS */

/* ESTILOS LISTADOR BOX CUOTAS */
.main-area-cuotas {
    /*height: 35px;
    display: flex;
    justify-content: center;    
    margin-bottom: 15px;*/
}

.top-cuotas {
    /*margin-top: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 15px;*/
}

.sect-cuotas {
    /*width: 100%;
    width: 75%;
    margin-bottom: 10px;*/
}

.up-cuotas {
    /*display: flex;
    justify-content: center;*/
    font-family: 'Ubuntu';
    color: #F20524;
}

.up-cuotas p span {
    background-color: #F20524;
    color: #ffffff;
    padding: 0 5px;
}

.up-cuotas p {
    margin: 0;
    /*margin: 0;
    padding: 2px 30px;
    background-color: #9a43ee;
    border: solid 1px #F20524;
    border-radius: 2px;
    color: #F20524;*/
    font-size: 11px;
    /*font-weight: 500;*/
}

.promo-percent-off {
    width: 95%;
    display: inline-block;
    background-color: #ffec00;
    color: #000000;
    font-size: 12px;
    line-height: 1.2em;
    padding: 4px;
    border-bottom: 1px dashed #000000;
    border-top: 1px dashed #000000;
}

.promo-percent-off p {
    margin: 0;
}


@media (max-width: 1280px) {    

    .promo-desc-efvo {
        font-size: 11px;
    }

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


@media (min-width: 1280px) {

    .b20-boxDatos-areaDescuento-percent {
        font-size: 14px;
    }
    .b20-boxDatos-areaDescuento-precioTachado {
        font-size: 14px;
    }
    .b20-boxDatos-areaPrecio>h3 {
        font-size: 23px;
    }
    .up-cuotas p {
        font-size: 12px;
    }
    
    .guarantee-sect {
        font-size: 12px;
    }
}

@media (min-width: 1820px) {

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

    .caracts-bloq {
        display: block;
        margin-top: 5px;
        font-size: 12px;
        color: #2a2a2a;
    }

    .caracts-bloq p {
        margin: 0;
    }

    .caracts-bloq p span {
        color: #015f9e;
        font-weight: 700;
    }
    .bloq-velocidad-hp {
        display: flex;
    }
    
    .bloq-velocidad-hp p {
        margin-right: 10px;        
    }
}

.down-cuotas p {
    font-size: 11px;
    font-family: 'Ubuntu';
    /*margin: 0;
    color: #005FA2;*/
}

/* ESTILOS LISTADOR BOX CUOTAS */

/* bloque info gris e/btn y listador */

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

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

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

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

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

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

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

/* fin bloque info gris e/btn y listador */


/* FILTROS */

.QEquipos {
    width: 50%;
    border-right: solid 1px #c8c8c8;
    font-size: 17px;
}

.navbarFilters {
    width: 90%;
    height: 50px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-option-menu--link {
    align-items: center;
    display: flex;
    font-size: 17px;
    font-weight: 400;
    height: 100%;
    justify-content: center;
}


.ui-search-icon--filter {
    fill: #3483fa;
    height: 18px;
    width: 18px;
    margin-right: 8px;
}

.btn-filter {
    background-color: #fff;
    border: none;
    color: #3483fa;
}

.main-filter {
    position: absolute;
    background-color: #fff0;
    z-index: 10;
}

.arrowUp {
    position: absolute;
    left: 205px;
    top: -8px;
    width: 15px;
    background-color: #ffffff;
    height: 15px;
    border-left: solid 1px #cdcdcd;
    border-top: solid 1px #cdcdcd;
    transform: rotate(45deg);
}

.section-filter {
    background-color: #ffffff;
    width: 250px;
    position: relative;
    top: 18px;
    border: solid 1px #cdcdcd;
    border-radius: 5px;
    right: 170px;
}

.title-filter {
    display: flex;
    margin-bottom: 15px;
    box-shadow: 0px 8px 7px -9px #000000;
    padding: 10px 0;
}


.title-filter span {
    font-size: 15px;
    font-weight: 700;
    margin-left: 8px;
    color: #005fa2;
}

.title-filter-detail {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.list-filter ul {
    padding: 0;
}

.list-filter ul li.filterBox {
    padding: 6px;
    margin-top: 5px;
    margin-left: 8px;
}

.list-filter ul li.filterBox i {
    margin-right: 15px;
}

div.row #contenedor_box {
    margin: auto;
}

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

    #equiposNotFound span {
        text-align: center;
    }   

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

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

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


#filtrosSeleccionados {
    display: flex;
    margin-left: 25px;
}

#filtrosSeleccionados p {
    margin-right: 10px;
    background-color: #ebebeb;
    padding: 5px 8px;
    font-weight: 600;
}

.btn-filtrar {
    display: flex;
    justify-content: flex-end;
}

.btn-filtrar a {
    padding: 3px 8px;
    margin: 0 10px 10px 0;
    color: #ffffff;
    font-family: 'Ubuntu';
    background-color: #005fa2;
    border-radius: 3px;
}

p.filtro-seleccionado {
    display: flex;
}

.close {
    margin-left: 5px;
    color: #015f9e;
    opacity: 100;
}

.eliminado {
    display: none;
}

#equiposNotFound {
    display: flex;
    justify-content: center;
}

#equiposNotFound span {
    margin: 20px;
    background-color: #c8c8c8;
    padding: 8px 40px;
    font-weight: 600;
    font-family: 'Ubuntu';
}

/* FIN FILTROS */

/* MEDIA QUERYS RESOLUCIONES GRANDES NEW FICHA */
/* desktop */

@media (min-width: 992px) {
    .main-info-container {
        border: none;
    }
}

@media (min-width: 1200px) {
    .activeSelect {
        display: flex !important;        
        margin: 20px 10px;
    }

    .bloqCuota {
        font-size: 17px;
    }

    .sect-certification {
        margin: 0;
    }

    .espect-tech,
    .info-espect-tecnicts,
    .info-payments {
        width: 65%;
    }
    
    .activeSelect .espect-tech {                
        margin-right: 15px;
    }

    .sect-certification img {
        width: 95%;
    }    
}

/* desktop */
/* MEDIA QUERYS RESOLUCIONES GRANDES NEW FICHA */

/* NUEVO FOOTER */

.footer-container {
    margin: 0 15px 15px 15px;
}

.footer-container .top-footer {
    display: flex;    
}

.footer-container .top-footer .footer-img-logo-lcf img {
    width: 130px;
}

.footer-container .top-footer .text-footer-lcf-icons {
    margin: 20px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.text-footer-lcf-icons div p {
    margin: 0;
}

.footer-container .footer-icons-contact {
    display: flex;
}

.footer-container .footer-icons-contact .icon-top-footer {
    display: flex;
    margin: 10px 5px;
    font-size: 20px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
}

.footer-container .footer-icons-contact .icon-wsp{
    font-size: 25px;
    background-color: #ffffff;
    color: #005fa2;
}

.footer-container .footer-icons-contact .icon-envelope{
    transform: rotate(-20deg);
}

.btn-dfs-csmd {
    display: flex;
    border: solid 1px #ffffff;
    background-color: #2d5778;
}

.defensa-icon {
    width: 60px;
}

.link-defensa {
    margin-left: 8px;
    font-size: 14px;
}




/* FIN NUEVO FOOTER */


/* DEFENSA AL CONSUMIDOR */

.nl-footer-defensa-desktop{
    display: none;
}

.nl-footer-defensa {
    border: solid 1px;
    display: flex;
    align-items: center;
    margin: 15px 0 -6px 0;
}

.nl-footer-defensa .defensa-icon {
    width: 60px;
}

.nl-footer-defensa .link-defensa {
    font-family: Arial, Helvetica, sans-serif !important;
    margin-left: 8px;
    font-size: 14px;
}

@media only screen and (min-width: 1200px) {
    .nl-footer-defensa {
        display: none !important;        
    }

    .nl-footer-defensa-desktop {
        display: flex;
        border: solid 1px;
        align-items: center;
        margin: 15px 0 -6px 0;
        height: 50px;
    }

    .nl-footer-defensa-desktop .defensa-icon {
        width: 58px;
    }

    .nl-footer-defensa-desktop .link-defensa {
        margin-left: 4px;        
        font-size: 10px;
        padding: 4px;
    }   
    .nl-footer-defensa-desktop .link-defensa {
        text-decoration: none;
    }

    .nl-footer-defensa-desktop .link-defensa:hover{
        color: #d5d5d5;
    }
}

@media only screen and (min-width: 992px) {
    .nl-footer-defensa {
        display: flex;
        align-items: center;
        margin: 15px 0 -6px 0;
        height: 60px;
    }

    .nl-footer-defensa .defensa-icon {
        width: 60px;
    }

    .nl-footer-defensa .link-defensa {
        margin-left: 4px;
        font-size: 10px;
    }    
}

/* FIN DEFENSA AL CONSUMIDOR */