@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* Navbar */
.custom-navbar img {
  width: 6rem;
}

.navbar-font {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

/* Portada */
.portada {
  background-image: linear-gradient(90deg, rgba(207, 193, 193, 0.776) 33%, rgba(99, 96, 96, 0.651) 84%), url(../img/bg-portada.jpg);
  background-size: cover;
  height: 90vh;
}

.fixed {
  background-attachment: fixed;
}

.portada img {
  width: 450px;
  padding: 2rem;
  border-radius: 12px;
}

.portada h2 {
  font-family: 'Lato', sans-serif;
}

.portada a {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}

.subtitle__ayuda {
  font-family: 'Lato', sans-serif;
}

.parrafo__ayuda {
  font-family: 'Poppins', sans-serif;
}

hr.div__ayuda {
  border: solid 3px red;
}

/* Quienes somos */
.bg__quienes {
  background-color: #f5f5f5;
}

.title__quienes {
  font-family: 'Poppins', sans-serif;
}

.p__quienes {
  font-family: 'Lato', sans-serif;
  text-align: justify;
  font-size: 18px;
}

.font__divider {
  font-family: 'Lato', sans-serif;
}

.font__button {
  font-family: 'Poppins', sans-serif !important;
  font-size: 5rem;
}

/* Tipos de crédito */
.font__creditos {
  font-family: 'Poppins', sans-serif;
}

hr.div__creditos {
  border: 2px solid red;
  width: 125px;
  margin: 0px auto;
  margin-top: 25px;
}

hr.tipos__creditos {
  border: 2px solid red;
  width: 125px;
  margin: 0px auto;
  margin-top: 10px;
}

.creditos__titles {
  font-family: 'Poppins', sans-serif;
}

.creditos__paragraph {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}

.bg__calculadora {
  background-color: #f5f5f5;
}

.bg__calculadora h1, h2 {
  font-family: 'Poppins', sans-serif;
}

.bg__calculadora p, h4 {
  font-family: 'Lato', sans-serif;
}

/* Contacto */
.contacto__font {
  font-family: 'Poppins', sans-serif;
}

hr.div__contacto {
  border: 2px solid red;
  width: 125px;
  margin: 0px auto;
  margin-top: 25px;
}

.contacto__description {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  margin-top: 25px;
  font-weight: 700;
}

.font__form {
  font-family: 'Poppins', sans-serif;
}

.form__bg {
  background-color: #f5f5f5;
}

.address__bg h4 {
  font-family: 'Lato', sans-serif;
  line-height: 50px;
}

hr.div__address {
  border: 2px solid red;
  width: 125px;
  margin: 0px auto;
  margin-top: 25px;
}

.img__footer {
  background-color: #f5f5f5d7;
  padding: 20px;
  border-radius: 4px;
  width: 40%;
}

.font__footer {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

.menu__footer {
  color: #f5f5f5 !important;
}

.col-md-3 ul {
  list-style: none;
  font-family: 'Poppins', sans-serif;
}

.col-md-3 ul a {
  text-decoration: none;
  color: steelblue;
}

/* Confirmacion de datos */
.bg__confirmation {
  background-image: linear-gradient(90deg, rgba(207, 193, 193, 0.776) 33%, rgba(99, 96, 96, 0.651) 84%), url(../img/bg-portada.jpg);
  background-size: cover;
  height: 100vh;
}

.img__confirmation {
  background: #f5f5f5a2;
  border-radius: 4px;
  width: 35%;
}

.card {
  font-family: 'Poppins', sans-serif;
}
