/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
}

.bg-azul {
  --bs-bg-opacity: 1;
  background-color: #00ADEF !important;
}