.container {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    grid-gap: 20px;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-family: 'n-regular';
    display: none;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.form-group label {
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.form-group button {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background-color: #D3592A;
    color: #fff;
    cursor: pointer;
}

.item_whats{
    display: flex;
    column-gap: 10px;
}

.investimento .right .balao{
    width: 100%;
    margin-top: 20px;
}

.investimento .item_whats{
    padding-bottom: 30px;
}


@media only screen and (max-width: 750px) {
    .container {
        display: grid;
        font-family: 'n-regular';
        font-size: 1rem;
    }

    .container {
        display: grid;
        grid-template-columns: 100%;
        justify-content: center;
        grid-gap: 20px;
        max-width: 600px;
        margin: 0 auto;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        font-family: 'n-regular';
    }


    .container p:nth-child(1){
        text-align: center;
    }

        .container p:nth-child(2){
        text-align: center;
        margin-top: 10px;
        color: var(--cor-azul);
        font-family: 'n-semibold';
    }




    .container button {
        width: 100%;
        height: auto;
        background: var(--cor-verde);
        color: #ffffff;
        font-family: 'n-semibold';
        letter-spacing: 2px;
        
    }

    .texto-cadastre-se {
        font-size: 1.5rem;
        font-weight: 'n-bold';
    }
}