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

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/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:not([disabled]),
button:focus:not([disabled]),
button:active:not([disabled]) {
  background-color: #ffffff;
  cursor: pointer;
  color: #006aff;
}

button[disabled] {
  opacity: 0.5;
}

.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.small {
  font-size: 18px;
}

.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: 5%;
}

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

.hidden {
  display: none;
}
