/*
Custom Css
*/

body {
    padding-top: 80px;
}

@media (width > 992px) {
    body {
        padding-top: 120px;
    }
    
}

html {
    scroll-behavior: smooth;
}

.bg-success a {
    color: #fff !important;
}

main a,
.tags a {
    color: #1c2d20;
    font-weight: 400;
    text-decoration: none;
}

a.categories {
    color: #000;
    font-weight: 400;
}

hr {
    border: 2px solid #333b2b;
    width: 150px;
    margin: 20px auto;
}

.carousel-item .h1 a,
.card-body .h1 a {
    color: #000 !important;
    font-size: 48px !important;
    font-weight: 200 !important;
}

.card-body .h2 a {
    color: #000 !important;
    font-size: 28px !important;
    font-weight: 200 !important;
}

#fluxo h2,
.cards h2,
h3 a {
    color: #000 !important;
    letter-spacing: -1px;
    font-size: 28px !important;
}

h3 a:hover {
    color: #69bb7e !important;
}

h3 p {
    font-size: 23px !important;
    line-height: 1.4;
}

.card a {
    margin-bottom: 0;
}

.card-body>.product-title {
    min-height: 3em;
}

.pagination-lg .page-link {
    font-size: 18px;
}

.page-item span.disabled {
    font-size: 18px;
    color: #dac9da;
    background-color: #91aa91 !important;
}

.page-item.disabled .page-link {
    font-size: 18px;
    background-color: #b8beb8 !important;
}

#template-mo-zay-hero-carousel .carousel-indicators li {
    margin-top: 0 !important;
}

.brand-img {
    width: 50px;
}

@media (width > 992px) {
    .brand-img {
        width: 90px;
    }
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1001;
}

.nav-link{
    font-size: 22px !important;
    font-weight: 300 !important;
}

.dark-shadow {
    box-shadow: 0 .9rem 1rem rgba(0, 0, 0, .20) !important;
    transition: .5s;
}
