:root {
  --main-bg-color: #000;
  --main-color: #C2C1B8;
  --secondary-color:#000;
  --third-color:rgba(223, 221, 222, 0.50);
}

.img__container{
  background-size: cover;
  height: 760px;
  padding: 20px;
}
.redes__container a,
.redes__container a:hover,
.redes__container a:focus,
.redes__container a:active{
  width: 20px;
  color: #000; 
}
.logo__container{
  /* width: 60px; */
  padding-left:10px;
  position: relative;
}
.logo__container::before{
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  color:var(--main-color)
}
.logo__container img {
  margin-left: 20px;
}
.step__navigation span{
  background:var(--third-color);
  width: 80px;
  height: 7px;
  border-radius: 10px;
  display: inline-block;
  margin:0 8px 0 0;
}
.step__navigation span.step__active{
  background: var(--main-color);
  width: 220px;
}
.form__title{
  color:var(--main-color);
  font-size: 23px;
  font-weight: 700;
  line-height: 35px;
}
.form__paragraph {
  font-size: 20px;
  color: var(--main-color);
}
.form-label{
  color:var(--main-color);
  position: relative;
  font-size: 14px;
}
.form-label::after{
  content: '*';
  position: absolute;
  margin-left: 10px;
  color: var(--main-color);
}
.form-control,
.form-select{
  width: 290px!important;
  /* border: rgb(30, 15, 70, .5); */
}
.form-select{
  background-color: transparent !Important;
  color: var(--main-color )!Important;
}
.form__btn__step{
  background: var(--main-color);
  color: #2E2D2C;
  border: none;
  width: 290px;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 20px;
  margin-top:20px;
}
.form-check-label a,
.form-check-label a:hover,
.form-check-label a:focus,
.form-check-label a:active{
  color: var(--main-color);
  font-size: 12px;
}
.form__tnx{
  display: none;
}

.img-fixed{
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: top;
}

.img-fixed.logo{
  position: fixed;
  z-index:0;
  width: 500px;
  height: auto;
  top:7%;
}
.form-control{
  background-color: transparent !Important;
  color:var(--main-color) !important;
}
.form-control:focus{
  border:2px;
  border-color:var(--main-color) !important;
  box-shadow:0 0 0 .05rem var(--main-color) !important;;
}
.col-form{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.col-form .form-note{
  position: absolute;
  bottom: 0;
  padding: 0 3rem;
}
.landing-wrapper.container{
  width:100%;
}
.left{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding:0 0 1rem 1rem

}
.redes-container{
  padding-left:2.5rem;
}
.img-fixed.desktop{
  display:block;
}
.img-fixed.mobile{
  display:none;
}
.step-2 ul{
  list-style: none;
  padding:0;
}
.step-2 ul, .step-2 p{
  color:var(--main-color);
}
.form-note p{
  color:var(--main-color);
  font-size:0.7rem;
}
.img-bg.mobil{
  display:none;
}
.redes-container.mobile{
  display:none;
}
.form__paragraph{
  margin-bottom:4rem;
}
.form__btn__step.link{
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  color:var(--secondary-color);
}
.download-links{
  margin:4rem 0 1rem 0;
  position: absolute;
  bottom: 05rem;
}
@media only screen and (max-width: 900px) {
  .form__title{
    font-size:25px;
  }
  .img-fixed.logo{
    top: 0;
    left: calc( 50% - 165px );
    width: 330px;
  }
  .col-form{
    height:auto;
    justify-content: flex-start;
  }

  .img-fixed.desktop{
display:none;
  }
  .img-fixed.mobile{
display:block;
  }

  .step__navigation span {
  width:70px;
    height:7px;
  }
  .step__navigation span.step__active{
    width:130px;
  }
  .form__container{
    margin-bottom:4rem;
  }
  .redes-container.desktop{
    display:none;
  }
  .img-bg.mobil{
    display:block;
    height: 50vh;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
  .p-5.col-form{
    padding:2rem !Important;
  }
  .redes-container.mobile{
    display:block;
    width:100%;
    padding:10px 0 0 0;
  }
  .col-form .form-note{
    padding:0;
    position: static;
  }
  .download-links{
    position: static !important;
  }
  }

/*-- MODAL YA REGISTRADO--*/
.modal-correo-registrado {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}

.modal-registro-correo-registrado {
  background-color: rgba(255, 255, 255, 0.75);
  margin: 15% auto;
  padding: 80px 30px;
  border: 2px solid #000;
  width: 50%;
  box-sizing: border-box;
  border-radius: 20px;
  text-align: center;
}
.modal-registro-title{
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
  line-height: 2.5rem;
  margin-bottom: 2.5rem;
}
#boton-modal,
.cerrar-modal-correo-registrado {
  background-color: #000;
  color: #ffffff;
  font-family: "Inter", Sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 7px 7px 7px 7px;
  border: none;
  padding: 10px 30px;
}

.cerrar-modal-correo-registrado:hover,
.cerrar-modal-correo-registrado:focus {
  background-color: #000;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width:767px) {
  .modal-registro-correo-registrado {
    width: 95%;
  }
}

/*-- MODAL REGISTRO--*/
.modal-registro {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-registro-contenido {
  background: rgba(255, 255, 255, 0.75);
  margin: 15% auto;
  padding: 80px 30px;
  border: 2px solid #000;
  width: 50%;
  box-sizing: border-box;
  border-radius: 20px;
  text-align: center;
}
.modal-registro-title{
  font-size: 1.875rem;
  font-weight: 700;
  color: #000000;
  line-height: 2.5rem;
  margin-bottom: 2.5rem;
}
.modal-registro-paragraph{
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 2.5rem;
}

#boton-modal,
.cerrar-modal-registro {
  background-color: #000;
  color: #ffffff;
  font-family: "Inter", Sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 7px 7px 7px 7px;
  border: none;
  padding: 10px 30px;
}

.cerrar-modal-registro:hover,
.cerrar-modal-registro:focus {
  background-color: #000;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
#btn__frm__registro{
  display: none;
}

.password_ok{
  color: #22B07D;
}
.registro-loader{
  position: fixed;
  color: #ffffff;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  display: none;
  background: rgba(0, 0, 0, 0.80);
}
.registro-loader .loader{
  height:100%;
  width:100%;
  justify-content: center;
  align-items: center;
  display:flex;
}
.google-auth-container{
  display:flex;
  flex-direction: column;
  justify-content: center;
margin-top:15px;
  align-items: center;
  width: 300px;
}
.google-auth-container p{
  color:var(--main-color);
  font-family: "Inter", Sans-serif;
}
.google-auth-container #google-login{
  margin-top:20px;
}
.google-auth-container .or-container{
  display: flex;
 width: 100%;
  justify-content: center;
  align-items: center;
}
.google-auth-container .or-text{
  width: 100%;
  text-align: center;
  padding: 0 10px;
  color:var(--main-color);
}
.google-auth-container .or-line{
  display: inline-block;
  width:100%;
  height:2px;
  background-color: var(--main-color);
}
.form__tnx .form__title{
  max-width:400px;
}
@media (max-width:767px) {
  .modal-registro-contenido {
    width: 95%;
  }
.img-fade{
  height: 400px;

  background-size: cover; /* Ensures the image covers the entire element */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat;
}
  .form__btn__step{
    width:100%;
  }
  .form-control, .form-select{
    width:100% !important;
  }
  .google-auth-container{
    width:100%;
  }
}

.spotify-login-container {
  text-align: center;
  margin-top: 20px;
  background-color: #282828;  /* Gris claro */
  border-radius: 10px;        /* Esquinas redondeadas */
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);  /* Sombra suave para dar profundidad */
}


.spotify-login-btn {
  display: inline-block;
  background-color: #000000;
  color: white;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
}

.spotify-login-btn:hover {
  background-color: #ffffff;
  color: #2E2D2C;
}

.spotify-logo {
  width: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

#LEADERBOARD



.main_leaderboard {
  width: 40rem;
  height: 43rem;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0px 5px 15px 8px #e4e7fb;
  box-shadow: 0px 5px 15px 8px #e4e7fb;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
}

#header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 2rem;
}

.share {
  width: 4.5rem;
  height: 3rem;
  background-color: #f55e77;
  border: 0;
  border-bottom: 0.2rem solid #c0506a;
  border-radius: 2rem;
  cursor: pointer;
}

.share:active {
  border-bottom: 0;
}

.share i {
  color: #fff;
  font-size: 2rem;
}

h1 {
  font-size: 1.7rem;
  color: #ffffff;
  text-transform: uppercase;
  cursor: default;
}

#leaderboard {
  width: 100%;
  position: relative;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #141a39;
  cursor: default;
}

tr {
  background-color: #fff;

  transition: all 0.2s ease-in-out;
  border-radius: 0.2rem;
}

tr:not(:first-child):hover {
  background-color: #fff;
  transform: scale(1.1);
  -webkit-box-shadow: 0px 5px 15px 8px #e4e7fb;
  box-shadow: 0px 5px 15px 8px #e4e7fb;
}

tr:nth-child(odd) {
  background-color: #f9f9f9;
}

tr:nth-child(1) {
  color: #fff;
}

td {
  height: 5rem;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  position: relative;
}

.number {
  color: #141a39 !important;

  width: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
}

.name {
  color: #141a39 !important;
  text-align: left;
  font-size: 1.2rem;
}

.points {
  color: #141a39;
  font-weight: bold;
  font-size: 1.3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.points:first-child {
  width: 10rem;
}
.points{
  color: #141a39 !important;

}


.gold-medal {
  height: 3rem;
  margin-left: 1.5rem;
}

.ribbon {
  width: 42rem;
  height: 5.5rem;
  top: -0.5rem;
  background-color: #939796;
  position: absolute;
  left: -1rem;
  -webkit-box-shadow: 0px 15px 11px -6px #7a7a7d;
  box-shadow: 0px 15px 11px -6px #7a7a7d;
}

.ribbon::before {
  content: "";
  height: 1rem;
  width: 1rem;
  bottom: -0.8rem;
  left: 0.35rem;
  transform: rotate(45deg);
  background-color: #939796;
  position: absolute;
  z-index: -1;
}

.ribbon::after {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  bottom: -0.8rem;
  right: 0.35rem;
  transform: rotate(45deg);
  background-color: #939796;
  position: absolute;
  z-index: -1;
}

#buttons {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.exit {
  width: 11rem;
  height: 3rem;
  font-family: "Rubik", sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #7e7f86;
  border: 0;
  background-color: #fff;
  border-radius: 2rem;
  cursor: pointer;
}

.exit:hover {
  border: 0.1rem solid #5c5be5;
}

.continue {
  width: 11rem;
  height: 3rem;
  font-family: "Rubik", sans-serif;
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #5c5be5;
  border: 0;
  border-bottom: 0.2rem solid #3838b8;
  border-radius: 2rem;
  cursor: pointer;
}

.continue:active {
  border-bottom: 0;
}

@media (max-width: 740px) {
  * {
    font-size: 70%;
  }
}

@media (max-width: 500px) {
  * {
    font-size: 55%;
  }
}

@media (max-width: 390px) {
  * {
    font-size: 45%;
  }
}