* {
    text-decoration: none;
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

#carousel {
    height: fit-content;
    padding-bottom: 30px;
}

.img-new_next,
.img-new_prev {
    background-image: url(https://www.movistar.co/documents/117302439/404915903/arrow-slider3.png/55d5e6ed-1940-7e4f-9676-74d0bbfaf94a?t=1569622531200);
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px !important;
    width: 50px !important;
    filter: grayscale(100%);
}

.img-new_next.slick-arrow {
    right: 27px;
    position: absolute;
    top: 50%;
    transform: rotate(0deg);
    z-index: 99;
    opacity: 1;
}

.img-new_prev.slick-arrow {
    left: 27px;
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: rotate(180deg) !important;
    opacity: 1;
}

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

#carousel.slick-dotted.slick-slider {
    margin-bottom: 0;
}

#carousel .slick-dots {
    bottom: 6px !important;
    z-index: 1;
}

#carousel .slick-dots li {
    width: 20px;
    height: 4px;
    overflow: hidden;
}

#carousel .slick-dots li button {
    width: 100%;
    height: 4px;
    background: #d2d2d2;
    border-radius: 5px;
    padding: 0;
}

#carousel .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: none;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#carousel li.slick-active:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    background: #1D2B3B;
    animation: carga 8s;
}

.pageSoluciones {
    width: 100%;
    height: 300px;
    text-align: center;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pageSoluciones__title {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}

.pageSoluciones__subtitle {
    width: 100%;
    max-width: 270px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 60px;
}

.pageSoluciones__button {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    background-color: #019DF4;
    padding: 7px 25px 8px;
    border-radius: 30px;
}

.pageSoluciones__button.button--blue2 {
    background-color: #1D2B3B;
}

/* Banner Mobile */

.pageSoluciones.soluciones {
    color: #FFFFFF;
    background: #009ef2 url(/pages/persons/autogestion/carrusel/assets/BANNER__autogestions_enero_mobile.webp) center/contain no-repeat;
}



@keyframes carga {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    #carousel .slick-dots li {
        width: 50px;
    }

    .pageSoluciones {
        padding-top: 15px;
        justify-content: center;
    }

    .pageSoluciones__title {
        font-size: 40px;
    }

    .pageSoluciones__subtitle {
        max-width: 100%;
        font-size: 21px;
        margin-bottom: 30px;
    }

    .pageSoluciones__button {
        font-size: 20px;
        padding: 8px 35px 9px;
    }

    /* Banner Desktop */

    .pageSoluciones.soluciones {
        height: 320px;
        background: url("/pages/persons/autogestion/carrusel/assets/BANNER__autogestions_enero_Desk.webp") center/cover no-repeat;
    }
}