body {
    font-family: 'Gafata', sans-serif;
    text-align: justify;
}
#topo{
    
}
#topo .navbar {
    background-image: none;
    background: rgba(0,0,0,.5);
    border-bottom: 0;
}
#topo .navbar a {
    color: white;
    padding: 50px 20px;
    font-family: 'Francois One', 'sans-serif';
    font-size: 18px;
}
#topo .navbar a:hover {
    color: yellow;
}
#menu_topo {
    text-align: right;
    padding-top: 5px;
}
#menu {
    margin-top: 50px;
    text-align: right;
}
#conteudo {
    min-height: 500px;
    background: #eee;
    text-align: justify;
}
#destaque_servicos {
    padding: 30px 0; 
    background: black;
}
#destaque_servicos .descricao_item {
    color: white;
    padding:10px;
    text-align: center;
    font-weight: bold;
    color: yellow;
    font-size: 16px;
    
}
#destaque_servicos h3{
    border-bottom: 3px solid #E94908;
    font-family: 'Varela Round', sans-serif;
    font-size: 26px;
    padding-bottom: 30px;
    text-align: center;
    color: white;
    margin-bottom: 30px;
}
#destaque_servicos .box_home {
    padding: 20px;
}
#footer {
}
#footer2 {
    padding: 30px 0;
    background: #ffcf37;
}
#direitos_pag{
    font-size: 10px;
    padding:10px;
    color: #888;
}
#rodape2 {
    text-align: right;
}
#formulario_de_contato {
    background: white;
    padding: 20px;
}
#formulario_de_contato h2{
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #e94e0e;
    font-size: 18px;
    font-weight: bold;
    color: #e94e0e;
}
#formulario_de_contato table tr th {
    text-align: right;
    vertical-align: top;
}
#formulario_de_contato table tr th, #formulario_de_contato table tr td {
    padding: 3px;
}
.col_right {
    min-height: 400px;
    padding: 20px;
    background: white;
    border-top: 6px solid #e94e0e;
    border-bottom: 6px solid #e94e0e;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}