/* Ajustes generales */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
  }
  
  /* Ajustes del contenedor Swiper */
  .swiper-container {
    width: 100%;
    max-width: 800px;
    height: 400px;
    margin: 50px auto;
    border: 2px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
  }
  
  /* Ajustes de las imágenes dentro de los slides */
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



  