@import "../../../gestao/fontawesome-5/css/all.css";

.uk-navbar-container {
    border-top: 3px solid #e3c084;
}

li.item-101:hover > a::before {
    
    display: none; 
    content: none;
    
}

.uk-navbar-nav > li:hover {
    background: linear-gradient(0deg, #4b0d19, #7f1b2b);
}

li.item-101 img {
    width: 35px;
}

article.uk-article:nth-child(odd) {
    background: #faf7f2;
}

.grecaptcha-badge {
    display:none !important;
}