    .swiper {
      padding: 40px 0;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
    }

  .card-custom {
  background-color: #123455;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  max-width: 320px;
  color: white;
  position: relative;
}


 .pentagono-superior {
  width: 120px;
  height: 40px;
  background: #123455;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

    .card-custom img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .card-title {
      font-size: 1.1rem;
      font-weight: bold;
      margin: 0.5rem 0;
      padding-left: 20px;
    }

    .icon-list {
      list-style: none;
      padding: 0 20px;
      margin: 0;
      font-size: 0.9rem;
    }

    .icon-list li {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 6px;
    }

    .precio {
      text-align: end;
      padding: 10px 20px;
    }

    .precio button {
      background-color: white;
      color: #123455;
      font-weight: bold;
      border: none;
      padding: 5px 10px;
      border-radius: 4px;
    }

    a {
      text-decoration: none;
    }