.banner-control{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 50px;
    
}
.controlo-total{
    width: 812px;
    height: auto;

}
.controlo-total .titulo{
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.controlo-total .titulo h1{
    color: #FFF;
    font-family: 'Roboto';
    font-size: 96px;
    font-style: normal;
    font-weight: 800;
    line-height: 57.6px; /* 60% */
    margin-bottom: 29px;
}
.controlo-total .titulo p{
    color: #FFF;
    text-align: center;
    font-family: 'Roboto';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 150% */
}
.simular{
    margin-top: 0;
    width: 100%;
    padding: 20px 34px 20px 34px;
    border-radius: 20px;
    background: #FFF;
}
.simular h4{
    color: #011B33;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; /* 116.667% */
}
.form-radio{
    display: flex;
    margin-bottom: 23px;
    align-items: center;
}
.form-radio h5{
    color: #011B33;
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-right: 13px;
    padding-top: 10px;
}
.form-radio label{
    color: #011B33;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 10px;
    margin-left: 10px;
}
.form-inputs{
    display: flex;
    margin-bottom: 20px;
}
.form-group{
    display: flex;
    flex-flow: column;
    margin-right:10px ;
}
.form-inputs label{
    color: #011B33;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}
.form-inputs input{
    width: 316px; 
    padding: 20px 17px 20px 17px;
    color: #000;
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 9px;
    border: 1px solid #99CEFF;
    background: #FFF;
}
.resolt p{
    color: #011B33;
    font-family: 'Roboto';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; 
    margin-bottom: 26px;
}
.btnSimuli button{
    border-radius: 28px;
    background: #EADA94;
    color: #011B33;
    font-family: 'Roboto';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 59px 10px 59px;
    border: none;
}

/* Otmizar para outras telas */
@media (max-width:1100px) {
    .banner-control{
        padding-top: 50px;
    }
    .controlo-total{
        width: 100% ;
    }
    .controlo-total .titulo{
        text-align: center;
    }
    .controlo-total .titulo h1{
        font-size: 46px;
        margin-bottom: 15px;
    }
    .controlo-total .titulo p{
        font-size: 15px;
    }
    .form-inputs{
        flex-flow: column;
    }
    .form-group{
        margin-bottom: 20px;
    }
    .form-inputs input{
        width: 100%; 

    }

    
}
