:root {
    --flush-color: #ffffffff;
}

.package {
    overflow: initial;
}

.categories {
    background-color: transparent !important;
}


ul.packages-list {
    background: linear-gradient(360deg, #161616, #161616);
}

.categories {
    background: linear-gradient(#161616, #161616);
}

.bm-menu .btn-primary {
    background-color: var(--flush-color) !important;
    border: none !important;
    color: black !important;
    box-shadow: 0px 0px 40px -8px var(--flush-color) !important;
    font-weight: bold !important;
    border-radius: 5px !important;
    transition: all 500ms ease-in-out;
    width: 100%;
    margin-top: 32px;
}

.bm-overlay {
    backdrop-filter: blur(7px);
    background: linear-gradient(319deg, hsla(0, 0%, 100%, 0.772), transparent) !important;
}

#background {
    background: linear-gradient(360deg, #161616, #161616);
    transition: background .5s;
}

#root.dark-theme nav,
#root.dark-theme .downbar {
    background: transparent;
}

#root.dark-theme,
#root.dark-theme .categories li a {
    color: #ff0000;
    font-weight: 500;
    height: 100%;
}

.fa-lightbulb {
    display: none;
}


#text-white {
    color: #000000;

}

.banner-logo-case .logo {
    width: auto;
    height: 100%;
}

.banner-logo-case {
    background: #000;
    overflow: hidden;
}

.pagination {
    display: -webkit-inline-box;
}

nav {
    background-color: #232323 !important;
    border-bottom: none !important;
}

.titulo-faq i {
    margin-right: 8px;
}

.resposta-faq {
    font-size: 1.2rem;
    color: #a79a90;
}

nav input {
    border: none;
    background-color: #ffffff0a;
    color: rgb(46, 46, 46);
    padding: 8px;
    border-radius: 5px;
}

.resposta-faq a {
    text-decoration: none;
    font-weight: 700;
    color: var(--flush-color);
}

.title-geral {
    margin: 24px 0px;
    font-size: 2rem;
    font-weight: 900;
}

.btn-success {
    background-color: var(--flush-color) !important;
    border: none !important;
    color: rgb(0, 0, 0) !important;
    box-shadow: 0px 0px 40px -8px var(--flush-color) !important;
    font-weight: bold !important;
    border-radius: 5px !important;
    transition: all 500ms ease-in-out;
}

.products .product-col .product .product-footer {
    margin-top: 15px;
    display: inline-block;
    text-align: center;
}

.form-group input,
.form-group select {
    background-color: #ffffff1a;
    border: none;
    color: rgb(255, 255, 255);
    padding: 16px;
    margin-top: 8px;
    border-radius: 5px;
}

.form-group input:focus,
.form-group select:focus {
    border: none;
}

.btn-success:hover {
    border-color: var(--flush-color);
    background: var(--flush-color);
    filter: brightness(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in-out;
}

.btn-info {
    border: 1px solid rgb(255, 255, 255);
    background-color: transparent !important;
    text-transform: uppercase;
    border-radius: 5px !important;
    color: rgb(255, 255, 255);
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 500ms ease-in-out;
}

.btn-info:hover {
    background-color: transparent !important;
    border-color: #ffffffff !important;
    filter: brightness(1.1) !important;
    transform: scale(1.1) !important;
    transition: all 500ms ease-in-out !important;
}

.packages-list h1 {
    color: #000000;
    font-weight: 600;
    box-shadow: 0px 10px 60px 0px #ffffffff;
    background-color: #ffffffff;
    border-radius: 5px;
    z-index: 9;
    text-align: left;
    /* Tamanho */
    position: static;
    text-align: center;
    width: 100%;
    margin: 0px 0px 12px 0px;
    font-size: 1rem;
    padding: 8px;
}

.modal-backdrop,
.bm-overlay {
    background: linear-gradient(318deg, #100802, #100a02ba);
    backdrop-filter: blur(5px);
}

.products .product-col .product .packages-list img {
    width: 100%;
    margin: 0 auto;
}

.badge {
    background: var(--flush-color) !important;
    color: #212121;
    box-shadow: 0px 0px 10px 0px var(--flush-color);
}

.btn-danger {
    background-color: var(--danger);
    border: NONE;
    color: white;
    box-shadow: 0px 0px 40px -8px var(--danger);
    font-weight: bold;
    border-radius: 5px;
    transition: all 500ms ease-in-out;
}

.category-link {
    line-height: 3rem;
    padding: 0px 8px;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
}

.bm-menu {
    background-color: #000000 !important;
}

.btn-danger:hover {
    border-color: none;
    background: var(--danger);
    filter: brightness(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in-out;
}

.categories li {
    padding: 0px 24px;
    height: 100%;
}

.titulo-faq {
    color: var(--flushColor);
    color: var(--flush-color) !important;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 16px;
    border-radius: 8px;
    background: linear-gradient(45deg, hsla(32, 84%, 61%, 0.2), transparent);
    margin-bottom: 16px;
    margin-top: 24px;
}

@media (min-width: 576px) {
    .products {
        flex-flow: row wrap;
        justify-content: center;
        align-items: stretch;
        margin-top: 32px;
        max-width: 1920px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .downbar .categories li a.selected {
        border-bottom: 2px solid var(--flush-color);
        color: var(--flush-color) !important;
        text-shadow: 0px 0px 40px var(--flush-color) !important;
    }

    .downbar {
        height: 60px;
    }
}

@media (min-width: 576px) {
    .btn-info {
        margin-right: 0rem;
    }

    .products .product-col {
        width: 50%;
    }

    .products .product-col .product .product-body img {
        width: 100% !important;
    }

    .packages-list h1 {}

    .products .product-col .product .product-body img {
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {

    .product .btn-info,
    .product .btn-success,
    .product .btn-error {
        width: 100%;
        margin-bottom: 16px;
        padding: 8px;
        font-size: 1.2em;
        letter-spacing: 0px;
    }

    .products .product-col {
        width: 33%;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .packages-list h1 {
        position: absolute;
        padding: 8px 32px;
        margin-left: -8px;
        margin-top: 1em;
        font-size: 1.1em;
        width: fit-content;
        margin-top: 2em;
    }

    .products[widgets="0"] .product-col {
        width: 33%;
    }
}

@media (min-width: 1400px) {
    .btn {
        padding: 12px 32px !important;
    }

    .package .w-full {
        width: auto;
    }

    .package footer {
        justify-content: space-evenly;
    }

    .packages-list h1 {
        font-size: 1.3em;
    }

    .product .btn-success,
    .product .btn-info,
    .product .btn-danger {
        padding: 12px 17px;
        margin: 0px 8px;
        width: fit-content;
    }
}

@media (min-width: 1920px) {
    .products .product-col {
        width: 30%;
        padding: 32px;
    }

    .product .btn-success,
    .product .btn-info,
    .product .btn-danger {
        padding: 12px 24px;
        margin: 0px 8px;
    }
}