#alavanca- {
    background-color: rgb(25, 126, 173);
    height: 30em;
}

.container-alavanca {
    display: flex;
    align-items: center;
    height: 30em;
    width: 100%;
}

.texto-alavanca {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 20em;
    width: 50%;
    text-align: left;
}

.text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-self: center;
    width: 50%;
    height: 16em;
}

.text h1 {
    color: white;
    font-size: 2em;
    font-weight: bold;
}

.text h3 {
    color: white;
    font-size: 1.2em;
    font-weight: 500;
}

.formulario {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%; 
    height: 100%;
}


.form-camp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    color: white;
    padding: 2.1em 1.5em;
    border-radius: .4em;
    background-color: rgb(0, 146, 90);
}

.form-camp input {
    height: 2.2em;
    border: none;
    border-radius: .2em;
}

.form-camp .btn-form {
    display: flex;
    justify-content: center;
}

.button-form {
    height: 40px;
    width: 200px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    background-color: rgb(1, 69, 101);
    color: white;
}



@media screen and (max-width: 768px) {
    #alavanca-{
        width: auto;
        height: 800px;
    }
    .container-alavanca {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 800px;
    }

    .formulario {
        width: 300px;
        height: 250px;
    }
    
    .form {
        width: 300px;
        height: 300px;
    }
    .texto-alavanca {
        width: auto;
        height: auto;
    }

    .text{
        width: auto;
        align-items: center;
        text-align: center;
    }

    .form-camp1 {
        width: 300px;
    }

    .form-camp {
        width: auto;
    }
}

@media screen and (min-width: 100px) and (max-width: 600px) {
    #alavanca-{
        width: auto;
        height: 800px;
    }
    .container-alavanca {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 800px;
    }

    .formulario {
        width: 300px;
        height: 250px;
    }
    
    .form {
        width: 200px;
        height: 300px;
    }
    .texto-alavanca {
        width: auto;
        height: auto;
    }

    .text{
        width: auto;
        align-items: center;
        text-align: center;
    }

    .form-camp1 {
        width: auto;
    }

    .form-camp {
        width: auto;
    }
}