.section__TyCs {
    padding: 40px 10px;
}

.TyCs {
    max-width: 1170px;
    color: #4d4d4d;
    margin: 0 auto;
}

.TyCs__title {
    font-size: 21px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 30px;
}

.TyC {
    width: 100%;
    background: #ffffff;
    padding: 0px 15px;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.TyC__arrow {
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #00A9E0;
    border-left: 1px solid #00A9E0;
    margin-right: 5px;
    display: inline-block;
    transform: rotate(-45deg);
    transition: all .5s;
}

.TyC.active .TyC__arrow {
    transform: rotate(-225deg);
}

.TyC__question {
    width: calc(100% - 40px);
    height: 30px;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.TyC__answer {
    padding-top: 25px;
    display: none;
    width: 100%;
}

/* .TyC__answer p, */
.TyC__answer li {
    font-size: 16px;
    margin: 0 0 10px;
}

.TyC__answer li {
    list-style: none;
    position: relative;
    padding-left: 15px;
}

.TyC__answer li::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #019df4;
    border-radius: 50px;
}

.TyC__answer a {
    color: #4d4d4d;
}

@media only screen and (min-width: 768px) {
    .TyCs__title {
        font-size: 24px;
    }

    .TyCs__title br {
        display: none;
    }

    .TyC {
        padding: 0px 30px;
    }

    .TyC__question {
        font-size: 18px;
        height: 50px;
    }
}

@media only screen and (min-width: 1024px) {
    .TyCs__title {
        font-size: 28px;
    }
}

/* Apps */
.apps{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.apps p{
    font-size: 14px;
}

.apps_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    background: #ebebeb;
    padding:10px;
    margin: 20px auto;
}

.apps .apps_item-title{
    font-size: 20px;
    text-align: center;
    color: #019df4;
    font-weight: 700;
}

.apps_item-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.apps .apps_item-step{
    color: #4d4d4d;
    font-size: 14px;
    text-align: justify;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.apps .apps_item-img{
    width: 100%;
    max-width: 350px;
}

.apps .apps_item-img img{
    width: 250px;
    max-width: 320px;
    /* height: 440px; */
}

.apps .apps_item-img .appMovistar{
    width: 250px;
    max-width: 250px;
    /* height: 440px; */
}

.apps .wApplink{
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 600;
    text-decoration: underline;
}

.apps_item-img .slick-track{
    width: max-content !important;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}

.apps_item-img .slick-slide{
    /* width: 350px !important; */
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}


@media only screen and (min-width: 768px) {
    
    .apps p{
        font-size: 16px;
    }
    
    .apps .apps_item-title{
        font-size: 25px;
    }
    
    .apps_item-container{
        flex-direction: row;
    }
    
    .apps .apps_item-step{
        width: 45%;
    }
    
    .apps .apps_item-img{
        width: 50%;
        max-width: 700px;
    }
    
    .apps .apps_item-img img{
        width: 250px;
        max-width: 320px;
        /* height: 440px; */
    }
    
    .apps .apps_item-img .appMovistar{
        width: 250px;
        max-width: 250px;
        /* height: 440px; */
    }
    
    .apps_item-img .slick-track{
        width: max-content !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    
    .apps_item-img .slick-slide{
        /* width: 350px !important; */
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
}


/*ARROW*/
.m-carousel__arrow {
    height: 44px !important;
    width: 44px !important;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 21px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 13;
}

.m-carousel__arrow:hover {
    background-color: rgba(255, 255, 255, 0.45);
}

.m-carousel__arrow.m--next {
    right: 0;
}

.m-carousel__arrow.m--previous {
    left: 0;
    transform: translateY(-50%) scaleX(-1);
}

.m-carousel__arrow.slick-disabled {
    opacity: 0;
}

/*Arrow icon*/
.m-carousel__arrow__icon:after,
.m-carousel__arrow__icon:before {
    content: "";
    width: 8px;
    height: 2px;
    background-color: #747373;
    border-radius: 3px;
    position: absolute;
    right: 22px;
}

.m-carousel__arrow__icon:after {
    top: 18px;
    transform: rotate(45deg);
}

.m-carousel__arrow__icon:before {
    bottom: 18px;
    transform: rotate(-45deg);
}

.m-carousel__arrow__icon.m--white.m-carousel__arrow__icon:after,
.m-carousel__arrow__icon.m--white.m-carousel__arrow__icon:before {
    background-color: var(--white);
    right: 10px;
}

@media only screen and (min-width: 768px) {
    .m-carousel__arrow {
        height: 47px !important;
        width: 47px !important;
        background-color: rgba(255, 255, 255, 0.35);
        border-radius: 21px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 13;
    }

    /*Arrow icon*/
.m-carousel__arrow__icon:after,
.m-carousel__arrow__icon:before {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #747373;
    border-radius: 3px;
    position: absolute;
    right: 22px;
}
}

/* Sección Tramites */
        .sec-tramites {
            padding: 30px 10px;
            color: #50535a;
        }

        .sec-tramites .content-max {
            max-width: 1200px;
            margin: 0 auto;
        }
        .sec-tramites .content-max .container_title{
            background-color: #019af1;
            color: #ffffff;
            font-size: 4vw;
            text-align: center;
            padding: 5px;
            display: grid;
            grid-template-rows: repeat(2, 1fr);
            align-items: center;
            border-radius: 15px;
            max-width: 600px;
            margin: auto;
        }
        .sec-tramites .content-max .container-image{
            display: flex;
            border-bottom: solid 1px #ffffff;
            padding-bottom: 10px;
        }

        .sec-tramites .img-resp {
            display: block;
            max-width: 100%;
            height: auto;
            margin: 0 auto;
        }

        .sec-tramites .text-darkBlue {
            color: #0b2739;
        }

        .sec-tramites .sec-tramites__title {
            font-weight: normal;
            font-size: 5vw;
            margin: 0 auto;
            max-width: 780px;
        }

        .sec-tramites .sec-tramites__title.title--moreBottom {
            margin-bottom: 40px;
            text-align: center;
        }

        .sec-tramites .text-info {
            margin: 0 0 10px;
        }

        .sec-tramites .sec-tramites__tabs {
          /*   overflow-x: auto; */
            margin: 40px auto;
        }

        .sec-tramites .sec-tramites__tabs .sec-tabs-content {
            display: flex;
            justify-content: center;
            align-content: center;
           /*  min-width: 600px; */
        }

        .sec-tramites .sec-tramites__tabs .sec-tramites-tab {
            border: 1px solid #0b2739;
            border-radius: 50px;
            padding: 5px 10px;
            margin: 10px 5px;
            width: 150px;
            line-height: normal;
            cursor: pointer;
            transition: all .3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .hiden-xs{
                display: block;
            }

        .sec-tramites .sec-tramites__tabs .sec-tramites-tab.active {
            background-color: #0b2739;
            color: white;
        }

        .sec-tramites .c-accordion {
            margin: 10px 0;
        }

        .sec-tramites .c-accordion .c-accordion__box {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #b1b1b1;
            padding: 15px 5px;
            cursor: pointer;
        }

        .sec-tramites .c-accordion .c-accordion__box .c-box__title {
            line-height: normal;
            font-size: 18px;
        }

        .sec-tramites .c-accordion .c-accordion__box .c-box__img {
            transform: rotate(180deg);
            transition: all .3s ease;
        }

        .sec-tramites .c-accordion .c-accordion__box .c-box__img.active {
            transform: rotate(0deg);
        }

        .sec-tramites .c-accordion .c-accordion__box .c-box__img>img {
            width: 12px;
            height: auto;
        }

        .sec-tramites .c-accordion .c-accordion__content {
            display: none;
            padding: 25px 5px 30px;
        }

        .sec-tramites .c-accordion .c-list {
            margin-inline-start: 1.5em;
        }

        .sec-tramites .c-accordion .c-list li {
            font-size: 5vw;
            line-height: normal;
        }

        .sec-tramites .c-accordion .c-list li::marker {
            font-weight: bold;
        }

        .sec-tramites .c-accordion.bg-gray {
            background-color: #f6f7f9;
        }

        .sec-tramites .c-accordion.bg-gray .c-accordion__box {
            border-bottom: 0;
        }

        .sec-tramites .c-accordion.bg-gray .c-accordion__box .c-box__title {
            color: #019af1;
            font-weight: 600;
        }

        .sec-tramites .c-accordion .c-infoTramite {
            display: grid;
            grid-gap: 17px;
        }

        .sec-tramites .c-accordion .c-infoTramite-infoFlex {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-direction: column;
        }

        .sec-tramites .slider-tramites .img-new_next,
        .sec-tramites .slider-tramites .img-new_prev {
            background-image: url(https://www.movistar.co/documents/117302439/410632666/arrow-slide-tramite.png);
            background-repeat: no-repeat;
            background-size: contain;
            height: 20px !important;
            width: 20px !important;
            position: absolute;
            top: 50%;
            z-index: 99;
            opacity: 1;
            cursor: pointer;
            filter: grayscale(5%);
        }

        .sec-tramites .slider-tramites .img-new_next.slick-arrow {
            right: 0px;
            transform: rotate(0deg);
        }

        .sec-tramites .slider-tramites .img-new_prev.slick-arrow {
            left: 0px;
            transform: rotate(180deg) !important;
        }

        .sec-tramites .slider-tramites .img-new_prev.slick-arrow.slick-disabled,
        .sec-tramites .slider-tramites .img-new_next.slick-arrow.slick-disabled {
            opacity: .35;
        }

        .sec-tramites .slider-tramites .slick-dots li {
            width: 10px;
            height: 10px;
        }

        .sec-tramites .slider-tramites .slick-dots li button {
            width: 100%;
            height: 100%;
        }
        .sec-tramites .slick-dotted.slick-slider{
            width: 285px;
        }

        .sec-tramites .slider-tramites .slick-dots li button:before {
            content: ' ';
            background-color: #fff;
            border: 2px solid #019af1;
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

        .sec-tramites .slider-tramites .slick-dots li.slick-active button:before {
            background-color: #019af1;
        }
        .sec-tramites .slider-tramites .slick-slide,
        .c-accordion__content{
            height: inherit;
            width: auto;
        }
    

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

            .sec-tramites .sec-tramites__title {
                font-size: 26px;
            }

            .sec-tramites .text-info {
                font-size: 20px;
            }

            .sec-tramites .sec-tramites__tabs .sec-tramites-tab {
                font-size: 19px;
                margin: 10px;
                width: 210px;
                padding: 12px 7px;
            }

            .sec-tramites .c-accordion .c-accordion__box {
                padding: 15px;
            }

            .sec-tramites .c-accordion .c-accordion__box .c-box__title {
                font-size: 20px;
            }

            .sec-tramites .c-accordion .c-accordion__content {
                padding: 25px 15px 30px;
            }

            .sec-tramites .c-accordion .c-list li {
                font-size: 20px;
            }
        }

        @media screen and (min-width:768px) {
            .sec-tramites .c-accordion .c-infoTramite {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .sec-tramites .slick-dotted.slick-slider{
              width: 495px;
        }
        .sec-tramites .c-accordion .c-accordion__box .c-box__title {
                font-size: 24px;
            }
            .sec-tramites .content-max .container_title{
                grid-template-rows: 100%;
                grid-template-columns: 30% 70%;
                font-size: 18px;
                padding: 10px;
                text-align: left;
            }
            .sec-tramites .content-max .container-image{
            display: flex;
            border-bottom: 0;
            border-right: solid 1px #ffffff;
            margin-right: 15px;
        }
            .hiden-xs{
                display: none;
            }
        }