.hero-trabaja {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)), url('../img/lcdhDesdeArriba.png') top center/cover no-repeat;
  }
  
  .hero-trabaja h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  
  .trabaja-main {
    max-width: 1000px;
    margin: auto;
    padding: 2rem;
  }

  .team-carousel-section {
    text-align: center;
  }
  
  .swiper-slide img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin: 0 1rem;
    flex-shrink: 0;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }  
  .signo{
    font-family: Arial, Helvetica, sans-serif !important;
  }
  
  
  .form-section {
    background: #fff;
    text-align: center;
  }

  @media (min-width: 768px) {
    .form-section {
      padding: 20px;
    }
  }
  
  .form-section form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 500px;
    margin: 0 auto;
  }
  
  .form-section input,
  .form-section textarea {
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .form-section button {
    padding: 12px;
    background-color: #009DE0;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
  }
  
  .form-section button:hover {
    background-color: #007bb8;
  }
  