@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap');

.cyber-main {
    --sz-blue: #005ef2;
    --sz-blue-dk: #0047c4;
    --sz-blue-mid: #2275ff;
    --sz-purple: #005ef3;
    --sz-purple-dk: #420d88;
    --sz-red: #fd2b73;
    --sz-red-dk: #cc0028;
    --sz-yellow: #fffdff;
    --sz-yellow-dk: #e0dfe0;
    --sz-white: #fffdff;
    --sz-offwhite: #f0f2f8;
    --sz-text: #0d1a3a;
    --sz-muted: #556080;
    font-family: 'Montserrat', sans-serif !important;
    background: var(--sz-offwhite);
    color: var(--sz-text) !important;
    overflow-x: hidden !important
}

.cyber-main h2 {
    font-family: 'Montserrat', sans-serif !important;
    }

.cyber-main *,
.cyber-main *::before,
.cyber-main *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.cyber-main .container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px
}

.cyber-main .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

.cyber-main .col-lg-4,
.cyber-main .col-lg-5 {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px
}

@media (min-width:992px) {
    .cyber-main .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .cyber-main .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
}

.cyber-main .px-3 {
    padding-right: 16px !important;
    padding-left: 16px !important
}

.cyber-main .pb-3 {
    padding-bottom: 16px !important
}

.cyber-main .pt-5 {
    padding-top: 48px !important
}

.cyber-main .mt-4 {
    margin-top: 24px !important
}

.cyber-main .mt-5 {
    margin-top: 48px !important
}

.cyber-main .w-100 {
    width: 100% !important
}

.cyber-main .text-center {
    text-align: center !important
}

.cyber-main .text-left {
    text-align: left !important
}

@media (max-width:575px) {
    .cyber-main .container-fluid {
        padding-left: 10px;
        padding-right: 10px
    }
}

.cyber-main .sz-hero {
    background: url("marca-agua.webp?$staticlink$") 0% center/80% repeat, linear-gradient(135deg, #005ef2 0%, #590eb1 100%);
    position: relative;
    overflow: hidden;
    padding: 0;
    min-height: 520px;
    display: flex;
    align-items: stretch
}

.cyber-main .sz-hero-blob2 {
    position: absolute;
    width: 350px;
    height: 350px;
    background: var(--sz-blue-mid);
    border-radius: 50%;
    bottom: -160px;
    left: -80px;
    opacity: .25;
    pointer-events: none
}

.cyber-main .sz-hero-blob3 {
    position: absolute;
    width: 200px;
    height: 200px;
    background: var(--sz-yellow);
    border-radius: 50%;
    top: 30px;
    left: 38%;
    opacity: .07;
    pointer-events: none
}

.cyber-main .sz-hero-slice {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 42%;
    opacity: .18;
    pointer-events: none
}

.cyber-main .sz-hero .container-fluid {
    position: relative;
    z-index: 2;
    padding-top: 56px;
    padding-bottom: 0;
    display: flex;
    align-items: stretch;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.cyber-main .sz-hero .container-fluid>.row {
    align-items: stretch !important;
    width: 100%;
    margin: 0
}

.cyber-main .sz-hero .container-fluid>.row>.col-lg-5,
.cyber-main .sz-hero .container-fluid>.row>.col-lg-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 24px
}

.cyber-main .sz-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--sz-red);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 18px;
    width: 250px
}

.cyber-main .sz-hero-label::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    animation: blink 1s infinite
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .2
    }
}

.cyber-main .sz-hero-title {
    font-size: clamp(42px, 2.5vw, 78px);
    font-weight: 900;
    line-height: .92;
    color: #fff;
    letter-spacing: -2px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.cyber-main .sz-hero-date {
    font-size: 15px;
    font-weight: 700;
    color: rgba(255, 255, 255, .65);
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 18px
}

.cyber-main .sz-hero-date span {
    background: rgba(255, 255, 255, .12);
    padding: 4px 12px;
    border-radius: 6px;
    color: rgba(255, 255, 255, .9)
}

.cyber-main .sz-btn-yellow {
    background: var(--sz-red);
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    padding: 15px 32px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 28px rgba(0, 94, 242, .35);
    transition: transform .15s, box-shadow .15s;
    letter-spacing: .01em
}

.cyber-main .sz-btn-yellow:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(255, 214, 0, .55);
    color: #fff
}

.cyber-main .cyber70 {
    width: 100%;
    max-width: 220px
}

@media (max-width:991px) {
    .cyber-main .sz-hero {
        min-height: 0
    }

    .cyber-main .sz-hero .container-fluid {
        padding-top: 28px;
        padding-bottom: 0;
        align-items: flex-end
    }

    .cyber-main .sz-hero .container-fluid>.row {
        align-items: flex-end !important;
        flex-wrap: nowrap
    }

    .cyber-main .sz-hero .container-fluid>.row>.col-lg-4 {
        flex: 0 0 58%;
        max-width: 58%
    }

    .cyber-main .sz-hero .container-fluid>.row>.col-lg-5 {
        flex: 0 0 42%;
        max-width: 42%;
        padding-bottom: 16px;
        justify-content: flex-end
    }

    .cyber-main .sz-hero-label {
        font-size: 11px;
        padding: 4px 12px;
        margin-bottom: 10px;
        width: 220px
    }

    .cyber-main .sz-hero-title {
        letter-spacing: -1px;
        margin-bottom: 8px
    }

    .cyber-main .sz-hero-title img {
        width: 200px !important;
        padding-bottom: 6px !important
    }

    .cyber-main .sz-hero-date {
        font-size: 12px;
        margin-bottom: 18px
    }

    .cyber-main .sz-btn-yellow {
        font-size: 13px;
        padding: 12px 22px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .cyber-main .sz-hero .container-fluid {
        padding-top: 40px
    }

    .cyber-main .sz-hero-label {
        font-size: 13px;
        padding: 5px 14px;
        margin-bottom: 14px;
        width: 240px
    }

    .cyber-main .sz-hero-title {
        margin-bottom: 12px
    }

    .cyber-main .sz-hero-title img {
        width: 280px !important;
        padding-bottom: 8px !important
    }

    .cyber-main .sz-hero-date {
        font-size: 14px;
        margin-bottom: 22px
    }

    .cyber-main .sz-btn-yellow {
        font-size: 14px;
        padding: 13px 26px
    }

    .cyber-main .cyber70 {
        max-width: 160px
    }

    .cyber-main .sz-pw-logo img {
        display: block;
        width: 190px !important;
        height: auto
    }

    .cyber-main .sz-pw-bignum {
        font-size: 72px !important;
        font-weight: 900;
        color: var(--sz-yellow);
        line-height: 1
    }

    .cyber-main .sz-pw-title {
        font-size: 26px !important;
        font-weight: 900;
        color: #fff;
        margin-bottom: 0
    }

    .cyber-main .sz-pw-sub {
        font-size: 15px !important;
        color: rgba(255, 255, 255, .75);
        margin-bottom: 10px
    }
}

@media (max-width:575px) {
    .cyber-main .sz-hero .container-fluid {
        padding-top: 20px
    }

    .cyber-main .sz-hero-title img {
        width: 170px !important
    }

    .cyber-main .sz-hero-date {
        font-size: 11px
    }

    .cyber-main .cyber70 {
        width: 100%;
        max-width: 140px !important;
        align-self: center !important
    }

    .cyber-main .sz-hero-label {
        font-size: 11px;
        padding: 4px 12px;
        margin-bottom: 10px;
        width: 195px
    }
}

.cyber-main .sz-cblock {
    background: var(--sz-red);
    border-radius: 10px;
    padding: 14px 10px 10px;
    text-align: center;
    min-width: 62px;
    flex: 1
}

.cyber-main .sz-cblock-num {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    display: block
}

.cyber-main .sz-cblock-lbl {
    font-size: 9px;
    color: rgba(255, 255, 255, .65);
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 4px;
    display: block
}

.cyber-main .sz-csep {
    font-size: 30px;
    font-weight: 900;
    color: var(--sz-yellow);
    padding: 10px 2px 0
}

.cyber-main .sz-ticker {
    background: var(--sz-red);
    padding: 10px 0;
    overflow: hidden;
    position: relative
}

.cyber-main .sz-ticker-inner {
    display: flex;
    align-items: center;
    gap: 0;
    white-space: nowrap;
    animation: tickerScroll 28s linear infinite
}

@keyframes tickerScroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.cyber-main .sz-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 28px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, .9);
    letter-spacing: .06em;
    text-transform: uppercase
}

.cyber-main .sz-ticker-item span {
    color: var(--sz-yellow)
}

.cyber-main .sz-ticker-dot {
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, .4);
    border-radius: 50%;
    display: inline-block
}

@media (max-width:767px) {
    .cyber-main .sz-ticker-inner {
        animation-duration: 12s
    }

    .cyber-main .sz-ticker-item {
        padding: 0 18px;
        font-size: 11px
    }
}

.cyber-main .sz-counter-bar {
    background: linear-gradient(90deg, #0047c4 0%, #590eb1 100%);
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
    overflow: hidden
}

.cyber-main .sz-counter-bar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    height: 58px
}

.cyber-main .sz-cb-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0
}

.cyber-main .sz-cb-live {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--sz-red);
    box-shadow: 0 0 8px var(--sz-red);
    animation: blink 1s infinite;
    flex-shrink: 0
}

.cyber-main .sz-cb-label {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, .85);
    letter-spacing: .01em;
    white-space: nowrap
}

.cyber-main .sz-cb-right {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0
}

.cyber-main .sz-counter-bar .sz-cblock {
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 7px;
    padding: 5px 9px 4px;
    text-align: center;
    min-width: 46px
}

.cyber-main .sz-counter-bar .sz-cblock-num {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    display: block
}

.cyber-main .sz-counter-bar .sz-cblock-lbl {
    font-size: 7px;
    color: rgba(255, 255, 255, .6);
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 2px;
    display: block
}

.cyber-main .sz-counter-bar .sz-csep {
    font-size: 18px;
    font-weight: 900;
    color: rgba(255, 255, 255, .9);
    padding: 0 1px;
    flex-shrink: 0
}

@media (max-width:767px) {
    .cyber-main .sz-counter-bar .container-fluid {
        height: auto;
        padding-top: 9px;
        padding-bottom: 9px;
        justify-content: center;
        gap: 8px;
        flex-wrap: nowrap
    }

    .cyber-main .sz-cb-label {
        font-size: 11px
    }

    .cyber-main .sz-cb-live {
        width: 7px;
        height: 7px
    }

    .cyber-main .sz-counter-bar .sz-cblock {
        min-width: 36px;
        padding: 4px 6px 3px;
        border-radius: 6px
    }

    .cyber-main .sz-counter-bar .sz-cblock-num {
        font-size: 16px
    }

    .cyber-main .sz-counter-bar .sz-cblock-lbl {
        font-size: 6px
    }

    .cyber-main .sz-counter-bar .sz-csep {
        font-size: 14px
    }
}

@media (max-width:374px) {

    .cyber-main .sz-cb-label,
    .cyber-main .sz-cb-live {
        display: none
    }

    .cyber-main .sz-counter-bar .container-fluid {
        justify-content: center
    }
}

.cyber-main .sz-hero-img-wrap {
    position: absolute;
    right: -90px;
    bottom: 0;
    width: 58%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
    z-index: 2
}

.cyber-main .sz-hero-img {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
    object-position: bottom;
    filter: drop-shadow(0 16px 40px rgba(0, 0, 0, .35));
    animation: float 3.5s ease-in-out infinite;
    display: block;
    transform-origin: bottom center;
    margin-bottom: -10px
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

@media (max-width:991px) {
    .cyber-main .sz-hero-img-wrap {
        width: 55%;
        opacity: .35
    }

    .cyber-main .sz-hero-img {
        max-height: 320px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .cyber-main .sz-hero-img-wrap {
        width: 45%;
        opacity: .5
    }

    .cyber-main .sz-hero-img {
        max-height: 360px
    }
}

@media (max-width:575px) {
    .cyber-main .sz-hero-img-wrap {
        width: 50%;
        opacity: .25
    }

    .cyber-main .sz-hero-img {
        display: none
    }
}

.cyber-main .sz-hero-corner-img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 95px;
    height: auto;
    z-index: 3;
    pointer-events: none
}

@media (max-width:575px) {
    .cyber-main .sz-hero-corner-img {
        width: 64px;
        top: 12px;
        right: 12px
    }
}

.cyber-main .sz-main {
    padding: 36px 0 72px
}

.cyber-main .sz-sec-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    margin-top: 48px
}

.cyber-main .sz-sec-title {
    font-size: 19px;
    font-weight: 800;
    color: var(--sz-text);
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0
}

.cyber-main .sz-sec-title::before {
    content: '';
    display: block;
    width: 5px;
    height: 24px;
    background: linear-gradient(180deg, #005ef2 0%, #590eb1 100%);
    border-radius: 3px
}

.cyber-main .sz-sec-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--sz-purple);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px
}

.cyber-main .sz-sec-link:hover {
    text-decoration: underline
}

.cyber-main .sz-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 32px
}

.cyber-main .sz-products-carousel-wrap {
    position: relative;
    margin-bottom: 32px
}

.cyber-main .sz-products-carousel-viewport {
    overflow: hidden;
    width: 100%
}

.cyber-main .sz-products-carousel-wrap .sz-products {
    display: flex;
    overflow: visible;
    gap: 14px;
    margin-bottom: 0;
    will-change: transform
}

.cyber-main .sz-products-carousel-wrap .sz-prod {
    flex: 0 0 calc(25% - 11px);
    min-width: 0
}

.cyber-main .sz-car-dots-wrap {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 18px
}

.cyber-main .sz-car-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background .2s, transform .2s
}

.cyber-main .sz-car-dot.active {
    background: var(--sz-purple);
    transform: scale(1.25)
}

.cyber-main .sz-prod {
    background: #fff;
    border-radius: 13px;
    padding: 16px;
    border: 1px solid transparent;
    transition: all .2s;
    cursor: pointer;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    position: relative
}

.cyber-main .sz-prod:hover {
    border-color: var(--sz-purple);
    box-shadow: 0 0 0 1px rgba(89, 14, 177, .3), 0 8px 24px rgba(89, 14, 177, .1), 0 2px 8px rgba(0, 0, 0, .06);
    transform: translateY(-3px)
}

.cyber-main .sz-prod-thumb {
    border-radius: 9px;
    height: 228px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    margin-bottom: 13px;
    position: relative;
    overflow: hidden
}

.cyber-main .sz-prod-off-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: var(--sz-purple);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 9px;
    border-radius: 6px
}

.cyber-main .sz-prod-brand {
    font-size: 10px;
    color: var(--sz-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 3px
}

.cyber-main .sz-prod-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--sz-text);
    line-height: 1.3;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(13px * 1.3 * 2)
}

.cyber-main .sz-prod-pricing {
    display: flex;
    align-items: baseline;
    gap: 7px;
    flex-wrap: wrap;
    margin-bottom: 12px
}

.cyber-main .sz-prod-price {
    font-size: 19px;
    font-weight: 900;
    color: var(--sz-purple)
}

.cyber-main .sz-prod-old {
    font-size: 12px;
    color: var(--sz-muted);
    text-decoration: line-through
}

.cyber-main .sz-prod-add {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    background: var(--sz-red);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    padding: 10px;
    border-radius: 9px;
    border: none;
    cursor: pointer;
    transition: opacity .15s;
    margin-top: auto
}

.cyber-main .sz-prod-add:hover {
    opacity: .88
}

@media (max-width:991px) {
    .cyber-main .sz-products {
        grid-template-columns: repeat(2, 1fr)
    }

    .cyber-main .sz-products-carousel-wrap .sz-prod {
        flex: 0 0 calc(50% - 7px)
    }
}

@media (max-width:575px) {
    .cyber-main .sz-products {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .cyber-main .sz-products-carousel-wrap .sz-prod {
        flex: 0 0 calc(50% - 5px)
    }

    .cyber-main .sz-prod {
        padding: 10px
    }
}

.cyber-main .sz-promo-wide {
    background: url("marca-agua.webp?$staticlink$") 0% center/80% no-repeat, linear-gradient(135deg, #005ef2 0%, #590eb1 100%);
    border-radius: 16px;
    padding: 34px 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 94, 242, .35);
    box-shadow: 0 0 0 1px rgba(89, 14, 177, .25), 0 0 24px 4px rgba(0, 94, 242, .18), 0 0 48px 8px rgba(89, 14, 177, .12)
}

.cyber-main .sz-promo-wide::before {
    content: '';
    position: absolute;
    top: 0;
    left: -70%;
    width: 45%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .1), transparent);
    animation: promoShimmer 3.6s ease-in-out infinite;
    pointer-events: none;
    z-index: 2
}

@keyframes promoShimmer {
    0% {
        left: -70%
    }

    100% {
        left: 120%
    }
}

.cyber-main .sz-pw-title {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0
}

.cyber-main .sz-pw-sub {
    font-size: 20px;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 10px
}

.cyber-main .sz-pw-right {
    position: relative;
    z-index: 1;
    text-align: right;
    flex-shrink: 0
}

.cyber-main .sz-pw-bignum {
    font-size: 92px;
    font-weight: 900;
    color: var(--sz-yellow);
    line-height: 1
}

.cyber-main .sz-pw-off {
    font-size: 18px;
    font-weight: 800;
    color: rgba(255, 255, 255, .75);
    margin-bottom: -10px
}

.cyber-main .sz-pw-logo {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    display: flex;
    align-items: center
}

.cyber-main .sz-pw-logo img {
    display: block;
    width: 350px;
    height: auto
}

@media (max-width:767px) {
    .cyber-main .sz-promo-wide {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        padding: 24px 20px 28px;
        gap: 12px;
        background-position: 80% center;
        background-size: 170%;
        justify-content: space-around
    }

    .cyber-main .sz-pw-title {
        font-size: 17px;
        margin-bottom: 4px;
        line-height: 1.25
    }

    .cyber-main .sz-pw-sub {
        font-size: 12px;
        margin-bottom: 14px
    }

    .cyber-main .sz-pw-right {
        text-align: center;
        flex-shrink: 0
    }

    .cyber-main .sz-pw-bignum {
        font-size: 52px
    }

    .cyber-main .sz-pw-off {
        font-size: 13px
    }

    .cyber-main .sz-pw-logo {
        flex-basis: 100%;
        justify-content: center;
        margin-bottom: 4px
    }

    .cyber-main .sz-pw-logo img {
        width: 150px
    }
}

@media (max-width:575px) {
    .cyber-main .sz-pw-bignum {
        font-size: 62px
    }
}

@media (max-width:375px) {
    .cyber-main .sz-pw-bignum {
        font-size: 52px
    }
}

.cyber-main .sz-cupon-topbar-v2 {
    background: url("marca-agua.webp?$staticlink$") 0% center/65% repeat, linear-gradient(135deg, #005ef2 0%, #590eb1 100%);
    border-top: 1px solid rgba(0, 94, 242, .3);
    border-bottom: 1px solid rgba(89, 14, 177, .3);
    box-shadow: 0 0 28px 4px rgba(0, 94, 242, .15), 0 0 48px 8px rgba(89, 14, 177, .1);
    padding: 14px 0 26px;
    position: relative;
    overflow: hidden;
    border-radius: 15px
}

.cyber-main .sz-cupon-topbar-v2::before {
    content: '';
    position: absolute;
    left: -60px;
    top: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    opacity: .14;
    pointer-events: none
}

.cyber-main .sz-cupon-topbar-v2::after {
    content: '';
    position: absolute;
    right: -40px;
    bottom: -60px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    opacity: .18;
    pointer-events: none
}

.cyber-main .sz-cupon-topbar-v2 .container-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1
}

.cyber-main .sz-ctb2-left {
    display: flex;
    align-items: center;
    gap: 14px
}

.cyber-main .sz-ctb2-badge {
    font-size: 72px;
    font-weight: 900;
    color: var(--sz-yellow);
    line-height: 1;
    letter-spacing: -1px
}

.cyber-main .sz-ctb2-divider {
    width: 1.5px;
    height: 32px;
    background: rgba(255, 255, 255, .2);
    flex-shrink: 0
}

.cyber-main .sz-ctb2-title {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    line-height: 1.25
}

.cyber-main .sz-ctb2-sub {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    margin-top: 2px
}

.cyber-main .sz-ctb2-pill {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, .07);
    border: 1.5px dashed rgba(255, 255, 255, .35);
    border-radius: 8px;
    padding: 8px 18px;
    position: relative;
    overflow: hidden
}

.cyber-main .sz-ctb2-pill::after {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), transparent);
    animation: ctb2Shimmer 2.8s ease-in-out infinite
}

@keyframes ctb2Shimmer {
    0% {
        left: -60%
    }

    100% {
        left: 120%
    }
}

.cyber-main .sz-ctb2-label {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, .45);
    text-transform: uppercase;
    letter-spacing: .12em
}

.cyber-main .sz-ctb2-code {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    letter-spacing: .12em;
    position: relative;
    z-index: 1
}

.cyber-main .sz-ctb2-copy {
    background: none;
    border: none;
    cursor: pointer;
    color: rgba(255, 255, 255, .45);
    font-size: 15px;
    padding: 0;
    transition: color .2s, transform .15s;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1
}

.cyber-main .sz-ctb2-copy:hover {
    color: var(--sz-yellow);
    transform: scale(1.2)
}

.cyber-main .sz-ctb2-copy:focus {
    outline: none;
    box-shadow: none
}

.cyber-main .sz-ctb2-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--sz-red);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 900;
    padding: 10px 24px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform .15s, box-shadow .15s, background .15s;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .18);
    flex-shrink: 0;
    text-transform: uppercase
}

.cyber-main .sz-ctb2-cta:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 7px 22px rgba(0, 0, 0, .22)
}

.cyber-main .sz-ctb2-legal {
    position: absolute;
    right: 24px;
    bottom: -19px;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, .8);
    letter-spacing: .01em;
    z-index: 1;
    pointer-events: none
}

@media (max-width:575px) {
    .cyber-main .sz-cupon-topbar-v2 {
        padding-bottom: 14px
    }

    .cyber-main .sz-cupon-topbar-v2 .container-fluid {
        gap: 14px;
        justify-content: center
    }

    .cyber-main .sz-ctb2-badge {
        font-size: 36px
    }

    .cyber-main .sz-ctb2-title {
        font-size: 16px
    }

    .cyber-main .sz-ctb2-pill {
        padding: 7px 14px;
        order: 2
    }

    .cyber-main .sz-ctb2-code {
        font-size: 15px
    }

    .cyber-main .sz-ctb2-cta {
        order: 2;
        font-size: 13px;
        padding: 9px 16px
    }

    .cyber-main .sz-ctb2-arrow {
        display: none
    }

    .cyber-main .sz-ctb2-legal {
        position: static;
        width: 100%;
        order: 3;
        text-align: center;
        margin-top: 2px;
        font-size: 10px
    }
}

.cyber-main .sz-tg-filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.cyber-main .sz-tg-filter-btn {
    background: #fff;
    border: 1.5px solid #dde3f0;
    border-radius: 50px;
    padding: 8px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--sz-muted);
    cursor: pointer;
    transition: all .2s;
    white-space: nowrap
}

.cyber-main .sz-tg-filter-btn:hover {
    border-color: var(--sz-purple);
    color: var(--sz-purple)
}

.cyber-main .sz-tg-filter-btn.active {
    background: var(--sz-purple);
    color: #fff;
    border-color: var(--sz-purple);
    box-shadow: 0 4px 14px rgba(89, 14, 177, .32)
}

.cyber-main .sz-ten-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 14px;
    margin-bottom: 16px
}

.cyber-main .sz-tg-banner.sz-hidden {
    display: none
}

.cyber-main .sz-tg-banner {
    border-radius: 14px;
    overflow: hidden;
    padding: 0;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: block;
    transition: transform .2s, box-shadow .2s;
    background: #f0f2f8;
    line-height: 0
}

.cyber-main .sz-tg-banner:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 0 2px rgba(0, 94, 242, .55), 0 0 16px 3px rgba(0, 94, 242, .3), 0 0 36px 6px rgba(89, 14, 177, .2), 0 12px 32px rgba(0, 0, 0, .22)
}

.cyber-main .sz-tg-bg-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px
}

.cyber-main .sz-tg-c2 {
    background: #f0f2f8
}

.cyber-main .sz-tg-c3 {
    background: linear-gradient(130deg, #3a0a82 0%, #590eb1 100%)
}

.cyber-main .sz-tg-c4 {
    background: linear-gradient(130deg, #003da8 0%, #0072e5 100%)
}

.cyber-main .sz-tg-c6 {
    background: linear-gradient(130deg, #0047c4 0%, #005ef2 100%)
}

.cyber-main .sz-tg-c7 {
    background: linear-gradient(130deg, #420d88 0%, #590eb1 100%)
}

.cyber-main .sz-tg-c9 {
    background: linear-gradient(130deg, #590eb1 0%, #7e23d4 100%)
}

.cyber-main .sz-tg-c10 {
    background: linear-gradient(130deg, #0047c4 0%, #005ef2 100%)
}

@media (max-width:1100px) {
    .cyber-main .sz-ten-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px
    }
}

@media (max-width:767px) {
    .cyber-main .sz-ten-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px
    }
}

@media (max-width:596px) {
    .cyber-main .sz-ten-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px
    }
}

@media (max-width:480px) {
    .cyber-main .sz-ten-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 8px
    }
}

.cyber-main .sz-carousel-wrap {
    overflow: hidden;
    position: relative;
    flex: 1;
    min-width: 0;
    border-radius: 14px
}

.cyber-main .sz-carousel-outer {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 16px
}

.cyber-main .sz-carousel-outer .sz-car-arrow {
    position: static;
    transform: none;
    flex-shrink: 0
}

.cyber-main .sz-car-arrow {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .13);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow .15s, background .15s
}

.cyber-main .sz-car-arrow:hover {
    background: var(--sz-blue);
    border-color: var(--sz-blue)
}

.cyber-main .sz-car-arrow:hover svg {
    stroke: #fff
}

.cyber-main .sz-car-arrow svg {
    stroke: var(--sz-text);
    transition: stroke .15s
}

.cyber-main .sz-car-arrow.prev {
    left: -20px
}

.cyber-main .sz-car-arrow.next {
    right: -20px
}

.cyber-main .sz-car-arrow:disabled {
    opacity: .35;
    pointer-events: none
}

.cyber-main .sz-carousel-track {
    display: flex;
    gap: 12px;
    width: max-content;
    animation: carouselScroll 40s linear infinite;
    will-change: transform
}

.cyber-main .sz-carousel-wrap:hover .sz-carousel-track {
    animation-play-state: paused
}

@keyframes carouselScroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.cyber-main .sz-car-slide {
    flex: 0 0 280px;
    width: 280px;
    border-radius: 14px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    display: block;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s;
    background: #f0f2f8;
    line-height: 0
}

.cyber-main .sz-car-slide:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .22), 0 16px 28px rgba(0, 0, 0, .28)
}

.cyber-main .sz-car-bg-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px
}

@media (max-width:767px) {
    .cyber-main .sz-car-slide {
        flex: 0 0 220px;
        width: 220px
    }

    .cyber-main .sz-carousel-outer .sz-car-arrow {
        width: 32px;
        height: 32px
    }

    .cyber-main .sz-carousel-outer .sz-car-arrow svg {
        width: 14px;
        height: 14px
    }
}

.cyber-main .sz-deal24 {
    background: linear-gradient(120deg, #0d0a2e 0%, #0047c4 50%, #420d88 100%);
    border-radius: 16px;
    padding: 20px 24px 24px;
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 20px 2px rgba(255, 253, 255, .06), 0 0 48px 8px rgba(89, 14, 177, .1);
    border: none
}

.cyber-main .sz-deal24::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 5% 60%, rgba(232, 0, 30, .22) 0%, transparent 45%), radial-gradient(circle at 95% 40%, rgba(0, 51, 204, .2) 0%, transparent 45%);
    pointer-events: none
}

.cyber-main .sz-d24-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1
}

.cyber-main .sz-d24-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--sz-red);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 6px
}

.cyber-main .sz-d24-live {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    animation: blink 1s infinite;
    flex-shrink: 0
}

.cyber-main .sz-d24-title {
    font-size: clamp(20px, 2.6vw, 36px);
    font-weight: 900;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0
}

.cyber-main .sz-d24-title em {
    color: var(--sz-yellow);
    font-style: normal
}

.cyber-main .sz-d24-header-right {
    flex-shrink: 0
}

.cyber-main .sz-d24-countdown-label {
    font-size: 9px;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 6px;
    text-align: right
}

.cyber-main .sz-d24-blocks {
    display: flex;
    align-items: flex-start;
    gap: 5px
}

.cyber-main .sz-d24-block {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 7px;
    padding: 7px 10px 5px;
    text-align: center;
    min-width: 46px;
    backdrop-filter: blur(6px);
    box-shadow: 0 0 6px 1px rgba(0, 94, 242, .2), 0 0 14px 2px rgba(89, 14, 177, .15), inset 0 0 8px 1px rgba(255, 255, 255, .04)
}

.cyber-main .sz-d24-num {
    display: block;
    font-size: 22px;
    font-weight: 900;
    color: var(--sz-yellow);
    line-height: 1;
    font-variant-numeric: tabular-nums
}

.cyber-main .sz-d24-lbl {
    display: block;
    font-size: 8px;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 3px
}

.cyber-main .sz-d24-sep {
    font-size: 18px;
    font-weight: 900;
    color: var(--sz-yellow);
    padding-top: 5px
}

.cyber-main .sz-d24-body {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    overflow: hidden;
    min-height: 160px
}

.cyber-main .sz-d24-img-wrap {
    flex: 0 0 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px
}

.cyber-main .sz-d24-splash {
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .55));
    animation: float 3s ease-in-out infinite
}

.cyber-main .img-bomba {
    width: 100%;
    max-width: 450px;
    height: auto;
    object-fit: contain;
    display: block;
    margin-top: 20px
}

.cyber-main .sz-d24-promo-col {
    flex: 0 0 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 16px
}

.cyber-main .sz-d24-promo-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center
}

.cyber-main .sz-d24-promo-eyebrow {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .14em
}

.cyber-main .sz-d24-promo-value {
    font-size: 90px;
    font-weight: 900;
    color: var(--sz-yellow);
    line-height: 106px;
    text-shadow: 0 2px 30px rgba(255, 253, 100, .25)
}

.cyber-main .sz-d24-info-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
    gap: 6px;
    padding-bottom: 0
}

.cyber-main .sz-d24-name {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 10px
}

.cyber-main .sz-d24-desc {
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
    margin: 2px 0 -20px auto;
    padding-right: 40px;
    font-weight: 700
}

.cyber-main .sz-d24-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    background: var(--sz-red);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 900;
    padding: 12px 30px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: transform .15s, box-shadow .15s;
    box-shadow: 0 4px 20px rgba(232, 0, 30, .45);
    margin: 8px auto auto
}

.cyber-main .sz-d24-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 0 2px rgba(255, 30, 60, .45), 0 0 14px 3px rgba(255, 30, 60, .4), 0 0 32px 6px rgba(89, 14, 177, .25), 0 9px 30px rgba(255, 30, 60, .35);
    color: #fff
}

.cyber-main .sz-deal24-neon-wrap {
    position: absolute;
    inset: 0;
    border-radius: 16px;
    overflow: hidden;
    pointer-events: none;
    z-index: 0
}

.cyber-main .sz-deal24-neon-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: rgba(255, 255, 255, .08)
}

.cyber-main .sz-deal24-neon-wrap::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    background: conic-gradient(from 0deg, transparent 0deg, transparent 68deg, rgba(255, 253, 255, 0) 72deg, rgba(255, 253, 255, .4) 78deg, rgba(255, 253, 255, 1) 82deg, rgba(255, 253, 255, .4) 86deg, rgba(255, 253, 255, 0) 90deg, transparent 94deg, transparent 360deg);
    animation: deal24BorderSpin 3s linear infinite, deal24Glow 1.8s ease-in-out infinite
}

.cyber-main .sz-deal24-neon-mask {
    position: absolute;
    inset: 1.5px;
    background: url(marca-agua.webp?$staticlink$) 0% center/90% repeat, linear-gradient(120deg, #cc0028 0%, #005ef2 100%);
    border-radius: 14.5px;
    pointer-events: none;
    z-index: 1
}

@keyframes deal24BorderSpin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes deal24Glow {

    0%,
    100% {
        opacity: .75
    }

    50% {
        opacity: 1
    }
}

@media (max-width:991px) {
    .cyber-main .sz-deal24 {
        padding: 14px 14px 18px;
        border-radius: 13px
    }

    .cyber-main .sz-d24-header {
        margin-bottom: 12px;
        gap: 10px
    }

    .cyber-main .sz-d24-header .sz-d24-pill {
        font-size: 9px;
        padding: 3px 10px;
        margin-bottom: 4px
    }

    .cyber-main .sz-d24-header .sz-d24-title {
        font-size: 17px
    }

    .cyber-main .sz-d24-countdown-label {
        font-size: 8px;
        margin-bottom: 4px
    }

    .cyber-main .sz-d24-block {
        min-width: 38px;
        padding: 5px 7px 4px
    }

    .cyber-main .sz-d24-num {
        font-size: 16px
    }

    .cyber-main .sz-d24-lbl {
        font-size: 6px
    }

    .cyber-main .sz-d24-sep {
        font-size: 14px
    }

    .cyber-main .sz-d24-body {
        flex-direction: column;
        min-height: 0
    }

    .cyber-main .sz-d24-img-wrap {
        flex: 0 0 auto;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        padding: 18px 16px;
        justify-content: center
    }

    .cyber-main .sz-d24-splash .img-bomba {
        max-width: 320px !important;
        height: auto;
        width: 100%
    }

    .cyber-main .sz-d24-promo-col {
        flex: 0 0 auto;
        padding: 14px 16px
    }

    .cyber-main .sz-d24-promo-value {
        font-size: 88px;
        letter-spacing: -2px;
        line-height: 88px
    }

    .cyber-main .sz-d24-info-col {
        flex: 0 0 auto;
        flex-direction: column;
        padding: 16px 18px;
        gap: 6px;
        text-align: center;
        display: none
    }

    .cyber-main .sz-d24-name {
        font-size: 16px
    }

    .cyber-main .sz-d24-desc {
        margin-bottom: -10px;
        margin-left: auto;
        padding-right: 30px
    }

    .cyber-main .sz-d24-cta {
        align-self: stretch;
        text-align: center;
        padding: 12px 20px;
        font-size: 13px;
        margin-top: 4px
    }
}

.cyber-main .satisfaccion {
    background: #ededed;
    border-bottom: #e21600 2px solid;
    border-radius: 10px;
    padding: 20px 50px
}

.cyber-main .garantia-section {
    padding: 56px 0;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    text-align: center;
    position: relative
}

.cyber-main .garantia-section p {
    font-size: .92rem;
    color: #343434;
    line-height: 1.65;
    max-width: 690px;
    margin: 0 auto 12px
}

.cyber-main .garantia-stars {
    font-size: 1.1rem;
    color: #e21600;
    margin: 0
}

.cyber-main .garantia-badge {
    font-size: 1.3rem;
    font-weight: 800;
    color: #e21600
}

.cyber-main .sz-marcas {
    border-radius: 16px;
    padding: 10px 0;
    margin-bottom: 0;
    border: 1.5px solid #e4e9f5;
    overflow: hidden
}

.cyber-main .sz-marcas-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%)
}

.cyber-main .sz-marcas-track {
    display: flex;
    gap: 14px;
    width: max-content;
    animation: marcasScroll 35s linear infinite;
    padding-top: 10px
}

.cyber-main .sz-marcas:hover .sz-marcas-track {
    animation-play-state: running
}

@keyframes marcasScroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.cyber-main .sz-marca-card {
    background: #fff;
    border-radius: 12px;
    padding: 22px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: all .2s;
    width: 180px;
    height: 60px;
    flex-shrink: 0
}

.cyber-main .sz-marca-card:hover {
    background: #fff;
    box-shadow: 0 0 0 1px rgba(89, 14, 177, .35), 0 6px 20px rgba(89, 14, 177, .12), 0 2px 6px rgba(0, 0, 0, .05);
    transform: translateY(-3px)
}

.cyber-main .sz-marca-logo {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.cyber-main .sz-marca-logo svg,
.cyber-main .sz-marca-logo img {
    max-height: 100%;
    max-width: 100%
}

@media (max-width:575px) {
    .cyber-main .satisfaccion {
        padding: 20px
    }

    .cyber-main .sz-marcas {
        padding: 24px 0
    }

    .cyber-main .sz-marca-card {
        width: 150px;
        height: 55px;
        padding: 18px
    }
}

.cyber-main .sz-prod-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 9px;
    display: block
}

@media (prefers-reduced-motion:reduce) {
    .cyber-main .sz-deal24-neon-wrap::after {
        animation: none;
        display: none
    }

    .cyber-main .sz-deal24 {
        border: 1.5px solid rgba(255, 255, 255, .35)
    }
}