﻿.btn-black {
    background-color: #000000 !important;
}

    .btn-black:hover {
        border: 1px solid #000000;
    }

.pt-lg-8 {
    padding-top: 3.5rem !important
}

.pb-lg-16 {
    padding-bottom: 7.5rem !important
}

.pt-8 {
    padding-top: 3.5rem !important
}

.pb-12 {
    padding-bottom: 5.5rem !important
}

.fw-semi-bold {
    font-weight: 600 !important
}

.mt-lg-n22 {
    margin-top: -22rem !important
}

.position-relative {
    position: relative !important
}

.rounded {
    border-radius: .25rem !important
}

.py-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
}

.border-white {
    border-color: #fff !important
}

.border {
    border: 1px solid #ecebf1 !important
}

.rounded-3 {
    border-radius: .5rem !important
}

.card-header:first-child {
    border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0;
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-lb-tab {
    border-bottom: 1px solid #e8e7ed
}

@media (max-width:576px) {
    .nav-lb-tab {
        overflow-x: scroll;
        flex-wrap: nowrap;
        overflow-y: hidden
    }

        .nav-lb-tab::-webkit-scrollbar {
            display: none
        }
}

.nav-lb-tab .nav-item {
    margin: 0 1.5rem
}

    .nav-lb-tab .nav-item .nav-link {
        border-bottom: 2px solid transparent;
        border-radius: 0;
        padding: 16px 0;
        margin-bottom: -1px;
        font-weight: 500;
        color: #7A7A7A;
        white-space: nowrap
    }

        .nav-lb-tab .nav-item .nav-link.active,
        .nav-lb-tab .nav-item .nav-link:hover {
            background-color: transparent;
            border-bottom: 2px solid #007BFF;
            color: #007BFF
        }

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #7A7A7A;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.banner {
    background-image: url('../images/detalhes-01.jpg');
    text-align: center;
    color: #212529;
    background-color: #717171;
    height: 365px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-blend-mode: multiply;
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.button-fixed {
    width: 100vw !important;
    height: 100vh !important;
    background: transparent !important;
    position: fixed !important;
}

.button-fixed-content {
    text-align: center;
    width: 100vw !important;
    height: 80px !important;
    position: fixed !important;
    bottom: 0px !important;
    z-index: 200 !important;
    background: grey !important;
    animation: fixedAnimation 0.5s !important;
}

@keyframes fixedAnimation {
    0% {
        transform: translateY(120px) !important;
    }

    100% {
        transform: translateY(0px) !important;
    }
}

@media only screen and (max-width: 1000px) {

    .button-fixed {
        height: 80px !important;
        margin-top: calc(100vh - 80px) !important;
    }
}
