/*!
Theme Name: Mastic Weda
Theme URI: http://underscores.me/
Author: Agência Finalité
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mastic-weda
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Mastic Weda is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@charset "UTF-8";


a {
    text-decoration: none !important;
}

.btn-menu {
    width: 40px;
    height: 40px;
}

.list-icon .icon {
    width: 50px;
    height: 50px;
    transition: all .5s;
}

@media only screen and (max-width: 991px) {

    .btn-xs {
       font-size: 13px;
    }


}

@media only screen and (min-width: 992px) {
    .list-icon .item .icon {
        width: 60px;
        height: 60px;
    }

    .list-icon .item .titulo {
        opacity: 0;
        transition: all .5s;
    }

    .list-icon .item:hover .titulo {
        opacity: 1;
    }
}

.btn-link.btn {
    margin-bottom: 5px;
    font-weight: 600;
}


.custom-logo-link img {
    max-width: 100%;
    height: auto;
}

.logo-menu img {
    max-width: 200px;
    height: auto;
}


.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(44, 46, 61, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: 999
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.cd-top.cd-fade-out {
    opacity: .5
}

.cd-top:hover {
    opacity: 1
}

.cd-top i {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    color: white;
}

.cd-top i::before {
    padding: 0;
    margin: 0;
    width: 13px;
}

header.nav-fixed.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

header.nav-fixed.fixed .navbar-brand {
    padding: 0;
}

header.nav-fixed.fixed .navbar-brand img {
    max-width: 180px;
    padding: 0;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.section-copyright {
    background: #0a0a0a;
}

.section-copyright a {
    color: white;
}

.bloco-contato ul li a {
    color: #f5f5f5
}

.bloco-contato ul li:hover a {
    color: white
}

footer a {
    color: white !important;
}


.whatsapp-item {
    position: fixed;
    z-index: 99999;
    left: 15px;
    bottom: 70px;
}

.whatsapp-item.inativo {
    display: none
}

.whatsapp-item a {
    position: relative;
}

.whatsapp-item a img {
    height: 50px;
    filter: drop-shadow(2px 4px 6px #111);
}