/*---------------------------------------------------------------------------- +
+    Contato                                                                     +
+ -----------------------------------------------------------------------------*/


#contato{
    padding-top: 40px;
    padding-bottom: 40px;
}

#contato .titulo{
    color: #003972;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

#contato .conteudo{
    color: #444444;
    font-size: 14px;
}


#contato form{
    border: 1px solid #DDDDDD;
    background: #fff;
    padding: 15px;
}

#contato form .titulo{
    color: #005526;
    font-size: 26px;
    border-bottom: 1px solid #DDDDDD;
    margin: 0;
    margin-bottom:  10px;
}

#contato form label{
    color: #999999;
    font-size: 12px;
    display: block;
    font-weight: 500;
}

#contato form input{
    background: #F6F6F6;
    border-radius: 5px;
    border: 1px #CCCCCC solid;
    width: 100%;
    padding: 6px;
}

#contato form textarea{
    background: #F6F6F6;
    border-radius: 5px;
    border: 1px #CCCCCC solid;
    width: 100%;
    padding: 6px;
}

#contato form button{
    width: 100%;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #005526;
    border-radius: 5px;
    border: none;
    padding: 6px;
}

#contato iframe{
    width: 100%;
    height: 300px;
    margin-top: 50px;
}