/* Estilos para acordeón de precios destacado */
.accordion-body {
    text-align: center;
    padding: 18px 8px 14px 8px;
}
.precioscaja {
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 0;
}
.cuotaquin {
    background: #80B918;
    color: #fff;
    border-radius: 18px;
    display: inline-block;
    padding: 4px 18px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 0;
}
.cuotaquin strong.cuota {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 900;
}
.plazoprimas {
    margin: 7px 0 10px 0;
    font-size: 0.95rem;
    color: #333;
}
.accordion-body .btn-success {
    background: #80B918;
    color: #fff;
    border-radius: 8px;
    font-size: 0.98rem;
    font-weight: 600;
    padding: 4px 22px;
    border: none;
    margin-top: 7px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
    transition: background 0.2s;
}
.accordion-body .btn-success:hover {
    background: #6da312;
}
body {
    font-family: Montserrat, sans-serif;
    background-color: #f0f0f0;
    color: #333;
}

/* Títulos */
h1 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
}

/* Tarjetas */
.card-colchon {
    max-width: 280px;
    margin: auto;
}

/* Imágenes consistentes */
.card-img-top {
    height: 220px;
    object-fit: contain;
}

/* BOTONES (manteniendo tu estilo verde) */
.btn {
    background-color: #80B918;
    border-radius: 50px;
    border: none;
}

.btn-primary {
    background-color: #80B918;
    border-radius: 50px;
    border: none;
}

/* Hover más elegante (sin cambiar tu diseño) */
.btn-primary:hover {
    background-color: #6da312;
}

/* Títulos dentro de tarjetas */
.card-title {
    font-size: 16px;
    font-weight: 900;
    min-height: 50px;
    color: #333;
}

/* Footer */
.footer {
    background-color: #333333;
    color: #ffffff;
    padding: 30px 0;
    margin-top: auto;
    width: 100%;
    box-shadow: 0 -2px 8px 0 rgba(0,0,0,0.15);
}

.footer p {
    margin: 0;
    font-size: 14px;
}