.buzios-simulador {
    max-width: 600px;
    margin: 0 auto;
}

.buzios-simulador .titulo {
    font-size: 2rem;
    font-weight: 700;
}

.valor-avista {
    margin: 20px 0;
    background: #95ABA4;
    padding: 8px 16px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.avista-header {
    color: #fff;
    position: absolute;
    left: 16px;
}

.avista-valor {
    font-size: 2em;
    font-weight: 600;
    color: #fff;
}

.avista-info {
    color: #666;
    margin-bottom: 20px;
}

.simulador-divider {
    margin: 20px 0;
    font-weight: bold;
}

.buzios-simulador .form-label {
    margin-bottom: .5rem;
    display: block;
}

.buzios-simulador .form-group {
    margin-bottom: 15px;
}

.buzios-simulador .form-control {
    width: 100%;
    height: 54px;
    padding: 8px 16px;
    border: 1px solid #ddd !important;
    border-radius: 8px;
    display: block;
    background: #fff;
}

.info-text,
.entrada-valor,
.parcelas-valor {
    min-width: 120px;
}

textarea.form-control {
    min-height: 100px;
}

.buzios-simulador .btn-enviar {
    width: 100%;
    height: 54px;
    padding: 8px 16px;
    background: #074849;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.buzios-simulador .btn-enviar:hover {
    background: #074849;
}

.observacao {
    margin: 20px 0;
}