.preciosyformasdepago {
    width: 100%;
}

.container-fluid {
    padding: 0;
}

.price-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.price-oficial {
    text-align: center;
    margin-bottom: 12px;
    font-size: 14px;
}

.price-table {
    margin: 0;
}

.price-column {
    padding: 0 5px;
    margin-bottom: 10px;
    display: flex;
}

.price-card {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.price-header-unique {
    background: #129CC4;
    color: white;
    padding: 10px;
    text-align: center;
}

.price-header-fractioned {
    background: lightseagreen;
    color: white;
    padding: 10px;
    text-align: center;
}

.price-header-title {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 3px 0;
}

.price-header-desc {
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
}

.price-content {
    background: white;
    padding: 5px;
    text-align: center;
    border: 1px solid #ddd;
    border-top: none;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.price-amount {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0px;
}

.installments-info {
    font-size: 13px;
    color: #666;
}

.monthly-price {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.row {
    display: flex;
    margin: 0;
}

@media (max-width: 767px) {
    .row {
        flex-direction: column;
    }
    
    .price-column {
        padding: 0 3px;
    }
}

p.total_creditos {
    background-color: whitesmoke;
    padding: 5px;
    color: grey;
    border-radius: 5px;
    font-size: 17px;
}

p.precio_oficial {
    margin: 9px;
}