body, html { font-family: 'Open Sans', sans-serif; }

hr { width: 80%; }

a { color: #0ea740; }
a:hover { color: #0ea740; }

/* TOPO */
#topo {
    background: #000000bd;
}
.menu-collapser { background: none; }
.collapse-button { 
    background-color: #4a9c4a;
    background-image: linear-gradient(to bottom, #4a9c4a, #4a9c4a)
}
.collapse-button:hover, .collapse-button:focus { background-color: #009D43; }
ul.slimmenu li a { font-family: 'Open Sans', sans-serif; font-size: 16px; }
ul.slimmenu.collapsed li a { background: #4a9c4a; }
ul.slimmenu.collapsed li a:hover { background: #009D43; color: #fff;}

ul#menu li a {
    color: #fff;
}
ul#menu li a:hover {
    background: #4a9c4a;
    color: #fff;
    text-decoration: none;
}

/* CONTEUDO INDEX */
#conteudo-index h1 { color: #0ea740; }
#links-index p.links-index-titulo { font-size: 24px; margin-top: 10px; margin-bottom: 10px; }
#links-index p.links-index-titulo a { color: #283f28; }
#links-index p.links-index-titulo a:hover { text-decoration: none; }

#galeria-index { background-color: #e4e6e4}
#galeria-index p { font-size: 18px; }
#galeria-index p a { color: #0ea740 }

#artigos-index { 
    background: url('../img/artigo-index.png') top right no-repeat #009D43;
    color: #fff;
}
#artigos-index a { color: #fff; }
#artigos-index a:hover { color: #fff; }

#artigos-index-conteudo { border-bottom: 1px solid #fff;}
#artigos-index .bx-wrapper .slide span { background: #009600 }
#artigos-index-ver-todos a { background: #009600; color: #fff }
.bx-wrapper .bx-controls-direction a { z-index: 999;}

#galeria-index .bx-wrapper img { display: initial; }
.qd-galeria { text-align: center; }

/* RODAPE */
#rodape { background-color: #009D43; color: #fff; }
#rodape a { color: #fff; }
#rodape a:hover { color: #fff; text-decoration: none; }
#rodape-topo { font-size: 24px; }
#rodape-contato { border-right: 1px solid #fff; }

#rodape-rede-social a{padding-right:5px;}