/*
 Theme Name: Tally Child
 Theme URI: https://elementor.com/
 Description: Tema hijo de Hello Elementor
 Author: Elementor Team
 Author URI: https://elementor.com/
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-child
*/

/* Aquí puedes agregar tus estilos personalizados */


/* Estado inicial - transparente */
.elementor-location-header {
    background-color: transparent;
    transition: background-color 0.3s ease;
}

/* Cuando hace scroll y se activa sticky */
.elementor-location-header.elementor-sticky--active {
    background-color: #000000;
}