.tour_container .tour_title h3 {
    margin: 0px 0 0 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

#price_single_main {
    padding-top: 0px;
    text-align: right;
    font-weight: 500;
    line-height: 1;
    font-size: 14px;
}
#price_single_main span{
    font-size: 1.2rem;
    color: var(--secondary-color);
    font-weight: 700;
}
.btnComprar{
    padding: 0;
    min-height: 25px;
    height: 27px;
    
}
.btnComprar .dx-button-text{
    font-size: 0.85rem;
    font-weight: 600;
}