/*** Estilos Neolith - Login... registro... **/
/** 1. Generales:  */
/** 2. Layout: l-;  */
/** 3. Componente: c-;  */
/** 4. Paginas: p- */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 2. Layout */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 4. Paginas */

.p-registro .l-page::before {
  background: #1e74a7 url('../images/background/bkg_headline_login.jpg') no-repeat scroll top right;
  -webkit-background-size: auto 30rem;
  background-size: auto 30rem;
  content: '';
  height: 30rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-registro__content {
  display: flex;
  flex-flow: column;
  gap: 3rem;
  justify-content: center;
  margin: 0 auto;
  padding: 1rem 0;
  width: 92%;
}

.p-registro__description {
  max-width: 60.2rem;
  width: 100%
}

.p-registro__description h1 {
  color: var(--font-color-secondary);
  font-family: var(--font-text-secondary);
  font-size: 2.8rem;
  margin: 0 0 2rem;
  position: relative;
}

[class*="p-registro--"] h2 {
  color: var(--color-secondary);
  font-size: 2.4rem;
  text-align: center;
}

.p-registro__description p {
  color: var(--font-color-secondary);
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.35;
  margin: 0 0 1rem;
}

.p-registro__description p:last-child {
  margin: 0;
}

.p-registro__form {
  background-color: rgba(255,255,255,0.9);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
  border-radius: 2rem;
  border: 0.1rem solid var(--color-bkg);
  margin: auto;
  max-width: 45rem;
  padding: 2rem;
  width: 100%;
}

.p-registro--pre .p-registro__form {
  max-width: 65rem;
  width: 100%;
}

.p-registro--pre .c-form__info p {
  color: var(--font-color-primary);
}

.p-registro__form h3 {
  color: var(--color-primary);
  margin-bottom: 1rem;
}

@media (min-width: 768px) {

  .p-registro__description h1 {
    font-size: 4.2rem;
  }

  .p-registro__form {
    border: 0 none;
    padding: 4rem;
  }

}


.p-registro__content--center {
  justify-content: center;
}

.p-registro__box {
  padding: 3rem;
  width: 100%;
}
.p-registro__box:last-child {margin-bottom: 0;}
.p-registro__box h3, .p-registro__box h4 {text-align: left;}
.p-registro__box h3 {color: #FFF;font-size: 3rem;margin-bottom: 0.8rem;text-transform: uppercase;}
.p-registro__box h4 {color: #FFF;font-size: 2rem;margin-bottom: 4rem;}
.p-registro__box--detail h3 {margin-bottom: 1.5rem;}
.p-registro__box--detail h3 i {margin-right: 0.625rem;}
.p-registro__box--detail p {text-align: center;}

.p-registro__error {
  border: 1px solid var(--color-error);
  background-color: var(--color-bkg);
  font-weight: bold;
  margin: 0 auto 3rem;
  max-width: 40rem;
  padding: 1.2rem;
  text-align: center;
  width: 100%;
}

.p-registro__error p {
  color: var(--color-error);
}

.p-registro__error p:last-child {
  margin-bottom: 0;
}

.p-registro__success {
  border: 1px solid var(--color-success);
  background-color: var(--color-bkg);
  font-weight: bold;
  margin-bottom: 2rem;
  padding: 1.2rem;
  text-align: center;
}
.p-registro__success p {
  color: var(--color-success);
}
.p-registro__success p:last-child {
  margin-bottom: 0;
}

.p-registro select {
  font-size: 1.4rem;
  width: 100%;
}

.p-registro--pre select {
  padding: 0.6rem 1rem;
}

.p-registro__login {
  padding: calc(4vh) 0;
}

.p-registro--pre .p-registro__login {
  max-width: 72rem;
  width: 100%;
}

.p-registro__login h2,
.p-registro__login h3 {
  color: #fff;
  line-height: 1.2;
  margin: 0 0 2rem;
  max-width: 70rem;
  padding: 0;
  width: 100%;
}

.p-registro__login > form {
  margin: 0;
  max-width: 40rem;
  width: 100%;
}

.p-registro__login h2 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 4rem;
}

.p-registro__login h3 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 4rem;
  max-width: 55rem;
}

.p-registro--preregistro .p-registro__login h3 {
  margin-bottom: 0;
}

.p-registro__login > p {
  color: #fff;
  margin: 0 0 1.5rem;
  max-width: 40rem;
  width: 100%;
}

.p-registro__login .c-form {
  padding: 0;
  max-width: 69rem;
  margin: 0;
}

.p-registro__login .c-form--register {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 2rem;
}

.p-registro__login .c-form form {
  margin: 0 auto;
  max-width: 69rem;
  overflow: hidden;
  width: 100%;
}

.p-registro__access {
    border-top: 0 none;
    margin-top: 1rem;
    overflow: hidden;
    padding: 0 0 1.5rem;
    width: 100%;
}

.p-access__content {
  margin: 0;
  max-width: 70rem;
  width: 100%;
}

.p-access__content .c-btn--back {
  color: #fff;
}

.p-access__content .c-btn--back::before {
  border-color: #fff;
}

.p-access__content .c-btn--back:hover {text-decoration: underline;}

.p-registro__access h2 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 300;
  margin: 0 0 0.5rem;
  text-shadow: 0 0 1.6rem rgba(0,0,0,0.35);
}

.p-registro__access h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 1.5rem;
  text-shadow: 0 0 1.6rem rgba(0,0,0,0.35);
}

@media (min-width: 768px) {

  /*** 4.1 p-registro-- flex **/

  [class*="p-registro--"] .l-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
      flex-flow: column;
  }

  .p-registro--reset .l-container {
    height: auto;
  }

  .p-registro .l-page__container {
    margin: 0 auto;
    max-width: 140rem;
    padding: 1rem 0;
  }

  [class*="p-registro--"] .l-page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-bottom: 7.2rem;
    flex: 1;
    flex-flow: column;
  }

  .p-registro--acceso .l-page__content {
      padding: 0 0 2rem;
      text-align: left;
      width: 100%;
  }
}

/*** PRE Registro **/

.p-registro--preregistro .c-form label,
.p-registro--preregistro .c-form .checkbox-btn label,
.p-registro--preregistro .c-form .checkbox-btn span {
  color: var(--color-text);
}

.p-registro--preregistro .c-form .checkbox-btn a {
  color: var(--color-text);
  font-weight: bold;
}

.p-registro--preregistro .c-form .checkbox-btn a:hover {
  color: var(--color-primary);
}

.p-registro--preregistro .l-page__section--title {
  padding: 1.5rem 0;
}

.p-registro--preregistro .c-form input {
  background-color: #fff;
  border-color: var(--color-primary);
  color: var(--color-text);
}

.p-registro--preregistro .c-form input[type="text"].readonly,
.p-registro--preregistro .c-form input[type="password"].readonly,
.p-registro--preregistro .c-form input[type="email"].readonly {
  background-color: #e6e6e6;
  border-color: var(--font-color-secondary);
  color: #999;
}

.p-registro--preregistro .c-form__error {
  margin-bottom: 1rem;
}

.p-registro__nav {
  display: flex;
  flex-flow: row;
  gap: 2rem;
}

/** Formulario compra */

.p-catalogo--confirmacion .c-top__image {
  max-width: 25rem;
}

.p-catalogo--confirmacion .l-page__content {
  padding: 1rem 0 2rem;
}

/** Reset */

.p-registro--confirmar .p-registro__box {padding: 0;}
.p-registro--confirmar .p-registro__box:first-child {
  border-right: 0 none;
}

.p-registro--confirmar .p-registro__box label {display: none;}

.p-registro--confirmar .c-form__button {text-align: center;}

.p-registro--confirmar .c-form__button .c-btn--border {
  left: 0;
  position: absolute;
  top: 0;
}

@media (min-width: 768px) {
  .p-registro--confirmar .c-form__button {text-align: center;}
}
