body {
    font-family: 'Arial', sans-serif;
    background-color: #ffffff;
  }
  
  .wss-1{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 1rem;
    /*background-color: #003566;*/
    background-color: #636363;
    color: white;
    height: 90vh;
  }
  .lk{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
    padding: 6rem;
  }
  .wss-1 h1{
    font-size: 2.5rem;
  }
  .wss-1 p{
    font-size: 1.3rem;
  }
  .asd{background-color: #fafafa;
    height: 45vh;
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;}
  .asd h2 {
    font-size: 1.5rem;
    padding: 0 0 1rem 0;
  }
  .asd p {
    font-size: 0.9rem;
  }
  .asf{background-color: #fafafa;
    height: 45vh;
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;}
  .asg{background-color: #fafafa;
    height: 45vh;
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;}
  .asq{background-color: #fafafa;
    height: 45vh;
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;}
  .asw{background-color: #fafafa;
    height: 45vh;
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;}
    .ert{
      display: flex;
      justify-content: space-around;
      align-items: center;
      text-align: center;
    }
  .hero {
    position: relative;
    background: linear-gradient(135deg, #009cd7, #003566); /* Fondo degradado */
    color: #ffffff;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 20px;
  }

  .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://via.placeholder.com/1920x1080'); /* Imagen de fondo */
    background-size: cover;
    background-position: center;
    filter: brightness(0.4); /* Overlay oscurecido */
    z-index: 1;
  }

  .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px; /* Ancho máximo para evitar texto muy extendido */
  }

  .btn-primary {
    background-color: #ff6f61;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
  }

  .btn-primary:hover {
    background-color: #ff8c7a;
    transform: scale(1.05);
  }

  .btn-outline-light {
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 1rem;
  }
  .Lst{
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    height: 100vh;
  }
  .lss-1{
    background-color: #ffffff;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .lss-2{
    height: auto;
    background-color: #fafafa;
    margin: 1rem 0;
    padding: 6rem 3rem;
  }
  .lss-2 h2 {
    padding: 0 0 1rem 0;
    font-size: 1.5rem;
  }
  .lss-2 p {
    font-size: .9rem;
  }
  .Lserver{
    background-color: #ffffff;
    height: 130vh;
  }
  /* Estilos responsivos */
  @media (max-width: 768px) {
    .hero {
      text-align: center;
      padding: 40px 20px;
    }

    .hero-content h1 {
      font-size: 2rem; /* Texto más pequeño en pantallas móviles */
    }

    .hero-content p {
      font-size: 1rem;
    }

    .btn-primary, .btn-outline-light {
      font-size: 0.9rem;
      padding: 10px 25px;
    }

    .hero-content {
      max-width: 90%; /* Ajustar ancho para pantallas pequeñas */
    }
    .lk{
    
      padding: 1rem;

    }
    .asd{
      text-align: center;
    }
    .asf{background-color: #fafafa;
      height: 45vh;
      margin: 1rem 0;}
    .asg{background-color: #fafafa;
      height: 45vh;
      margin: 1rem 0;}
    .asq{background-color: #fafafa;
      height: 45vh;
      margin: 1rem 0;}
    .asw{background-color: #fafafa;
      height: 45vh;
      margin: 1rem 0;}
      .ert{
        display: flex;
        justify-content: space-around;
        align-items: center;
        text-align: center;
      }
      .Lserver{
        background-color: #ffffff;
        height: 190vh;
      }

  }

  @media (max-width: 576px) {
    .hero-content h1 {
      font-size: 1.8rem; /* Reducir más el tamaño del título */
    }

    .hero-content p {
      font-size: 0.9rem; /* Reducir el texto descriptivo */
    }

    .btn-primary, .btn-outline-light {
      padding: 8px 20px;
      font-size: 0.8rem; /* Botones más pequeños */
    }
    .Lserver{
      background-color: #ffffff;
      height: 195vh;
    }

  }