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

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

/** 1. Generales */

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

/** 2. Layout */

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

/** 3. Componentes */

/* 3.1. Form */

.c-form {
  overflow: hidden;
  width: 100%;
}
.c-form label, .c-form span, .c-form em {
  color: var(--color-tertiary);
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
}

.c-form label.error, .c-form em.error {
  color: #9d2235;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  padding-top: 0.6rem;
}

.c-form .checkbox-btn label, .c-form .checkbox-btn span {color: #666;font-size: 1.4rem;font-weight: normal;}

.c-form .checkbox-btn label.error {
    left: -20px;
    margin-bottom: 10px;
    position: relative;
}

.c-form input {width: 100%;}
.c-form__box--periodicidad input {text-transform: capitalize;}
.c-form input.error {
  border: 1px solid #fbc8d0;
  background-color: #fbc8d0;
}

.c-form__section {
  margin-bottom: 2rem;
  overflow: hidden;
  width: 100%;
}

.c-form__section--1 .c-form__box {
  width: 100%;
}

.c-form__setion--small {
  margin: 0 auto;
  max-width: 40rem;
}

.c-form__section--2 .c-form__box,
.c-form__section--2 > div,
.c-form__section--3 .c-form__box,
.c-form__section--3 > div,
.c-form__section--4 .c-form__box,
.c-form__section--4 > div {margin-bottom: 1.2rem;width: 100%;}

.c-form__section--email [id="fos_user_registration_form_email_first"] {
  margin-bottom: 1.2rem;
}

.c-form__info {
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
  overflow: hidden;
  text-align: right;
  width: 100%;
}

.c-form__info p {color: var(--font-text-primary); font-size: 1.2rem;font-weight: normal;margin: 0;}
.c-form__info--big {margin-top: 2rem; text-align: center;}
.c-form__info--big p {
  font-size: 0.875rem;
  font-weight: normal;
}

.c-form__info a {color: var(--font-text-primary);font-size: 1.4rem;font-weight: 600;}
.c-form__info a:hover {color: var(--color-tertiary);text-decoration: underline;}

.c-form__button {margin-top: 3rem;overflow: hidden;position: relative;text-align: center;width: 100%;}
.c-form__button button {}
.c-form__button .c-btn--volver {display: inline-block;margin-top: 2rem;text-transform: uppercase;}

.c-form form > .checkbox-btn {margin-bottom: 4rem;}

.c-form__box ul {
  background-color: #f8f8f8;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 1.4rem;
  margin: 0.8rem 0;
  padding: 1rem;
  text-align: center;
}

.c-form--modificar .c-form__button {
  margin-top: 3rem;
}

.c-form__checkbox label {text-transform: inherit;}
.c-form__checkbox--first label.error {margin-bottom: 0.5rem;}

@media (min-width: 768px) {
  .c-form__section--2 .c-form__box, .c-form__section--2 > div {float: left;margin-bottom: 0;margin-right: 2%;width: 49%;}
  .c-form__section--2 .c-form__box:last-child, .c-form__section--2 > div:last-child {margin-right: 0}

  .c-form__section--2 .c-form__box--25 {width: 32%;}
  .c-form__section--2 .c-form__box--75 {width: 66%;}

  .c-form__section--3 .c-form__box, .c-form__section--3 > div {float: left;margin-bottom: 0;margin-right: 2%;width: 32%;}
  .c-form__section--3 .c-form__box:last-child, .c-form__section--3 > div:last-child {margin-right: 0}

  .c-form__section--4 .c-form__box, .c-form__section--4 > div {float: left;margin-bottom: 0;margin-right: 2%;width: 23.5%;}
  .c-form__section--4 .c-form__box:last-child, .c-form__section--4 > div:last-child {margin-right: 0;}
}

.c-form__section--account .c-form__global > div {
  float: left;
  margin-right: 1.5%;
}

.c-form__section--account .c-form__global > div.c-form__errors {width: 100%;}
.c-form__section--account .c-form__global > div:last-child {margin-right: 0;}
.c-form__section--account input {margin-bottom: 0.5rem;padding: 1rem 0.3rem; text-align: center;}
.c-form__section--account label, .c-form__section--account em {color: var(--color-tertiary);font-size: 1.2rem;text-align: center;}
.c-form__section--account > label {
  font-size: 1.4rem;
  text-align: left;
  text-transform: uppercase;
}

.c-form__section--account .c-form__global > div.c-form__box--codigo {width: 20%;}
.c-form__section--account .c-form__global > div.c-form__box--digito1 {width: 20%;}
.c-form__section--account .c-form__global > div.c-form__box--entidad {width: 27.5%;}
.c-form__section--account .c-form__global > div.c-form__box--oficina {width: 27.5%;margin-right: 0;}
.c-form__section--account .c-form__global > div.c-form__box--digito2 {width: 33.5%;}
.c-form__section--account .c-form__global > div.c-form__box--cuenta {margin-right: 0; width: 65%;}

.c-form__section--2 .c-form__section--account > div.c-form__box--cuenta {width: 29%;}

.c-form__error {
  display: none;
  margin-top: 1rem;
  overflow: hidden;
  width: 100%;
}

.c-form__error p {
  color: #de052d;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0;
}

.c-form__error--email, .c-form__error--pass, .c-form__error--check {margin-bottom:1rem;}

@media (max-width: 519px) {
  .c-form__global {
    overflow: hidden;
    width: 100%;
  }
}

@media (min-width: 520px) {
  .c-form__section--account .c-form__global > div.c-form__box--codigo {width: 11%;}
  .c-form__section--account .c-form__global > div.c-form__box--digito,
  .c-form__section--account .c-form__global > div.c-form__box--digito1,
  .c-form__section--account .c-form__global > div.c-form__box--digito2 {width: 11%;}
  .c-form__section--account .c-form__global > div.c-form__box--entidad {width: 14%;margin-right: 1.5%;}
  .c-form__section--account .c-form__global > div.c-form__box--oficina {width: 14%;margin-right: 1.5%;}
  .c-form__section--account .c-form__global > div.c-form__box--cuenta {margin-right: 0; width: 31.5%;}

}

@media (min-width: 768px) {
  .c-form__section--account input {padding: 1rem;}
}

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

/** 4. Paginas */

.p-registro__content {
  overflow: hidden;
  width: 100%;
}

.p-registro--acceso .p-registro__content {
  margin: 0 auto;
  padding: 2rem;
  width: 100%;
}

.p-registro__content--center {
  justify-content: center;
}
.p-registro__box {
  background-color: #FFF;
  -webkit-box-shadow: 3px 3px 10px #CCC;
  -moz-box-shadow: 3px 3px 10px #CCC;
  box-shadow: 3px 3px 10px #CCC;
  float: left;
  margin-bottom: 2rem;
  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: var(--color-primary);font-size: 3rem;margin-bottom: 1.5rem;}
.p-registro__box p {font-weight: 600; margin-bottom: 2rem;text-align: left;}
.p-registro__box .c-form__error p {margin-bottom: 0;}
.p-registro__box--detail h3 {margin-bottom: 1.5rem;}
.p-registro__box--detail h3 i {margin-right: 0.625rem;}
.p-registro__box--detail p {margin-bottom: 2rem;text-align: center;}

.p-registro__error {
  border: 1px solid #ad1c3e;
  background-color: #f8f8f8;
  font-weight: bold;
  margin-bottom: 2rem;
  padding: 1.2rem;
  text-align: center;
  width: 100%;
}
.p-registro__error p {
  color: #ad1c3e;
}
.p-registro__error p:last-child {
  margin: 0;
}

.p-registro__success {
  border: 1px solid #4b915d;
    background-color: #f8f8f8;
    font-weight: bold;
    margin-bottom: 2rem;
    padding: 1.2rem;
    text-align: center;
}
.p-registro__success p {
  color: #4b915d;
}
.p-registro__success p:last-child {
  margin: 0;
}

.p-registro .p-registro__content {margin-top: 2.25rem;}

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

@media (min-width: 991px) {

  .p-registro .p-registro__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
  }

  .p-registro .p-registro__content--1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-registro__box {
    margin-bottom: 0;
    margin-right: 3%;
    width: 48.5%;
  }

  .p-registro__box:last-child {margin-right: 0;}

  .p-registro__box--total {width: 98%;}
}

/** Reset */

.p-reset {}
body.p-reset--white {
  background-color: #FFF;
}