.main-color-svg *{
    fill: #d95139;
}

.main-color-background{
    background-color: #d95139;
}

.main-color-text{
    color: #d95139;
}

.nav-item.uk-active > a{
    background-color: #d95139;
}

.nav-item.uk-active > a:active, .nav-item.uk-active > a:visited,
.nav-item.uk-active > a:hover, .nav-item.uk-active > a:focus {
    background-color: #d95139;
}

.uk-navbar-nav > li:visited,
.uk-navbar-nav > li:hover {
    background-color: #E6563C;
}

::-webkit-scrollbar-thumb{
    background-color: #d95139;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.recentcomments a {
    display:inline !important;
    padding:0 !important;
    margin:0 !important;
}

/* MEUS AJUSTES ------------------------------------------------ */

.uk-navbar {
    background: #fff;
}

.header-logo {
    max-width: 140px;
}

.main-content {
    position: center;
}

.header-banner {
    height: 400px;
    max-width: 100%;
}

.site-content {
    max-width: 60% !important;
    margin-left: 20% !important;
    margin-right: 20% !important;
    text-align: justify !important;
}

.uk-container {
     max-width: 100%;
}

.uk-navbar-nav {
    float: right;
}

/*.top-nav a svg {*/
.top-nav a img {
    margin-top: 8px;
}

p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
    font-size: 0.95rem;
    font-weight: 100;
    color: dimgray;
}

.missao-e-valores .main-color-background{
    background-color: #b6344c;
}

/*.missao-e-valores .main-color-svg * {*/
    /*fill: #b6344c;*/
/*}*/

.missao-e-valores .main-color-text{
    color: #b6344c;
}

/*#menu-missao-e-valores.uk-active {*/
    /*background-color: #b6344c;*/
/*}*/

.missao-e-valores ::-webkit-scrollbar-thumb{
    background-color: #b6344c;
}

.quem-somos .main-color-background{
    background-color: #012a6a
}

/*.quem-somos .main-color-svg *{*/
    /*fill: #012a6a;*/
/*}*/

.quem-somos .main-color-text{
    color: #012a6a;
}

/*#menu-quem-somos.uk-active {*/
    /*background-color: #012a6a;*/
/*}*/

.quem-somos ::-webkit-scrollbar-thumb{
    background-color: #012a6a;
}

.setor-eletrico .main-color-background{
    background-color: #2776ec
}

/*.setor-eletrico .main-color-svg *{*/
    /*fill: #2776ec;*/
/*}*/

.setor-eletrico .main-color-text{
    color: #2776ec;
}

/*#menu-setor-eletrico.uk-active {*/
    /*background-color: #2776ec;*/
/*}*/

.setor-eletrico ::-webkit-scrollbar-thumb{
    background-color: #2776ec;
}

.credenciais .main-color-background{
    background-color: #009619
}

/*.credenciais .main-color-svg *{*/
    /*fill: #009619;*/
/*}*/

.credenciais .main-color-text{
    color: #009619;
}

/*#menu-credenciais .uk-active {*/
    /*background-color: #009619;*/
/*}*/

.credenciais ::-webkit-scrollbar-thumb{
    background-color: #009619;
}

.contato .main-color-background{
    background-color: #6cb71e
}

/*.contato .main-color-svg *{*/
    /*fill: #6cb71e;*/
/*}*/

.contato .main-color-text{
    color: #6cb71e;
}

/*#menu-contato.uk-active {*/
    /*background-color: #6cb71e;*/
/*}*/

.contato ::-webkit-scrollbar-thumb{
    background-color: #6cb71e;
}

.site-article h1 {
    margin: 2% 0 5% 0;
    text-align: justify;
}

.uk-block {
    padding-bottom: 40px;
}

/*.uk-active {*/
     /*background-color: #d95139;*/
 /*}*/

/*.uk-active a {*/
    /*color: #ffffff !important;*/
/*}*/

.navigation-footer {
    border-top: 1px solid #cdcdcd;
    padding: 21px;
    background-color: #fff;
}

.navigation-footer a:hover, .navigation-footer .uk-link:hover {
    color: #059;
    text-decoration: none;
}

.footer-content {
    background-color: #666;
}

.uk-grid-small {
    float: right;
}

.setor-eletrico ul, ol {
    padding-left: 0px;
}

.parent-ul {
    display: inline-table;
}

.parent-ul li {
    display: table-cell;
    padding: 0 40px 0 0;
}

.child-ul li {
    display: block;
    font-size: 14px;
    text-align: left;
}

.child-ul li i {
    padding-right: 10px;
}

.credenciais-list li {
    display: table-cell;
    width: 20%;
    height: 90px;
    text-align: center;
}

.credenciais-list li img {
    max-width: 70%;
    max-height: 70px;
}

.clients {
    /*max-height: 80px;*/
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.clients:hover {
    /*max-width: 20%;*/
    /*max-height: 80px;*/
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.projetos-ul {
    width: 50%;
    display: table-cell;
}

.projetos-ul li {
    display: inline-table;
    list-style: none;
    text-align: left;
    padding: 5px 0 5px 0;
}

.projetos-ul li i {
    padding-right: 10px;
}

@media (min-width: 768px) {
    .uk-block {
        padding-bottom: 100px;
    }
}