@import url("./electricos.css");

.service-page--telecom .electric-scale {
    background-image: url("../media/imagenes/Telecomunicaciones/BannerTelecom.png");
}

/* ✅ Agrega todo abajo */
.service-page--telecom .electric-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: none;
}

.electric-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.electric-hero__video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(23, 52, 57, 0.76) 0%, rgba(23, 82, 91, 0.76) 100%);
    z-index: -1;
}

.service-page--telecom .electric-hero__content {
    position: relative;
    z-index: 1;
}