.banner-hero .slider,
.banner-hero .slider__item {
    height: 400px;
}

.banner-hero .slider__item .item__container .container {
    padding: 0;
}

.fibra-optica .container {
    max-width: 305px;
    text-align: center;
}

@media (min-width: 768px) {
    .fibra-optica__title {
        margin-bottom: 9px;
    }
    .fibra-optica__badge {
        margin-bottom: 20px;
    }
}

@media (min-width: 1023px) {
    .fibra-optica .container {
        max-width: 405px;
    }
}

@media (max-width:600px) {
    .banner-hero .slider__item .item__container .container,
    .banner-hero .slider__item .item__container .container__free-html,
    .fibra-optica {
        height: 100%;
    }
    .fibra-optica .fibra-optica__title {
        margin-top: 17px;
    }
    .fibra-optica .fibra-optica__text {
        margin-top: 5px;
    }
    .fibra-optica .fibra-optica__badge {
        position: absolute;
        bottom: 23px;
        left: 0;
        right: 0;
    }
}

.section__service {
    overflow: hidden;
    position: relative;
    padding: 34px 0 41px;
}

.section__service .service__fondo {
    position: absolute;
    object-fit: cover;
    object-position: bottom center;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.service__offer .offer {
    width: 100%;
    max-width: 706px;
    margin: 0 auto;
}

.service__offer .offer p {
    padding: 0 30px;
    margin-bottom: 0;
    font-family: 'Telefonica';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: #0B2739;
    text-align: center;
}

.service__offer .offer img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.service__benefit {
    text-align: center;
}

.service__benefit .title {
    font-family: 'Telefonica';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #0B2739;
    margin-bottom: 17px;
}

.benefit__list {
    width: 100%;
    max-width: 980px;
    margin: 0 auto !important;
}

.benefit__item {
    padding: 17px 0;
}

.benefit__item p {
    font-family: 'Telefonica';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #50535A;
    max-width: 210px;
    margin: 27px auto 0;
}

.benefit__action {
    text-align: center;
    margin-top: 20px;
}

.benefit__action .action {
    background: #019DF4;
    border-radius: 200px;
    font-family: 'Telefonica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px 30px;
    display: inline-block;
}

@media (min-width:768px) {
    .section__service {
        padding: 45px 0 55px;
    }
    .section__service .service__fondo {
        object-position: center;
        bottom: 0;
    }
    .service__offer .offer p {
        text-align: left;
    }
    .benefit__item p {
        font-size: 20px;
        line-height: 25px;
    }
}