@media (max-width: 767px) {

  h1 {
    font-size: 3rem;
  }
  .first-hero {
    background-image: url('/assets/image/movil_legacy.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    min-height: 90vh;
  }

  .first-hero .hero-content {
    margin-top: -50px;
  }

	 .first-caratekers {
    background-image: url('/assets/image/Caretakers_Mobile.png');
  }

  .first-caregivers::after {
    display: none !important;
  }

  .banner-text {
    margin-left: 0;
    margin-right: 0;
    margin-top: 40%;
  }

  #formulario .row {
    max-height: none !important;
    overflow: visible !important;
    flex-direction: column;
  }

  #formulario .card {
    max-height: none !important;
    height: auto !important;
  }

  #formulario img {
    max-height: 300px;
  }

  .move-up-mobile {
    margin-top: -50%;
  }

  #testimonialRow {
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

p {
  margin-bottom: 0.5rem; /* por defecto es 1rem o más */
}
.navbar-brand {
    order: 1;
  }
  .call-center {
    order: 2;
    font-size: 0.9rem;
  }
  .navbar-toggler {
    order: 3;
  }
}