.banner-control {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.controlo-total {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    height: 400px;
}
.controlo-total .titulo {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.controlo-total .titulo h1 {
    color: #bcae87;
    font-family: "Open Sans";
    font-size: 4rem;
    font-style: normal;
    font-weight: 800;
    line-height: 19.5px; /* 30.469% */
    letter-spacing: -0.15px;
    margin-bottom: 60px;
}
.controlo-total .titulo p {
    color: #fff;
    text-align: center;
    font-family: Open Sans;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 29.5px; /* 147.5% */
    letter-spacing: -0.15px;
}

/* 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: 2.8rem;
        margin-bottom: 15px;
    }
    .controlo-total .titulo p {
        font-size: 0.9rem;
    }
    .form-inputs {
        flex-flow: column;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .form-inputs input {
        width: 100%;
    }
}
