        .indiana-scroll-container {
            overflow: auto;
        }
        .indiana-scroll-container--dragging {
            scroll-behavior: auto !important;
        }
        .indiana-scroll-container--dragging > * {
            pointer-events: none;
            cursor: -webkit-grab;
            cursor: grab;
        }
        .indiana-scroll-container--hide-scrollbars {
            overflow: hidden;
            overflow: -moz-scrollbars-none;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        .indiana-scroll-container--hide-scrollbars::-webkit-scrollbar {
            display: none !important;
            height: 0 !important;
            width: 0 !important;
            background: transparent !important;
            -webkit-appearance: none !important;
        }
        .indiana-scroll-container--native-scroll {
            overflow: auto;
        }

        .indiana-dragging {
            cursor: -webkit-grab;
            cursor: grab;
        }
        .rfm-marquee-container {
            overflow-x: hidden;
            display: flex;
            flex-direction: row;
            position: relative;
            width: var(--width);
            transform: var(--transform);
        }
        .rfm-marquee-container:hover div {
            animation-play-state: var(--pause-on-hover);
        }
        .rfm-marquee-container:active div {
            animation-play-state: var(--pause-on-click);
        }

        .rfm-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
        }
        .rfm-overlay::before,
        .rfm-overlay::after {
            background: linear-gradient(to right, var(--gradient-color), rgba(255, 255, 255, 0));
            content: "";
            height: 100%;
            position: absolute;
            width: var(--gradient-width);
            z-index: 2;
            pointer-events: none;
            touch-action: none;
        }
        .rfm-overlay::after {
            right: 0;
            top: 0;
            transform: rotateZ(180deg);
        }
        .rfm-overlay::before {
            left: 0;
            top: 0;
        }

        .rfm-marquee {
            flex: 0 0 auto;
            min-width: var(--min-width);
            z-index: 1;
            display: flex;
            flex-direction: row;
            align-items: center;
            animation: scroll var(--duration) linear var(--delay) var(--iteration-count);
            animation-play-state: var(--play);
            animation-delay: var(--delay);
            animation-direction: var(--direction);
        }
        @keyframes scroll {
            0% {
                transform: translateX(0%);
            }
            100% {
                transform: translateX(-100%);
            }
        }

        .rfm-initial-child-container {
            flex: 0 0 auto;
            display: flex;
            min-width: auto;
            flex-direction: row;
            align-items: center;
        }

        .rfm-child {
            transform: var(--transform);
        }

      #nprogress {
        pointer-events: none;
      }
      #nprogress .bar {
        background: #e53935;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
      }
      #nprogress .peg {
        display: block;
        position: absolute;
        right: 0px;
        width: 100px;
        height: 100%;
        box-shadow: 0 0 10px #e53935, 0 0 5px #e53935;
        opacity: 1;
        -webkit-transform: rotate(3deg) translate(0px, -4px);
        -ms-transform: rotate(3deg) translate(0px, -4px);
        transform: rotate(3deg) translate(0px, -4px);
      }
      #nprogress .spinner {
        display: block;
        position: fixed;
        z-index: 1031;
        top: 15px;
        right: 15px;
      }
      #nprogress .spinner-icon {
        width: 18px;
        height: 18px;
        box-sizing: border-box;
        border: solid 2px transparent;
        border-top-color: #e53935;
        border-left-color: #e53935;
        border-radius: 50%;
        -webkit-animation: nprogresss-spinner 400ms linear infinite;
        animation: nprogress-spinner 400ms linear infinite;
      }
      .nprogress-custom-parent {
        overflow: hidden;
        position: relative;
      }
      .nprogress-custom-parent #nprogress .spinner,
      .nprogress-custom-parent #nprogress .bar {
        position: absolute;
      }
      @-webkit-keyframes nprogress-spinner {
        0% {
          -webkit-transform: rotate(0deg);
        }
        100% {
          -webkit-transform: rotate(360deg);
        }
      }
      @keyframes nprogress-spinner {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }
.hNykte {
    position: relative;
    margin: auto;
    width: 100%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    background: rgb(255, 255, 255);
    min-height: 100dvh;
}
.dSgUmm {
    position: sticky;
    top: 0px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    z-index: 10;
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 14px;
    border-bottom: 2px solid rgb(255, 0, 0);
    box-shadow: rgba(150, 150, 150, 0.22) 0.3px 0.5px 0.7px, rgba(150, 150, 150, 0.22) 0.8px 1.6px 2px -0.8px, rgba(150, 150, 150, 0.22) 2.1px 4.1px 5.2px -1.7px, rgba(150, 150, 150, 0.22) 5px 10px 12.6px -2.5px;
}
@media (min-width: 400px) {
    .dSgUmm {
        padding: 0px 14px;
    }
}
.dSgUmm > .top {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    gap: 3px;
}
@media (min-width: 400px) {
    .dSgUmm > .top {
        gap: 10px;
    }
}
@media (min-width: 1080px) {
    .dSgUmm > .top {
        padding-bottom: 0px;
    }
}
.dSgUmm > .top > .top-left {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: calc(2rem + 2vw);
    margin-right: 0.5rem;
}
.hGofBx {
    cursor: pointer;
    height: 30px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: left;
}
img {
    display: block;
    width: 100%;
    height: 100%;
}
.hGofBx img {
    width: 100%;
    object-fit: contain;
    object-position: left center;
    max-width: 120px;
}
@media (min-width: 768px) {
    .hGofBx img {
        max-width: 180px;
    }
}
.dSgUmm > .top > .right {
    place-items: center;
    height: inherit;
    min-height: inherit;
    flex: 1 1 0%;
    display: flex;
    -webkit-box-pack: end;
    justify-content: end;
}
.gHEboC {
    background: inherit;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex: 1 1 0%;
    z-index: 999999 !important;
}
.bOJBKU {
    display: flex;
    position: relative;
    flex-direction: row;
    cursor: pointer;
    gap: 0.4em;
    -webkit-box-align: center;
    align-items: center;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
    padding: 0px;
}
.bOJBKU a {
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1rem;
    transition: 250ms;
    font-weight: 400;
    white-space: nowrap;
    background: transparent;
}
.bOJBKU > span {
    color: rgb(217, 217, 217);
}
ul[class], ol[class], button, a {
    border: none;
    text-decoration: none;
}
a, button {
    cursor: pointer;
}
.dAEeXJ {
    display: flex;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 1rem;
}
@media screen and (max-width: 1024px) {
    .dAEeXJ {
        display: none;
    }
}
.dAEeXJ > div > a {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-legal);
    transition: 250ms;
    text-align: center;
    white-space: nowrap;
    position: relative;
    padding: 0.5rem;
    color: rgb(0, 0, 0);
}
.dAEeXJ > div > a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: rgb(255, 0, 0);
    bottom: 0px;
    left: 0px;
    transition: 250ms;
}
.dAEeXJ > div > a:hover, .dAEeXJ > div > a.active {
    color: rgb(255, 0, 0);
    opacity: 1;
}
.dAEeXJ > div > a:hover::after, .dAEeXJ > div > a.active::after {
    width: 100%;
}
.evPJBA {
    background: rgb(255, 255, 255);
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.jutatr.jutatr {
    height: 30px;
    background: rgb(237, 28, 36);
    border-top: 2px solid rgb(241, 75, 82);
    border-bottom: 2px solid rgb(241, 75, 82);
    box-shadow: rgba(84, 3, 3, 0.34) 0.3px 0.5px 0.7px, rgba(84, 3, 3, 0.34) 0.4px 0.8px 1px -1.2px, rgba(84, 3, 3, 0.34) 1px 2px 2.5px -2.5px;
}
.gAMPDW {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    padding: 14px;
}
@media (min-width: 768px) {
    .gAMPDW {
        flex-direction: row-reverse;
        -webkit-box-pack: center;
        justify-content: center;
        width: auto;
        gap: calc(2rem + 5vw);
    }
}
@media (min-width: 1080px) {
    .gAMPDW {
        padding: 14px;
    }
}
.kYVBEF {
    display: grid;
    gap: 2rem 1rem;
    max-width: 380px;
    margin: auto;
}
.ljzbOD {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    width: 100%;
    max-width: 360px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    grid-column: span 2;
    margin-right: auto !important;
}
.ljzbOD > .LogoAppsStyled__title {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    gap: 0.2rem;
    -webkit-box-pack: center;
    justify-content: center;
}
.ljzbOD > .LogoAppsStyled__title > p {
    text-align: center;
    color: var(--b-negro);
}
.bMDdCi {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    gap: 0.2rem;
    grid-column: span 2;
}
.bMDdCi .CaptionsTopWrapperS__title {
    text-transform: uppercase;
}
.jMKSuM {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.jMKSuM a {
    flex: 1 1 0%;
    display: flex;
    padding: 0.3rem;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    transition: 150ms;
}
.jMKSuM a > img, .jMKSuM a > svg {
    filter: grayscale(100%) opacity(80%);
    width: 100%;
    height: initial;
    transition: 150ms;
    max-width: 50px;
}
.evakrR {
    grid-column: span 2;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    -webkit-box-align: center;
    align-items: center;
}
.bkkbyV {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    max-width: 90px;
    gap: 10px;
}
.bkkbyV > img {
    max-width: 60px;
    pointer-events: none;
}
.bkkbyV .text__certification {
    font-family: Gilroy;
    font-size: 8px;
    text-align: center;
}
.bxkJKy {
    background-color: rgb(66, 66, 66);
    border-radius: 0.7rem;
    padding: 0.7rem;
    max-width: 80px;
    aspect-ratio: 1 / 1;
    max-height: 80px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.bxkJKy span {
    font-size: 3rem;
    font-weight: 400;
    color: white;
}
.bxkJKy span:nth-of-type(2) {
    font-size: 2rem;
}
.iWKYH {
    gap: 3rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.iWKYH > .libro {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}
.iWKYH > .libro img {
    max-width: 120px;
}
.iGFuTT {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media (min-width: 768px) {
    .iGFuTT {
        flex-direction: row;
    }
}
.kfbpY {
    flex: 1 1 0%;
    padding-right: 10px;
}
.kfbpY p {
    font-weight: 700;
    font-size: 1rem;
    min-height: 30px;
    color: rgb(0, 0, 0);
}
@media (min-width: 1080px) {
    .kfbpY p {
        font-size: 1.1rem;
    }
}
.cOQIGz {
    margin-top: 0.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.cOQIGz a {
    font-size: 1rem;
    transition: 250ms;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, 0.7);
}
.kfbpY {
    flex: 1 1 0%;
    padding-right: 10px;
}
.kfbpY:not(:first-of-type) {
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    padding-left: 10px;
}
.kfbpY p {
    font-weight: 700;
    font-size: 1rem;
    min-height: 30px;
    color: rgb(0, 0, 0);
}
@media (min-width: 1080px) {
    .kfbpY p {
        font-size: 1.1rem;
    }
}
.cOQIGz {
    margin-top: 0.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.cOQIGz a {
    font-size: 1rem;
    transition: 250ms;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, 0.7);
}
.kfbpY {
    flex: 1 1 0%;
    padding-right: 10px;
}
.kfbpY:not(:first-of-type) {
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    padding-left: 10px;
}
.kfbpY p {
    font-weight: 700;
    font-size: 1rem;
    min-height: 30px;
    color: rgb(0, 0, 0);
}
@media (min-width: 1080px) {
    .kfbpY p {
        font-size: 1.1rem;
    }
}
.cOQIGz {
    margin-top: 0.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.cOQIGz a {
    font-size: 1rem;
    transition: 250ms;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, 0.7);
}
.bgGRJk {
    position: relative;
    display: flex;
    flex-direction: column;
}
.bWMevv {
    display: grid;
    grid-template-columns: 1fr 1.5rem auto;
    gap: 1rem;
}
.dzkCSz {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.bWMevv h1.MorePromotions__title {
    font-size: clamp(16px, 2.5vw, 25px);
    font-weight: 500;
    /* text-transform: lowercase; */
    position: relative;
    letter-spacing: 0px;
    display: block;
    color: rgb(0, 0, 0);
    transition: 200ms;
}
.bWMevv h1.MorePromotions__title.haveHref::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: rgb(0, 0, 0);
    bottom: 0px;
    left: 0px;
    transition: 250ms;
}
.czOjdK.czOjdK {
    box-shadow: none;
    text-transform: capitalize;
    background: rgb(243, 213, 213);
    color: rgb(255, 0, 0);
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    transition: 250ms;
    font-weight: 500;
    white-space: nowrap;
    animation-name: none;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
.cxzZnQ {
    position: relative;
}
.cjUaRS {
    position: relative;
    display: flex;
    gap: 1rem;
    min-width: 100%;
    padding: 14px;
    width: calc(100% + 28px);
    right: 14px;
    overflow: auto;
}
.dRgCWh {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-radius: 12px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
    flex: 1 0 40%;
    max-width: 220px;
    cursor: pointer;
}
.dRgCWh > .MorePromotion__image {
    overflow: hidden;
    aspect-ratio: 1 / 1.335;
    position: relative;
}
.dRgCWh > .MorePromotion__image img {
    object-fit: cover;
    transition: 250ms;
}
.cZogqk {
    padding: calc(-4px + 1rem);
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.5rem;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px, rgba(0, 0, 0, 0.08) 0px 0px 1px;
    transition: 200ms;
    z-index: 1;
    display: grid;
    grid-template-columns: 100%;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgb(255, 0, 0);
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
}
.eqdaKK {
    position: absolute;
    bottom: 0px;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    text-transform: capitalize;
    width: 90%;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: 250ms, opacity 100ms;
    opacity: 0;
}
.gzXSsV {
    height: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: 300ms;
    position: absolute;
    inset: 0px 0px 0px -100%;
    z-index: 2;
}
.OlfUP {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    transition: 300ms;
}
.dRgCWh > .MorePromotion__image::after {
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.886), transparent);
    z-index: 1;
    opacity: 0;
    transition: 250ms;
}
.dRgCWh:hover > .MorePromotion__image img {
    transform: scale(1.2);
}
.dRgCWh:hover .button-at-hover-juega-aqui {
    bottom: 5px;
    opacity: 1;
    z-index: 2;
    border-radius: 4px;
    transform: translateX(-50%);
    text-transform: capitalize;
}
.dRgCWh:hover > .MorePromotion__image::after {
    opacity: 1;
}
.dRgCWh > .MorePromotion__content {
    flex: 0 1 0%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 5px 15px 15px;
    gap: 8px;
    cursor: pointer;
}
.dRgCWh > .MorePromotion__content > div.MorePromotion__contentTop {
    font-weight: 500;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.9);
}
.dRgCWh > .MorePromotion__content > div.MorePromotion__contentBottom {
    color: rgba(0, 0, 0, 0.7);
    -webkit-box-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.8rem;
    display: block;
}
.bWMevv h1.MorePromotions__title.haveHref:hover::after {
    width: 100%;
}
.gwxzLL {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0px 14px;
    margin-top: 1rem;
}
.ckYbLR.ckYbLR {
    z-index: 0;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
    padding: 2rem 1rem;
    width: min(100%, 600px + 1vw);
    margin: auto;
}
@media (min-width: 1080px) {
    .ckYbLR.ckYbLR {
        padding: 4rem 1rem;
    }
}
.kGqHGJ.text {
    margin: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: min-content;
}
.kGqHGJ.text h1.fijo,
.kGqHGJ.text h2.fijo {
    position: relative;
    margin: auto;
    color: transparent;
    opacity: 1;
    color: #000;
    white-space: nowrap;
}
.kGqHGJ.text h1.fijo, .kGqHGJ.text div.abs,
.kGqHGJ.text h2.fijo, .kGqHGJ.text div.abs {
    font-size: clamp(20px, 4vw, 45px);
    font-weight: 600;
    white-space: nowrap;
    transform: scaleY(1.1);
}
@media (min-width: 1080px) {
    .kGqHGJ.text h1.fijo, .kGqHGJ.text div.abs,
    .kGqHGJ.text h2.fijo, .kGqHGJ.text div.abs {
        font-weight: 700;
    }
}
.gnJxZz {
    font-size: 1.1rem;
    text-align: center;
    padding: 0.5rem;
    max-width: 900px;
    color: rgba(0, 0, 0, 0.7);
}
.gnJxZz > span {
    color: rgb(255, 0, 0);
    font-weight: 500;
}
.dpvFMb {
    padding: 0.8rem 2rem;
    text-transform: uppercase;
    outline: rgb(255, 0, 0) solid 1px;
    background: transparent;
    color: rgb(255, 0, 0);
    font-weight: 500;
    border-radius: 0.7rem;
    font-size: 13px;
    line-height: 1;
    transition: 100ms;
    position: relative;
    overflow: hidden;
    min-width: 240px;
    text-align: center;
}
@media screen and (min-width: 1024px) {
    ._ScrollContainerClassName_9gw73_15 {
        display: none;
    }
}