    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    /* Encabezado */
    .navbar-brand img {
      height: 150px;
    }

    .navbar {
      background-color: white;
    }

    .navbar-nav .nav-link {
      color: #ff6600;
      font-weight: 600;
    }

/* Hero */
.hero {
  background: url('../img/fondocasa.webp') center center no-repeat;
  background-size: cover;
/*  min-height: 80vh;
  color: #fff;*/
}


    .hero-center h2 {
      color: #ff6600;
      font-size: 2.8rem;
      font-weight: 700;
    }

.hero-left,
.hero-right {
  margin-top: 150px;
}

.text-orange {
  color: #ff6600;
}

.btn-orange {
  background-color: #ff6600;
  color: white;
  font-weight: 600;
  border: none;
  padding: 10px 24px;
  border-radius: 4px;
  transition: background 0.3s ease;
  width: 7rem;
}

.btn-red {
  background-color: #FF0000;
  color: white;
  font-weight: 600;
  border: none;
  padding: 10px 24px;
  border-radius: 4px;
  transition: background 0.3s ease;
  width: 7rem;
}

.btn-gray {
  background-color: #6c757d;
  color: white;
  font-weight: 600;
  border: none;
  padding: 10px 24px;
  border-radius: 4px;
  transition: background 0.3s ease;
  width: 7rem;
}

.btn-orange:hover {
  background-color: #e05500; 
}

.btn-red:hover {
  background-color: #FF0000; 
}

.btn-gray:hover {
  color:#FFF;
  background-color: #565e64;
}

    .steps {
      padding-top: 50px;
      text-align: center;
    }

    .steps img {
      width: 120px;
      height: auto;
      border-radius: 10px;
      margin-bottom: 15px;
    }

    .circle {
      width: 25px;
      height: 25px;
      background-color: #047A86;
      border-radius: 50%;
      margin: 10px auto;
    }

    /* Testimoniales */
    .testimoniales {
      background-color: #f8f8f8;
      padding: 60px 20px;
      max-width: 130vh;
      margin-left:40vh;
    }

    .testimonial {
      text-align: justify;
      margin-bottom: 30px;
    }

    .testimonial img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 10px;
    }

    .testimonial p {
      font-size: 0.95rem;
      color: #333;
    }

    footer {
      background-color: white;
      color: #666;
      text-align: center;
      padding: 15px 0;
      font-size: 0.9rem;
      border-top: 1px solid #ddd;
    }

    /* Responsive */
    @media (max-width: 768px) {
     .hero-left, .hero-right {
      margin-top: 20px;
      text-align: center !important;
    }
    .hero-center h2 {
      font-size: 2rem;
    }

    .testimoniales {
      background-color: #f8f8f8;
      padding: 60px 20px;
      max-width: 130vh;
      margin-left:0 !important;
    }

    .testimonial {
      flex-direction: column;
      text-align: justify;
    }
    .testimonial img {
      margin-bottom: 10px;
    }
  }

/*  @media screen and (width: 820px) and (height: 1110px) {
  /* Estilos específicos para esta resolución */
}*/


