body {
    font-family: Arial, sans-serif;
    text-align: center;
}

#progress-container {
    width: 80%;
    margin: 0 auto;
}

#progress-bar {
    width: 0;
    height: 30px;
    background-color: #000066;
    transition: width 0.3s;
}

#slider {
    width: 100%;
}

#current-price, #discounted-price, #annual-discount {
    font-size: 24px;
    margin-top: 10px;
}

.calculadora{
    width: 100%;
    height: auto;
}

.borders{
    border: 1px solid #000066;
    border-radius: 16px;
    margin: 0;
    padding: 45px !important;
    background: white;
}

.borders-2{
    box-shadow: 0px 0px 6px 1px;
    width: 100%;
     border: 1px solid #000066; 
    border-radius: 16px;
    margin: 0;
    padding: 45px !important;
    background: white;
}


.bar-price {
    width: 80%;
    cursor: pointer;
}




