.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.mt-8 {
  margin-top: 8rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}

.texto-azul {
  color: #015386 !important;
}

.btn-verde {
  background-color: #98c21d;
  border: 1px solid #98c21d;

  color: #fff;
}


@font-face {
  font-family: 'museo900';
  src: url('../fonts/museo-900-webfont.woff2') format('woff2'),
       url('../fonts/museo-900-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museo100';
  src: url('../fonts/museo-sans-100-webfont.woff2') format('woff2'),
       url('../fonts/museo-sans-100-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
