/*
Theme Name: Eduma Child
Theme URI: https://universaweb.com
Description: Child theme de Eduma Pro
Author: Juan Manuel Verdun
Template: eduma
Version: 1.0.0
*/

/* ============================================
   FIX CLS - Hero ::before
   Evita el salto de diseño (CLS 0.283 -> ~0)
   ============================================ */
#universa-home .hero > div.hero-atm::before,
#universa-home section.hero::before {
    min-height: 560px;
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    will-change: auto;
}

/* Asegurar que el hero tenga position relative */
#universa-home section.hero {
    position: relative;
    overflow: hidden;
}