.rw-cuotas {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    font-family: 'Montserrat';
}

@media (min-width: 768px) {
    .rw-cuotas {
        padding: 0 60px 0 0;
        flex-direction: row;
        gap: 0;
    }
}

.rw-cuotas__column {
    background-color: #fff;
    padding: 60px 70px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.rw-cuotas__column h5 {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.rw-cuotas__column:first-child h5 {
    font-size: 34px;
}

.rw-cuotas__price {
    font-size: 80px;
    color: #cf2e2e;
    font-weight: 300;
    display: flex;
    margin: 15px 0;
    /* align-items: center; */
    justify-content: center;
    padding: 0;
}

.rw-cuotas__price span {
    display: inline-flex;
    font-size: 32px;
    flex-direction: column;
    gap: 13px;
    margin: 0;
}

.rw-cuotas__price span strong {
    font-weight: 300;
    font-size: 48px;
}

.rw-cuotas__description {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.rw-cuotas__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 0 0;
}

.rw-cuotas__button {
    display: flex;
    padding: 10px 40px;
    background-color: #cf2e2e;
    color: #fff;
    border-radius: 30px;
    gap: 8px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
}

.rw-cuotas__button:hover {
    opacity: .8;
}

.rw-cuotas__button:after {
    content: "";
    height: 24px;
    width: 24px;
    display: block;
    background-image: url(arrow.svg);
    background-size: contain;
}

.rw-cuotas__list {
    margin: 0;
    padding: 0 !important;
    list-style: none;
    list-style-type: none !important;
    color: #010E3E;
}

.rw-cuotas__list li {
    display: flex;
    gap: 4px;
    align-items: center;
}

.rw-cuotas__list li:before {
    content: "";
    height: 16px;
    width: 16px;
    background-image: url(list.svg);
    background-size: contain;
}



/** fix horario */

body .amelia-v2-booking #amelia-container .am-advsc__slots {
    flex-wrap: nowrap;
}

body .amelia-v2-booking #amelia-container .am-advsc__slots-item__inner {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}