.pentagono-superior {
    width: 100%;
    height: 30px;
    background: #123455;
    clip-path: polygon(
        0 0,
        calc(60% - 40px) 0,
        60% 100%,
        0 100%
    );
    color: white;
    display: flex;
    align-items: center;
    padding-left: 12px;
    font-weight: bold;
    font-size: 0.9rem;
    }
    .card-custom img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    }

    .card-title {
      font-size: 1.2rem;
      font-weight: bold;
      margin: 0.5rem 0;
      color: white;
    }

    .icon-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .icon-list li {
      display: flex;
      gap: 8px;
      margin-bottom: 6px;
      color: #ffffff;
      padding-left: 20px;
      font-size: 0.95rem;
    }
     .total{
        background-color: #123455 !important;
        padding-bottom: 10px;
        border-radius: 15px;
    }
    .precio{
        text-align: end;
        padding: 10px;
    }
    .precio button{
        background-color: white;
        color: #123455;
        font-weight: bold
    }
    .precio button:hover {
        background-color: white;
        color: #123455;
        font-weight: bold;
    }
    h1{
        color: #000000;
        border-left: #123455 8px solid;
        padding-left: 5px;
        font-weight: bold;
    }
    a{
        text-decoration: none;
    }

    @media (max-width: 576px) {
    .precio button {
        font-size: 0.8rem;    
    }
    .icon-list li {
        font-size: 0.7rem;
    }
    } 
    /* Pantallas grandes */
    @media (min-width: 992px) {
    .btn-precio {
        font-size: 1.1rem;    
    }
    }
.card-custom li {
  word-break: break-word;
  overflow-wrap: break-word;
}

