.titulo-cards {
    font-size: 25px;
    text-align: center;
}

.card-products {
    box-shadow: 1px 1px 10px #000;
    border-radius: 5px;
    border: 0 !important;
    text-align: center;
}

.card-points-description {
    font-weight: bold;
    color: #9C0001;
}
.card-price{
    font-size: 25px;
}
.comprar-button{
    color: #000 !important;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #9C0001;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
}
.comprar-button:hover{
    background-color: #9C0001;
    color: #fff !important;
    transition: .5s;
    cursor: pointer;

}

