.wp-block-acf-hero-video .contenido-video {
    z-index: 9;
    width: 100%;

}

.wp-block-acf-hero-video .header-inicio {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}

.wp-block-acf-hero-video .video-home {
    position: absolute;
    min-width: 100vw;
    min-height: 100vh;
    z-index: 0;
    right: auto;
    left: 0;
    top: 0;
    bottom: auto;
}

.wp-block-acf-hero-video .flechita-abajo {
    width: 100%;
    left: 0;
    bottom: 80px;
}

.wp-block-acf-hero-video .imagen-interna {
    min-height: 80vh;
}

@media (max-width: 576px) {

    .wp-block-acf-hero-video .imagen-interna {
        min-height: 45vh;
    }

    .wp-block-acf-hero-video .video-home {
        z-index: 9;
        width: 100%;
        right: 0;
        left: auto;
        top: 0;
        bottom: auto;
    }

}

@media (min-width: 577px) and (max-width: 767px) {

    .wp-block-acf-hero-video .imagen-interna {
        min-height: 50vh;
    }

}