
  .swiper-container {
    overflow: hidden;
    width: 100%;

  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .swiper-pagination {
    position: relative;
    bottom: -10px;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #ccc;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {

    width: 12px;

  }
  .bg-custom-opacity {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .banner-image-style {

        width: 1500px;
        height: 212px;
        object-fit: fill;

        box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); /* equivalente a shadow-sm */
    }
    .magin-baner {
      margin-left: 170px;
      margin-right: 170px;
    }
 .image-container {
    margin: 0 auto;
    height: 16rem;
    /* 64 en Tailwind = 16rem */
    width: 16rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* Responsivo */
  @media (max-width: 576px) {
    .image-container {
      width: auto;
      min-width: 300px;
    }
  }
