 /* Estilos personalizados */
 .service-section {
    min-height: 70vh; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .service-image {
    
    background-size: cover;
    background-position: top;
    height: 85vh; /* Ajusta la altura al 70% de la pantalla */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .obras{
    background-image: url('../images/FinalesObras1.webp'); /* Ruta de la imagen de fondo */
  }
  .profunda{
    background-image: url('../images/profunda.webp');
    background-position: center;
  }
  .institucional{
    background-image: url('../images/Institucional1.webp');
  }
  .eventos{
    background-image: url('../images/eventos.webp');
    background-position: center;
  }
  .service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Superposición gris con opacidad */
  }

  .service-title{
    z-index: 2;
    display: flex;
  }
  .service-title h2{
    font-size: 5rem;
    font-weight: bold;
    color:#67C9F0;
    padding-right: 10px;
  }
  .service-title h2 .blue{
    color: #0082CB;

  }
  .service-title h3 {
    font-size: 5rem;
    font-weight: bold;
    color: #1A6199;
  }
  .service-description {
    padding: 30px;
    text-align: center;
    max-width: 800px;
  }

  .service-description h2 {
    font-size: 3rem;
    color: #67C9F0;
    font-weight: bold;
  }
  .service-description h2 span{
    color: #1A6199;
  }

  .service-description p {
    font-size: 1.3rem ;
    color: #7A7A7A;
    padding: 2px;
    text-align: justify;
  }

  .testimonial-section {
      padding: 50px 0;
    }
    .testimonial-card {
      border: 2px solid #005b9a;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      color: #333;
    }
    .testimonial-text {
      font-style: italic;
      color: #666;
      margin-bottom: 15px;
    }
    .testimonial-author {
      font-weight: 600;
      color: #005b9a;
      margin-top: 10px;
    }
    .divider {
      width: 50px;
      height: 2px;
      background-color: #005b9a;
      margin: 0 auto;
      margin-top: 10px;
    }
    .section-title {
      font-size: 3rem;
      font-weight: bold;
      color:#67C9F0;
      padding-right: 10px;
      text-align: center;
    }
    .section-title .underline {
      width: 100px;
      height: 3px;
      background-color: #00aaff;
      margin: 0 auto;
      margin-top: 5px;
    }
.contact h1{
  font-size: 3rem;
}
.infoall{
  margin-left: 150px;
}
.lgs{
  font-size: 2.7rem;
  color: #1A6199;
}
.lgs:hover{
  color: #67C9F0;
  font-size: 2.9rem;
}
