.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 2px 2px 5px 0 #7d7a7a;
}

.nav-menu {
  left: auto;
  top: 130px;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-top: 0%;
  background-color: #0054a6;
}

.brand {
  display: inline-block;
  width: 200px;
  margin-right: 100px;
}

.nav-link {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Guardian Sans Text, sans-serif;
  color: #fff;
  font-size: 18px;
}

.nav-link:hover {
  border-bottom: 2px none #004899;
  background-color: #00aeef;
  font-family: 'Guardian Medium', sans-serif;
  color: #fff;
  font-style: normal;
}

.nav-link.w--current {
  font-family: Guardian Sans Text, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.nav-link.w--current:hover {
  border-bottom: 2px none #004899;
  font-family: 'Guardian Semibold', sans-serif;
}

.heading {
  margin-top: 0px;
  font-family: Guardian Sans Text, sans-serif;
  font-weight: 700;
  text-align: center;
}

.bold-text {
  font-family: 'Guardian Semibold', sans-serif;
  color: #333;
  font-weight: 400;
}

.heading-2 {
  padding-top: 40px;
  font-family: Guardian Sans Text, sans-serif;
  font-size: 56px;
  line-height: 52px;
  font-weight: 500;
  text-align: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.boton {
  margin-top: 20px;
  border-radius: 0px;
  background-color: #fff;
  font-family: 'Guardian Sans Text', sans-serif;
  color: #0054a6;
  font-size: 22px;
  font-weight: 400;
}

.boton:hover {
  background-color: #00aeef;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
}

.boton.blanco {
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  font-family: Guardian Sans Text, sans-serif;
  text-align: center;
}

.boton.blanco:hover {
  box-shadow: none;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.boton.blanco.blancoazulado {
  display: block;
}

.boton.blanco.blancoazulado:hover {
  background-color: #0054a6;
}

.boton.azul {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #0054a6;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  font-family: Guardian Sans Text, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.boton.azul:hover {
  background-color: #00aeef;
  box-shadow: none;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.boton.azul.buscar {
  margin-top: 0px;
  font-family: 'Guardian Medium', sans-serif;
  font-size: 20px;
}

.boton.call-to-action {
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  font-family: Guardian Sans Text, sans-serif;
  font-size: 18px;
}

.boton.call-to-action:hover {
  background-color: #0054a6;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.background-video {
  width: auto;
  height: 600px;
  margin-top: 58px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 84, 166, 0.32)), to(rgba(0, 84, 166, 0.32)));
  background-image: linear-gradient(180deg, rgba(0, 84, 166, 0.32), rgba(0, 84, 166, 0.32));
}

.container-2 {
  margin-top: 20px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
}

.paragraph {
  padding-top: 10px;
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.46);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/microcreditos-.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/microcreditos-.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.div-block:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/microcreditos-.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/microcreditos-.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.heading-3 {
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #0054a6;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}

.paragraph-2 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.column {
  padding-right: 30px;
  padding-left: 30px;
}

.section {
  margin-top: 60px;
  background-color: #fff;
}

.columns {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-4 {
  color: #0054a6;
  font-size: 12px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-3 {
  padding-right: 30px;
  padding-left: 30px;
}

.section-2 {
  margin-bottom: 0px;
}

.frase {
  position: static;
  height: 400px;
  background-image: url('../images/banner-frase.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-3 {
  height: 400px;
  background-color: rgba(0, 0, 0, 0.24);
}

.heading-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 140px;
  padding-left: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.heading-5:hover {
  background-color: rgba(0, 0, 0, 0.46);
}

.section-3 {
  margin-top: 0px;
}

.columns-2 {
  margin-top: 40px;
}

.heading-6 {
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
  font-size: 22px;
}

.paragraph-3 {
  margin-top: -12px;
  font-family: Guardian Sans Text, sans-serif;
  color: #909394;
  font-size: 18px;
  font-weight: 400;
}

.text-block {
  margin-bottom: 10px;
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
  font-size: 22px;
}

.section-4 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #f5f4f2;
}

.seccion-testimonios {
  padding-top: 10px;
  background-color: #ececec;
}

.seccion {
  display: block;
  background-color: #333;
}

.seccion-banner {
  display: block;
  width: auto;
  height: 600px;
}

.heading-7 {
  font-family: 'Guardian Regular', sans-serif;
  font-weight: 400;
}

.text-span {
  font-family: 'Guardian Semibold', sans-serif;
  color: #0054a6;
}

.columns-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 3px solid #0054a6;
  background-color: rgba(212, 209, 203, 0.5);
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-logo-link.w--current {
  max-height: 80px;
  min-width: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  display: inline;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Guardian Medium', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.footer-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Guardian Regular', sans-serif;
  color: #0054a6;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.text-block-2 {
  display: inline;
  float: left;
  font-family: Guardian Sans Text, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.text-block-3 {
  font-family: Guardian Sans Text, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: right;
}

.link {
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
  text-decoration: none;
}

.link:hover {
  color: #333;
}

.link.footer2 {
  padding-right: 5px;
  padding-left: 5px;
  font-family: Guardian Sans Text, sans-serif;
  text-align: left;
}

.link.blanco {
  position: static;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Guardian Sans Text, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.link.semibold {
  font-family: 'Guardian Semibold', sans-serif;
  font-weight: 500;
}

.link.gris {
  color: #333;
}

.heading-8 {
  margin-bottom: 0px;
}

.tiitulo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
  font-size: 40px;
}

.titulo {
  margin-top: 0px;
}

.heading-9 {
  margin-top: 0px;
  font-family: Guardian Sans Text, sans-serif;
  color: #333;
  font-size: 40px;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slider {
  display: block;
  height: 200px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-nav {
  display: none;
  font-size: 8px;
}

.slide {
  height: 200px;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.mask {
  height: 200px;
  background-color: transparent;
}

.section-5 {
  background-color: #00aeef;
}

.container-3 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.section-6 {
  display: block;
  background-color: #00aeef;
}

.link-2 {
  font-family: 'Guardian Regular', sans-serif;
  color: #fff;
  text-decoration: none;
}

.paragraph-4 {
  font-family: 'Guardian Regular', sans-serif;
  color: #fff;
}

.columns-4 {
  display: block;
  height: 20px;
}

.paragraph-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #00aeef;
  font-family: 'Guardian Regular', sans-serif;
}

.slide-nav-2 {
  font-size: 8px;
}

.section-7 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.paragraph-6 {
  margin-bottom: 0px;
  font-family: Guardian Sans Text, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 26px;
}

.link-servicios {
  margin-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Guardian Semibold', sans-serif;
  color: #0054a6;
  font-size: 22px;
  text-decoration: none;
}

.link-servicios:hover {
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  color: #fff;
  letter-spacing: 1px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
}

.section-8 {
  position: static;
}

.image {
  margin-left: 4px;
}

.redes {
  margin-right: 1px;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
}

.redes:hover {
  border-radius: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.banner-secciones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00aeef;
}

.container-4 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-10 {
  margin-top: 54px;
  font-family: Guardian Sans Text, sans-serif;
  color: #fff;
  font-size: 52px;
  text-align: center;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
  font-size: 28px;
}

.container-5 {
  padding: 20px 10px 40px;
}

.heading-12 {
  margin-top: 0px;
  font-family: Guardian Sans Text, sans-serif;
}

.nuestra {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
  font-size: 22px;
}

.nuestra.blanco {
  color: #fff;
}

.paragraph-7 {
  font-family: Guardian Sans Text, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.submit-button {
  border-radius: 4px;
  background-color: #0054a6;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Guardian Medium', sans-serif;
}

.submit-button:hover {
  background-color: #00aeef;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.field-label {
  font-family: Guardian Sans Text, sans-serif;
  color: #333;
  font-size: 16px;
}

.field-label-2 {
  font-family: Guardian Sans Text, sans-serif;
  color: #333;
  font-size: 16px;
}

.text-field {
  font-family: Guardian Sans Text, sans-serif;
}

.text-field-2 {
  font-family: Guardian Sans Text, sans-serif;
}

.div-block-5 {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  padding: 20px;
}

.success-message {
  background-color: #00aeef;
  font-family: 'Guardian Medium', sans-serif;
  color: #fff;
  font-size: 16px;
}

.text-block-4 {
  font-family: 'Guardian Regular', sans-serif;
}

.heading-13 {
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
  font-size: 26px;
}

.section-9 {
  background-color: #0054a6;
}

.heading-14 {
  font-family: Guardian Sans Text, sans-serif;
  color: #fff;
  text-align: center;
}

.dropdown-link {
  background-color: #0054a6;
  font-family: Guardian Sans Text, sans-serif;
  color: #fff;
}

.dropdown-link:hover {
  background-color: #00aeef;
}

.dropdown-link.w--current {
  background-color: #fff;
  font-family: 'Guardian Semibold', sans-serif;
  color: #0054a6;
}

.titulo-creditos {
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Guardian Sans Text, sans-serif;
  font-size: 32px;
}

.text-block-5 {
  padding-top: 5px;
  font-family: 'Guardian Regular', sans-serif;
  color: #333;
  font-size: 16px;
}

.list {
  padding-left: 10px;
  color: #0054a6;
}

.slider-bar {
  position: static;
  left: 20px;
  top: 40px;
}

.columna-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.paragraph-8 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: Guardian Sans Text, sans-serif;
  font-size: 16px;
}

.section-10 {
  background-color: #0054a6;
}

.section-11 {
  background-color: #0054a6;
}

.text-block-6 {
  font-family: 'Guardian Medium', sans-serif;
  font-size: 16px;
}

.text-span-2 {
  font-family: 'Guardian Regular', sans-serif;
  text-decoration: underline;
}

.text-span-3 {
  font-family: 'Guardian Regular', sans-serif;
  text-decoration: underline;
}

.text-span-4 {
  text-decoration: underline;
}

.text-span-5 {
  text-decoration: underline;
}

.heading-15 {
  margin-bottom: 0px;
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
  font-size: 26px;
  text-align: center;
}

.heading-16 {
  margin-top: 0px;
  font-family: Guardian Sans Text, sans-serif;
  text-align: center;
}

.link-block {
  position: static;
  top: 60px;
  float: right;
  background-color: #0054a6;
}

.link-block.link-oculto {
  display: none;
}

.div-block-6 {
  position: -webkit-sticky;
  position: sticky;
  top: 149px;
  display: block;
}

.text-block-7 {
  display: inline-block;
  margin-top: 28px;
  margin-bottom: 36px;
  padding-right: 10px;
  padding-left: 20px;
  font-family: 'Guardian Regular', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.text-block-7:hover {
  display: inline;
}

.model-wrapp {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 125px;
  background-color: rgba(0, 0, 0, 0.43);
  text-align: center;
}

.call-sign-up {
  display: inline-block;
  width: 450px;
  padding: 30px 40px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.cerrar {
  display: block;
  margin-bottom: 20px;
  color: #666667;
  text-decoration: none;
}

.cerrar:hover {
  color: #be0b0b;
  font-weight: 600;
}

.text-field-3 {
  border: 1px solid #520975;
}

.text-field-3:focus {
  border-color: #3fae29;
}

.enviar-pop-up {
  width: 100%;
  height: 50px;
  background-color: #3fae29;
}

.enviar-pop-up:hover {
  background-color: #2f891d;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-6 {
  margin-bottom: 50px;
}

.sucursales {
  font-family: Guardian Sans Text, sans-serif;
}

.buscar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-input {
  margin-bottom: 0px;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.lista {
  padding-top: 5px;
  padding-bottom: 5px;
}

.lista.azul {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #0054a6;
  color: #fff;
}

.lista.azul:hover {
  box-shadow: 1px 1px 3px 0 #333;
}

.lista.blanca {
  padding-right: 10px;
  padding-left: 10px;
}

.lista.blanca:hover {
  box-shadow: 1px 1px 3px 0 #333;
}

.list-2 {
  margin-top: 40px;
}

.paragraph-9 {
  font-family: Guardian Sans Text, sans-serif;
  font-size: 14px;
  text-align: justify;
}

.heading-17 {
  margin-bottom: 0px;
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
  font-size: 20px;
  line-height: 30px;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Guardian Sans Text, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.texto-form {
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
}

.text-block-8 {
  margin-top: 20px;
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
  font-weight: 700;
}

.text-block-8.mail {
  margin-top: 10px;
  font-family: Guardian Sans Text, sans-serif;
  font-weight: 700;
}

.text-block-9 {
  font-family: Guardian Sans Text, sans-serif;
}

.image-3 {
  margin-top: 20px;
}

.dropdown-toggle {
  padding-right: 30px;
  padding-left: 0px;
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  font-family: Guardian Sans Text, sans-serif;
  color: #fff;
}

.dropdown-toggle:hover {
  background-color: #00aeef;
  color: #fff;
}

.div-block-7 {
  margin-top: 26px;
}

.heading-19 {
  display: inline;
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
  font-size: 48px;
}

.paragraph-10 {
  display: inline;
  padding-left: 20px;
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
  font-size: 18px;
  font-weight: 500;
}

.counterup {
  display: inline;
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
  font-size: 62px;
}

.div-creditos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 12px;
  background-color: #eaeaea;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
}

.div-creditos:hover {
  box-shadow: 4px 4px 6px 0 #909394;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.section-12 {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.heading-20 {
  margin-top: 10px;
  font-family: Guardian Sans Text, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-11 {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Guardian Sans Text, sans-serif;
  color: #333;
  font-size: 16px;
  text-align: center;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-2:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.text-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  padding-right: 3px;
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
  font-weight: 500;
  text-decoration: none;
}

.image-4 {
  margin-right: 0px;
}

.foto-credito:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.image-5 {
  display: block;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-21 {
  margin-bottom: 0px;
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
  font-size: 20px;
  line-height: 24px;
}

.heading-22 {
  margin-top: 0px;
  font-family: Guardian Sans Text, sans-serif;
  color: #333;
  font-size: 32px;
}

.column-7 {
  background-color: #0054a6;
}

.section-13 {
  height: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('../images/banner-frase.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.columns-5 {
  display: block;
  height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0054a6;
  background-image: url('../images/ciudad-microcréditos-1.jpg');
  background-position: 50% 50%;
  background-size: 257px;
}

.image-6 {
  text-align: right;
}

.column-8 {
  display: block;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/ciudad-microcréditos-1.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.column-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-10 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-7 {
  padding-left: 43px;
}

.section-14 {
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.section-14:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.columns-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0054a6), to(#0054a6));
  background-image: linear-gradient(180deg, #0054a6, #0054a6);
  box-shadow: 1px 1px 3px 0 #909394;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-23 {
  font-family: Guardian Sans Text, sans-serif;
  color: #fff;
  font-size: 30px;
}

.column-12 {
  display: block;
  padding-top: 24px;
  padding-left: 20px;
}

.paragraph-12 {
  font-family: Guardian Sans Text, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.paragraph-13 {
  padding-top: 40px;
  font-family: 'Guardian Regular', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.columns-7 {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(212, 209, 203, 0.6);
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding: 10px 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #0054a6;
  border-radius: 9px;
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
}

.div-block-10:hover {
  box-shadow: 4px 4px 10px 0 #909394;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.paragraph-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Guardian Sans Text, sans-serif;
  font-size: 16px;
  text-align: center;
}

.paragraph-14._5-reng {
  font-family: Guardian Sans Text, sans-serif;
}

.section-15 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-8 {
  -webkit-transition: background-color 160ms ease, opacity 160ms ease, -webkit-transform 160ms ease;
  transition: background-color 160ms ease, opacity 160ms ease, -webkit-transform 160ms ease;
  transition: background-color 160ms ease, transform 160ms ease, opacity 160ms ease;
  transition: background-color 160ms ease, transform 160ms ease, opacity 160ms ease, -webkit-transform 160ms ease;
}

.container-7 {
  -webkit-transition: background-color 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.button {
  display: block;
  border-radius: 8px;
  background-color: #00aeef;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Guardian Regular', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.button:hover {
  background-color: #0054a6;
  box-shadow: 1px 1px 3px 0 #333;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  text-align: left;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-align: right;
}

.paragraph-15 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Guardian Medium', sans-serif;
  color: #0054a6;
}

.image-8 {
  margin-top: -23px;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: top 300ms ease;
  transition: top 300ms ease;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  font-family: 'Guardian Semibold', sans-serif;
  color: #0054a6;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.question-title {
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
  font-size: 22px;
  font-weight: 500;
}

.plus {
  opacity: 0.90;
}

.faq-content {
  overflow: hidden;
  margin-top: -2px;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Guardian Sans Text, sans-serif;
  color: #363636;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: -0.25px;
}

.link-3 {
  color: #3fb8e4;
  text-decoration: none;
}

.link-3.consul {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #222;
  font-weight: 300;
}

.link-3.consul:hover {
  font-weight: 500;
}

.question-title-2 {
  font-family: Guardian Sans Text, sans-serif;
  color: #d79957;
  font-size: 16px;
  font-weight: 500;
}

.faq-paragraph-2 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Guardian Sans Text, sans-serif;
  color: #363636;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.25px;
}

.bold-text-2 {
  font-family: 'Guardian Medium', sans-serif;
}

.text-span-7 {
  font-family: 'Guardian Medium', sans-serif;
}

.text-span-8 {
  text-decoration: underline;
}

.text-span-9 {
  text-decoration: underline;
}

.text-span-10 {
  font-family: 'Guardian Medium', sans-serif;
}

.faq-question-wrap-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-question-bar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-right: 15px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  color: #191b22;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.question-title-3 {
  font-family: Guardian Sans Text, sans-serif;
  color: #0054a6;
  font-size: 20px;
  font-weight: 600;
}

.faq-paragraph-3 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Guardian Sans Text, sans-serif;
  color: #7e828f;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.25px;
}

.bold-text-3 {
  font-family: Guardian Sans Text, sans-serif;
  font-size: 20px;
}

.click {
  -webkit-transition: color 200ms ease, background-color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, opacity 200ms ease;
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.click:hover {
  font-family: 'Guardian Medium', sans-serif;
  font-weight: 400;
}

.section-16 {
  display: inline;
  width: auto;
  height: 500px;
  padding-top: 0px;
  background-color: #0054a6;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-12 {
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(139deg, rgba(0, 84, 166, 0.28), rgba(0, 174, 239, 0.16)), url('../images/IMG_5375_resultado.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-17 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.mapa-ciudad {
  position: relative;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.mask-2 {
  box-shadow: 3px 7px 4px 0 #909394;
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
}

.mask-2:hover {
  -webkit-transform: translate(0px, -5px) scale(1.05);
  -ms-transform: translate(0px, -5px) scale(1.05);
  transform: translate(0px, -5px) scale(1.05);
}

.container-9 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-button {
  margin-top: 12px;
  padding: 25px;
  background-color: #0054a6;
}

.icon {
  color: #fff;
  font-size: 22px;
}

.column-19 {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding-bottom: 40px;
  border-radius: 20px;
  background-color: #00aeef;
}

.heading-24 {
  font-family: Guardian Sans Text, sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.select-field {
  font-family: 'Guardian Regular', sans-serif;
}

.select-field-2 {
  font-family: Guardian Sans Text, sans-serif;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.section-18 {
  background-color: #0054a6;
}

.div-block-14 {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  text-decoration: none;
}

.link-block-3:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.container-11 {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ig {
  margin-left: 10px;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.column-20:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.s2 {
  display: block;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.slider-3 {
  display: block;
  height: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  text-align: center;
}

.icon-2 {
  background-color: #0054a6;
}

.icon-3 {
  background-color: #0054a6;
}

.slide-nav-3 {
  background-color: transparent;
}

.slide-foto {
  text-align: center;
}

.image-11 {
  display: block;
  height: auto;
}

.mask-slider {
  float: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.right-arrow-3 {
  display: none;
}

.left-arrow-3 {
  display: none;
}

.grid {
  grid-column-gap: 114px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-16 {
  width: 300px;
}

.slider-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.left-arrow-4 {
  display: none;
}

.right-arrow-4 {
  display: none;
}

.container-12 {
  height: auto;
}

.slide-3 {
  text-align: center;
}

.slide-4 {
  text-align: center;
}

.slide-5 {
  text-align: center;
}

.slide-6 {
  text-align: center;
}

.slide-7 {
  text-align: center;
}

.image-12 {
  text-align: center;
}

.slide-8 {
  text-align: center;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns-10 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-21 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-17 {
  margin-top: 10px;
}

.section-19 {
  padding-bottom: 20px;
}

.galeria {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.galeria:hover {
  box-shadow: 3px 3px 10px 0 #909394;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image-13 {
  margin-left: 10px;
  padding-left: 0px;
}

.textarea {
  font-family: Guardian Sans Text, sans-serif;
}

.text-field-4 {
  font-family: Guardian Sans Text, sans-serif;
}

.text-field-5 {
  font-family: Guardian Sans Text, sans-serif;
}

.textarea-2 {
  font-family: Guardian Sans Text, sans-serif;
}

.image-14 {
  margin-left: 5px;
}

.image-15 {
  margin-left: 5px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-16 {
  display: block;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 48px;
  }

  .boton.blanco {
    font-size: 20px;
  }

  .background-video {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 84, 166, 0.32)), to(rgba(0, 84, 166, 0.32))), url('../images/ciudad-microcréditos-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 84, 166, 0.32), rgba(0, 84, 166, 0.32)), url('../images/ciudad-microcréditos-1.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, contain;
  }

  .div-block {
    margin-bottom: 10px;
  }

  .column {
    padding-bottom: 10px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-13 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .column-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 42px;
  }

  .background-video {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 84, 166, 0.44)), to(rgba(0, 84, 166, 0.44))), url('../images/ciudad-microcréditos-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 84, 166, 0.44), rgba(0, 84, 166, 0.44)), url('../images/ciudad-microcréditos-1.jpg');
    background-size: auto, cover;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .banner-secciones {
    height: 250px;
  }

  .heading-10 {
    margin-top: 68px;
    font-size: 42px;
  }

  .column-13 {
    display: inline-block;
    text-align: right;
  }

  .column-18 {
    display: inline;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-9 {
    padding-right: 20px;
  }

  .container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-13 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-11 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .columns-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-menu {
    display: inline;
  }

  .brand {
    margin-right: 40px;
  }

  .heading {
    line-height: 36px;
  }

  .bold-text {
    font-size: 28px;
    line-height: 26px;
  }

  .heading-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 28px;
    line-height: 30px;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .background-video {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 84, 166, 0.38)), to(rgba(0, 84, 166, 0.38))), url('../images/ciudad-microcréditos-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 84, 166, 0.38), rgba(0, 84, 166, 0.38)), url('../images/ciudad-microcréditos-1.jpg');
    background-position: 0px 0px, 60% 40%;
    background-size: auto, cover;
  }

  .container-2 {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-5 {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 22px;
    line-height: 22px;
  }

  .heading-6 {
    font-size: 18px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .text-block {
    font-size: 16px;
  }

  .columns-3 {
    padding-bottom: 0px;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .link.footer2 {
    display: inline-block;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-7 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .slider-2 {
    background-color: transparent;
  }

  .heading-10 {
    margin-top: 77px;
    font-size: 34px;
  }

  .container-5 {
    display: block;
  }

  .heading-12 {
    font-size: 32px;
  }

  .nuestra {
    font-size: 20px;
  }

  .heading-14 {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-15 {
    margin-top: 0px;
    line-height: 32px;
  }

  .heading-16 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 32px;
  }

  .model-wrapp {
    display: none;
  }

  .div-creditos {
    margin-top: 10px;
  }

  .heading-21 {
    padding-left: 10px;
    text-align: left;
  }

  .heading-22 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .column-11 {
    padding-top: 10px;
    padding-left: 0px;
  }

  .column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-12 {
    text-align: center;
  }

  .div-block-10 {
    height: 200px;
    margin-top: 10px;
  }

  .section-15 {
    padding-top: 0px;
  }

  .column-14 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-15 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-16 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-17 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .question-title-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .question-title-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .mapa-ciudad {
    display: none;
  }

  .container-9 {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button {
    padding: 15px;
  }

  .div-block-13 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .div-block-14 {
    text-align: center;
  }

  .link-block-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-11 {
    padding-right: 10px;
  }

  .columns-10 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .galeria {
    margin-top: 10px;
  }

  .columns-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-20 {
    display: block;
  }
}

@font-face {
  font-family: 'Guardiansanshairline';
  src: url('../fonts/GuardianSansHairline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Guardiansansultra';
  src: url('../fonts/GuardianSansUltra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Guardiansansultrait';
  src: url('../fonts/GuardianSansUltraIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Guardian Regular';
  src: url('../fonts/GuardianSansRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Guardian Regular Italic';
  src: url('../fonts/GuardianSansRegularIt.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Guardian Medium';
  src: url('../fonts/GuardianSansMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Guardian Semibold';
  src: url('../fonts/GuardianSansSemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Guardian Medium Italic';
  src: url('../fonts/GuardianSansMediumIt.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Guardian Semibold Italic';
  src: url('../fonts/GuardianSansSemiboldIt.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}