section#content h1,h2 { font-family: 'raleway'; color: #6c6c6c; }
section#content h1 { font-size: 19px; font-weight: 400; text-transform: uppercase; border-bottom: 1px solid grey; margin-bottom: 30px;}
section#content h2 { font-size: 19px; font-weight: 400; margin-bottom: 20px; }
section#content p { font-size: 14px; color: #242424}
section#content { padding-top: 25px; }

/* Localização ------------------------------------------------------------------- */
section#content div#contato {
    clear: both;
    width: 920px;
    margin: 0 auto;
    height: 500px;
}
section#content div#contato div#form-content {
    float: left;
    width: 660px;
    line-height: 22px;
    padding-left: 10px;
}

form#formulario h2 {
    font-size: 14px;
    padding-top: 10px;
}
form#formulario {
    width: 630px;
    margin-bottom: 50px;
    padding: 10px 20px 20px 20px;
    border-radius: 5px;
    border: 1px solid #dadada;
    background: #ffffff;
    background: linear-gradient(top, #ffffff 0%, #dadada 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #dadada 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#dadada 100%);
}
form#formulario fieldset {
    margin-top: 10px;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #d8d8d8;
}
form#formulario fieldset#mensagem {
    border-bottom: none;
}
form#formulario fieldset legend {
    font-weight: 700;
    font-family: 'raleway';
    font-weight: 600;
    font-size: 14px;
    color: black;

}

form#formulario label {
    float: left;
    margin-left: 10px;
    margin-bottom: 15px;
}
form#formulario input {
    height: 25px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    padding: 2px;
    padding-left: 5px;
    margin-left: 2px;

    font-family: 'raleway';
    font-size: 12px;
    color: #000000;
}
form#formulario input:focus,textarea:focus {
    outline-color: #000;
    outline-width: medium;
    box-shadow: 0 0 2px rgba(183,212,50,1);
}
form#formulario textarea {
    border: 1px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    padding-top: 10px;
    padding-left: 10px;
    margin-left: 5px;

    font-family: 'raleway';
    font-size: 12px;
    color: #000000;
}
form#formulario .bt-enviar {
    border: 1px solid white;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    margin: 0;
    margin-top: 10px;
    margin-left: 450px;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;

    background: #d8d8d8;
    background: linear-gradient(top, #d8d8d8 0%, #ffffff 50%, #d8d8d8 100%);
    background: -moz-linear-gradient(top, #d8d8d8 0%, #fffff 50%, #d8d8d8 100%);
    background: -webkit-linear-gradient(top, #d8d8d8 0%,#ffffff 50%, #d8d8d8 100%);
}

form#formulario .bt-enviar:hover {
    box-shadow: 0 0 10px rgba(0,0,0,1);
}

/* --------------------------------------------------------------------------- */

section#content div#contato div#endereco {
    float: left;
    line-height: 22px;
    padding-left: 35px;
}
section#content div#contato div#endereco p {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 12px;
}
section#content div#contato div#endereco b {
    font-weight: 400;
    color: black;
}
section#content div#contato div#endereco p {
    color: #6c6c6c;
}

.linkEmail {
    color: #6c6c6c;
}
.linkEmail:hover {
    color: #6c6c6c;
    text-decoration: underline;
}

