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; }

/* Trabalhe Conosco ------------------------------------------------------------ */
section#content div#trabalhe {
    clear: both;
    width: 920px;
    margin: 0 auto;
    height: 500px;
}
section#content div#trabalhe div#form-content {
    float: left;
    width: 660px;
    line-height: 22px;
    padding-left: 10px;
}

form#formulario h2 {
    font-size: 14px;
    padding-top: 10px;
}
form#formulario p {
    line-height: 35px;
}
form#formulario p.normal {
    line-height: 18px;
}
form#formulario {
    border-radius: 10px;
    border: 1px solid #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    width: 850px;
    margin-bottom: 50px;
    padding: 10px 20px 20px 20px;

    background: #ffffff;
    background: linear-gradient(top, #eeeeee 0%, #ffffff 50%, #eeeeee 100%);
    background: -moz-linear-gradient(top, #eeeeee 0%, #fffff 50%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 50%, #eeeeee 100%);
}
form#formulario fieldset {
    margin-top: 10px;
    padding: 5px;
    border: none;
}

form#formulario fieldset.principal {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}


form#formulario fieldset legend {
    font-weight: 700;
    font-family: 'raleway';
    font-weight: 600;
    font-size: 14px;
    color: black;

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

    font-family: 'raleway';
    font-size: 12px;
    color: #000000;

    background: #ffffff;
    background: linear-gradient(top, #eeeeee 0%, #ffffff 50%, #eeeeee 100%);
    background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 50%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 50%, #eeeeee 100%);
}
form#formulario select {
    width: 200px;
    height: 25px;
    padding: 10px;
    font-family: 'Raleway';
    font-size: 12px;
    margin-right: 10px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

form#formulario input:focus,textarea:focus {
    outline-color: #9b0a0e;
    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;
    width: 600px;
    height: 100px;
    resize: none;

    background: #ffffff;
    background: linear-gradient(top, #f1f1f1 0%, #ffffff 50%, #f1f1f1 100%);
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%, #f1f1f1 100%);
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 50%, #f1f1f1 100%);
}
form#formulario textarea.conhe-textarea {
    margin-top: 10px;
}
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: 390px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    height: 30px;

    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#trabalhe div#endereco {
    float: left;
    line-height: 22px;
    padding-left: 35px;
}
section#content div#trabalhe div#endereco p {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 12px;
}
section#content div#trabalhe div#endereco b {
    font-weight: 400;
    color: black;
}
section#content div#trabalhe div#endereco p {
    color: #6c6c6c;
}

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