body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

#header{
  background: url('../images/banner-majagua-3.jpg');
  background-size: cover;
}
#header .overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#info-1 {
  background: url('../../_assets/images/bk_puntos.jpg');
  background-size: cover;
}

#info-2 {
  background: url('../images/majagua-negro.jpg');
  background-size: cover;
}

#info-4 {
  background: #f1f1f1;
}

#info-5 {
  background: #7ca01a;
}

#info-6 {
  background: url('../images/propuesta1.jpg');
  background-size: cover;
}

.lh-1 {
  line-height: 1rem;
}
.lh-2 {
  line-height: 1.5rem;
}
.lh-3 {
  line-height: 2rem;
}
.lh-4 {
  line-height: 2.5rem;
}
.lh-5 {
  line-height: 3rem;
}

.rounded {
  border-radius: 20px !important;
}

.text-primary {
  color: var(--color-primary) !important;
}

.btn-primary {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  color: white !important;
}

a {
  color: var(--color-primary) !important;
}
