*{
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}

h2{
    text-align: center;
    font-weight: bolder;
    font-size: 1.2rem;
    padding-top:3.5rem;
}

section{
    display: flex;
    flex-direction: column;
    align-items: center;
}

form{
    display: flex;
    flex-direction: column;
    border: none;
    width: 80vw;
    align-items: center;
    margin-right: 2px;
}

fieldset{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border: none;
}

fieldset>input{
    width:75vw;
    height: 8vh;
    border: 1.6px solid #002a5abb;
    border-radius: 15px;
    -ms-border: 1.6px;
    -ms-border-color: #002a5abb;
    padding-left: 10px;
}

fieldset>textarea{
    width: 75vw;
    height: 40vh;
    border: 1.6px solid #002a5abb;
    border-radius: 10px;
    padding-left: 10px;
    padding-top: 2px;
}

fieldset>label{
    text-align: left;
    margin: 4px;
}

.botao {
    color: white;
    font-size: 1rem;
    font-weight: bold;
    width: 30vw;
    padding: 0.7rem;
    margin-bottom: 1rem;
    background: #002a5a;
    border: 1px solid #002a5a;
    border-radius: 5px;
    cursor: pointer;
  }

#contatos{
    border:none;
    margin-left: 2px;
    width: 80vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#contatos p{
    text-align: center;
    color: #002a5a;
    font-weight: bolder;
    font-size: 0.9rem;
}
#redes_sociais img{
    margin: 20px 10px;
    height: 70px;
    width: 70px;
}

@media(min-width:992px){
    *{
        margin: 0px;
        font-family: 'Montserrat', sans-serif;
    }

    h2{
        text-align: center;
        font-weight: bolder;
        height: 60px;
        padding: 5.5rem 0rem 2rem 0rem;
        font-size: 1.8rem;
        margin: 0;
    }
    
    section{
        display: flex;
        flex-direction: row;
    }
    
    form{
        display: flex;
        flex-direction: column;
        border-right: #002a5a 3px solid;
        width: 650px;
        align-items: center;
        margin-right: 2px;
    }
    
    fieldset{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        border: none;
    }
    
    fieldset>input{
        width:500px;
        height: 35px;
        border: 1.6px solid #002a5abb;
        border-radius: 15px;
        -ms-border: 1.6px;
        -ms-border-color: #002a5abb;
        padding-left: 10px;
    }
    
    fieldset>textarea{
        width: 500px;
        height: 130px;
        border: 1.6px solid #002a5abb;
        border-radius: 10px;
        padding-left: 10px;
        padding-top: 2px;
    }
    
    fieldset>label{
        text-align: left;
        margin: 8px;
    }
    
    .botao {
        color: white;
        font-size: 1rem;
        font-weight: bold;
        width: 18%;
        padding: 0.7rem;
        margin-bottom: 1rem;
        background: #002a5a;
        border: 1px solid #002a5a;
        border-radius: 5px;
        cursor: pointer;
      }
    
    #contatos{
        border-left: #6ea6d9 3px solid;
        margin-left: 2px;
        width: 600px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 85vh;
    }
    
    #contatos p{
        text-align: center;
        color: #002a5a;
        font-weight: bolder;
        font-size: 1.2rem;
    }
    #redes_sociais img{
        margin: 20px 10px;
        height: 70px;
        width: 70px;
    }
}