body:not(#dark-mode) .top-header,
body:not(#dark-mode) .header-wrap,
body:not(#dark-mode) .footer {
    transition: .3s;
}

#dark-mode .top-header {
    background-color: #FAF2A1 !important;
    transition: .3s;
}

#dark-mode .header-wrap,
#dark-mode .footer {
    background-color: #000 !important;
    transition: .3s;
}

#dark-mode .top-header p,
#dark-mode .top-header a,
#dark-mode .top-header span,
#dark-mode .top-header i {
    color: #000 !important;
}

#dark-mode .top-header a:hover {
    color: #999 !important;
}

#dark-mode .header-wrap {
    background-color: #000 !important;
}

#dark-mode .header-wrap a {
    color: #fff;
}

.header-wrap a:hover {
    color: #d6b34d !important;
}

#dark-mode .navigation>ul>li.current-menu-item>a,
.navigation>ul>li:hover>a {
    box-shadow: 0 3px 0 0 #d6b34d;
}

#dark-mode .navigation .sub-nav .sub-menu li.current-menu-item>a,
.navigation .sub-nav .sub-menu li a {
    color: #000 !important;
}

#dark-mode .navigation .sub-nav .sub-menu li.current-menu-item>a,
.navigation .sub-nav .sub-menu li:hover>a {
    background-color: #000;
    color: #fff !important;
}

/* Parte carrossel */

#owl-demo .blue-color {
    color: #FAF2A1;
    text-shadow: 0 0 3px #000;
}

#owl-demo h1.big,
#owl-demo .h1.big,
#owl-demo p {
    color: #000;
}

#owl-demo p {
    font-size: 1rem !important;
}

#owl-demo .button-style1,
#btnEnviar {
    background-color: #000 !important;
    color: #fff !important;
}

#owl-demo .button-style1:hover,
#btnEnviar:hover {
    background-color: #FAF2A1 !important;
    color: #000 !important;
}

.heading-decor:after {
    background-color: #FAF2A1;
}

.icon-box-col .icon,
.contact-col .icon {
    color: #d6b34d;
}

.button-style2.gray:hover {
    background-color: #d6b34d;
    border-color: #d6b34d;
}

.icon-box-col:hover .h4 {
    color: #d6b34d;
}

#dark-mode .footer .footer-text {
    color: #fff;
}

.footer .footer-text {
    font-size: .8rem !important;
}

#dark-mode .footer .footer-text:hover {
    color: #fff;
}

#dark-mode .footer h4 {
    color: #d6b34d;
}

#dark-mode .footer .footer-menu,
#dark-mode .footer .contact-item,
#dark-mode .footer-copy {
    color: #fff;
}

#dark-mode .footer a:hover,
#dark-mode .footer p:hover,
#dark-mode .footer li:hover {
    color: #FAF2A1;
}

#dark-mode .footer .contact-item i {
    color: #FAF2A1;
}



/* Botao para alterar tema */
.alterar-tema.desktop {
    display: block;
    right: -3rem;
    margin-top: -1rem;
}

.alterar-tema.mobile {
    display: none;
}

.alterar-tema {
    background: none;
    border: none;
    cursor: pointer;
    padding: .5rem;
    position: absolute;
    outline: none !important;
}

.alterar-tema:hover {
    transform: scale(1.1);
}

.alterar-tema i {
    font-size: 1.3rem;
}

.alterar-tema i.fa-lightbulb {
    color: #FAF2A1;
}

.alterar-tema i.fa-moon {
    color: #000;
    display: none;
}



/* MOBILE */

@media (max-width: 990px) {

    /* Botao para alterar tema */
    .alterar-tema.mobile {
        display: block;
        left: 1rem;
        margin-top: .2rem;
    }

    .alterar-tema.desktop {
        display: none;
    }

    .whatsapp-urgente-mob {
        display: none !important;
    }

    .logo-area img {
        max-height: 60px !important;
    }

    .logo-area {
        display: inline-block;
    }

    .footer-text, .footer-logo {
        margin: 0 !important;
    }

    #dark-mode .mobile-navigation ul:not(.sub-menu) a {
        color: #000;
    }

    #dark-mode .mobile-navigation ul.submenu a {
        color: #555 !important;
    }

    #dark-mode .header-wrap a:focus,
    #dark-mode .header-wrap a:active {
        color: #d6b34d;
    }

}