/**
Theme Name: Arantza Prieto
Author: Arantza Prieto
Author URI: https://bilbao-psicologa.com/
Description: No te conformes, no dejes que la insatisfacción se instale en tu vida. Contacta conmigo, me encantará poder ayudarte ☎ 605 717 650 ☎
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arantza-prieto
Template: astra
*/


.site-header {
    position: relative;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    box-shadow: none;
    opacity: 0.9;
}

.site-header.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #e9f8f9 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    opacity: 1;
}

.site-header.fixed .ast-site-identity {
    padding: 0.3em 0 !important;
}

.site-header:not(.fixed) {
    transform: translateY(-20px);
}