/*Buttons google and facebook*/
.row-social {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: 105px;
}
.row-social > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-md-6-social {
  flex: 0 0 auto;
  width: 50%;
}
.nsm7Bb-HzV7m-LgbsSe-BPrWId {
  font-weight: 600 !important;
  font-size: 21px;
  margin-top: 5px;
  color: #000;
}
.nsm7Bb-HzV7m-LgbsSe {
  border: 1px solid #000 !important;
}
.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-bN97Pc-sM5MNb {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  position: relative;
  width: 75%;
}
.LgbsSe-Bz112c {
  width: 24px !important;
  margin-bottom: 5px;
}
.button-google {
  width: 75%;
  text-align: right;
  margin-left: 25%;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
/*Media queries*/
@media (min-width: 768px) and (max-width: 850px) {
  .text-start {
    text-align: center !important;
  }
  .col-md-6-social {
    width: 100%;
  }
  .nsm7Bb-HzV7m-LgbsSe-BPrWId {
    font-size: 19px;
  }
  .button-google {
    width: 40%;
    text-align: center !important;
    margin-left: 30%;
    margin-bottom: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .row-social {
    margin-left: 0px;
  }
  .text-start {
    text-align: center !important;
  }
  .col-md-6-social {
    width: 100%;
  }
  .nsm7Bb-HzV7m-LgbsSe-BPrWId {
    font-size: 19px;
  }
  .button-google {
    width: 80%;
    text-align: center !important;
    margin-left: 10%;
    margin-bottom: 15px;
  }
}

/*************************************/
section.login {
  max-width: 1000px;
  margin: auto;
  /* height: 100vh; */
  display: grid;
  /* place-content: center; */
  padding: 50px 0;
}

section.restaurar-contra {
  height: 100vh;
}

.popup_txt p {
  font-family: "JosefinSans-Thin";
  font-weight: 600;
  font-size: 18px;
  color: var(--black);
}

.popup_txt h4 {
  position: absolute;
  top: -35px;
  right: -35px;
  font-family: "JosefinSans-Thin";
  font-weight: 600;
  font-size: 25px;
  color: var(--black);
  margin: 0;
}

.noVisible {
  display: none;
}

.borderRed {
  background: red;
}

.formulario__input-error-activo {
  display: block;
  font-family: "JosefinSans-Regular";
  font-weight: 700;
  font-size: 13px;
  color: red;
  position: absolute;
  bottom: 0;
}

#grupo__nombre,
#grupo__apellidos,
#grupo__instagram,
#grupo__tiktok,
#grupo__acreditacion,
#grupo__email,
#grupo__email,
#grupo__password,
#grupo__repitepass {
  width: 100%;
  position: relative;
}

section.registro {
  padding: 50px 0;
  height: auto;
}

.login .cab-txt {
  text-align: center;
  margin-bottom: 30px;
  /* margin-top: 20px; */
}

.login .cab-txt span.inicio {
  text-align: center;
  margin-bottom: 30px;
  font-family: "JosefinSans-Regular";
  font-weight: 700;
  font-size: 18px;
  color: var(--black);
  /* margin-right: 20px; */
}

.login .cab-txt span.registro {
  text-align: center;
  margin-bottom: 30px;
  font-family: "JosefinSans-Thin";
  font-weight: 600;
  font-size: 18px;
  color: var(--black);
  /* margin-left: 20px; */
}

.separador {
  margin: 0 20px;
  display: inline-block;
  font-size: xx-large;
  font-family: "JosefinSans-Thin";
}

.login .cab-txt .titulo {
  font-family: "JosefinSans-Italic";
  font-weight: 600;
  font-size: 70px;
  margin-top: 50px;
  line-height: 80px;
}

.accede {
  display: flex;
  width: 1000px;
  justify-content: space-around;
  margin: 0 auto 30px auto;
}

.accede p {
  font-family: "JosefinSans-Regular";
  font-weight: 600;
  font-size: 20px;
  margin-top: 5px;
}

.accede div {
  width: 400px;
  border: 1px solid var(--black);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  cursor: pointer;
}

.accede div:hover {
  opacity: 0.5;
}

.accede div img {
  margin: 0 20px;
}

.cab-txt .introduce {
  font-family: "JosefinSans-Thin";
  font-weight: 600;
  font-size: 15px;
}

.cab-txt .introduce-registro {
  font-family: "JosefinSans-Thin";
  font-weight: 600;
  font-size: 15px;
  margin-top: 20px;
}

.cab-txt .registro {
  font-family: "JosefinSans-Thin";
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 20px;
}

.formulario {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 20px;
}

.link-politicas {
  text-decoration: underline;
  color: var(--black);
}

.link-politicas:hover {
  opacity: 0.5;
}

.formulario input {
  width: 100%;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #9b9b9b;
  padding: 1rem 0;
  -webkit-border-radius: 0px;
  font-family: "JosefinSans-Thin";
  font-weight: 600;
  font-size: 15px;
  position: relative;
  z-index: 2;
}

.form-check {
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.input-acreditacion {
  position: relative;
}
input::file-selector-button {
  color: white;
  border-color: white;
  background-color: white;
  padding: 0;
  border: 0;
}
.img-examinar {
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
}

.form-check label {
  font-family: "JosefinSans-Thin";
  font-weight: 600;
  font-size: 15px;
  padding-top: 5px;
}

.form-check label .bold {
  font-family: "JosefinSans-Regular";
  font-weight: 600;
}

.form-check .check {
  margin-right: 15px;
  width: 22px;
  height: 22px;
  padding: 0;
  appearance: none;
  background: #d9d9d9;
}

.form-check .check:checked {
  background: #9b9b9b;
}

.form-check.leido {
  margin: 50px 0 0px 0;
  position: relative;
}

.cab-txt div:nth-child(1) {
  margin-bottom: 20px;
}

.cab-txt.pie {
  margin-bottom: 0;
}

.sub-input {
  font-family: "JosefinSans-Thin";
  font-weight: 300;
  font-size: 15px;
  margin-top: -10px;
}

.cab-txt.pie p,
.cab-txt.pie a {
  font-family: "JosefinSans-Thin";
  font-weight: 600;
  font-size: 15px;
  color: var(--black);
  cursor: pointer;
  width: 21%;
  margin: 0 auto;
  border-bottom: 1px solid #9b9b9b;
  padding: 10px;
}

.boton-general {
  margin-top: 30px;
}

/* ANIMACIONES */
.cab-txt a {
  position: relative;
  padding: 5px;
}

.cab-txt a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #cdcdcd, #cdcdcd, #9b9b9b);
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-in-out;
}

.cab-txt a:hover::before {
  transform: scaleX(1);
}

/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.cab-txt[data-animation="to-left"] a::before {
  transform-origin: right;
}

.cab-txt[data-animation="center"] a::before {
  transform-origin: center;
}

.cab-txt[data-animation="bonus"] a::before {
  transform-origin: right;
}

.cab-txt[data-animation="bonus"] a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.82, 0.94);
}

/* FIN ANIMACIONES */

@media only screen and (max-width: 850px) {
  .login .cab-txt .titulo {
    font-size: 30px;
    line-height: 40px;
  }

  .accede {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .accede p {
    font-size: 15px;
  }

  .accede div:nth-child(1) {
    margin-bottom: 20px;
    width: 300px;
  }

  .accede div:nth-child(2) {
    width: 300px;
  }

  .cab-txt.pie p {
    width: 60%;
  }

  section.restaurar-contra {
    height: 100vh;
    display: grid !important;
    place-content: center !important;
    padding: 0;
  }
  .cab-txt .introduce {
    padding: 0 20px;
  }
}
