.box-calculador {
    margin-top: 50px;
}

.calculadora-content {
    position: relative;
}

.calculadora-content:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000b5;
}

#calc-page-content {
    position: relative;
}

.section-content-legenda {
    background: #009045;
    color: #ffffff;
}

body.calculadora-solar .btn-custom-simulador {
    background-color: #009045;
}

@media(max-width:720px){
  .calculadora-content {
    position: fixed;
}
}