@charset "UTF-8";
/*!
* ¡ATENCIÓN! Hoja de estilos generada con SASS, no modificar.
*/
/* line 2, gulp-files/scss/estilos/base/general.scss */
.form__bloque {
  margin-bottom: 3rem;
}

/* line 5, gulp-files/scss/estilos/base/general.scss */
.form__titulo {
  font-weight: 500;
}

/* line 10, gulp-files/scss/estilos/base/general.scss */
.valores {
  padding: 2.5rem;
  background: #dce6f1;
  font-size: 1.7rem;
  width: 100%;
}

/* line 15, gulp-files/scss/estilos/base/general.scss */
.valores__item {
  display: -moz-box;
  display: flex;
}

/* line 17, gulp-files/scss/estilos/base/general.scss */
.valores__item__texto, .valores__item__valor {
  padding: 2.5rem;
  -moz-box-flex: 1;
       flex: 1;
  color: #333;
}

/* line 23, gulp-files/scss/estilos/base/general.scss */
.valores__item__valor {
  font-weight: 600;
  text-align: right;
}

@media (max-width: 991px) {
  /* line 10, gulp-files/scss/estilos/base/general.scss */
  .valores {
    padding: 1rem;
  }
  /* line 31, gulp-files/scss/estilos/base/general.scss */
  .valores__item__texto, .valores__item__valor {
    padding: 1rem;
  }
}

/* line 40, gulp-files/scss/estilos/base/general.scss */
.respuesta__item {
  min-height: 75vh;
  padding: 10rem 5rem;
}

@media (max-width: 767px) {
  /* line 40, gulp-files/scss/estilos/base/general.scss */
  .respuesta__item {
    padding: 2rem;
  }
}

/* line 46, gulp-files/scss/estilos/base/general.scss */
.respuesta__item--exito {
  color: #034a98;
}

/* line 49, gulp-files/scss/estilos/base/general.scss */
.respuesta__item--error {
  color: #ea4537;
}

/* line 52, gulp-files/scss/estilos/base/general.scss */
.respuesta__item span,
.respuesta__item h4 {
  color: inherit;
}

/* line 56, gulp-files/scss/estilos/base/general.scss */
.respuesta__item span {
  font-size: 6rem;
  display: inline-block;
}

/* line 60, gulp-files/scss/estilos/base/general.scss */
.respuesta__item h4 {
  font-weight: normal;
}

/* line 66, gulp-files/scss/estilos/base/general.scss */
.abrir-sucursales {
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-direction: row-reverse;
}

/* line 68, gulp-files/scss/estilos/base/general.scss */
.abrir-sucursales:before {
  font-size: 3rem;
  line-height: .75;
  margin-left: 1rem;
  color: #71c341;
}

/* line 76, gulp-files/scss/estilos/base/general.scss */
.autenticando {
  min-height: 75vh;
}

/* line 80, gulp-files/scss/estilos/base/general.scss */
.preloader {
  width: 40px;
  height: 40px;
  transition: all ease 200ms;
  border-radius: 50%;
  border: 4px solid rgba(3, 74, 152, 0.4);
  border-bottom-color: #034a98;
  animation: rotar 400ms linear infinite;
}

/* line 1, gulp-files/scss/estilos/estructura/header.scss */
.header {
  background: #034a98;
  padding: 1rem 0;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  /* line 1, gulp-files/scss/estilos/estructura/header.scss */
  .header {
    margin-bottom: 0;
  }
}

/* line 8, gulp-files/scss/estilos/estructura/header.scss */
.header__interior {
  height: 105px;
}

@media (max-width: 767px) {
  /* line 8, gulp-files/scss/estilos/estructura/header.scss */
  .header__interior {
    height: 80px;
  }
}

/* line 16, gulp-files/scss/estilos/estructura/header.scss */
.header__item--logo img {
  width: 260px;
  height: 79px;
}

@media (max-width: 767px) {
  /* line 16, gulp-files/scss/estilos/estructura/header.scss */
  .header__item--logo img {
    width: 200px;
    height: 60px;
  }
}

/* line 26, gulp-files/scss/estilos/estructura/header.scss */
.header__titulo {
  font-size: 3.2rem;
  font-weight: 300;
  text-align: right;
  margin: 0;
  font-style: italic;
}

/* line 1, gulp-files/scss/estilos/estructura/footer.scss */
.footer {
  background: #ebebeb;
  border-top: 1px solid #c2c2c2;
  padding: 2rem 0;
}

/* line 7, gulp-files/scss/estilos/estructura/footer.scss */
.footer__item--logo img {
  width: 180px;
  height: 54px;
}

/*# sourceMappingURL=estilos.css.map */
