.section-cels {
    background-color: #F5F5F5;
    width: 100%;
}

.section-cels .none {
    display: block;
}

.section-cels .tabs {
    margin: 0 auto 30px auto;
    display: flex;
    width: 100%;
    background-color: #FFFFFF;
    max-width: 386px;
    justify-content: center;
    align-items: center;
    padding: 13px;
    gap: 15px;
    border-radius: 18px;
    margin-top: 25px;
    box-shadow: 0 0 10px 1px rgba(56, 100, 166, 0.2);
}

.section-cels .item-tab {
    padding: 10px;
    cursor: pointer;
    width: 100%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #F5F5F5;
}

.section-cels .item-tab .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #0B2739;
}

.section-cels .item-tab .subtitle {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #0B2739;
}

.section-cels .item-tab.active {
    background-color: #0B2739;
}

.section-cels .item-tab.active .title,
.section-cels .item-tab.active .subtitle {
    color: #fff;
}



.section-cels .slider.active,
.section-cels .tablas.active {
    display: block;
}

.section-cels .inner-section-cels {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.section-cels .inner-section-cels .container-tabs {
    grid-area: initial;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
}

.section-cels .inner-section-cels .container-tabs p {
    font-size: clamp(20px, 2.5vw, 30px);
    line-height: 1.2;
    color: #383838;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 40px auto;
    transform: translateX(-5px);
}

.section-cels .inner-section-cels .container-tabs h1 {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    text-align: center;
    line-height: 1.2;
    color: #0B2739;
}

.section-cels .inner-section-cels .container-slider {
    grid-area: initial;
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.section-cels .inner-section-cels .container-tablas {
    grid-area: initial;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.section-cels .inner-section-cels .container-tablas h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: #383838;
    text-align: center;
}

.section-cels .inner-section-cels .container-tablas p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #383838;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.section-cels .inner-section-cels .container-tablas .tyc {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #383838;
    text-align: center;
    margin-top: 20px;
}

.section-cels .inner-section-cels .container-tablas img {
    margin: 0 auto;
}

.section-cels .inner-section-cels .container-tablas picture {
    display: flex;
}

.activation {
    max-width: 1100px;
    color: #0b2739;
    text-align: center;
    margin: 0 auto 50px;
}

.activation__title {
    font-size: calc(1em + 1vw);
    padding: 0 20px;
    margin: 0 auto 50px;
}

.activation__slider_fibra {
    height: fit-content;
    padding: 0 5px;
    position: relative;
    margin-bottom: 20px;
}

.activation__arrow {
    width: 30px;
    height: 30px;
    background: url(https://aprodmovistarcomsa.blob.core.windows.net/$web/persons/entretenimiento/disney-plus/tabs/assets/icon-arrow.png) center / 25% no-repeat;
    margin: auto;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    background-color: #fff;
    border-radius: 50%;
}

.activation__arrow--prev {
    right: initial;
    transform: scaleX(-1);
    top: 31%;
    left: -10%;
}

.activation__arrow--next {
    right: -10%;
    top: 31%;
}

.activation__arrow.slick-disabled {
    opacity: 0;
    cursor: default;
}

.activation__slider_fibra .slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
    display: none;
    float: left;
    min-height: 1px;
    margin: 0 15px;
}

.activation__slider_fibra .slick-slide:last-child {
    border-right: none;
}

.activation__slider_fibra .slick-slide>div,
.activation-step,
.activation-step__container {
    height: 100% !important;
}

.activation-step {
    margin: 0 25px;
}

.activation-step__container {
    padding-top: 20px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
}

.activation-step__container--caption {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.activation-step__info {
    margin-top: 10px;
    text-align: center;
}

.activation-step__number {
    color: #ffffff;
    background-color: #019df4;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px auto;
    font-size: 0.8rem;
}

.activation-step__info p {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.2;
    max-width: 160px;
}

.activation-step__info {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activation-step__info p {
    text-align: center;
    max-width: 190px;
    font-size: .8rem !important;
    line-height: 1.2;
}

.card.card-normal {
    width: auto !important;
    max-width: 315px;
    min-width: 300px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateX(-6px);
}

.card.card-two {
    width: auto !important;
    max-width: 309px;
    min-width: 309px;
    padding: 10px;
    transform: translateX(-10px);
}

.card.card-two img {
    width: 100%;
    max-width: 45%;
}

.card .cont-2-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.card .inner-sect-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.card .inner-sect-text div {
    width: 100%;
    max-width: 150px;
    display: inline-block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.activation-step__info .inn-sect-card-two img {
    width: 100%;
}

.activation-step__number {
    color: #ffffff;
    background-color: #019df4;
    font-weight: bold;
    padding: 5px 13px;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 8px;
}

.activation__tyc {
    font-size: 14px;
    text-align: center;
    padding-left: 0;
}

.subir-c {
    transform: translateY(-6px);
}

.card-normal {
    position: relative;
}

.linea-one {
    position: absolute;
    height: 395px;
    width: 2px;
    background-color: #B8DBFB;
    left: -15px;
    top: 24px;
}

.container-video-section {
    padding: 40px 20px;
    background-color: #f5f5f5;
    width: 100%;
}

.container-video-section .inner-sect {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}


.slider.active,
.tablas.active,
.item-video.active {
    display: block;
}

.container-video-section .title-sect-video-desk {
    display: none;
}

.container-video-section .title-sect-video-mob {
    font-size: 18px;
    line-height: 22px;
    color: #383838;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    display: block;
}

.container-video-section .link-item {
    color: #50535A;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.container-video-section .link-item a {
    color: #019DF4;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.container-video-section .sect-35165 {
    margin-top: 20px;
}

.container-video-section .inner-sect iframe {
    border-radius: 8px;
    width: 100%;
}

.container-cels {
    display: flex;
    flex-direction: column;
}

.container-cels p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: normal;
}
@media (min-width: 769px) {
    .section-cels .none {
        display: none;
    }

    .section-cels .tabs {
        margin-bottom: initial;
    }

    .section-cels .inner-section-cels {
        grid-template-columns: 100%;
        grid-column-gap: 3%;
        grid-row-gap: 0px;
        max-width: 1110px;
    }


    .section-cels .inner-section-cels .container-tabs p {
        margin: 0;
        text-align: center;
        font-size: 18px;
        width: 85%;
        margin-bottom: 20px;
    }



    .section-cels .inner-section-cels .container-tablas img {
        margin: initial;
    }

    .section-cels .inner-section-cels .container-tablas picture {
        display: block;
    }

    .activation__arrow--next {
        right: -7%;
        top: 40%;
    }

    .activation__arrow--prev {
        right: -7%;
        transform: scaleX(-1);
        top: 49%;
        left: initial;
    }

    .card.card-normal {
       
        max-width: initial;
        min-width: initial;
        display: block !important;
        justify-content: initial;
        align-items: initial;
        flex-direction: initial;
        transform: translateX(0);
    }

    .card.card-two {
        width: 320px !important;
        max-width: initial;
        min-width: initial;
        padding: initial;
        transform: translateX(0);
    }

    .card.card-two img {
        width: auto;
        max-width: initial;
    }

    .activation__tyc {
        padding-left: 20px;
    }

    .subir-c {
        transform: translateY(-6px);
    }

    .container-video-section .inner-sect {
        grid-template-columns: 50% 50%;
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        max-width: 1200px;
    }

    .container-video-section .inner-sect iframe {
        width: auto;
    }

    .container-video-section .link-item {
        font-size: 20px;
        line-height: 28px;
        text-align: initial;
    }

    .title-sect-video-mob {
        display: none;
    }

    .title-sect-video-desk {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
        display: block;
    }
    .container-cels {
    flex-direction: row;
    max-width: 960px;
    margin: 0 auto;
    gap: 30px;
}

.container-cels p {
    font-size: 1.4rem;
    margin: auto;
}

.section-cels .inner-section-cels .container-slider {
    max-width: 625px;
}
    
}

@media (min-width: 1025px) {
    .section-cels .inner-section-cels .container-tabs {
        padding-left: 15px;
    }

    .activation__title {
        font-size: 26px;
    }
}

.title-sect-video h3 {
    font-size: 20px;
    font-weight: lighter;
    color: #50535A;
    text-align: center;
}

.title-sect-video p {
    font-size: 16px;
    color: #50535A;
    text-align: center;
    margin-bottom: 30px;
}

.container-video-section iframe {
    border-radius: 15px;
}

@media (min-width: 768px) {
    .container-video-section .inner-video-sect {
        display: grid;
        grid-template-columns: 49% 49%;
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
        margin-top: 40px;
        justify-content: center;
        align-items: center;
        gap: 2%;
    }

    .title-sect-video h3 {
        font-size: 29px;
        font-weight: lighter;
        color: #50535A;
        text-align: left;
    }

    .title-sect-video p {
        font-size: 20px;
        color: #50535A;
        text-align: left;
        margin-bottom: 0;

    }
    

}