/* SPA Styles */
.loading {
    text-align: center;
    padding: 50px;
    font-size: 18px;
    color: #002387;
    display: none;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.3s ease-in;
}

.menu a.spa-active {
    color: #002387;
    font-weight: bold;
}

.enlace-contacto.spa-active {
    color: #002387 !important;
}

.idiomas a.spa-active {
    color: #002387;
    font-weight: bold;
}

/* Language switcher active states */
.idiomas a.activo,
.idiomas a.spa-active {
    color: #002387 !important;
    font-weight: bold;
}

.idiomas a {
    cursor: pointer;
    transition: color 0.3s ease;
    text-decoration: none;
}

.idiomas a:hover {
    color: #002387;
}

.error-message {
    text-align: center;
    padding: 50px;
    color: #ff0000;
}

#spa-content {
    min-height: 500px;
    position: relative;
}

/* Hide scrollbar during transitions */
.transitioning {
    overflow: hidden;
}


/* Content wrapper for smooth transitions */
#spa-content {
    min-height: 500px;
    position: relative;
}

/* Hide scrollbar during transitions */
.transitioning {
    overflow: hidden;
}

/* Tarteaucitron customization */
#tarteaucitronRoot * {
    font-family: inherit !important;
}

#tarteaucitronAlertBig {
    font-family: inherit !important;
}

.tarteaucitronCookiesListContainer {
    font-family: inherit !important;
}

/* Custom cookie banner styling to match site */
#tarteaucitronAlertBig {
    background: rgba(0, 35, 135, 0.95) !important;
    color: white !important;
}

#tarteaucitronDisclaimerAlert {
    background: #002387 !important;
}

.tarteaucitronAllow, .tarteaucitronDeny {
    background: #002387 !important;
    border: 1px solid white !important;
}

.tarteaucitronAllow:hover, .tarteaucitronDeny:hover {
    background: #001866 !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, .tac_activate .tarteaucitronAllow {

    color: white !important;
}

/* Estilos específicos para páginas legales */
.cont-texto-legales {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
}

.cont-texto-legales h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #002387;
    text-align: center;
}

.cont-texto-legales h3 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #002387;
    font-weight: bold;
}

.cont-texto-legales p {
    margin-bottom: 15px;
    text-align: justify;
}

.cont-texto-legales ul {
    margin: 15px 0;
    padding-left: 20px;
}

.cont-texto-legales li {
    margin-bottom: 8px;
    list-style-type: none;
}

.cont-texto-legales strong {
    color: #002387;
}
