main{
    padding:2%;
}
#contato{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content:space-around;
    height:100%;
    overflow:hidden;

}
#form-click{
    overflow:hidden;
    width:44%;
    height:100vw;
    border-style:none;

}

#div-google-maps{
    width: 44%;
    height:400px;
    text-align:center;
}

#google-maps{
    width:100%;
    height:100%;
    border-style:none;

}


@media (max-width:1086px){
    #contato{
        flex-direction:column;
        align-items:center;
    }
    #form-click{
        width:100%;
    }
    #div-google-maps{
        width:90%;
        height:600px;
    }
}