    * {
        height: auto;
    }

    /* NAV */

    .fixedNav {
        width: 102%;
        top: 0px !important;
        left: 0px;
        position: fixed;
        overflow: hidden !important;
        z-index: 999;
    }

    .creditoStickyMenu {
        background: rgba(29, 37, 54, 1);
        padding-top: 15px;
        padding-bottom: 16px;
        padding-top: 0.9rem;
    }

    .creditoStickyMenu .logoDeliveryContainer {
        display: flex;
        align-items: center;
    }

    .creditoStickyMenu .logoDeliveryContainer figure {
        margin-bottom: 0;
    }

    .creditoStickyMenu .logoDeliveryContainer figure img {
        max-width: 163px;
        margin-left: 70px;
    }

    .creditoStickyMenu .logoDeliveryContainer figure img.logoRestaurantes {
        max-width: 252px;
        margin-left: 145px;
        /* width: 100%;*/
    }

    .creditoStickyMenu .menuDelivery ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 0;
        list-style: none;
    }

    .creditoStickyMenu .menuDelivery ul li {
        margin-right: 32px;
    }

    .creditoStickyMenu .menuDelivery ul li:last-child {
        margin-right: 0;
    }

    .creditoStickyMenu .menuDelivery ul li a {
        color: rgba(245, 245, 245, 1);
        font-size: 13px;
    }

    .creditoStickyMenu .menuDelivery ul li a.generalButton {
        padding: 7px 53px !important;
        font-size: 14px;
    }

    /*Mobile Menu*/
    .mobileMenuDeliveryContainer {
        width: 100%;
        position: fixed;
        z-index: 10000;
        height: auto;
        left: 0;
        top: 0;
    }

    .mobileMenuDelivery {
        width: 100%;
        background: rgba(30, 30, 40, 1);
        height: 100vh;
        padding-top: 2rem;
    }

    .closeMenuDelivery {
        text-align: right;
    }

    .closeMenuDelivery a:after {
        display: none;
    }

    .closeMenuDelivery a span {
        color: rgba(245, 245, 245, 1);
        font-size: 20px;
        margin-right: 16px;
        font-size: 29px;
    }

    .mobileMenuDelivery ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobileMenuDelivery ul li {
        border-bottom: rgba(245, 245, 245, 1) solid 1px;
    }

    .mobileMenuDelivery ul li:last-child {
        border-bottom: 0;
        display: flex;
        justify-content: center;
        padding-top: 2rem;
    }

    .mobileMenuDelivery ul li a:after {
        display: none;
    }

    .mobileMenuDelivery ul li a {
        color: rgba(245, 245, 245, 1);
        display: block;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 15px;
    }

    .mobileMenuDelivery ul li a:hover {
        background: rgba(245, 245, 245, 0.25);
    }

    /*Mobile Menu*/

    /* Estilos generales */

    .fixMargin {
        margin-right: -15px;
        margin-left: -15px;
    }

    .text-azul {
        color: rgba(48, 63, 90, 1);
    }

    .bg-azul {
        background: rgba(48, 63, 90, 1);
    }

    .bg-nigth {
        background: rgba(74, 86, 109, 1);
    }

    .text-nigth {
        color: rgba(74, 86, 109, 1)
    }

    .headerAddressable {
        padding-top: 215px;
        background-image: url(/assets/img/nuevos/addressable/hero-addressable.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 0;
        position: relative;
    }

    .tituloHeader {
        font-size: 32px;
        font-weight: 800;
        line-height: 39.01px;
        letter-spacing: -2px;
        text-align: left;
        color: rgba(48, 63, 90, 1);
        text-transform: uppercase;
    }

    .subtitituloHeader {
        font-family: Montserrat;
        font-size: 40px;
        font-weight: 900;
        line-height: 48px;
        letter-spacing: -1.5px;
        text-align: left;

        color: rgba(48, 63, 90, 1);
    }

    .subtitituloHeader span {
        color: rgba(255, 81, 168, 1);
    }

    .textoHeader {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
        color: rgba(48, 63, 90, 1);
    }

    .textoHeader span {
        font-weight: 700;
        background: linear-gradient(90deg, #FF9EBC -0.06%, #F632FA 99.94%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .span-1 {
        font-weight: 700;
        background: linear-gradient(135deg, #FF7676 0%, #F54EA2 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .boton-azul {
        padding: 8px 24px 8px 24px;
        border-radius: 96px;
        background: rgba(26, 136, 255, 1);
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;

    }

    .boton-blanco {
        padding: 10px 18px 10px 18px;
        gap: 8px;
        border-radius: 96px;
        background: rgba(229, 242, 255, 1);
        color: rgba(26, 136, 255, 1);
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        text-align: left;

    }

    .tv-fondo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    .degradadoRosa {
        background: linear-gradient(135deg, #622774 0%, #C53364 100%);
        padding: 50px 0 0;
    }

    .degradadoRosa2 {
        background: linear-gradient(135deg, #F54EA2 0%, #FF7676 100%);
        padding: 30px 0;
    }

    .degradadoMorade2 {
        background: linear-gradient(135deg, #7117EA 0%, #EA6060 100%);
        padding: 30px 0;
    }

    .titulo {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        text-align: left;
    }

    .parrafo-14 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
    }

    .parrafo-16 {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
    }

    #videoProgramatica {
        position: absolute;
        top: 29%;
        right: 0;
        max-width: 78%;
        max-height: 51%;
        min-height: 51%;
        min-width: 78%;
        object-fit: cover;
        z-index: 1;
    }

    .cardInformacion {
        padding: 16px;
        margin: 24px 0;
        border-radius: 24px;
        border: 2px solid rgba(234, 239, 251, 1);
        background: rgba(252, 252, 254, 1);
        box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
        max-width: 224px;
        min-width: 224px;
        max-height: 140px;
        min-height: 140px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .cardInformacion p {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        margin-bottom: .25rem;
    }

    .cardInformacion img {
        width: 48px;
        margin-bottom: 10px;
    }

    .cardCarousel-1 {
        background: linear-gradient(135deg, #622774 0%, #C53364 100%);
        max-width: 328px;
        height: 222px;
        padding: 16px 12px 16px 12px;
        border-radius: 16px;
        border: 2px solid rgba(234, 239, 251, 1);
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5px;
        margin-bottom: 15px;
    }

    .cardCarousel-1 img {
        width: auto !important;
        height: 100%;
        position: absolute;
        left: 0px;
        bottom: 0;
        border-radius: 16px;
    }

    .tituloCard-1 {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        padding-left: 15px;
        margin-bottom: 5px;
    }

    .textoCard-1 {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-align: left;
        padding-left: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 6;
    }

    .cardDsp {
        max-width: 296px;
        height: 168.25px;
        padding: 20px 16px 20px 16px;
        border-radius: 24px;
        background: rgba(252, 252, 254, 1);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 15px 5px;
    }

    .cardDsp img {
        width: 180px;
        margin-bottom: 10px;
    }

    .textoDsp {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        text-align: center;
        color: rgba(119, 141, 182, 1);
    }

    .cardReportes {
        background: rgba(41, 50, 70, 1);
        border-radius: 24px;
        padding: 32px 24px 32px 24px;
        border-radius: 24px;
        padding-bottom: 12rem;

    }

    .tituloReportes {
        font-size: 28px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: -0.5px;
        text-align: left;
    }

    .font-500 {
        font-weight: 500;

    }

    .cardCarousel-2 {
        max-width: 176px;
        height: 236px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 1);
        border: 2px solid rgba(219, 236, 255, 1);
        box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.16);
        margin: 15px 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        padding: 10px;
    }

    .textoCard-2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
        background: linear-gradient(135deg, #F54EA2 0%, #FF7676 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        padding: 0 10px;
    }

    .textoCard-2 span {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: rgba(48, 63, 90, 1);
    }

    .contenedorReportes {
        margin-top: -54%;
    }

    .cardSegmentacion {
        margin: 15px 0;
        max-width: 400px;
        max-height: 486px;
    }

    .cardSegmentacion img {
        width: 100%;
        border-radius: 24px 24px 0px 0px;
    }

    .cardSegmentacion div:nth-child(2) {
        padding: 24px 20px 24px 20px;
        border-radius: 0px 64px 24px 24px;
        margin-top: -15%;
        background-color: rgba(255, 255, 255, 1);
        position: relative;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
        display: flex;
        flex-direction: column;

    }

    .containerBoton {
        display: flex;
        justify-content: end;
        margin: 10px 0;
    }

    .tituloSegmentacion {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
        margin-bottom: 20px;
    }

    .textoSegmentacion {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-align: left;
        color: rgba(48, 63, 90, 1);
    }

    .color-olimpicos {
        background: linear-gradient(270deg, #198AFF 0%, #1CBEDE 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .color-vacaciones {
        background: linear-gradient(135deg, #7117EA 0%, #EA6060 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .containerTvM {
        width: 273px;
        height: 88px;
        padding: 8px;
        border-radius: 0px 24px 24px 0px;
        background: linear-gradient(94.93deg, rgba(29, 29, 34, 0.48) 84.66%, rgba(29, 29, 34, 0.454458) 102.14%, rgba(29, 29, 34, 0.06) 111.33%),
            linear-gradient(94.93deg, rgba(29, 29, 34, 0.48) 84.66%, rgba(29, 29, 34, 0.454458) 102.14%, rgba(29, 29, 34, 0.06) 111.33%);
        border: 1px solid;
        border-image: linear-gradient(135deg, #F54EA2 0%, #FF7676 100%);
        border-image-slice: 1;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .5);
        position: absolute;
        top: 34%;
        left: -1px;
        display: flex;
        flex-direction: column;
        align-items: end;
        z-index: 1;
    }

    .containerTvM::before {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        border-radius: 0px 24px 24px 0px;
        padding: 1px;
        /* Adjust as necessary */
        background: linear-gradient(135deg, #F54EA2 0%, #FF7676 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: destination-out;
        /* Safari mask fix */
        mask-composite: exclude;
        /* CSS Compositing Level 1 mask fix */
        pointer-events: none;
        /* Ensure the pseudo-element doesn't interfere with clicks */
    }


    .containerTvM a {
        padding: 10px 18px 10px 18px;
        border-radius: 96px;
        background: transparent;
        color: white;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        text-align: left;
    }

    .containerTvM a:hover {
        background: rgba(229, 242, 255, 1);
        color: rgba(26, 136, 255, 1);
    }

    .containerTvM div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .containerTvM div img {
        width: 48px;
        margin-right: 10px;
    }

    .containerTvM div p {
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        text-align: left;
        background: linear-gradient(135deg, #F54EA2 0%, #FF7676 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .relative {
        position: relative;
    }

    .cardMensaje {
        /*ANTES
        width: 212px;
        height: 252px;*/
        
        padding: 8px;
        border-radius: 16px;
        margin: 15px auto;
    }

    .cardMensaje img {
        border-radius: 16px;
        width: 100%;
    }

    .cardMensaje p {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        color: rgba(255, 255, 255, 1);
        padding-top: 10px;
    }

    .dg-rosa {
        background: linear-gradient(90deg, #F632FA -0.06%, #FF9EBC 99.94%);
    }

    .dg-azul {
        background: linear-gradient(270deg, #1CBEDE 0%, #198AFF 100%);
    }

    .dg-verde {
        background: linear-gradient(135deg, #42E695 0%, #3BB2BB 100%);
    }

    .dg-naranja {
        background: linear-gradient(135deg, #FCE38A 0%, #F38181 100%);
    }

    .containerCpm {
        position: relative;
        max-width: 328px;
        height: 124px;
        padding: 12px 8px 4px 8px;
        border-radius: 20px;
        background: linear-gradient(51.01deg, rgba(255, 255, 255, 0.8) 61.75%, rgba(255, 255, 255, 0.75743) 90.1%, rgba(255, 255, 255, 0.1) 118.15%);
        margin: 0 auto;
        margin-top: -15%;
        z-index: 1;
        display: flex;
        align-items: center;
    }

    .containerCpm::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        border-radius: 20px;
        background: linear-gradient(270deg, #1CBEDE 0%, #198AFF 100%);
        z-index: -1;
        /* Ensure the pseudo-element is behind the content */
        padding: 2px;
        /* Adjust to fit the actual border size */
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: destination-out;
        /* Safari mask fix */
        mask-composite: exclude;
        /* CSS Compositing Level 1 mask fix */
        pointer-events: none;
        /* Ensure the pseudo-element doesn't interfere with clicks */
    }

    .containerCpm p {
        font-size: 28px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: -0.5px;
        text-align: center;
        background: linear-gradient(355.14deg, #64D3FF 1.96%, #223EE5 73.98%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .cardCarousel-3 {
        /* Color de fondo del contenido */
        max-width: 328px;
        height: 222px;
        padding: 16px 12px 16px 12px;
        border-radius: 16px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
        position: relative;
        display: grid;
        align-items: center;
        margin: 5px;
        margin-bottom: 20px;
    }

    .cardCarousel-rosa {
        background: var(--degradados-turmalina, linear-gradient(135deg, #F54EA2 0%, #FF7676 100%));
    }

    .cardCarousel-rosa::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 16px;
        /* Match the border-radius of the container */
        padding: 2px;
        /* Adjust to fit the actual border size */
        background: linear-gradient(135deg, #FCE38A 0%, #F38181 100%);
        mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: destination-out;
        mask-composite: exclude;
        /* CSS Compositing Level 1 mask fix */
        pointer-events: none;
        /* Ensure the pseudo-element doesn't interfere with clicks */
    }

    .cardCarousel-morado {
        background: var(--degradados-espinela, linear-gradient(135deg, #65799B 0%, #5E2563 100%));
        border: var(--2px, 2px) solid var(--day-normal, #EAEFFB);
    }

    .cardCarousel-morado::before {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        border-radius: 16px;
        /* Match the border-radius of the container */
        padding: 2px;
        /* Adjust to fit the actual border size */
        background: #EAEFFB;
        mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: destination-out;
        mask-composite: exclude;
        /* CSS Compositing Level 1 mask fix */
        pointer-events: none;
        /* Ensure the pseudo-element doesn't interfere with clicks */
    }

    .cardCarousel-azul {
        border: var(--2px, 2px) solid var(--degradados-totalplay, #1CBEDE);

        background: var(--complementary-night-dark-active, #1D2536);
    }

    .cardCarousel-azul::before {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        border-radius: 16px;
        /* Match the border-radius of the container */
        padding: 2px;
        /* Adjust to fit the actual border size */
        background: #1CBEDE;
        mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: destination-out;
        mask-composite: exclude;
        /* CSS Compositing Level 1 mask fix */
        pointer-events: none;
        /* Ensure the pseudo-element doesn't interfere with clicks */
    }

    .cardCarousel-3 img {
        width: auto !important;
        height: 100%;
        position: absolute;
        left: 0px;
        bottom: 0;
        border-radius: 16px;
    }

    .tituloCard-3-1 {
        font-size: 16px;
        font-weight: 800;
        line-height: 19px;
        text-align: left;
        padding-left: 15px;
        margin-bottom: 5px;
    }

    .tituloCard-3 {
        font-size: 19px;
        font-weight: 600;
        line-height: 19px;
        text-align: left;
        padding-left: 15px;
        text-wrap: nowrap;
    }

    .tituloCard-3-1 span {
        font-size: 33px;
    }

    .textoCard-3 {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-align: left;
        padding-left: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
    }

    .newsletter {
        background: rgba(234, 239, 251, 1);
        padding: 70px 0 70px 0;
    }


    /*FAQS*/
    .appFaqs {
        background: #fff;
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .appFaqs .appFaqsTitles {
        text-align: left;
    }

    .appFaqs .appFaqsTitles h1 {
        color: var(--night-dark, #303F5A);
        font-feature-settings: 'clig' off, 'liga' off;

        /* heading/heading-sm/bold28 */
        font-family: Montserrat;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        /* 128.571% */
        letter-spacing: -0.5px;
    }

    .appFaqs .faqsContainer .card {
        margin-bottom: 16px;
        background: #f5f5f5;
        border: none;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .appFaqs .faqsContainer .card .card-header {
        border: none;
        background: rgba(241, 244, 252, 1);
    }

    .appFaqs .faqsContainer .card .card-header h2 button {
        color: #3b4559 !important;
        font-weight: 600;
        font-size: 1.25rem;
    }

    .appFaqs .faqsContainer .card .card-header h2 button:focus,
    .appFaqs .faqsContainer .card .card-header h2:focus {
        outline: none;
    }

    .appFaqs .faqsContainer .card .card-body {
        color: #3b4559;
        font-weight: 300;
        font-size: 1.125rem;
        background-color: #fcfcfe !important;
    }

    .appFaqs .faqsContainer .card .card-body p {
        margin-bottom: 10px;
        padding-left: 12px;
    }

    .appFaqs .faqsContainer .card .card-body ol li,
    .appFaqs .faqsContainer .card .card-body ul li {
        margin-bottom: 10px;
    }

    .appFaqs .faqsContainer .card .card-body a {
        font-size: 1.125rem;
    }

    .appFaqs .faqsContainer .card .card-body a:after {
        display: none;
    }

    .appFaqs .faqsContainer .card .card-body ol,
    .appFaqs .faqsContainer .card .card-body ul {
        padding-left: 2rem;
    }

    .appFaqs .faqsContainer .card .card-header h2 button.collapsed:after {
        /*font-family: totalplayicons;
    */
        font-family: "Material Icons" !important;
        content: "\e5ce" !important;
        color: #474747 !important;
        float: right;
        transform: rotate(90deg);
        font-size: 0.75rem;
        position: relative;
        top: 8px;
    }

    .appFaqs .faqsContainer .card .card-header h2 button:after {
        content: "\e5ce" !important;
        font-family: "Material Icons" !important;
        color: #1988ff;
        float: right;
        font-size: 0.75rem;
        transform: rotate(180deg);
        position: relative;
        top: 8px;
    }

    .appFaqs {
        background: #ffffff !important;
        padding-top: 60px;
        padding-bottom: 50px;
        margin-right: -15px !important;
    }

    .appFaqs .appFaqsTitles {
        color: var(--night-dark, #303F5A);
        font-feature-settings: 'clig' off, 'liga' off;

        /* heading/heading-sm/bold28 */
        font-family: Montserrat;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        /* 128.571% */
        letter-spacing: -0.5px;
    }

    .appFaqs .appFaqsTitles h1 {
        font-size: 1.75rem;
        line-height: 34px;
        font-weight: 300;
        margin-bottom: 24px;
    }

    .appFaqs .faqsContainer .card {
        margin-bottom: 16px;
        border-radius: 16px;
        border: 1px solid var(--complementary-day-light-active, #f1f4fc);
        background: var(--day-light, #fcfcfe);
        /* elevation/light/rest */
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.04);
    }

    .appFaqs .faqsContainer .card .card-header {
        background: #fcfcfe !important;
    }

    .appFaqs .faqsContainer .card .card-header h2 button {
        color: #3b4559;
        font-size: 18px !important;
    }

    .appFaqs .faqsContainer .card .card-header h2 button:focus,
    .appFaqs .faqsContainer .card .card-header h2:focus {
        outline: none;
    }

    .appFaqs .faqsContainer .card .card-body {
        color: #3b4559;
        font-weight: 300;
        font-size: 1.125rem;
    }

    .appFaqs .faqsContainer .card .card-body p {
        color: #3c486f !important;
        margin-bottom: 10px;
        padding-left: 12px;
    }

    .appFaqs .faqsContainer .card .card-body ol li,
    .appFaqs .faqsContainer .card .card-body ul li {
        margin-bottom: 10px;
    }

    .appFaqs .faqsContainer .card .card-body a {
        font-size: 1.125rem;
    }

    .appFaqs .faqsContainer .card .card-body a:after {
        display: none;
    }

    .appFaqs .faqsContainer .card .card-body ol,
    .appFaqs .faqsContainer .card .card-body ul {
        padding-left: 2rem;
    }

    .appFaqs .faqsContainer .card .card-header h2 button.collapsed:after {
        color: #8a8a8a;
        float: right;
        transform: rotate(90deg);
        font-size: 1.2rem;
        position: relative;
        top: 8px;
    }

    .appFaqs .faqsContainer .card .card-header h2 button:after {
        content: "\e5ce" !important;
        font-family: "Material Icons" !important;
        color: #8a8a8a !important;
        float: right;
        font-size: 1.2rem;
        transform: rotate(180deg);
        position: relative;
        top: 0px !important;
    }

    .mb-0 {
        margin-left: -14px !important;
    }

    .card-header {
        padding: 0.35rem 1.25rem !important;
    }

    .appFaqs .faqsContainer .card {
        margin-bottom: 23px;
        border-radius: 19px !important;
    }

    /*Faqs*/

    .flex-column {
        flex-direction: column !important;
    }

    .boton-blanco-1 {
        padding: 8px 16px 8px 16px;
        border-radius: 96px;
        background: rgba(229, 242, 255, 1);
        color: rgba(26, 136, 255, 1);
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
        text-align: left;
        max-width: 168px;
        margin-top: 15px;
    }

    .cardPasos {
        max-width: 296px;
        height: 168.25px;
        padding: 20px 16px 20px 16px;
        border-radius: 24px;
        background: rgba(252, 252, 254, 1);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 15px auto;
    }

    .numeroCardPasos-1 {
        font-size: 80px;
        font-weight: 700;
        line-height: 75px;
        text-align: center;
        background: linear-gradient(270deg, #1CBEDE 0%, #198AFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .tituloCardPasos-1 {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
        background: linear-gradient(270deg, #1CBEDE 0%, #198AFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        margin-bottom: 10px;
    }

    .numeroCardPasos-2 {
        font-size: 80px;
        font-weight: 700;
        line-height: 75px;
        text-align: center;
        background: linear-gradient(135deg, #F54EA2 0%, #FF7676 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .tituloCardPasos-2 {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
        background: linear-gradient(135deg, #F54EA2 0%, #FF7676 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        margin-bottom: 10px;
    }

    .numeroCardPasos-3 {
        font-size: 80px;
        font-weight: 700;
        line-height: 75px;
        text-align: center;
        background: linear-gradient(135deg, #622774 0%, #C53364 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .tituloCardPasos-3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
        background: linear-gradient(135deg, #622774 0%, #C53364 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        margin-bottom: 10px;
    }

    .numeroCardPasos-4 {
        font-size: 80px;
        font-weight: 700;
        line-height: 75px;
        text-align: center;
        background: linear-gradient(90deg, #F632FA -0.06%, #FF9EBC 99.94%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .tituloCardPasos-4 {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
        background: linear-gradient(90deg, #F632FA -0.06%, #FF9EBC 99.94%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        margin-bottom: 10px;
    }

    .textoCardPasos {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
        color: rgba(48, 63, 90, 1);
    }

    .textoNewsletter {
        color: var(--Primary-100, #3B4559);
        font-feature-settings: 'clig' off, 'liga' off;

        /* body/body-md (base)/medium16 */
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
        /* 150% */
    }

    .subtituloNewsletter {
        color: var(--Primary-100, #3B4559);
        font-feature-settings: 'clig' off, 'liga' off;

        /* body/body-md (base)/bold16 */
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        /* 150% */
        text-align: left;
    }

    .form-control {
        border-radius: var(--24px, 24px);
        border: 1px solid var(--day-normal, #EAEFFB);
        background: var(--system-white, #FFF);
    }

    .btn-Newsletter {
        border-radius: var(--96px, 96px) !important;
        background: var(--primary-normal, #1A88FF) !important;
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.04) !important;
        color: var(--day-light, #FCFCFE);
        font-feature-settings: 'clig' off, 'liga' off;
        /* heading/heading-xxs/semibold20 */
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        width: 100%;
    }

    label {
        color: var(--night-normal, #4A566D);
        font-feature-settings: 'clig' off, 'liga' off;

        /* heading/heading-xxs/medium20 */
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        text-align: left;
        /* 140% */
    }

    .form-group {
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
    }

    .cardAnunciantes {
        width: 215px;
        height: 124px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: var(--8px, 8px);
        background: var(--system-white, #FFF);
        box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
        margin: 0px 5px 20px;
    }

    .cardAnunciantes img {
        width: 110px !important;
        padding: 10px;
    }

    .slider {
        width: 100%;
        overflow: hidden;
    }

    .slide-track-left {
        display: flex;
        animation-name: scrollLeft;
        /* Usar el nombre de la animación */
        animation-duration: 15s;
        /* Duración de la animación */
        animation-timing-function: linear;
        /* Función de temporización */
        animation-iteration-count: infinite;
        /* Repetir infinitamente */
        width: calc(215px * 15);
    }


    @keyframes scrollLeft {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-215px * 7));
        }

        /* Ajusta el valor para que coincida con el ancho de una sola tarjeta */
    }

    .slide-track-right {
        display: flex;
        animation-name: scrollRight;
        /* Usar el nombre de la animación */
        animation-duration: 15s;
        /* Duración de la animación */
        animation-timing-function: linear;
        /* Función de temporización */
        animation-iteration-count: infinite;
        /* Repetir infinitamente */
        width: calc(215px * 18);
    }


    @keyframes scrollRight {
        0% {
            transform: translateX(calc(-215px * 9));
            /* Iniciar desde la izquierda */
        }

        100% {
            transform: translateX(0);
            /* Mover hacia la derecha */
        }

        /* Ajusta el valor para que coincida con el ancho de una sola tarjeta */
    }

    .amazon {
        background-color: white;
    }

    .uber {
        background-color: black;
    }

    .kia {
        background-color: white;
    }

    .sanofi {
        background-color: white;
    }

    .coca {
        background: #F40000;
    }

    .liverpool {
        background: #D3008B;
    }

    .hersheys {
        background: #43141A;
        ;
    }

    .bbva {
        background: linear-gradient(180deg, #09487E -45.65%, #003882 99.87%);
    }

    .cinepolis {
        background: #1C5DB1;
    }

    .johnson {
        background: white;
    }

    .banamex {
        background: linear-gradient(180deg, #01ABD6 -15.45%, #003882 100%);
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        width: var(--24px, 24px);
        flex-shrink: 0;
        border-radius: 100px;
        background: #221362 !important;
    }

    .text-center-sm {
        text-align: center;
    }

    .cardsDsp {
        margin: 0 auto;
    }

    .font-400 {
        font-weight: 400;
    }

    @media (min-width: 768px) {
        .my-md-5 {
            margin-top: 3rem !important;
            margin-bottom: 3rem !important;
        }

        .mt-md-3 {
            margin-top: 1rem !important;
        }

        .mt-md-5 {
            margin-top: 2rem !important;
        }

        .lh-20 {
            line-height: 20px;
        }

        .parrafo-15-md {
            font-size: 15px;
        }

        .parrafo-14-md {
            font-size: 14px;
        }

        .text-left-md {
            text-align: left;
        }

        .headerAddressable {
            padding-top: 250px;
            background-image: url(/assets/img/nuevos/addressable/fondoHeader1.png);
        }

        .tituloHeader {
            font-size: 40px;
        }

        .subtitituloHeader {
            font-size: 56px;
            margin-bottom: 15px;
        }

        .titulo {
            font-size: 28px;
            line-height: 36px;
        }

        .tv-fondo {
            margin-top: 0;
        }

        .tv-fondo img {
            max-width: 360px;
        }

        .degradadoRosa {
            padding: 0;
            height: 345px;
        }

        #videoProgramatica {
            top: 27%;
            max-width: 95%;
            max-height: 52%;
            min-height: 52%;
            min-width: 95%;
        }

        .cardInformacion {
            margin: 24px 8px;
        }

        .parrafo-20-md {
            font-size: 20px;
        }

        .cardCarousel-1 {
            max-width: 680px;
            height: 170px;
        }

        .tituloCard-1 {
            font-size: 24px;
            line-height: 32px;
        }

        .contenedorReportes {
            margin-top: -25%;
        }

        .cardsDsp {
            overflow-x: scroll;
            flex-wrap: nowrap;
            gap: 10px;
            display: flex;

        }

        .cardSegmentacion {
            min-height: 392px;
        }

        .cardSegmentacion div:nth-child(1) {
            min-height: 246px;
        }

        .degradadoRosa2 {
            padding: 0;
            height: 280px;
        }

        .imagenMercado {
            max-width: 380px;
            margin-left: -30px;
            margin-top: -50px;
        }

        .containerTvM {
            top: 50%;
        }

        .newsletter {
            padding: 70px 128px;
        }

        .cardCarousel-3 {
            max-width: 590px;
            min-width: 590px;
            height: 180px;
        }

        .boton-blanco-1 {
            height: 40px;
            margin-top: 5px;
            max-width: 180px;
        }

        .textoCard-3 {
            font-size: 14px;
            margin: 5px 0;
        }

        .cardPasos {
            max-width: 320px;
        }

        .cardAnunciantes {
            width: 286px;
            height: 165px;
        }

        .cardAnunciantes img {
            width: 134px !important;
        }


        .slide-track-left {
            display: flex;
            animation-name: scrollLeft;
            /* Usar el nombre de la animación */
            animation-duration: 15s;
            /* Duración de la animación */
            animation-timing-function: linear;
            /* Función de temporización */
            animation-iteration-count: infinite;
            /* Repetir infinitamente */
            width: calc(286px * 9);
        }


        @keyframes scrollLeft {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(calc(-286px * 6));
            }

            /* Ajusta el valor para que coincida con el ancho de una sola tarjeta */
        }

        .slide-track-right {
            display: flex;
            animation-name: scrollRight;
            /* Usar el nombre de la animación */
            animation-duration: 15s;
            /* Duración de la animación */
            animation-timing-function: linear;
            /* Función de temporización */
            animation-iteration-count: infinite;
            /* Repetir infinitamente */
            width: calc(286px * 9);
        }


        @keyframes scrollRight {
            0% {
                transform: translateX(calc(-286px * 6));
                /* Iniciar desde la izquierda */
            }

            100% {
                transform: translateX(0);
                /* Mover hacia la derecha */
            }

            /* Ajusta el valor para que coincida con el ancho de una sola tarjeta */
        }
    }

    @media (min-width: 1200px) {

        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl {
            max-width: calc(100% - 160px);
        }

        .py-lg-5 {
            padding-top: 3rem !important;
            padding-bottom: 3rem !important;
        }

        .mb-lg-5 {
            margin-bottom: 3rem !important;
        }

        .headerAddressable {
            padding-top: 200px;
            background-image: url(/assets/img/nuevos/addressable/fondoHeader2.png);
        }

        .tituloHeader {
            font-size: 64px;
        }

        .subtitituloHeader {
            font-size: 96px;
            line-height: 117px;
            margin-bottom: 0;
        }

        .textoHeader {
            font-size: 24px;
            line-height: 32px;
            padding-right: 7rem;
            margin-bottom: 10px;
        }

        .boton-azul {
            padding: 12px 24px 12px 24px;
        }

        .tv-fondo img {
            max-width: 380px;
        }

        #videoProgramatica {
            top: 27%;
            max-width: 63%;
            max-height: 53%;
            min-height: 53%;
            min-width: 63%;
        }

        .titulo {
            font-size: 40px;
            line-height: 48px;
        }

        .parrafo-14 {
            font-size: 24px;
            line-height: 32px;
        }

        .parrafo-16 {
            font-size: 28px;
            line-height: 36px;
        }

        .parrafo-16-lg {
            font-size: 24px;
        }

        .degradadoRosa {
            padding: 0;
            height: 400px;
        }

        .cardInformacion {
            max-width: 357px;
            min-width: 357px;
            max-height: none;
            min-height: auto;
        }

        .cardInformacion img {
            width: 100px;
        }

        .cardInformacion p {
            font-size: 20px;
            line-height: 28px;
        }

        .cardCarousel-1 {
            max-width: 1206px;
            height: 303px;
        }

        .tituloCard-1 {
            font-size: 40px;
        }

        .textoCard-1 {
            font-size: 20px;
            line-height: 32px;
        }

        .tituloReportes {
            font-size: 40px;
            line-height: 48px;
        }

        .contenedorReportes {
            margin-top: -13%;
        }

        .reportes .owl-stage {
            margin: 0 auto;
        }

        .cardCarousel-2 {
            max-width: 280px;
            min-width: 280px;
            height: 356px;

        }

        .textoCard-2 {
            font-size: 28px;
            line-height: 32px;
        }

        .cardsDsp {
            overflow-x: inherit;
        }

        .cardDsp {
            max-width: 334px;
            min-width: 334px;
            height: 176px;
        }

        .textoDsp {
            font-size: 24px;
        }

        .cardSegmentacion {
            min-height: 422px;
        }

        .tituloSegmentacion {
            font-size: 28px;
        }

        .textoSegmentacion {
            font-size: 20px;
            line-height: 28px;
        }

        .degradadoRosa2 {
            padding: 0;
            margin-top: 8rem;
            height: 400px;
        }

        .imagenMercado {
            max-width: 570px;
            margin-left: -30px;
            margin-top: -70px;
        }

        .containerTvM {
            width: 448px;
            height: 136px;
        }

        .containerTvM div p {
            font-size: 18px;
            margin-top: 10px;
        }

        .containerTvM div img {
            width: 80px;
            margin-right: 10px;
        }

        .cardMensaje {
            /* ANTES
            width: 336px;
            height: 460px;*/
            width: 300px;
            height: 460px;
        }

        .cardMensaje p {
            font-size: 21px;
            line-height: 45px;
        }

        .containerCpm {
            max-width: 477px;
            height: 136px;
        }

        .containerCpm p {
            font-size: 40px;
        }

        .cardAnunciantes {
            width: 381px;
            height: 220px;
        }

        .cardAnunciantes img {
            width: 195px !important;
        }

        .slide-track-left {
            display: flex;
            animation-name: scrollLeft;
            /* Usar el nombre de la animación */
            animation-duration: 15s;
            /* Duración de la animación */
            animation-timing-function: linear;
            /* Función de temporización */
            animation-iteration-count: infinite;
            /* Repetir infinitamente */
            width: calc(371px * 15);
        }


        @keyframes scrollLeft {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(calc(-371px * 8));
            }

            /* Ajusta el valor para que coincida con el ancho de una sola tarjeta */
        }

        .slide-track-right {
            display: flex;
            animation-name: scrollRight;
            /* Usar el nombre de la animación */
            animation-duration: 15s;
            /* Duración de la animación */
            animation-timing-function: linear;
            /* Función de temporización */
            animation-iteration-count: infinite;
            /* Repetir infinitamente */
            width: calc(381px * 18);
        }


        @keyframes scrollRight {
            0% {
                transform: translateX(calc(-371px * 10));
                /* Iniciar desde la izquierda */
            }

            100% {
                transform: translateX(0);
                /* Mover hacia la derecha */
            }

            /* Ajusta el valor para que coincida con el ancho de una sola tarjeta */
        }

        .cardCarousel-3 {
            max-width: 1206px;
            min-width: 1206px;
            height: 303px;
        }

        .textoCard-3 {
            font-size: 20px;
            padding-right: 150px;
            line-height: 28px;
        }

        .cardPasos {
            max-width: 579px;
            height: 260px;
        }

        .tituloCardPasos-1,
        .tituloCardPasos-2,
        .tituloCardPasos-3,
        .tituloCardPasos-4 {
            font-size: 28px;
            margin-bottom: 25px;
        }

        .numeroCardPasos-1,
        .numeroCardPasos-2,
        .numeroCardPasos-3,
        .numeroCardPasos-4 {
            font-size: 120px;
        }

        .textoCardPasos {
            font-size: 20px;
        }

        .cardPasos div:nth-child(2) {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .textoNewsletter {
            font-size: 24px;
            line-height: 32px;
        }

        .subtituloNewsletter {
            font-size: 24px;
            line-height: 36px;
        }

        .newsletter {
            padding: 90px 0;
        }

        .tituloCard-3-1 {
            font-size: 30px;
            line-height: 40px;
        }

        .tituloCard-3-1 span {
            font-size: 60px;
        }

        .tituloCard-3 {
            font-size: 28px;
            line-height: 36px;
        }

        .boton-blanco-1 {
            margin-right: 3rem;
        }

        .tituloModal {
            color: var(--night-normal, #4A566D);

            /* heading/heading-md/bold40 */
            font-family: Montserrat;
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            line-height: 48px;
            /* 120% */
            letter-spacing: -1.5px;
        }

        .subtituloModal {
            color: var(--night-dark, #303F5A);
            font-feature-settings: 'clig' off, 'liga' off;

            /* heading/heading-xs/medium24 */
            font-family: Montserrat;
            font-size: 24px;
            font-style: normal;
            font-weight: 500;
            line-height: 32px;
            /* 133.333% */
        }

        .cardDirectorio {
            display: flex;
            width: 354px;
            padding: var(--24px, 24px) var(--sp-btwn-sections, 24px);
            flex-direction: column;
            align-items: center;
            gap: var(--16px, 10px);
            flex-shrink: 0;
            border-radius: var(--32px, 32px);
            background: #FFF;

            /* light/tooltip */
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 15px;
        }

        .cardDirectorio img {
            width: 120px;
            height: auto;
            border-radius: 140px;
        }

        .tituloCardDirectorio {
            color: var(--primary-normal, #1A88FF);
            text-align: center;
            font-feature-settings: 'clig' off, 'liga' off;

            /* heading/heading-xxs/bold20 */
            font-family: Montserrat;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 28px;
            /* 140% */
        }

        .textoCardDirectorio {
            color: var(--night-normal, #4A566D);
            text-align: center;
            leading-trim: both;
            text-edge: cap;
            font-feature-settings: 'clig' off, 'liga' off;

            /* body/body-lg/medium18 */
            font-family: Montserrat;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 28px;
            /* 155.556% */
        }

        .correoCardDirectorio {
            color: var(--primary-normal, #1A88FF);
            font-feature-settings: 'clig' off, 'liga' off;

            /* body/body-sm/semibold14 */
            font-family: Montserrat;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
            /* 142.857% */
            position: relative;
        }

        .correoCardDirectorio::after {
            content: "";
            position: absolute;
            background-image: url(/assets/img/nuevos/addressable/correo.svg);
            background-position: center;
            background-repeat: no-repeat;
            width: 24px;
            height: 22px;
            left: -30px;
            transition: none;
        }

        .correoCardDirectorio:hover::after {
            left: -30px;
        }

        .botonDirectorio {
            display: flex;
            height: 36px;
            padding: 6px 25px 6px 40px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            border-radius: var(--96px, 96px);
            background: var(--primary-normal, #1A88FF);

            /* light/rest */
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.04);
            color: white;
            position: relative;
        }

        .botonDirectorio:hover {
            color: white;
        }

        .botonDirectorio:hover::after {
            left: 11px;
        }

        .botonDirectorio::after {
            content: "";
            position: absolute;
            background-image: url(/assets/img/nuevos/addressable/telefono.svg);
            background-position: center;
            background-repeat: no-repeat;
            width: 24px;
            height: 24px;
            left: 11px;
            top: 6px;
            transition: none;
        }

        .modal-xl {
            max-width: 900px;
        }

        .modal-body {
            padding: 0 3rem;
        }

        .modal-content {
            border-radius: 40px;
        }

        .creditoStickyMenu .menuDelivery ul {
            justify-content: center;
        }
    }