section.banner--blog .banner__bg {
    background: inherit !important;
    position: relative;
}

.bannerblog__fondo_img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

section.banner--blog .banner__content {
    max-width: 1000px;
}

.heading__principal .heading__resalt {
    display: inline;
}

@media(max-width:799px){
    .heading__principal {
        font-size: 36px;
    }
}

@media(max-width:599px) {
    .heading__principal {
        font-size: 26px;
    }
}

.card--information .banner__mobile-prom-fibra a.btn__fibra-mobile {
    cursor: pointer;
}