.btn-modal {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    animation-delay: 0.8s;
    border: 2px solid #593bff;
    background: #593bff;
}
.btn-modal:hover {
    background: transparent;
    color: #593bff;
    text-decoration: none;
}
tbody td {
    text-align: center;
}
.small-text {
    font-size: 12px;
    color: #999;
}
.info-card {
    padding: 20px;
    margin: 10px;
    background-color: #b0f0fc;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.30);
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
}

.bi-info-circle {
    font-size: 20px;
    color: #000;
}

.tabla-planes {
    width: 100%;
    border-collapse: collapse;
}
.tabla-planes .check {
    color: green;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
}

.tabla-planes .cross {
    color: red;
    font-size: 20px;
    font-weight: bold;
}

.tabla-planes th {
    background-color: #593bff;
    color: white;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
}

.tabla-planes td {
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 5px;
}

.tabla-planes tr:nth-child(even) {
    background-color: #f2f2f2;
}
