/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* FIX CLS PRINCIPAL - Altura inicial del HERO / SLIDER */
.fusion-slider-container {
    min-height: 70vh !important;
    display: block !important;
}

/* Mantener proporción de la imagen del HERO */
.fusion-slider-container img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9 !important;
    object-fit: cover;
}
/* Fix de estabilidad del HERO para LCP y CLS */
.hero {
    min-height: 70vh !important;
}

