/***************  CAROUSEL *******************/
.img-1 {
    background-image: url("/assets/img/img-1.webp");
    background-size: cover;
    background-position: center;
}

.img-2 {
    background-image: url("/assets/img/img-2.jpg");
    background-size: cover;
    background-position: center;
}

.img-3 {
    background-image: url("/assets/img/img-3.jpg");
    background-size: cover;
    background-position: center;
}

.img-4 {
    background-image: url("/assets/img/img-4.jpg");
    background-size: cover;
    background-position: center;
}

.img-5 {
    background-image: url("/assets/img/img-5.jpg");
    background-size: cover;
    background-position: center;
}

.img-6 {
    background-image: url("/assets/img/img-6.jpg");
    background-size: cover;
    background-position: center;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 6px !important;
    border: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #FFF;
    opacity: 1 !important;
}

.carousel-indicators .active {
    background-color: #2D5CB7 !important;
}

.carousel-indicators {
    display: inline-block;
    text-align: left;
    margin: 0px 0px 40px 60px;
    width: 150px;
}

.carousel__texto {
    margin-top: 192px;
    margin-left: 90px;
}

.carousel__texto h5 {
    font-size: 46px;
    line-height: 64px;
    font-weight: 900;
    color: #E9F4FF;
    margin-bottom: 1rem;
}

.carousel__texto p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 2rem;
}

.carousel__texto a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #2D5CB7;
    background-color: #FFF;
    width: 140px;
    height: 40px;
    border-radius: 25px;
    padding: 12px 30px;
    text-align: center;
}

.carousel__texto a:hover {
    font-weight: 900 !important;
    font-size: 17px;
    padding: 12px 25px;
    color: #2D5CB7 !important;
    text-decoration: none !important;
}

.carousel__texto--registrar {
    margin-top: 20vh;
    margin-left: 60px;
}

.carousel__texto--registrar h5 {
    font-size: 32px;
    line-height: 30px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 0.75rem;
}

.carousel__texto--registrar p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color: #FFF;
    margin-bottom: 2rem;
}

.carousel__texto--registrar .linea {
    width: 395px;
    height: 1px;
    background-color: #FFF;
    margin-bottom: 0.5rem;
}

.carousel__texto--registrar span {
    font-size: 22px;
    line-height: 24px;
    font-weight: 900;
    color: #FFF;
    margin-bottom: 1rem;
}

.redes__sociales {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 86px;
    right: 42px;
}
.contendor_relativo{
    position: relative;
    display: flex;
    flex-direction: column;
}
.esquinas{
    position: absolute;
}
.esquinas .esquina_izquierda{
    width: 756px;
    height: 84px;
    position: fixed;
    bottom: 0px;
}
.esquinas .esquina_derecha{
    width: 392px;
    height: 288px;
    position: fixed;
    right: 0px;
}

.redes__sociales .redes__texto {
    font-size: 16px;
    font-weight: 400;
    color: #E9F4FF;
    margin-right: 36px;
}

.redes__sociales .redes__logo {
    width: 218px;
    display: flex;
    justify-content: space-between;
}

.redes__sociales .redes__logo img {
    width: 34px;
}
.copyright{
    font-size: 16px;
    color: #E9F4FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 42px;
    right: 42px;
}
.contactos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    color: #FFF;
    font-size: 16px;
    margin-left: 60px;
}

/***** CONTENEDORES *****/
.contenedor {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.panel-registrar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 45vw;
    height: 100%;
    overflow: visible;
}

.panel-registrar__contenedor {
    padding: 7vh 24px 5vh 24px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 400px;
    margin: auto;
    /*************************************************************************************/
}

.panel-registrar__contenedor .darwin-logo {
    display: block;
    margin: 0px auto;
    padding: auto;
}

.panel-registrar__contenedor .darwin-logo .darwin-img {
    height: 56px;
    margin: auto;
    margin-bottom: 37px;
}

.panel-registrar__contenedor h1 {
    font-size: 20px;
    line-height: 16px;
    font-weight: 500;
    color: #2d5cb7;
    margin-bottom: 0.5rem;
    text-align: center;
}

.panel-registrar__contenedor p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #767676;
    margin-bottom: 1rem;
    margin-top: 0.25rem;
    text-align: center;
}

.panel-principal {
    position: relative;
    background-color: #F2F5F7;
    width: 100%;
}

@media (max-width: 768px) {
    .contenedor {
        /*flex-direction: row;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: Roboto !important;
    }
    .panel-registrar {
        width: 100%;
    }
    .panel-principal {
        display: none;
    }
    .panel-registrar__contenedor {
        padding: 15vh 24px 5vh 24px;
        width: 100%;
        height: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 400px;
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .panel-registrar {
        width: 600px !important;
    }
}

.input__group {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
}

.height__margin__bottom01 {
    margin-bottom: 16px;
}
.height__margin__bottom02 {
    margin-bottom: 32px;
}

.form__control__plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.form__control__not {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#email-error {
    margin-left: 0px !important;
}

.error {
    border-color: red !important;
    color: red;
    font-size: 12px;
}

.errors {
    color: red;
    font-size: 12px;
}

.error:focus {
    border-color: red;
}

.has-error .help-block {
    color: #f5222d !important;
}

.has-error .form-control-input {
    border-color: #f5222d !important;
}

.has-error .form-control-input:focus {
    border-color: #f5222d !important;
}

.input__group i {
    color: #d1d1d1;
    font-size: 17px;
    position: absolute;
    top: 11px;
    right: 18px;
}

#email,
#password-field,
#password-field-repeat,
#numero_celular,
#name {
    height: 40px;
    background: #ffffff;
    border: 1px solid #c4c4c4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

#email::-webkit-input-placeholder,
#password-field::-webkit-input-placeholder,
#password-field-repeat::-webkit-input-placeholder,
#numero_celular::-webkit-input-placeholder,
#name::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500 !important;
    padding: 0px !important;
    color: #C4C4C4;
}

#email:-ms-input-placeholder,
#password-field:-ms-input-placeholder,
#password-field-repeat:-ms-input-placeholder,
#numero_celular:-ms-input-placeholder,
#name:-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500 !important;
    padding: 0px !important;
    color: #C4C4C4;
}

#email::-ms-input-placeholder,
#password-field::-ms-input-placeholder,
#password-field-repeat::-ms-input-placeholder,
#numero_celular::-ms-input-placeholder,
#name::-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500 !important;
    padding: 0px !important;
    color: #C4C4C4;
}

#email::placeholder,
#password-field::placeholder,
#password-field-repeat::placeholder,
#numero_celular::placeholder,
#name::placeholder {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500 !important;
    padding: 0px !important;
    color: #C4C4C4;
}

#email:focus,
#password-field:focus,
#password-field-repeat:focus,
#numero_celular:focus,
#name:focus {
    outline: #D1E9FF solid 3px !important;
    border-radius: outline auto;
    border-color: #40A9FF !important;
    outline: 0 none;
}

#email:hover,
#password-field:hover,
#password-field-repeat:hover,
#numero_celular:hover,
#name:hover {
    border-color: #40A9FF !important;
}

.form-control-input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 9px 18px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #767676 !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #767676 !important;
}

.formulario-contenedor__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 28px;
}

.darwin--button {
    display: block;
    width: 100%;
    height: 56px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #FFFFFF;
    border: none;
    background-color: #1890FF;
    border-radius: 4px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    padding: 8px 20px;
    outline: 0 !important;
}

.darwin--button:hover {
  background-color: #0763EC;
}

.register--button {
  display: block;
  width: 100%;
  height: 56px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #FFFFFF;
  border: none;
  background-color: #1890FF;
  border-radius: 4px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  padding: 8px 20px;
  outline: 0 !important;
}

.register--button:hover {
  background-color: #0763EC;
}

.register--button:disabled {
  background: #6c757d;
  cursor: not-allowed;
}

.panel__ingresa {
    font-size: 20px;
    line-height: 15px;
    font-weight: 500;
    color: #474747;
    margin-bottom: 28px;
    text-align: center;
}

.panel__lleva {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #2d5cb7;
    margin-bottom: 1rem;
    margin-top: 0.25rem;
    text-align: center;
}

.input__group i {
    color: #d1d1d1;
    font-size: 17px;
}

.pregunta__cuenta {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 3px;
    font-weight: bold;
    color: #474747;
}
.registro_boton{
    margin-bottom: 46px;
    line-height: 33px;
}
.mensaje{
    font-size: 15px;
    line-height: 21px;
    background-color: #FFF8E7;
    color: #474747;
    border: 1.5px solid #FFB951;
    border-radius: 8px;
    padding: 20.5px;
}
.link-registrar {
    font-size: 14px;
    line-height: 33px;
    color: #0040A2;
    font-weight: bold;
    text-decoration: underline;
}

.link-olvidaste__contrasenia {
    color: #0040A2;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-align: center !important;
}

.linea__vertical {
    width: 100%;
    height: 1px;
    background-color: #C4C4C4;
    margin-bottom: 22px;
}

.formulario-grupo__captcha {
    width: 100% !important;
    margin: auto !important;
    margin-bottom: 1rem !important;
}

.formulario-grupo__captcha .g-recaptcha {
    max-width: 300px !important;
    margin: auto !important;
}

.contenedor {
    font-family: Roboto !important;
}
/*# sourceMappingURL=styles.css.map */
.password-requirements {
  font-size: 13px;
  color: #666;
  margin-top: 0.5rem;
  padding-left: 0.2rem;
  margin-bottom: 1.5rem;
  line-height: 0px;
}
.password-requirements p {
  font-size: 13px;
  color: #666;
  text-align: left;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.password-requirements ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.password-requirements li {
  padding-left: 0;
  margin-bottom: 0.2rem;
}
.password-requirements i.fa {
  width: 16px;
  text-align: center;
  margin-right: 5px;
}

.text-valid {
  color: #2e7d32;
}
.text-invalid {
  color: #c62828;
}

.hidden {
  display: none;
}
