/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.1
Text Domain:  Avada
*/

/* === Selector de idioma (page 3390): hero a pantalla completa en responsive ===
   Avada calcula la altura de los contenedores "100% Height" solo por JS y no la
   aplica de forma fiable en tablet/movil, dejando el video arriba y un hueco
   blanco debajo. Fallback CSS que fuerza el alto real del viewport en todas las
   resoluciones y hace que el video cubra el contenedor por completo. */
.page-id-3390 .fusion-fullwidth.video-background.hundred-percent-height {
    min-height: 100vh !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.page-id-3390 .fusion-fullwidth.video-background .fullwidth-video,
.page-id-3390 .fusion-fullwidth.video-background .fullwidth-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.page-id-3390 .fusion-fullwidth.video-background .fullwidth-video video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: none !important;
}

