@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Logik";
  src: url("/fonts/Logik.otf") format("opentype");
  /* Agrega otros formatos de fuentes aquí si son necesarios */
}
@font-face {
  font-family: "Logik SemiBold";
  src: url("/fonts/Logik SemiBold.otf") format("opentype");
  /* Agrega otros formatos de fuentes aquí si son necesarios */
}
@font-face {
  font-family: "Logik Bold";
  src: url("/fonts/Logik Bold.otf") format("opentype");
  /* Agrega otros formatos de fuentes aquí si son necesarios */
}
* {
  margin: 0;
  padding: 0;
}

.body {
  background-image: url(../assets/fondo.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.city {
  background-image: url(../assets/fondos/city.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.clearing {
  background-image: url(../assets/fondos/clearing.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.forest {
  background-image: url(../assets/fondos/forest.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.night {
  background-image: url(../assets/fondos/night.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.tropical {
  background-image: url(../assets/fondos/tropical.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.volcano {
  background-image: url(../assets/fondos/volcano.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.waterfall {
  background-image: url(../assets/fondos/waterfall.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.black {
  background-color: rgb(17, 17, 17);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.header-transparent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px; /* Ajusta la altura según sea necesario */
}
.header-transparent img {
  width: 100%;
  height: auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px; /* Ajusta la altura según sea necesario */
  z-index: 12;
}
.header img {
  width: 100%;
  height: auto;
  background-image: url(../assets/fondo.png);
}

.header-shared {
  z-index: 12;
}
.header-shared img {
  width: 100%;
  height: auto;
}

.proximamente {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.image-container img {
  position: absolute;
  top: -2.5%; /* Recorte de la parte superior */
  left: 0;
  width: 100%;
  height: auto;
  max-height: 105%;
}

.mtf-header {
  margin-top: 7rem;
}

.footer {
  width: 100%;
  background-image: url(../assets/fondo.png);
  padding: 20px 0 20px 0; /* Ajusta el relleno según sea necesario */
  text-align: center; /* Alinea el texto al centro */
}
.footer p {
  color: #fff;
  font-size: 12px;
  margin: 0 auto; /* Centra el elemento de texto horizontalmente */
  font-family: "Prompt", sans-serif;
}
.footer a {
  color: #fff;
  font-size: 12px;
  margin: 0 auto; /* Centra el elemento de texto horizontalmente */
  font-family: "Prompt", sans-serif;
  text-decoration: none;
}
.footer .f-text-small {
  color: #fff;
  font-size: 8px;
  margin: 0 auto; /* Centra el elemento de texto horizontalmente */
  font-family: "Prompt", sans-serif;
}
.footer a:active {
  color: #fff;
  font-size: 12px;
  margin: 0 auto; /* Centra el elemento de texto horizontalmente */
  font-family: "Prompt", sans-serif;
  text-decoration: none;
}

.footer-transparente {
  width: 100%;
  background-color: transparent;
  padding: 10px 0 10px 0;
  text-align: center;
}
.footer-transparente p {
  color: #fff;
  font-size: 12px;
  margin: 0 auto; /* Centra el elemento de texto horizontalmente */
  font-family: "Prompt", sans-serif;
}
.footer-transparente a {
  color: #fff;
  font-size: 10px;
  margin: 0 auto; /* Centra el elemento de texto horizontalmente */
  font-family: "Prompt", sans-serif;
  text-decoration: none;
}
.footer-transparente a:active {
  color: #fff;
  font-size: 10px;
  margin: 0 auto; /* Centra el elemento de texto horizontalmente */
  font-family: "Prompt", sans-serif;
  text-decoration: none;
}
.footer-transparente .f-text-small {
  color: #fff;
  font-size: 10px;
  margin: 0 auto; /* Centra el elemento de texto horizontalmente */
  font-family: "Prompt", sans-serif;
}

.footer-transparente-p {
  width: 100%;
  background-color: transparent;
  padding: 10px 2px 10px 2px;
  text-align: center;
}
.footer-transparente-p p {
  color: #fff;
  font-size: 11px;
  margin: 0 auto; /* Centra el elemento de texto horizontalmente */
  font-family: "Prompt", sans-serif;
}
.footer-transparente-p a {
  color: #fff;
  font-size: 11px;
  margin: 0 auto; /* Centra el elemento de texto horizontalmente */
  font-family: "Prompt", sans-serif;
  text-decoration: none;
}
.footer-transparente-p a:active {
  color: #fff;
  font-size: 11px;
  margin: 0 auto; /* Centra el elemento de texto horizontalmente */
  font-family: "Prompt", sans-serif;
  text-decoration: none;
}

.footer-transparente-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  padding: 10px 0 10px 0;
  text-align: center;
}
.footer-transparente-fixed p {
  color: #fff;
  font-size: 12px;
  margin: 0 auto; /* Centra el elemento de texto horizontalmente */
  font-family: "Prompt", sans-serif;
}
.footer-transparente-fixed a {
  color: #fff;
  font-size: 12px;
  margin: 0 auto; /* Centra el elemento de texto horizontalmente */
  font-family: "Prompt", sans-serif;
  text-decoration: none;
}
.footer-transparente-fixed a:active {
  color: #fff;
  font-size: 12px;
  margin: 0 auto; /* Centra el elemento de texto horizontalmente */
  font-family: "Prompt", sans-serif;
  text-decoration: none;
}

.btn-volver {
  display: flex;
  justify-content: center;
  margin: 2rem 0 0rem 0;
}

.btn-volver img {
  max-width: 60%;
  max-height: 100%;
}

.btn-share {
  display: block;
  margin: auto;
}

.btn-share-atras {
  display: flex;
  justify-content: center;
  margin: 10px 0 0rem 0;
}

.btn-share-atras img {
  max-width: 50%;
  max-height: 100%;
}

.btn-share img {
  max-width: 100%;
  max-height: 100%;
  margin-top: 10px;
}

.screen-mecanica-flex {
  display: flex;
  justify-content: center;
  margin: 2rem 0 0rem 0;
}

.screen-mecanica-flex img {
  max-width: 90%;
  max-height: 100%;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
  outline: none;
}

.country-selector {
  cursor: pointer;
}

.selected-flag {
  transform: scale(1.1); /* Ajusta el valor según tu preferencia para agrandar la bandera seleccionada */
}

.bw-filter {
  filter: grayscale(100%);
}

.mobile img {
  width: 90%;
}

.selector-pais {
  background-image: url(../assets/selector-pais.png);
  background-size: cover; /* Ajusta el tamaño de la imagen de fondo para que cubra completamente el contenedor */
  background-repeat: no-repeat; /* Evita que la imagen de fondo se repita */
  background-position: center; /* Ajusta la posición de la imagen de fondo al centro */
  border-radius: 15px; /* Ajusta el radio de los bordes según tus preferencias */
  overflow: hidden;
  margin: 0 20px 0 20px;
}
.selector-pais .title {
  color: #003B64;
  text-align: center;
  padding-top: 2rem;
  font-family: "Logik Bold";
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
}
.selector-pais .pais {
  color: #003B64;
  text-align: center;
  font-family: "Logik Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 0%; /* 0px */
  text-transform: uppercase;
  margin-top: 1rem;
  padding: 0;
}
.selector-pais .pais-cs {
  color: #003B64;
  text-align: center;
  font-family: "Logik Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 0%; /* 0px */
  margin-top: 5px;
  padding: 0;
}
.selector-pais .portugal {
  margin-top: -10px;
}
.selector-pais .espana {
  margin-top: 10px;
}
.selector-pais .title-pt {
  color: #3D7FBB;
  text-align: center;
  font-family: Logik;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 104%; /* 16.64px */
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.selector-pais p {
  flex-shrink: 0;
  color: #003B64;
  text-align: center;
  font-family: "Logik SemiBold";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 113%; /* 13.56px */
  padding: 15px;
}
.selector-pais .paises-flex {
  padding-bottom: 20px;
}
.selector-pais .paises-flex img {
  width: 60%;
}

.paises-flex {
  display: flex;
  justify-content: space-between;
}

.country-selector {
  text-align: center;
  flex: 1;
}

.select-pais {
  max-width: 100%;
}

.flex-text-pais {
  text-align: center; /* Alinea el texto al centro horizontalmente */
}

.separator {
  width: 2px;
  background-color: #314682; /* Color de la línea blanca */
  height: 300px;
  margin: 0 8px; /* Espaciado entre las columnas y la línea */
  transform: translateY(-2px);
}

.select-pais {
  vertical-align: middle; /* Alinea verticalmente las banderas */
}

.btn-siguiente {
  display: flex;
  justify-content: center;
  margin: 2rem 0 4rem 0;
}

@media only screen and (max-width: 768px) {
  .header .desktop {
    display: none;
  }
  .proximamente .desktop {
    display: none;
  }
  .header .mobile {
    display: block;
  }
  .proximamente .mobile {
    display: block;
  }
  .mtf-header {
    margin-top: 9rem;
    margin-bottom: 60px;
  }
  .image-container {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .header .desktop {
    display: block;
  }
  .proximamente .desktop {
    display: block;
    width: 60%;
    margin-bottom: 5rem;
  }
  .header .mobile {
    display: none;
  }
  .proximamente .mobile {
    display: none;
  }
  .footer {
    display: none;
  }
}
.footer-img {
  max-width: 100%;
}

.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.page-title-container {
  text-align: center;
  margin: 0.5rem;
  margin-top: 0rem;
  line-height: 1;
}

.page-title {
  font-family: "Logik Bold";
  color: #FFF;
  text-align: center;
  text-shadow: 1px 1px 0px #314682;
  /* titulos wide */
  font-family: Logik;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%; /* 20.8px */
  text-transform: uppercase;
}

.content,
.content-pt,
.content-error {
  width: 85vw;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: center;
  aspect-ratio: 361/218;
  justify-content: center;
  display: flex;
  align-items: center;
}

.content {
  background-image: url("/assets/login-bg.png");
}

.content-pt {
  background-image: url("/assets/login-bg-pt.png");
}

.content-error {
  background-image: url("/assets/login-bg-error.png");
}

.img-page-title {
  text-align: center;
  margin: auto;
  margin-top: 3vh;
  margin-bottom: 1rem;
  width: 50vw;
}

.custom-input,
.custom-input-error {
  background-color: white;
  border-radius: 30px;
  height: 1.8rem;
  color: black;
  min-width: 55vw;
  margin: auto;
  text-align: center;
  padding: 0 20px 0 20px !important;
}

.custom-input {
  border: 2px solid #314682;
}

.custom-input-error {
  border: 2px solid #ff0000;
}

.input-title {
  display: block;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  color: #314682;
  text-align: center;
  font-family: Logik SemiBold;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%; /* 14.56px */
  text-transform: uppercase;
}

.terms-text {
  color: #314682;
  text-align: center;
  font-family: Logik SemiBold;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: underline;
  text-transform: uppercase;
}

.terms-text:active {
  color: #314682;
  text-align: center;
  font-family: Logik SemiBold;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: underline;
  text-transform: uppercase;
}

.input-container {
  text-align: center;
  margin-bottom: 0rem;
}

.terms-container {
  text-align: center;
  margin-top: 0rem;
  padding-bottom: 20px;
}

.content-container {
  padding: 0rem 1rem 0rem 1rem;
}

.traslate-content-error {
  transform: translate(10px, -10px);
}

.content-error input[type=checkbox]:before {
  background: url("/assets/images/register/unchecked-white.png") #ff5900;
}

.content-error input[type=checkbox]:checked:before {
  background: url("/assets/images/register/checked-white.png") #ff5900;
}

.content-error .terms-text {
  color: white;
}

.content-error .input-title {
  color: white;
}

.content-error .avatar-title {
  color: white;
}

.btn-image {
  width: 50vw;
}

.btn-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-top: 1rem;
}

.img-login {
  width: 100%;
  height: auto;
  transform: translateY(5px);
}

.footer-login {
  width: 100%;
  background-color: #76c0da;
  padding: 20px 0 20px 0; /* Ajusta el relleno según sea necesario */
  text-align: center; /* Alinea el texto al centro */
}
.footer-login p {
  color: #fff;
  font-size: 12px;
  margin: 0 auto; /* Centra el elemento de texto horizontalmente */
  font-family: "Prompt", sans-serif;
}

.error-login-text {
  color: #DA0A2C;
  text-align: center;
  font-family: Logik;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 6px;
}

@media screen and (max-width: 425px) {
  .terms-text {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 361px) and (max-height: 540px) {
  .btn-image {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 360px) and (min-width: 350px) and (max-height: 750px) {
  .img-page-title {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 350px) {
  .btn-image {
    margin-bottom: 0.7rem;
  }
}
@media screen and (max-width: 420px) and (min-width: 410px) and (min-height: 750px) {
  .custom-input,
  .custom-input-error {
    height: 2rem;
  }
}
@media screen and (min-width: 301px) and (max-width: 350px) {
  .custom-input,
  .custom-input-error {
    width: 65vw;
    height: 1.5rem;
  }
  .btn-image {
    margin-bottom: 0.7rem;
  }
  .terms-text {
    font-size: 0.8rem;
  }
  .page-title {
    font-size: 1.2rem;
  }
  .terms-container {
    margin-top: 0.7rem;
  }
}
@media screen and (min-width: 301px) and (max-width: 320px) {
  .custom-input {
    height: 1.3rem;
  }
}
@media screen and (min-width: 280px) and (max-width: 300px) {
  .custom-input {
    height: 1.3rem;
  }
}
@media screen and (min-width: 270px) and (max-width: 300px) and (max-height: 520px) {
  .custom-input,
  .custom-input-error {
    height: 1rem;
  }
  .btn-image {
    margin-bottom: 0.7rem;
  }
  .page-title {
    font-size: 1.2rem;
  }
  .terms-container {
    margin-top: 0.7rem;
  }
}
.tyc {
  background-image: url(../assets/selector-pais.png);
  background-size: cover; /* Ajusta el tamaño de la imagen de fondo para que cubra completamente el contenedor */
  background-repeat: no-repeat; /* Evita que la imagen de fondo se repita */
  background-position: center; /* Ajusta la posición de la imagen de fondo al centro */
  border-radius: 15px; /* Ajusta el radio de los bordes según tus preferencias */
  margin: 0 20px 0 20px;
  height: 400px; /* Ajusta la altura según tus necesidades */
  overflow: auto;
}
.tyc h1 {
  padding-top: 2rem;
  color: #314682;
  text-align: center;
  /* TITULOS FORMULARIOS */
  font-family: Logik SemiBold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
}
.tyc p {
  color: #003B64;
  text-align: justify;
  font-family: Logik SemiBold;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 152.5%;
  padding: 25px;
}

.text-win {
  color: #FFF;
  text-align: center;
  font-family: Logik;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 13.52px */
  margin-top: 1rem;
}

.faq-text {
  background-image: url(../assets/selector-pais.png);
  background-size: cover; /* Ajusta el tamaño de la imagen de fondo para que cubra completamente el contenedor */
  background-repeat: no-repeat; /* Evita que la imagen de fondo se repita */
  background-position: center; /* Ajusta la posición de la imagen de fondo al centro */
  border-radius: 15px; /* Ajusta el radio de los bordes según tus preferencias */
  margin: 0 20px 0 20px;
  height: 400px; /* Ajusta la altura según tus necesidades */
  overflow: auto;
}
.faq-text h1 {
  padding-top: 2rem;
  color: #314682;
  text-align: center;
  /* TITULOS FORMULARIOS */
  font-family: Logik SemiBold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
}
.faq-text p {
  color: #003B64;
  text-align: justify;
  font-family: "Logik";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 152.5%;
  padding: 25px;
}

.content-registro {
  background-image: url(../assets/selector-pais.png);
  background-size: cover; /* Ajusta el tamaño de la imagen de fondo para que cubra completamente el contenedor */
  background-repeat: no-repeat; /* Evita que la imagen de fondo se repita */
  background-position: center; /* Ajusta la posición de la imagen de fondo al centro */
  border-radius: 15px; /* Ajusta el radio de los bordes según tus preferencias */
  overflow: hidden;
  margin: 0 20px 0 20px;
}

.ubicacion {
  text-align: center;
  margin-top: 0px;
}
.ubicacion h2 {
  margin-top: 10px;
  display: block;
  margin-bottom: 0.5rem;
  color: #314682;
  text-align: center;
  font-family: Logik SemiBold;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%;
  text-transform: uppercase;
}
.ubicacion .imagenes {
  display: flex;
  justify-content: center;
  align-items: center; /* Centrar verticalmente el contenido */
  margin-top: 10px;
}
.ubicacion .imagenes .imagen {
  text-align: center;
}
.ubicacion .imagenes .imagen img {
  width: 70%;
  height: auto;
}

.check-buttons {
  padding-bottom: 15px;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.check-buttons a {
  color: inherit;
  text-decoration: underline;
}

.check-buttons label {
  display: flex;
  margin-right: 0px;
  font-size: 10px;
  color: #314682;
  margin-top: 0px;
}

.check-buttons input {
  margin-top: 1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 25%;
  background-color: #fff;
  border: 2px solid #314682;
  margin-right: 0px;
}

.check-buttons span {
  font-family: Logik;
  font-size: 11px;
  margin-left: 5px;
  text-align: left;
  margin-top: 8px;
}

/* Estilos para los checkboxes personalizados */
.check-buttons input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: 10px;
  position: relative;
  border-radius: 25%;
  background-color: #fff;
  padding-right: 6px;
  padding-left: 6px;
}

.check-buttons input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  height: 10px;
  border-radius: 25%;
  background-color: #07346c;
  opacity: 0;
}

.check-buttons input[type=checkbox]:checked::before {
  opacity: 1;
}

.title-registro {
  font-family: "Logik semiBold";
  color: #FFF;
  text-align: center;
  text-shadow: 1px 1px 0px #314682;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%;
  text-transform: uppercase;
}

.pais {
  text-align: center;
  margin-top: 0px;
}
.pais h2 {
  display: block;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  color: #314682;
  text-align: center;
  font-family: Logik SemiBold;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%;
  text-transform: uppercase;
}
.pais p {
  display: block;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  color: #314682;
  text-align: center;
  font-family: Logik SemiBold;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%;
  text-transform: uppercase;
}
.pais .imagenes-p {
  display: flex;
  justify-content: center;
  align-items: center; /* Centrar verticalmente el contenido */
  margin-top: 10px;
  height: 66px;
}
.pais .imagenes-p .imagen-p {
  text-align: center;
  margin-right: 0px; /* Espacio entre las imágenes */
  margin-left: 0px;
}
.pais .imagenes-p .imagen-p img {
  width: 55%; /* Ancho de las imágenes */
  height: auto;
  margin-bottom: 10px;
}

.img-reset {
  width: 80%;
  height: auto;
  transform: translateY(5px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pass-reset-flex {
  display: flex;
  justify-content: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
}

.modal-content {
  margin: 10% auto;
  width: 90%;
  height: 85vh;
  animation-name: modalopen;
  animation-duration: var(--modal-duration);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-body {
  padding: 10px 20px 30px 20px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.modal-body-cookies {
  padding: 10px 40px 30px 40px;
  background-image: url(../assets/selector-pais.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.modal-error {
  display: none;
  position: fixed;
  z-index: 5; /* Se corrigió aquí */
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content-error {
  position: fixed;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  padding: 10px 10px 30px 10px;
  text-align: center;
  background: url(../assets/fodo_modal.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  width: 300px;
}

.modal-check-register {
  position: fixed;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  padding: 25px 10px 35px 25px;
  text-align: center;
  background: url(../assets/fodo_modal.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  width: 300px;
  height: 150px;
}

.traslate-20 {
  transform: translateY(20px);
}

.politicas {
  margin-top: 2rem;
  margin-bottom: 1rem;
  overflow-y: auto; /* Agregar scroll vertical automáticamente si el contenido excede la altura máxima */
}

.politicas-content p {
  color: #003B64;
  text-align: justify;
  font-family: Logik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 152.5%; /* 16.775px */
}
.politicas-content .cookies-title {
  color: #314682;
  text-align: center;
  font-family: Logik Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.btn-cookies {
  width: 75%;
}

.modal-error-text {
  color: #314682;
  text-align: center;
  font-family: Logik SemiBold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%; /* 20.8px */
  text-transform: uppercase;
}

.modal-error-text-pass {
  color: #314682;
  text-align: center;
  font-family: Logik SemiBold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%; /* 20.8px */
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-top: 20px;
}

.modal-check-text {
  color: #314682;
  text-align: center;
  font-family: Logik SemiBold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%; /* 20.8px */
  text-transform: uppercase;
}

.config-cookies {
  background-image: url(../assets/selector-pais.png);
  background-size: cover; /* Ajusta el tamaño de la imagen de fondo para que cubra completamente el contenedor */
  background-repeat: no-repeat; /* Evita que la imagen de fondo se repita */
  background-position: center; /* Ajusta la posición de la imagen de fondo al centro */
  border-radius: 15px; /* Ajusta el radio de los bordes según tus preferencias */
  margin: 0 20px 50px 20px;
}
.config-cookies h1 {
  padding-top: 2rem;
  color: #314682;
  text-align: center;
  font-family: Logik SemiBold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
}
.config-cookies p {
  color: #003B64;
  text-align: left;
  font-family: Logik;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 152.5%;
  padding: 25px;
}
.config-cookies p a {
  color: #003B64;
}

.close-position {
  text-align: right;
  color: #003B64;
  font-size: 40px;
  font-family: Logik;
}

.carousel-container {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 0.5rem;
}

.carousel {
  display: flex;
  margin-bottom: 20px; /* Ajusta la distancia entre el carrusel y el footer */
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.btn-image-poke {
  width: 100%;
  display: block;
  margin: auto;
}

.auto-height-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.auto-height-slide img {
  width: 80%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-content {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(4, 1fr);
  gap: 10px; /* Ajusta el espacio entre las imágenes */
  padding: 10px 10px 5px 10px; /* Ajusta el espacio dentro del contenedor del slide */
}

.slide-content > :nth-last-child(-n+3) {
  margin: auto;
}

.slide-content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-indicators {
  height: 35px;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.indicator {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.58);
  margin: 0 15px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.indicator.active {
  background-color: #fff500;
  filter: drop-shadow(0px 0px 10px #FAFF00);
}

.container-colection {
  margin-top: 6rem;
  display: flex;
  justify-content: space-around;
  align-items: center; /* Centra verticalmente los elementos en el contenedor */
}

.left-images,
.right-images {
  display: flex;
  align-items: center; /* Centra verticalmente los elementos internos */
}

.right-image {
  padding-right: 15px;
}

.lm-1 {
  z-index: 10;
}

.lm-2 {
  transform: translate(-50px, 4px);
  z-index: 0;
}

.rm-1 {
  padding-right: 10px;
}

.left-images {
  position: relative;
  margin-left: 33px;
}

.left-image {
  max-width: 100%; /* Para asegurarte de que la imagen no se extienda más allá de su contenedor */
  height: auto; /* Para mantener la proporción de la imagen al cambiar el tamaño */
}

.image-caption {
  position: absolute;
  left: 22%; /* Ajusta la posición izquierda según tus necesidades */
  color: #003B64;
  text-align: center;
  font-family: Logik;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%; /* 14.56px */
  padding: 5px 5px 5px 20px; /* Ajusta el espaciado interno del texto según tus necesidades */
}

.n-capture {
  text-align: right;
  font-family: Logik;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%; /* 20.8px */
  text-transform: uppercase;
  color: #fff;
  padding-right: 20px;
  margin-bottom: 15px;
}

.btn-collection {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px; /* Ajusta la altura según tus necesidades */
}

.btn-container {
  display: flex;
  align-items: center;
}

.btn-image {
  height: auto; /* Mantiene la proporción de la imagen */
}

.side-image {
  height: auto; /* Mantiene la proporción de la imagen */
}

.margin-colection {
  margin-left: 33px;
}

.pokebola {
  display: flex;
  justify-content: center;
}

.pokebola img {
  max-width: 80%; /* Establecer el ancho máximo al 80% */
  height: auto; /* Ajustar automáticamente la altura */
  display: block; /* Asegurar que sea un elemento de bloque */
  margin: 0 auto; /* Centrar horizontalmente la imagen */
}

#desbloqueo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-content-qr {
  margin: 10% auto;
  width: 95%;
  height: 50vh;
  animation-name: modalopen;
  animation-duration: var(--modal-duration);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-body-qr {
  padding: 0px 20px 30px 20px;
  background-image: url(../assets/fondo.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.close {
  color: #fff;
  font-size: 30px;
}

.close-position-qr {
  text-align: right;
  color: #003B64;
}

.modal-qr-general {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
}

.qr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50%;
}

#reader {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  border: none !important;
}

#html5-qrcode-anchor-scan-type-change {
  display: none !important;
}

#html5-qrcode-button-camera-permission,
#reader__header_message,
#html5-qrcode-button-camera-stop,
#html5-qrcode-button-camera-start {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  border-top: none !important;
}

#qr-video {
  width: 100%;
}

img[width="64"] {
  filter: brightness(0) invert(1) hue-rotate(180deg);
}

#myModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Fondo oscuro para el modal */
  display: flex;
  align-items: center;
  justify-content: center;
  display: none; /* Ocultar el modal inicialmente */
}

.modal-content-japon {
  position: relative;
  padding: 20px;
  max-width: 600px;
  margin: 30% auto;
  height: 85vh;
}

.close-japon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1; /* Ajusta el índice z para que esté por encima de la imagen */
}

.img-japon {
  text-align: center; /* Alinea la imagen al centro */
}

.img-japon img {
  width: 100%; /* Ocupa el 100% del ancho del contenedor */
  height: auto;
}

.avatar-w {
  width: 25%;
  z-index: 2;
}

/* Agrega estilos según sea necesario */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-loading {
  animation: fadeIn 0.5s ease-in-out;
}

#modalImage {
  opacity: 1;
  animation: carouselLeft 0.4s ease-in-out;
}

#modalImage2 {
  opacity: 1;
  animation: carouselRight 0.4s ease-in-out;
}

@keyframes carouselRight {
  0%, 100% {
    opacity: 0;
    transform: translateX(0);
  }
  15% {
    opacity: 0;
    transform: translateX(50%);
  }
  50% {
    opacity: 0.3;
    transform: translateX(150%);
  }
  85% {
    opacity: 0;
    transform: translateX(250%);
  }
}
@keyframes carouselLeft {
  0%, 100% {
    opacity: 0;
    transform: translateX(0);
  }
  15% {
    opacity: 0;
    transform: translateX(-50%);
  }
  50% {
    opacity: 0.8;
    transform: translateX(-150%);
  }
  85% {
    opacity: 0;
    transform: translateX(-250%);
  }
}
.content-config {
  background-image: url(../assets/selector-pais.png);
  background-size: cover; /* Ajusta el tamaño de la imagen de fondo para que cubra completamente el contenedor */
  background-repeat: no-repeat; /* Evita que la imagen de fondo se repita */
  background-position: center; /* Ajusta la posición de la imagen de fondo al centro */
  border-radius: 15px; /* Ajusta el radio de los bordes según tus preferencias */
  overflow: hidden;
  margin: 0 20px 0 20px;
}

.container-config-name {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.container-config-name img {
  display: block;
}

.container-config-name p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #003B64;
  text-align: center;
  font-family: Logik Bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%; /* 14.56px */
  padding-bottom: 10px;
}

.config-items {
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Alinea la imagen hacia arriba */
}

.config-items img {
  width: 20%;
  transform: translateY(20px);
  max-width: 100%;
  height: auto;
  display: block;
}

.text-config {
  padding: 0px 25px 25px 25px;
  text-align: left;
}
.text-config .text-styles-config {
  margin-top: 3rem;
}
.text-config .text-styles-config p {
  color: #3D7FBB;
  font-family: Logik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 104%; /* 12.48px */
  text-transform: uppercase;
}
.text-config .text-styles-config h3 {
  color: #003B64;
  font-family: Logik Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%; /* 20.8px */
}
.text-config .text-styles-config a {
  color: #3D7FBB;
  font-family: Logik;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12.48px */
  text-transform: uppercase;
}

.m-config {
  margin-top: 1.5rem;
  margin-bottom: 10px;
}

.m-config-2 {
  margin-bottom: 1.3rem;
}

.text-config-2 {
  padding: 0px 25px 25px 25px;
  text-align: center;
}
.text-config-2 .text-styles-config {
  margin-top: 3rem;
}
.text-config-2 .text-styles-config p {
  color: #3D7FBB;
  font-family: Logik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 104%; /* 12.48px */
  text-transform: uppercase;
}
.text-config-2 .text-styles-config h3 {
  color: #003B64;
  font-family: Logik Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%; /* 20.8px */
}
.text-config-2 .text-styles-config a {
  color: #3D7FBB;
  font-family: Logik;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12.48px */
  text-transform: uppercase;
}
.text-config-2 .text-styles-config .text-delete-count {
  color: #CC6600;
  font-family: Logik;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12.48px */
  text-transform: uppercase;
}

.input-title-config {
  color: #3D7FBB;
  text-align: center;
  font-family: Logik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 104%; /* 12.48px */
  text-transform: uppercase;
  margin-top: 15px;
}

.form-config {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}

.custom-input-config {
  background-color: white;
  border-radius: 30px;
  height: 1.8rem;
  color: #314682;
  margin: auto;
  text-align: center;
  padding: 0 20px 0 20px !important;
}

.p-qr {
  padding: 10px 10px;
}

.close-config {
  position: absolute;
  top: 18px;
  right: 30px;
  cursor: pointer;
  z-index: 1;
}

.container-share {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.content-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content-share img {
  flex: 0 0 calc(18% - 3px);
  max-width: calc(18% - 3px);
  height: auto;
  margin: 5px;
}

#animation1 {
  width: 85%;
  margin: 0 auto;
  transform: translateY(-20px);
}

#animation2 {
  width: 85%;
  margin: 0 auto;
  transform: translateY(-5px);
}

#animation3 {
  width: 100%;
  margin: 0 auto;
}

.mt-10 {
  margin-top: 7rem;
}

.mt-11 {
  margin-top: 9rem;
}

.mt-9 {
  margin-top: 5.5rem;
}

.mt-8 {
  margin-top: 4rem;
}

.win-flex {
  display: flex;
  justify-content: center;
}/*# sourceMappingURL=main.css.map */