:root {
  --main-bg-color: #0002EA;
  --main-color: #fff;
  --secondary-color: #0002EA;
  --third-color: rgba(255, 255, 255, 0.5);
}
@font-face {
  font-family: "X Typewriter";
  src: url("https://db.onlinewebfonts.com/t/b31f0099c2a4a2aa08671b5fa909ffc7.eot");
  src: url("https://db.onlinewebfonts.com/t/b31f0099c2a4a2aa08671b5fa909ffc7.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/b31f0099c2a4a2aa08671b5fa909ffc7.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/b31f0099c2a4a2aa08671b5fa909ffc7.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/b31f0099c2a4a2aa08671b5fa909ffc7.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/b31f0099c2a4a2aa08671b5fa909ffc7.svg#X Typewriter")format("svg");
}

h1,h2,h3,h4,h5, p, body{
  font-family: "X Typewriter", sans-serif!important;
}
.img__container {
  background-size: cover;
  height: 760px;
  padding: 20px;
}

.img-left {
  width: 80%;
}

.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: 25px;
  /* font-weight: 700; */
  line-height: 28px;
}

.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: 1px solid #000 !important;
  border-radius: 0 !important;
}

.form-select {
  background-color: transparent !Important;
  color: var(--main-color) !Important;
}

.form__btn__step {
  background: var(--main-color);
  color: var(--secondary-color);
  border: none;
  width: 290px;
  padding: 10px 15px;
  border-radius: 0px;
  font-size: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: "X Typewriter", sans-serif !important;
  font-weight: 400;
}

.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;
  border-radius: 0 !important;
  border: 1px solid #fff !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 {
  background-color: var(--main-bg-color);
  /* height: 100vh; */
}

.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;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

.col-md-6.left {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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) {
  .col-md-6.left {
    height: 50vh;
  }

  .redes-container {
    position: relative;
  }

  .form__title {
    font-size: 20px;
  }

  .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;
  }

  .img-left {
    max-width: 400px;
  }
}

/*-- 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;
}

.tel-code-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

#telefono {
  max-width: 180px;
}

#codigoArea {
  max-width: 110px;
}

@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%;
  }
}

input.error, select.error {
  border: 2px solid red;
}