/* @font-face {
    font-family: TelefonicaLight;
    src: url("../assets/fonts/Telefonica_Sans_Light.woff2");
} */

@font-face {
    font-family: TelefonicaRegular;
    src: url("../assets/fonts/Telefonica_Sans_Regular.woff2");
}

/* @font-face {
    font-family: TelefonicaThinItalic;
    src: url("../assets/fonts/Telefonica_Sans_Thin_Italic.woff2");
} */
:root {
    color-scheme: only light;
}

body {
    margin: 0;
    padding: 0;
}

* {
    font-family: TelefonicaRegular;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 1.25px;
    margin: 20px 0 0 0;
    text-align: center;
}

h3 {
    font-size: 1.5em;
    font-weight: 100;
    letter-spacing: 2.5px;
    text-align: center;
    margin: 0px;
}

h4 {
    font-weight: 300;
    font-size: 0.9em;
    letter-spacing: 0.75px;
    text-align: center;
    margin: 10px 7.5%;
}

h5 {
    font-weight: 300;
    font-size: 0.95em;
    letter-spacing: 0.75px;
    text-align: center;
    margin: 0;
}


/* Padre y slider */
.experience_slider_container {
    width: 100vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.experience_slider {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    transition: all 0.3s ease;
}

/* Wellcome */
.wellcome-container * {
    color: #FFF;
}

.wellcome-container {
    background-color: #0066FF;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3000;
}

.wellcome-container:nth-child(1) {
    background-image: url("../assets/images/common/burbujas.png");
}


.wellcome-container-main {
    justify-content: center;
}

.wellcome-container span {
    font-weight: 300;
    font-size: 1.25em;
    letter-spacing: 2px;
}

.wellcome-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.wellcome-intro-container span {
    margin: 20px 0;
    font-size: 1.05em;
    max-width: 80%;
}

.selector-dificultad-container {
    padding-bottom: 5vh;
}

/* Instruciones de uso */
.wellcome-container .text {
    display: flex;
    align-items: center;
    width: 85%;
    margin: 10px 0;
    font-size: 0.95em;
    letter-spacing: 0.75px;
}

.wellcome-container .text img {
    margin: 0 25px 0 10px;
    width: 10%;
}

.instrucciones-text {
    margin: 1.25em 0 0.25em 0;
    font-size: 1.25em;
}

.instrucciones-text-spacey {
    margin: 100px 1em 0.75em 1em;
}

/* Languajes */
.button_languages_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row_absolute_languages {
    position: absolute;
    bottom: 100px;
}

.selector_idioma {
    font-size: 1.25em !important;
    letter-spacing: 1.25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.selector_idioma:hover, .selector_idioma:focus {
    font-size: 1.35em !important;
}
/* Botones */
button {
    display: flex;
    border: 2px solid #FFF;
    border-radius: 10px;
    background-color: transparent;
    color: #FFF;
    font-size: 1.75em;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}

button:hover,
button:focus,
button:active {
    background-color: #ffffff;
    cursor: pointer;
    color: #006AFF;
}

.rounded-button-back {
    width: 35px;
    height: 35px;
    z-index: 5000;
    padding: 5px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.back_arrow {
    height: 20px;
    width: 20px;
    filter: brightness(0) invert(1);
}

.rounded-button-start {
    width: 60%;
    padding: 10px;
    position: absolute;
    bottom: 15px;
}

.rounded-button-start-not-main {
    position: static;
    margin-bottom: 25px;
}

/* Imagenes */
.telefonica_logo {
    max-width: 60%;
    transform: translateY(-50%);
}

.logo_experiencia {
    max-width: 80%;
    /* position: absolute; */
    margin-top: 15%;
    max-height: 125px;
}

.logo_experiencia_small {
    max-width: 60%;
    /* position: absolute; */
    margin-top: 6.5%;
}

.hub_logo {
    margin: 10px 0 20vh 0;
    width: 70%;
}

.hidden {
    display: none;
}
/*Estilos para los pop up legales*/
.disclaimer_legal {
    position: fixed;
    top: -200%;
    left: 50%;
    width: 70%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    border-radius: 20px;
    /* background: transparent linear-gradient(0deg, #0FA3EB00 0%, #0FA2EFB0 100%) 0% 0% no-repeat padding-box; */
    background-color: #FFF !important;
    font-size: 1.75em;
    color: #006AFF;
    font-family: TelefonicaRegular;
    transition: all 0.5s ease-in-out;
    text-align: center;
    z-index: 9999;
}

.disclaimer-padding {
    padding-left: 10%;
    padding-right: 10%;
}

.discliamer_button_piezas {
    background: #006AFF !important;
    border-radius: 15px !important;
    padding: 10px 0px !important;
    /*width: 80% !important;*/
    font-weight: 200 !important;
    font-size: 0.75em;
    /*margin: 20px auto 0px auto !important;*/
    margin-right: 30px; /* Add margin between buttons as needed */
    margin-left: 30px; /* Add margin between buttons as needed */
    flex: 1; /* Distribute available space equally between buttons */
    width: 100px;
}

.center-text {
    text-align: center; 
    width: 100%;
    font-size: 15px;
}

.law-margin{
    margin: 5px 0px;
}

.buttons-container {
    display: flex;
    justify-content: center; /* Center align buttons horizontally */
    align-items: center; /* Center align buttons vertically */
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Semi-transparent black background */
    z-index: 9998; /* Place it below the centered image */
}