body{
    font-family: 'Open Sans', sans-serif;
    /*background: #ebe8de;*/
    color: #83868a;
    border-top: 5px solid #da3135;
    font-size: 14px;
}
header{
    position: relative;
    width: auto;
    height: 74px;
    min-width: 960px;
    background: url(../img/header_pattern.png) #1e2227;
}

header .container{
    margin: 0 auto;
    height: 10px;
    width: 960px;
}
.logotipo{
    float: left;
    margin: 20px;
}
nav{
    color: #5e5e5e;
    float: right;
    margin: 27px 20px 0 0;
}
nav ul li {
    display: block;
    float: left;
    
}

nav>ul>li>a{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 30px 17px 30px;
    letter-spacing: 1px;
    font-size: 15px;
}
nav>ul>li>a:hover{
    background: #da3135 !important;
}


footer {
    background: #1D1D1D;
    height: 60px;
    width: 100%;
    clear: both;
}
footer div{
    letter-spacing: 1px;
    font-size: 13px;
    padding: 25px;
    text-align: left;
}
.textoRodape{
    color: #5e5e5e;
}


.clear{
    clear: both;
}

#container{
    width: 940px;
    min-height: 400px;
    margin: 0 auto;
    padding: 20px;
    line-height: 160%;
}

h1{
    font-family: 'Oswald', sans-serif;
    color: #3c3c3c;
    font-size: 20px;
    border-bottom: 1px solid #D6D0C1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
p{
    padding-bottom: 8px;
}

.menuAtivo{
    background: #da3135 !important;
}

/*****************************************************************************/

.tbl-contato tr td{
    font-size: 20px;
    padding-bottom: 15px;
    padding-right: 10px;
    vertical-align: middle;
}

.tbl-contato tr td:first-of-type{
    text-align: right;
}

.ipt{
    font-family: 'Open Sans', sans-serif;
    border: none;
    outline: none;
    border-bottom: 1px solid #222222;
    font-size: 16px;
    width: 321px;
}

.ipt:focus{
    border-color: #da3135;
    color: #222222;
}

#btn-enviar{
    font-family: 'Open Sans', sans-serif;
    padding: 5px 14px;
    border: none;
    background-color: #da3135;
    color: #FFF;
    font-size: 25px;
    cursor: pointer;
}

.aviso{
    border: 2px solid;
    padding: 5px 3px;
    font-weight: bold;
    margin-top: 10px;
    border-radius: 5px;
}

.aviso-green{
    background: #BAE15B;
    border-color: #7A953A;
}
.contato-endereco{
    text-align: center;
    width: 423px;
    float: right;
    font-size: 16px;
    line-height: 150%;
}