/* *********** typo *********** */
html, * {
  font-size: 20px;
}

.h1, .h2, .h3, .txt-pie-foto {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222;
  line-height: 1em;
}

p, .subtitle {
  font-family: 'Lora', serif;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h1 {
  font-size: 2.20em;
  text-align: center;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 60px;
}

.subtitle {
  font-size: 1.200em;
  line-height: 1.700em;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: -0.8px;
}

.h2 {
  font-size: 1.800em;
  font-weight: 600;
  margin-top: 60px;
}

.h3 {
  font-size: 1.300em;
  line-height: 0.5em;
  font-weight: 600;
  margin: 0;
}

p, .link-azul {
  font-size: 1em;
  line-height: 1.500em;
  color: #333;
  margin-top: 30px;
  margin-bottom: 30px;
}

.txt-pie-foto {
  font-size: 0.700em;
  line-height: 1.5;
  display: inline-block;
  margin-top: 5px;
}

.link-azul {
  color: #4990E2;
}

/* *********** color *********** */
.bg-gris {
  background-color: #F7F7F7;
}

/* *********** social header *********** */
.social-header .twitter-header button::before {
  color: #1C5BA2;
}
.social-header .facebook-header button::before {
  color: #1C5BA2;
}

/* *********** propio *********** */
.margin-top-l {
  margin-top: 60px;
}

.margin-top-m {
  margin-top: 30px;
}

.pasos {
  padding: 65px;
  margin-top: 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pasos p {
  color: #1C5BA2;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
}

#paso1 {
  background: url(../img/paso1.jpg) #fff no-repeat;
  background-size: cover;
}

#paso2 {
  background: url(../img/paso2.jpg) #fff no-repeat;
  background-size: cover;
}

#paso3 {
  background: url(../img/paso3.jpg) #fff no-repeat;
  background-size: cover;
}

#paso4 {
  background: url(../img/paso4.jpg) #fff no-repeat;
  background-size: cover;
}

.caja-testimonio {
  background-color: #F7F7F7;
  padding: 60px;
  margin-top: 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.caja-testimonio .txt-testimonio {
  color: #1C5BA2;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  html, * {
    font-size: 16px;
  }

  p {
    font-size: 1em;
  }

  .h1 {
    font-size: 1.5em;
    line-height: 1.1em;
  }

  p, .subtitle {
    font-size: 1.1em;
  }

  .h2 {
    font-size: 1.3em;
  }

  .h3 {
    font-size: 1.1em;
  }

  .pasos {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  html, * {
    font-size: 16px;
  }

  p {
    font-size: 1em;
  }

  .h1 {
    font-size: 1.6em;
    line-height: 1.1em;
  }

  p, .subtitle {
    font-size: 1.1em;
  }

  .h2 {
    font-size: 1.5em;
  }

  .h3 {
    font-size: 1.1em;
  }
}

/*# sourceMappingURL=estilo-bbva.css.map */
