/*========================

TABLETS

=========================*/

@media (max-width: 991px) {
  section {
    padding: 70px 0;
  }

  .hero {
    text-align: center;

    padding-top: 60px;
  }

  .hero h1 {
    font-size: 2.8rem;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-info {
    justify-content: center;
  }

  .hero-image {
    margin-top: 50px;
  }

  .hero-image img {
    width: 350px;
  }

  .about {
    text-align: center;
  }

  .about-features {
    margin-top: 40px;
  }

  .feature-box {
    justify-content: center;

    text-align: left;
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    display: none;
  }

  .footer {
    text-align: center;
  }

  .footer-bottom {
    justify-content: center;
  }

  .contact-info {
    margin-top: 20px;
  }
}

/*========================

CELULARES

=========================*/

@media (max-width: 767px) {
  section {
    padding: 60px 0;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: 2.1rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .hero-image img {
    width: 270px;
  }

  .floating-card {
    display: none;
  }

  .about h2 {
    font-size: 2rem;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .cta h2 {
    font-size: 2rem;
  }

  .contact-form {
    padding: 25px;
  }

  .contact-info {
    padding: 30px;
  }

  .map iframe {
    height: 300px;
  }

  .footer-logo {
    width: 150px;
  }
}

/*========================

MÓVILES PEQUEÑOS

=========================*/

@media (max-width: 480px) {
  .navbar-brand {
    font-size: 22px;
  }

  .hero h1 {
    font-size: 1.8rem;
  }

  .btn-primary-custom,
  .btn-whatsapp,
  .btn-light-custom,
  .btn-outline-light-custom {
    width: 100%;

    text-align: center;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .hero-info {
    flex-direction: column;

    gap: 15px;
  }

  .timeline-number {
    width: 70px;

    height: 70px;

    font-size: 1.5rem;
  }

  .service-card {
    padding: 35px 25px;
  }

  .client-card {
    padding: 35px 25px;
  }

  .why-card {
    padding: 35px 25px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }

  .hero h1 {
    font-size: 4.2rem;
  }
}

* {
  /* border: 1px solid red;*/
}
