
@media (max-width: 780px) {
  .nav-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .nav-bottom-grupo {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .nav-bottom-grupo a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-content {
    position: relative;
    top: -80px;
  }
  .hero-title {
    font-size: 42px;
    line-height: 1.1;
  }

  .hero-subtitle,
  .hero-subtitle-2 {
    font-size: 22px;
    line-height: 1.2;
  }
    .hero-content {
    padding-bottom: 80px;
  }
}
}