@media screen and (max-width: 767px) {
  .beneficios p {
    margin-bottom: 2rem !important;
  }

  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

  .cta img {
    margin-bottom: 2rem;
  }

  .funcionalidades img {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 575px) {
  section {
    padding: 80px 0;
  }

  h1 {
    font-size: 40px !important;
  }

  h2 {
    font-size: 35px !important;
  }

  h4 {
    font-size: 22px !important;
  }

  h5 {
    font-size: 16px !important;
  }

  .funcionalidades {
    text-align: center;
  }

  .funcionalidades img {
    margin-bottom: 1rem;
  }

  .funcionalidades .row {
    padding: 2rem 0;
  }

  .cta h5 {
    margin-bottom: 2rem;
  }

  .cta h2, .cta h5 {
    text-align: center;
  }

  .cta .btn-primario {
    margin: 1rem auto 0;
    display: block;
  }

  .navbar-expand{
    flex-wrap: wrap !important;
  }

  .navbar-brand {
    margin: 0 auto 1rem !important;
    display: block;
  }

  .navbar-expand .navbar-collapse {
    justify-content: center !important;
  }
}