@import url('theme-input.css');
@import url('root.css');
@import url('views/complements/conoceme.css');
@import url('service-out-alert.css');

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
    box-sizing: border-box;
}

/* THEME LIGHT WEBKIT SCROLL */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 4px;
}

::-webkit-scrollbar-button {
    background: transparent;
    height: 10px;
    width: 8px;
}

body {
    overflow-y: auto;
}

/* THEME DARK WEBKIT SCROLL */
html.theme-light::-webkit-scrollbar {
    width: 8px;
}

html.theme-light::-webkit-scrollbar-track {
    background: transparent;
}

html.theme-light::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 4px;
}

html.theme-light::-webkit-scrollbar-button {
    height: 10px;
    width: 8px;
}

body.theme-light::-webkit-scrollbar {
    width: 8px;
}

body.theme-light::-webkit-scrollbar-track {
    background: transparent;
}

body.theme-light::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 4px;
}

body.theme-light::-webkit-scrollbar-button {
    background: transparent;
    height: 10px;
    width: 8px;
}

/* 404 THEME SWITCHER */
body.theme-light div.contenido-cargando main.web-content article.views-content div.error-wrapper {
    background-color: #fff;
    color: #000;
}

body.theme-light div.contenido-cargando main.web-content article.views-content div.error-wrapper .error-message {
    color: #000;
}

body.theme-light div.contenido-cargando main.web-content article.views-content div.error-wrapper .error-buttons .secondary-btn {
    color: #000;
}

body.theme-light div.contenido-cargando main.web-content article.views-content div.error-wrapper .error-buttons .secondary-btn:hover {
    color: #fff;
}

body.theme-light div.contenido-cargando main.web-content article.views-content div.error-wrapper .if-consider-error-404-container .consider-error-text-404 {
    color: #000;
}

body.theme-light div.contenido-cargando main.web-content article.views-content div.error-wrapper .if-consider-error-404-container .thanks-404 {
    color: #000;
}

/* FOOTER */
body.theme-light div.contenido-cargando main.web-content article.views-content .main-footer {
    background-color: #fff;
}

body.theme-light div.contenido-cargando main.web-content article.views-content footer.main-footer div.footer-container div.footer-section h4,
body.theme-light div.contenido-cargando main.web-content article.views-content footer.main-footer div.footer-container div.footer-section h5,
body.theme-light div.contenido-cargando main.web-content article.views-content footer.main-footer div.footer-container div.footer-section p {
    color: #000;
}

body.theme-light div.contenido-cargando main.web-content article.views-content footer.main-footer div.footer-container div.footer-section ul.footer-links li a {
    color: #000;
    opacity: .8;
}

body.theme-light div.contenido-cargando main.web-content article.views-content footer.main-footer div.footer-bottom p.footer-botton-copyrigher {
    color: #000;
}

body.theme-light div.contenido-cargando main.web-content article.views-content footer.main-footer div.footer-container div.footer-section a.follow-link .fa-instagram,
body.theme-light div.contenido-cargando main.web-content article.views-content footer.main-footer div.footer-container div.footer-section a.follow-link .fa-tiktok {
    color: #000;
}

body.theme-light div.contenido-cargando main.web-content article.views-content footer.main-footer div.footer-container div.footer-section a.follow-link {
    background-color: transparent !important;
}

body.theme-light a.current-language-a {
    background-color: #fff;
    color: #000;
}

body.theme-light img.progress-video {
    background-color: #fff;
    filter: invert(1);
}

body.theme-light a.current-language-a:hover {
    background-color: #000;
    color: #fff;
    filter: none;
}

img.progress-video {
    background-color: #000;
    filter: invert(0);
    transition: filter 1s ease, color 1s ease, background-color 1s ease;

}

body.not-scrollable {
    overflow-y: hidden;
    height: 100vh;
}

body.cookie-not-accepted {
    overflow-y: hidden;
    height: 100vh;
}

body.cookie-not-accepted .opacity-bg-cookie-not-accepted {
    position: fixed;
    z-index: 999;
    background-color: rgb(0, 0, 0, .9);
    width: 100%;
    inset: 0;
    height: 100%;
}

body {
    background-color: #000;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}

body[data-stage="loading"] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

body[data-stage="loading"] .preloader {
    width: 50vw;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: left 1s ease, top 1s ease, width 1s ease;
    animation: dropShadowPulse 2s infinite linear;
}

body.theme-light div.contenido-cargando header {
    background-color: #fff;
    color: #000;
}

body[data-stage="loading"].theme-light div.preloader-container {
    display: flex;
}

body[data-stage="loading"].theme-light div.preloader-container img.preloader {
    animation: dropShadowPulseBlack 2s infinite linear;
}

body.theme-light {
    background-color: #fff;
}

body.theme-light div.contenido-cargando header div.left-side a img.header-logo {
    filter: drop-shadow(0 0 5px #000);
}

body.theme-light div.contenido-cargando header div.left-side div.bars div.bar.open,
body.theme-light div.contenido-cargando header div.left-side div.bars div.bar {
    background-color: #000;
}

.web-content aside,
.web-content aside ul.nav-list {
    background-color: #000;
}

body.theme-light div.contenido-cargando main.web-content aside,
body.theme-light div.contenido-cargando main.web-content aside ul.nav-list {
    /* transition: background-color .3s ease, color .3s ease; */
    background-color: #fff;
}

body.theme-light div.contenido-cargando main.web-content aside ul.nav-list a.nav-link li.nav-option span.nav-label {
    color: #000;
}

body.theme-light div.contenido-cargando main.web-content aside ul.nav-list a.nav-link li.nav-option:hover span.nav-label,
body.theme-light div.contenido-cargando main.web-content aside ul.nav-list a.nav-link li.nav-option:hover .fa-chevron-right {
    color: #fff;
}

body.theme-light div.contenido-cargando main.web-content article.views-content {
    background-color: #fff;
}

body.theme-light div.contenido-cargando main.web-content article.views-content div.home-wrapper {
    background-color: #fff;
}

body.theme-light div.contenido-cargando main.web-content article.views-content div.home-wrapper section h1,
body.theme-light div.contenido-cargando main.web-content article.views-content div.home-wrapper section h2,
body.theme-light div.contenido-cargando main.web-content article.views-content div.home-wrapper section p {
    color: #000;
}

body.theme-light div.contenido-cargando main.web-content article.views-content div.home-wrapper section a.hero-btn {
    color: #fff;
}

body.theme-light div.contenido-cargando main.web-content article.views-content div.home-wrapper section div {
    background-color: #fff;
}

body.theme-light div.contenido-cargando main.web-content article.views-content div.home-wrapper section div div h3,
body.theme-light div.contenido-cargando main.web-content article.views-content div.home-wrapper section div div p {
    color: #000;
}

body.theme-light div.contenido-cargando main.web-content article.views-content div.home-wrapper section.call-to-action h2 {
    color: #fff;
}

aside div.aside-bottom-content div.toggleWrapper {
    display: none;
}

/* CONTENT LOADED */
body.theme-light div.contenido-cargando {
    background-color: #fff;
}

div.contenido-cargando {
    transition: background-color 1s ease;
    background-color: #000;
}

div#loaded-content {
    display: none;
    min-height: 100vh;
}

body div.contenido-cargando main.web-content article.views-content div.home-wrapper {
    transition: background-color 1s ease;
}


body div.contenido-cargando aside ul.nav-list {
    transition: background-color 1s ease;
}


/* TOP SALUDO */
.top-welcome {
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-wrap: wrap;
    box-sizing: border-box;
    flex-direction: column;
    gap: 20px;
}

body.theme-light .top-welcome span,
body.theme-light .top-welcome .fa-chevron-down {
    color: #000;
}

.top-welcome span {
    position: relative;
    font-size: clamp(40px, 4.125vw, 60px);
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    white-space: nowrap;
}

.top-welcome .fa-chevron-down {
    transition: font-size .3s ease, color 1s ease;
    font-size: clamp(50px, 7vw, 70px);
    font-weight: 400;
    color: #fff;
    animation: chevronGoDown 1.5s linear infinite;
}

/* HEADER */
header {
    transition: top .2s, background-color 1s ease;
    z-index: 999;
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    box-sizing: content-box;
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

header .left-side {
    padding-bottom: 0 !important;
    transition: width .5s ease;
    padding: 15px;
    width: var(--aside-and-logo-width);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 40px;
    align-items: center;
}

/* HEADER IMG */
header .left-side .header-logo {
    width: 180px;
    filter: drop-shadow(0 0 5px #fff);
}

/* BARS container */
div.bars {
    padding: 9px;
    transition: opacity .5s ease;
    opacity: 0.5;
    position: relative;
    cursor: pointer;
    width: 15px;
    height: 17px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
}

div.bars:hover {
    opacity: 1;
}

/* Las barras en estado normal */
div.bar {
    transition: background-color 1s ease;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #fff;
    transition: all 0.3s ease;
}


div.bar:nth-child(2) {
    width: 70%;
}

div.bar:nth-child(1) {
    transform: translateY(-6px);
}

div.bar:nth-child(2) {
    transform: translateY(6px);
}

div.bars.open .bar:nth-child(1) {
    transform: rotate(45deg);
}

div.bars.open .bar:nth-child(2) {
    width: 100%;
    transform: rotate(-45deg);
}


/* USER ICON */
header .user-profile-container {
    position: relative;
    transition: border-color .5s ease;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 50%;
    margin-right: 20px;
    border: 3px solid transparent;
}

header div.right-side {
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

header a.header-login-btn,
header button.login-btn-header,
header a.webpanel-link {
    text-decoration: none;
    text-align: center;
    flex-direction: row;
    box-sizing: border-box;
    padding: 10px 12px;
    overflow: hidden;
    display: flex;
    gap: 18px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #212121;
    color: #fff;
}

header a.header-login-btn:hover,
header button.login-btn-header:hover,
header a.webpanel-link:hover {
    filter: brightness(1.2);
}

header .user-profile-container:hover {
    border-color: rgba(128, 128, 128, 0.5);
}

header .user-profile-container.clicked {
    border-color: rgba(128, 128, 128, 0.5);
}

header .user-profile-container .fa-user {
    width: 17px;
    height: 17px;
    color: #fff;
}

header .user-profile-container {
    position: relative;
    padding: 15px;
    cursor: pointer;
}

header .user-profile-container.clicked .user-options {
    display: flex;
}

/* CONTENEDOR DEL MENÚ */
.user-options {
    position: absolute;
    top: 55px;
    right: 0;
    background-color: #1e1e1e;
    width: 200px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    padding: 8px;
    display: none;
    flex-direction: column;
    gap: 4px;
    z-index: 999;
}

.user-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 8px;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.user-option .fa-right-to-bracket {
    transition: all .3s ease;
    min-width: 16px;
}

.user-option:hover .fa-right-to-bracket {
    transform: translateX(5px);
}

.user-option a {
    text-decoration: none;
    color: inherit;
    flex: 1;
}

/* Hover en el contenedor completo */
.user-option:hover {
    background-color: #353535;
}


/* WEB CONTENT */
.web-content {
    min-height: 100vh;
    box-sizing: border-box;
    padding-top: var(--web-content-top-padding);
}

.web-content aside {
    z-index: 999;
    overflow: hidden;
    transition: left .5s ease, background-color 1s ease;
    width: var(--aside-and-logo-width);
    padding: 15px;
    position: fixed;
    top: var(--web-content-top-padding);
    left: 0;
    height: calc(100vh - var(--web-content-top-padding));
    display: flex;
    flex-direction: column;
}

.web-content aside.hidden {
    left: calc(-1 * var(--aside-and-logo-width));
}

.web-content aside,
.web-content aside ul.nav-list {
    background-color: #000;
}


/* NAV LIST ocupa el espacio restante */
.web-content aside ul.nav-list {
    box-sizing: border-box;
    padding-top: 90px !important;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden !important;
    margin: 0;
    padding: 5px;
    list-style: none;
}

.web-content aside ul.nav-list a.nav-link.anime-link {
    animation: animeHeaderLink 2s forwards;
}


.web-content aside ul.nav-list a.nav-link li.nav-option {
    width: 100%;
    border-radius: 7px;
    box-sizing: border-box;
    cursor: pointer;
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateX(0);
}


.web-content aside ul.nav-list a.nav-link li.nav-option:hover {
    background-color: #1e1e1e
}

.web-content aside ul.nav-list a.nav-link li.nav-option:hover .fa-chevron-right {
    font-weight: bold;
    transform: translateX(0);
    color: #424242;
}

.web-content aside ul.nav-list a.nav-link li.nav-option span.nav-label {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.web-content aside ul.nav-list li.nav-option .fa-chevron-right {
    transition: transform .3s ease, color .3s ease;
    transform: translateX(-8px);
    font-size: 14px;
    color: transparent;
}

/* ASIDE LOGIN BUTTON */
.web-content aside a.alta-aside-btn,
.web-content aside button.login-btn-aside,
.web-content aside a.webpanel-link-aside {
    text-decoration: none;
    display: none;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    box-sizing: border-box;
    padding: 10px 12px;
    overflow: hidden;
    gap: 18px;
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #212121;
    color: #fff;
    transform: translateY(0);

    animation: asideLoginLinkTop .5s forwards;
}

.web-content aside a.login-btn:hover {
    filter: brightness(1.2);
}

.web-content aside a.login-btn .fa-right-to-bracket {
    transition: transform .3s ease;
}

.web-content aside a.login-btn:hover .fa-right-to-bracket {
    transform: translateX(5px);
}

.session-btns {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* GO BACK CONTAINER */
div.go-back-container {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a.go-back-btn {
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    text-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: start;
    gap: 10px;
    padding: 10px;
}

a.go-back-btn .fa-arrow-left {
    padding-left: 3px;
    transition: transform .3s ease;
    color: #636363;
    font-size: 14px;
}

a.go-back-btn:hover .fa-arrow-left {
    transform: translateX(-4px);
}

a.go-back-btn span.go-back-label {
    padding-left: 4px;
    color: #636363;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

/* ASIDE BOTTOM CONTENT */
div.btnWrapper__langs-change {
    padding-top: 10px;
    border-top: 1px solid #fff;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    text-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

div.aside-bottom-content {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-wrap: wrap;
}

/* COPYRIGHER */
div.aside-copy-righter {
    padding: 12px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    text-wrap: wrap;
    box-sizing: border-box;
}

div.aside-copy-righter span {
    text-align: left;
    color: #636363;
    font-size: 10px;
}


/* TODO MODIFICAR EN RESPONSIVE !!! */
/* ASIDE PROFILE STYLES */
div.aside-profile-content {
    cursor: pointer;
    border-radius: 6px;
    box-sizing: border-box;
    display: none;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    background-color: #353535;
    padding: 4px 7px;
}

div.aside-profile-content:hover {
    filter: brightness(1.2);
}

div.aside-profile-content img.aside-profile-img {
    pointer-events: none;
    user-select: none;
    width: 45px;
    height: 45px;
    padding: 4px;
    border-radius: 50%;
}

div.aside-profile-content span.aside-profile-name {
    pointer-events: none;
    user-select: none;
    text-wrap: wrap;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

/* BLURRED AREA */
.blurred-area {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    backdrop-filter: blur(8px);
}


/* VIEWS CONTENT */
article.views-content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    box-sizing: border-box;
    background-color: #000;
    transition: padding .45s ease, background-color 1s ease;
    padding-right: var(--article-padding);
    padding-left: calc(var(--aside-and-logo-width) + var(--article-padding));
}

.views-flex-height {
    position: relative;
    min-height: 47.5vh;
}

article.views-content p {
    width: 100%;
    color: #fff;
}

article.views-content.aside-hidden {
    /* padding-left: var(--aside-and-logo-width); */
    padding-left: 0;
    padding-right: 0;
}


/* FOOTER */
footer {
    position: relative;
    z-index: 2;
}

.main-footer {
    transition: background-color 1s ease !important;
    box-sizing: border-box;
    background-color: #000;
    color: #ddd;
    font-size: 0.9rem;
    padding-top: 75px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex: 1 1 200px;
}

.footer-section h4,
.footer-section h5 {
    transition: color 1s ease;
    color: #fff;
    margin-bottom: 0.75rem;
}

.footer-section p {
    transition: color 1s ease;
    margin: 0;
    line-height: 1.5;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    transition: color 1s ease;
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.social-icons {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    text-wrap: wrap;
    gap: 10px;
    box-sizing: border-box;
}

.social-icons .social-btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: transparent;
    transition: color 0.3s ease, border-color 1s ease, background-color 1s ease;
    border: 1px solid transparent;
}

.social-icons .social-btn.linked-in-footer-btn:hover {
    background-color: blue;
}

/* .social-icons .social-btn.tiktok-footer-btn:hover {
    background-color: #24292e;
    border-color: #fff;
    color: #000;
} */


.social-icons .social-btn.whatsapp-footer-btn:hover::before,
.social-icons .social-btn.instagram-footer-btn:hover::before {
    opacity: 1;
}

.social-icons .social-btn.instagram-footer-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #FCAF45);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    border-radius: 10px;
}

body.theme-light .social-icons .social-btn.instagram-footer-btn::before {
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #FCAF45);
}

body.theme-light div.contenido-cargando main.web-content article.views-content footer.main-footer div.footer-container div.footer-section a.follow-link:hover .fa-instagram {
    color: #fff;
}

.social-icons a {
    transition: color 1s ease, background-color 1s ease;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 1s ease;
    transition: color 0.3s;
}

/* .social-icons a:hover {
    color: #1da1f2;
} */

.footer-bottom {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-wrap: wrap;
    gap: 10px;
    text-align: center;
    padding-top: 1rem;
    /* border-top: 1px solid #333; */
    margin-top: 2rem;
    font-size: 0.85rem;
}

.copyrighter-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-botton-copyrigher {
    transition: color 1s ease;
}

a.follow-link {
    display: flex;
    flex-wrap: wrap;
    text-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 50%;
}

.social-icons .social-btn a {
    transition: background-color 1s ease, color 1s ease;
    color: #fff;
}

body.theme-light .social-icons .social-btn a {
    background-color: #fff !important;
}

a.follow-link .fa-instagram,
a.follow-link .fa-tiktok {
    transition: background-color 1s ease, color 1s ease;
    width: 20px;
    height: 20px;
}

body.theme-light .social-icons .social-btn a.follow-link .fa-instagram {
    color: #000;
}


.tiktok-wrapper {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
}

.tiktok-wrapper .fa-tiktok {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1em;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease, transform 0.3s ease, color 1s ease, background-color 1s ease;
}

body.theme-light .tiktok-wrapper .fa-tiktok {
    color: #000 !important;
}

/* Base icon always visible */
.tiktok-wrapper .base {
    color: #fff;
    z-index: 3;
}

body.theme-light .tiktok-wrapper .base {
    color: #000;
}

/* Shadows hidden by default */
.tiktok-wrapper .cyan,
.tiktok-wrapper .red {
    opacity: 0;
    pointer-events: none;
}

/* Hover state: show shadows with offset */
body.theme-light .follow-link:hover .tiktok-wrapper .cyan,
.follow-link:hover .tiktok-wrapper .cyan {
    color: #25F4EE !important;
    transform: translate(-50%, -50%) translate(-2px, -2px);
    opacity: 1;
    z-index: 1;
}

body.theme-light .follow-link:hover .tiktok-wrapper .base {
    color: #fff !important;
}

.follow-link:hover .tiktok-wrapper .base {
    color: #000;
}

body.theme-light .follow-link:hover .tiktok-wrapper .red,
.follow-link:hover .tiktok-wrapper .red {
    color: #FE2C55 !important;
    transform: translate(-50%, -50%) translate(2px, 2px);
    opacity: 1;
    z-index: 2;
}


/* PRIVACY POLICY & COOKIES CONTAINER */
div.privacy-policy-container {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 10px;
}

body.theme-light div.privacy-policy-container a {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

body.theme-light div.privacy-policy-container a:hover {
    background-color: #000;
    color: #fff;
    border-color: #fff;
}

div.privacy-policy-container a {
    transition: width .3s ease, filter .3s ease, background-color 1s ease, color 1s ease, border-color 1s ease;
    width: var(--privacy-policy-links-widht);
    color: #fff;
    background-color: #1e1e1e;
    outline: none;
    border: 2px solid transparent;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}


div.privacy-policy-container a:hover {
    width: calc(var(--privacy-policy-links-widht) + 20px);
    filter: brightness(1.2);
}


/* LANGS BUTTON DISPLAY MODAL */
.current-language {
    display: none;
}


a.current-language-a {
    text-decoration: none;
    transition: color 1s ease, background-color 1s ease, border-color 1s ease;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    text-wrap: wrap;
    padding: 10px 15px;
    outline: none;
    border: none;
    color: #fff;
    background-color: #1e1e1e;
    border-radius: 8px;
    border: 2px solid #000;
    font-size: 15px;
}

a.current-language-a span.current-lang-value span.opacied-lang-value {
    opacity: 0.7;
}

/* === CORRECCIÓN DE BANDERAS === */

/* Bandera principal (idioma actual en el header) */
.current-language-a img.current-lang-icon {
  width: 25px !important;
  height: 25px !important;
  object-fit: contain;
  border-radius: 0 !important;
  display: inline-block;
  vertical-align: middle;
}

/* Bandera en el ASIDE (desplegable lateral) */
.aside-bottom-content img.current-lang-icon {
  width: 20px !important;
  height: auto !important;
  object-fit: contain;
  border-radius: 0 !important;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
}

/* Bandera dentro del MODAL DE IDIOMAS (ya rectangular) */
div.body-lang-blurred-modal div.langs-list div.flag-img-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0 !important;
}

a.current-language-a:hover {
    filter: brightness(1.2);
}

/* === Botón de idioma dentro del ASIDE === */
aside a.current-language-btn {
  background-color: #1e1e1e;
  border-radius: 10px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease, border-color 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}

aside a.current-language-btn:hover {
  background-color: #2a2a2a;
  filter: brightness(1.15);
}

/* Bandera dentro del botón del aside */
aside a.current-language-btn img.current-lang-icon {
  width: 20px;
  height: auto;
  border-radius: 2px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

/* === Versión modo claro === */
body.theme-light aside a.current-language-btn {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  transition: background-color 1s ease, color 1s ease, border-color 1s ease, filter 1s ease;
}

body.theme-light aside a.current-language-btn:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

/* LANGS LIST MODAL */
div.body-lang-blurred-modal.lang-modal-active {
    display: flex;
}

div.body-lang-blurred-modal.lang-modal-active div.langs-list {
    animation: showLangsModal 0.5s ease-out forwards;
}

div.body-lang-blurred-modal div.langs-list.closing-langs-list {
    animation: showLangsModalInverted .5s ease forwards;
}


div.body-lang-blurred-modal {
    transition: scale .2s ease;
    zoom: 0;
    box-sizing: border-box;
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-wrap: wrap;
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .9);
    /* backdrop-filter: blur(10px); */
}

div.body-lang-blurred-modal div.langs-list {
    max-height: 400px;
    overflow: hidden;
    position: relative;
    width: 60vw;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 10px 25px 20px;
    border: 1px solid #cccccc; 
    border-radius: 20px;
    background-color: #000000;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 5px;
    box-shadow:
    inset 0 0 6px 2px rgba(255, 255, 255, 0.05),   /* brillo interior muy suave */
    0 2px 6px rgba(255, 255, 255, 0.04),           /* sombra exterior ligera */
    0 0 8px 2px rgba(255, 255, 255, 0.04),         /* resplandor medio fino */
    0 0 12px 3px rgba(255, 255, 255, 0.03);        /* halo exterior muy sutil */


    transition: box-shadow 0.5s ease, width .15s ease;
}


div.body-lang-blurred-modal div.langs-list div.langs-list-flex {
    padding: 0 20px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

div.body-lang-blurred-modal div.langs-list:hover {
    box-shadow:
    inset 0 0 10px 3px rgba(255, 255, 255, 0.07),   /* brillo interior medio */
    0 4px 12px rgba(255, 255, 255, 0.05),          /* sombra exterior moderada */
    0 0 10px 3px rgba(255, 255, 255, 0.05),        /* resplandor medio */
    0 0 20px 5px rgba(255, 255, 255, 0.06); 
}

div.body-lang-blurred-modal div.langs-list div.close-langs-container {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    text-wrap: wrap;
}

div.body-lang-blurred-modal div.langs-list button.close-lang-modal-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    transition: background-color .3s ease;
    padding: 6px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #5C5C5C;   /* ⇦ borde exterior (ajústalo o pon 'none') */
    background-color: #121212;
    border-radius: 50%;
}

div.body-lang-blurred-modal div.langs-list button.close-lang-modal-btn .fa-xmark {
    transition: transform .3s ease;
    width: 16px;
    height: 16px;
    color: #fff;
}

div.body-lang-blurred-modal div.langs-list button.close-lang-modal-btn:hover .fa-xmark {
    transform: rotate(90deg);
}

div.body-lang-blurred-modal div.langs-list div.langs-modal-title-container {
    box-sizing: border-box;
    flex-wrap: wrap;
    text-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid rgb(255, 255, 255, .5);
}

div.body-lang-blurred-modal div.langs-list div.langs-modal-title-container h2 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

#searchLang {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(0,0,0,.35);
  color: #eee;
  border-radius: 10px;
  outline: none;
  transition: box-shadow .2s ease, border-color .2s ease;
}

#searchLang::placeholder { color: #aaa; }

#searchLang:focus {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(255,255,255,.08);
}

/* Opcional: que los ocultos no se puedan clicar */
#langsList .lang-link[style*="display: none"] { pointer-events: none; }



div.body-lang-blurred-modal div.langs-list a.lang-link {
    text-decoration: none;
    width: 100%;
}

div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option {
    border-radius: 10px;
    transition: background-color .3s ease;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    background-color: transparent;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    text-wrap: wrap;
}

div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option.lang-link-active {
    overflow: hidden;
    background-color: #636363;
}

div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option:hover:not(.lang-link-active) {
    background-color: #333;
}

div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option div.left-lang-option-side {
    overflow: hidden;
    padding: 5px 15px;
    background-color: transparent;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    flex-wrap: wrap;
    text-wrap: wrap;
}

div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option div.left-lang-option-side span.lang-option-label,
div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option div.left-lang-option-side span.country-option-label {
    color: #fff;
}

div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option div.left-lang-option-side span.lang-option-label {
    font-size: 15px;
}

div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option div.left-lang-option-side span.country-option-label {
    font-size: 13px;
    text-transform: uppercase;
    opacity: .7;
}


div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option div.right-lang-option-side {
    background-color: transparent;
    box-sizing: border-box;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    text-wrap: wrap;
}

div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option div.right-lang-option-side div.flag-img-container {
    width: 70px;
    height: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 1px; /* esquinas suaves */
}

div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option div.right-lang-option-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option div.right-lang-option-side div.flag-img-container div.lang-label-modal-img {
    transition: opacity .5s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    z-index: 999;
    background-color: rgb(0, 0, 0, 0.5);
    /* backdrop-filter: blur(3px); */
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    overflow: hidden;
    text-wrap: wrap;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}


div.body-lang-blurred-modal div.langs-list a.lang-link:hover div.lang-option div.right-lang-option-side div.flag-img-container div.lang-label-modal-img {
    opacity: 1;
    
}


/* ===== THEME LIGHT – MODAL IDIOMAS ===== */

/* Fondo exterior del modal (velo) en claro */
body.theme-light div.body-lang-blurred-modal {
  background-color: rgba(255, 255, 255, 0.9);
}

/* Caja del modal en claro */
body.theme-light div.body-lang-blurred-modal div.langs-list {
  background-color: #fff;
  border: 1px solid #000;
  /* Sombra invertida (negra) sutil */
  box-shadow:
    inset 0 0 6px 2px rgba(0, 0, 0, 0.05),
    0 2px 6px rgba(0, 0, 0, 0.06),
    0 0 8px 2px rgba(0, 0, 0, 0.05),
    0 0 12px 3px rgba(0, 0, 0, 0.04);
}

body.theme-light div.body-lang-blurred-modal div.langs-list:hover {
  box-shadow:
    inset 0 0 10px 3px rgba(0, 0, 0, 0.07),
    0 4px 12px rgba(0, 0, 0, 0.08),
    0 0 10px 3px rgba(0, 0, 0, 0.06),
    0 0 20px 5px rgba(0, 0, 0, 0.07);
}

/* Header título + buscador */
body.theme-light div.body-lang-blurred-modal div.langs-list div.langs-modal-title-container {
  border-bottom: 1px solid rgba(0, 0, 0, .5);
}

body.theme-light div.body-lang-blurred-modal div.langs-list div.langs-modal-title-container h2 {
  color: #000;
}

body.theme-light #searchLang {
  background: #fff;
  color: #000;
  border: 1px solid rgba(0,0,0,.25);
}

body.theme-light #searchLang::placeholder { color: #555; }

body.theme-light #searchLang:focus {
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0,0,0,.08);
}

/* Links de idioma (fila) */
body.theme-light div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option {
  background-color: transparent; /* respeta base */
}

body.theme-light div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option.lang-link-active {
  background-color: #d9d9d9;
}

body.theme-light div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option:hover:not(.lang-link-active) {
  background-color: #f2f2f2;
}

/* Columna izquierda: textos en negro */
body.theme-light div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option div.left-lang-option-side span.lang-option-label,
body.theme-light div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option div.left-lang-option-side span.country-option-label {
  color: #000;
}

body.theme-light div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option div.left-lang-option-side span.country-option-label {
  opacity: .7;
}

/* Columna derecha: imagen bandera sin cambios de tamaño */
body.theme-light div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option div.right-lang-option-side img {
  /* mantiene width/height que ya tienes */
}
body.theme-light div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option div.right-lang-option-side div.flag-img-container{
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25); /* sombra un poco más suave y realista */
}
/* Overlay sobre la bandera (saludo) – invertimos a claro */
body.theme-light div.body-lang-blurred-modal div.langs-list a.lang-link div.lang-option div.right-lang-option-side div.flag-img-container div.lang-label-modal-img {
  background-color: rgba(255, 255, 255, 0.55);
  color: #000;

}

/* Botón cerrar modal en claro */
body.theme-light div.body-lang-blurred-modal div.langs-list button.close-lang-modal-btn {
  background-color: #f2f2f2;
  border: 1px solid #000;
}

body.theme-light div.body-lang-blurred-modal div.langs-list button.close-lang-modal-btn .fa-xmark {
  color: #000;
}

body.theme-light div.body-lang-blurred-modal div.langs-list button.close-lang-modal-btn:hover .fa-xmark {
  color: #000; /* mantiene */
}

/* Evita clic en ocultos (igual que en dark) */
body.theme-light #langsList .lang-link[style*="display: none"] {
  pointer-events: none;
}
















/* ARROW GO UP BUTTON */
div.arrow-go-top-btn {
    position: fixed;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    padding: 12px;
    bottom: 25px;
    right: 40px;
    border-radius: 50%;
    z-index: 800;
    transition: background-color .5s ease, box-shadow .5s ease, color .5s ease, border-radius .5s ease, transform .5s ease;
}

div.arrow-go-top-btn:hover {
    transform: scale(1.2);
    border-radius: 10px;
}

div.arrow-go-top-btn:focus,
div.arrow-go-top-btn:active {
    transform: scale(.9);
}

div.arrow-go-top-btn .fa-chevron-up {
    font-size: 16px;
    color: #000;
}

div.arrow-go-top-btn .fa-chevron-up.button-go-top-hovered {
    animation: rotateChevron360 .5s ease forwards;
}

div.arrow-go-top-btn .fa-chevron-up.button-go-top-unhovered {
    animation: rotateChevronRev .5s ease forwards;
}


/* ESTILOS DE SCROLL DE VIDEO */
.scroll-video-wrapper {
    width: 100%;
    height: 400vh;
    position: relative;
    z-index: 1;
}

.initial-video {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
}

#animated-video-bienvenida {
    width: 100%;
    height: 100vh;
    max-width: 100vw;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .nav-list {
  /* ejemplo: menú alineado a la derecha */
  text-align: right;
}

html[dir="rtl"] .footer-links {
  text-align: right;
}


/* ESTILO GENERAL PARA LOS TEXTOS */
.scroll-text {
    position: absolute;
    bottom: 20vh;
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    padding: 0 1rem;
}

body.theme-light .scroll-text {
    color: #000;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.scroll-text.visible {
    opacity: 1;
}


.fade-in {
    animation: fadeIn 1s forwards;
}

.slide-up {
    animation: slideUp 1s forwards;
}

.zoom-in {
    animation: zoomIn 1s forwards;
}

.fade-out {
    animation: fadeOut 1s forwards;
}

.stage-1 {
    font-size: 1.5rem !important;
    letter-spacing: 10.5px;
    bottom: 29vh;
    font-family: 'Montserrat', sans-serif;
}

.stage-2 {
    font-size: 1.5rem !important;
    font-family: 'Montserrat', sans-serif;
    bottom: 45vh;
}

.stage-3 {
    font-size: 1.5rem;
    transition: transform .5s ease, bottom 1s ease, opacity 1s ease;
    bottom: 45vh;
}

.scroll-btn {
    position: absolute;
    bottom: 13vh;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

body.theme-light .scroll-btn .scroll-cta-btn {
    background-color: #000;
    color: #fff;
}

body.theme-light .scroll-btn .scroll-cta-btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.scroll-btn .scroll-cta-btn {
    pointer-events: auto;
    background-color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: transform .3s ease, background-color 0.3s ease, color 0.3s ease, filter .3s ease, border-color .3s ease;
    color: #000;
    border: 2px solid transparent;
}

.scroll-btn .scroll-cta-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #fff;
}

.scroll-text.pulsate,
.scroll-btn.pulsate {
    animation: pulsate 1s ease-in-out infinite;
    transform-origin: center;
}


/** LOGIN MODAL */
#modal {
    z-index: 9999;
    position: fixed;
    inset: 0;
    background-color: rgb(0, 0, 0, .9);
    width: 100%;
    height: 100vh;
}

.login-modal {
    display: none;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.login-modal-content {
    transition: width .5s ease;
    display: flex;
    flex-direction: column;
    align-items: start;
    overflow-y: auto;
    overflow-x: hidden;
    width: 50vw;
    max-width: 50vw;
    background-color: #1f1f1f;
    height: auto;
    border-radius: 10px;
    padding: 2rem 5rem;
    max-height: 95vh;

    animation: showLoginForm .7s forwards;
}

.login-modal-content.closeLoginModal {
    animation: hideLoginForm .7s forwards;
}

.close-login-modal-btn {
    box-sizing: border-box;
    display: flex;
    justify-content: end;
    width: 100%;
    align-items: center;
}

.closeLoginFormModal {
    background-color: transparent;
    width: 25px;
    padding: 7px;
    height: 25px;
    color: #424242;
    border-radius: 50%;
    font-size: 18px;
    transform: rotate(0);
    transition: transform 0.3s ease, color 0.3s ease;
}

.close-login-modal-btn .closeLoginFormModal:hover {
    background-color: #353535;
    transform: rotate(90deg);
    color: #fff;
}

.login-modal-content h2 {
    user-select: none;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin: auto;
}

.login-form-subtitle {
    user-select: none;
    margin: auto;
    width: 70%;
    text-wrap: wrap;
    color: #fff;
    padding: 15px;
    opacity: .8;
}

/* LOGIN FORM STYLES */
.login-modal-content form {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    gap: 15px;
    width: 70%;
    margin: auto;
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

@keyframes showLoginForm {
    from {
        opacity: .2;
        transform: translateY(15px);
    } to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hideLoginForm {
    from {
        opacity: 1;
        transform: translateY(0);
    } to {
        opacity: 0;
        transform: translateY(-15px);
    }
}

.input-container {
    position: relative;
    width: 100%;
}

.input-container input {
    border-radius: 8px;
    width: 100%;
    background-color: #1f1f1f;
    outline: none;
    border: 2.5px solid #333;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 45px;
    font-size: 16px;
    color: #fff;
}

.input-container label {
    user-select: none;
    transition: top .15s ease, left .15s ease;
    pointer-events: none;
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 16px;
    color: #fff;
}

.input-container input:focus + label,
.input-container input:not(:placeholder-shown) + label {
    top: -12px;
    left: 10px;
    padding: 2px 10px;
    background-color: #1f1f1f;
    font-size: 14px;
    color: rgb(255, 255, 255, .7);
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #1f1f1f inset;
    box-shadow: 0 0 0 1000px #1f1f1f inset;
    -webkit-text-fill-color: #fff;
    color: #fff;
    cursor: text;
    caret-color: white;
    transition: background-color 5000s ease-in-out 0s;
}


.input-container .eyeToggle {
    transition: background-color .3s ease;
    padding: 8px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 12px;
    font-size: 16px;
    color: #fff;
    opacity: .7;
    right: 10px;
}

.input-container .eyeToggle:hover,
.input-container .eyeToggle.eye-active {
    background-color: #333;
}

#login-submit {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    user-select: none;
    font-weight: 700;
    font-size: 20px;
    outline: none;
    border: none;
    color: #fff;
    background-color: #333;    
    transition: filter .3s ease;
}

#login-submit:hover {
    filter: brightness(.9);
}

.privacy-login-form-area {
    padding: 50px;    
    width: 100%;
}

.privacy-login-form-area p {
    user-select: none;
    color: #fff;
    opacity: .7;
    text-align: center;
}

.forgot-password-link-container {
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px;
}

.forgot-password-link {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    opacity: 0.7;
}

.forgot-password-link:hover {
    opacity: 1;
}

.alta_modal-link {
    position: relative;
    color: #fff;
    text-decoration: none;
}

.alta_modal-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.alta_modal-link:hover::after {
    width: 100%;
}


.dont-have-account-container p span {
    opacity: .7;
    color: #fff;
}

.dont-have-account-container {
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.forgot-password-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.forgot-password-link:hover::after {
    width: 100%;
}

/* LOGIN FORM ERRORS CONTAINER */
.form-login-error-container {
    user-select: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 5px;

    animation: showLoginFormError 1s forwards;
}


@keyframes showLoginFormError {
    from {
        opacity: 0;
        transform: translateY(-10px);
    } to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-login-error-container .form-login-error {
    color: #FF3B3B;
}

/* RESPONSIVE */


@media screen and (max-width: 1300px) {
    div.body-lang-blurred-modal div.langs-list {
        padding: 10px 20px;
        width: 60vw;
    }
}


@media screen and (max-width: 1100px) {
    article.views-content.aside-hidden {
        /* padding-left: var(--article-padding); */
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 805px) {
    .login-modal-content {
        padding: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .login-form-subtitle {
        width: 100%;
    }
}

@media screen and (max-width: 920px) {
    .login-modal-content h2 {
        width: 100%;
    }

    .login-modal-content form {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .login-modal-content {
        width: 80%;
        max-width: none;
    }
}

@media screen and (max-width: 1185px) {
    .login-modal-content {
        width: 100%;
        max-width: none;
    }
}


@media screen and (max-width: 768px) {
    .login-modal-content {
        height: 100vh;
        max-height: none;
        border-radius: 0;
    }

    .current-language {
        display: flex;
    }

    article.views-content.aside-hidden {
        padding-left: 0;
        padding-right: 0;
    }

    header {
        width: 100vw;
    }

    div.aside-profile-content {
        display: flex;
    }

    .web-content aside {
        width: 100vw;
        height: calc(100vh - var(--web-content-top-padding));
    }

    .web-content aside.hidden {
        left: calc((-1 * var(--aside-and-logo-width)) - 500px);
    }

    header .user-profile-container {
        display: none;
    }

    header a.header-login-btn,
    header button.login-btn-header,
    header a.webpanel-link {
        display: none;
    }

    .web-content aside a.alta-aside-btn,
    .web-content aside button.login-btn-aside,
    .web-content aside a.webpanel-link-aside {
        display: flex;
    }

    header .left-side {
        width: 100% !important;
        justify-content: space-between;
    }

    header .bars {
        margin-right: 10px;
    }


    article.views-content {
        /* backdrop-filter: blur(10px); */
        /* width: 200%; */
        /* padding-left: calc(var(--aside-and-logo-width)); */
        padding-left: 100%;
    }

    header div.right-side div.toggleWrapper {
        display: none;
    }

    aside div.aside-bottom-content div.toggleWrapper {
        display: flex;
    }

    .web-content aside ul.nav-list a.nav-link.anime-link {
        animation: animeHeaderLinkExtended 2s forwards;
    }

    div.body-lang-blurred-modal div.langs-list {
        padding: 10px 20px;
        width: 80vw;
    }


    /* FOOTER */
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}


@media screen and (max-width: 480px) {
    .main-footer {
        font-size: 0.8rem;
        padding: 1rem 0.5rem;
    }

    div.body-lang-blurred-modal div.langs-list {
        padding: 8px 16px;
        width: 90vw;
    }
}

@media screen and (max-width: 307px) {
    header div.left-side {
        flex-wrap: wrap;
    }

    div.bars {
        margin-bottom: 20px;
    }
}




/* TEMPOTAL => PARA REINICIAR LOCAL STORAGE */
div.reset-local-storage {
    background-color: #000;
    position: relative;
    z-index: 2;
    display: flex;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-wrap: wrap;
    gap: 15px;
}

div.reset-local-storage span {
    font-size: 25px;
    color: red;
}

div.reset-local-storage button {
    padding: 15px;
    font-size: 20px;
    background-color: rgb(238, 128, 128);
    color: rgb(134, 0, 0);
    border-radius: 10px;
    border: none;
    outline: none;
}