/**
Theme Name: VEO Astra Child
Author: Kebes
Author URI: http://www.kebes.es
Description: VEO Astra Child
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: veo-astra-child
Template: astra
*/
/*global*/
@media (width <=921px) {}

@media (width <=768px) {}

@media (width <=544px) {}

/*header*/
.site-branding.ast-site-identity {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ast-site-identity .site-title a {
    color: var(--ast-global-color-0);
}

/* Ocultar .ast-site-title-wrap con animación cuando el header está sticky */
.ast-site-title-wrap {
    overflow: hidden;
    max-height: 100px;
    opacity: 1;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

.ast-header-sticked .ast-site-title-wrap {
    max-height: 0;
    opacity: 0;
}

/*home*/
/*footer*/