body {
    background: #262b2f;
}

header {
    background: url(/app/content/assets/images/fundo.jpg) no-repeat top;
    height: 350px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15);
}

.card {
    background: #2f3439;
        box-shadow: 0 4px 7px rgba(0, 0, 0, 0.075);
}

.header-container {
    align-items: center;
    max-width: initial;
    padding: 0;
    background: linear-gradient( to right, rgba(21, 31, 56, 0.23137255), rgba(0, 167, 207, 0.30196078), rgba(239, 227, 72, 0.32156863), rgba(134, 26, 84, 0.29019608), rgba(5, 79, 125, 0.30196078));
    background-size: 600%;
    background-position: 0 0;
    box-shadow: inset 0 0 5em rgba(0, 0, 0, 0.5);
    height: 100%;
    justify-content: center;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-name: gradients;
}

nav.navbar-custom {
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 -1px rgba(0, 0, 0, 0.15) inset;
}

.navbar-light .navbar-nav .nav-link {
    color: #e2b954;
    font-size: 1.025rem;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.social a{
    color: #d4443f;
}

.social-secundario a{
    color: #d4443f;
}
.social {
    margin: 0 auto;
    font-size: 24px;
    color: #d4443f;
}

.social-secundario {
    margin: 0 auto;
    font-size: 24px;
    color: #d4443f;
}

@media (min-width: 768px) {
    .btn-store {
        background: #e2b954;
        -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.075);
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.075);
        border-radius: 50px;
        font-size: 1.025rem;
        padding: 0 30px;
        -webkit-transition: 0.1s;
        -o-transition: 0.1s;
        transition: 0.1s;
    }
	
}

@media (min-width: 768px) {
    .logo img {
    width: 320px;
    position: relative;
    bottom: 100px;
    right: 15px;
}
}

.header-bottom {
    position: absolute;
    padding-top: 6px;
    padding-bottom: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.06);
    -webkit-box-shadow: 0 -5px 12px rgba(0, 0, 0, 0.03);
    box-shadow: 0 -5px 12px rgba(0, 0, 0, 0.03);
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-bottom .box {
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 312px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.75;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-bottom .box .box-text {
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.header-bottom .box .box-text .small {
    display: block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
}

.header-bottom .box .box-text .big {
    display: block;
    margin-top: -2px;
    margin-right: -3px;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 18px;
    text-transform: uppercase;
}

.header-bottom .box.box--ip {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

.header-bottom .box .box-icon .mdi-minecraft {
    font-size: 29px;
    font-weight: 100;
    position: relative;
    top: -1px;
    margin-left: 14px;
}

.header-bottom .box.box--discord {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}

.header-bottom .box .box-icon .mdi-discord {
    font-size: 25px;
    margin-right: 14px;
    position: relative;
    top: 0px;
}

.container {
    max-width: 1250px;
}

section#home {
    margin-top: -15px;
}

.card-header {
    border-bottom: 0;
}
section#home .card
#noticias.card {
    background: rgba(43, 49, 54, 0.97);
    border-radius: 10px;
}

.card-header#header-noticias {
    background: linear-gradient( to left, rgba(19, 165, 196, 0) 0%, rgba(19, 165, 196, 0) 10%, rgba(0, 0, 0, 0.65) 89%, rgba(0, 0, 0, 0.75) 100%), url(/assets/img/banner-loja.png);
    background-size: cover;
}

.fundo-header {
    border: 2px solid #e2b954;
    padding: 5px;
        border-radius: 10px;
    width: 100px;
}

#noticias.card #header-noticias.card-header h3 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 1000;
}

.font-size-t {
    font-weight: 900;
    font-size: 12px;
    font-family: "Montserrat", sans-serif !important;
}

.fundo-cards {
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, #2b3035 100%) !important;
    width: 100%;
    height: 400px;
    position: absolute;
    z-index: 999;
}

#noticias.card .card-body {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 400px !important;
    position: relative;
    padding: 15px 25px;
    font-size: 17px;
    line-height: 1.5;
}

section#home .card {
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
}
.card#noticias {
    margin-bottom: 20px;
}

.sidebar-bottom {
    margin-bottom: 2%;
}

.footer-main {
    padding: 45px 0 35px;
    background: #282828;
}

.p-footer-inner {
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 10px;
}

.footer-main .textbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 187.5px);
    flex: 0 0 calc(50% - 187.5px);
    text-align: center;
}

.footer-main .textbox-title {
    font-weight: bold;
    font-size: 15px;
    color: #aaa;
}

.footer-main .textbox-title:after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    margin: 7px auto 21px;
    background: rgba(255, 255, 255, 0.065);
}

.footer-main p {
    margin: 0;
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #707070;
    line-height: 22px;
}

.footer-main .textbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 187.5px);
    flex: 0 0 calc(50% - 187.5px);
    text-align: center;
}

.footer-main .logo-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 375px;
    flex: 0 0 375px;
}

.footer-main {
    margin-top: -10px;
}

.footer-copyright {
    background: #252525;
}

.footer-main a {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #e2b954;
}

.footer-copyright .container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-copyright .copyright-text {
    font-weight: bold;
    font-size: 13px;
    margin-right: auto;
}

section#top {
    margin-top: -10px;
}

body,
button,
input,
textarea,
section,
header {
    font-family: "Montserrat", sans-serif;
    font-size: 0.95em;
}

#header-noticias .font-size-g {
    font-size: 21px;
}

#sidebar-color li a {
    color: #e2b954;
    font-size: 17px;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    text-decoration: none !important;
}

#sidebar-color li {
    border-top: 1px solid #34393e;
}

#sidebar-fundo.card {
    -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.075);
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.075);
    background: #2f3439;
}

.sidebar-logo {
    position: absolute;
	bottom: calc(100% - 40px);
    display: block;
    left: 77px;
    width: 210px;
    height: auto;
    padding-block-end: 20px;
}

#loja-fundo {
    text-align: center;
    background: #212121;
    color: #fff;
    text-transform: uppercase;
    padding: 40px;
}

nav ul li a:hover {
    color: #e9cb80;
    background: rgba(0, 0, 0, 0.025);
}

.card-meta#sidebar-fundo {
    padding: 20px;
    margin-top: 6px;
    position: relative;
}

.meta-text {
    display: block;
    margin-top: -3px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 1px;
    color: #4dbb6a;
}

.goal-progress {
    border-radius: 50px;
    margin: 0;
    height: 14px;
    background: #424242;
}

.goal-progress .progress-bar {
    border-radius: 50px;
    background: #4dbb6a;
}

.progress-bar[aria-valuenow="0"] {
    color: #999999;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

.progress-bar {
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    transition: width 0.6s ease;
}

.recent-buy {
    padding-bottom: 15px;
}

.compras-recent#sidebar-fundo {
    margin-top: 6px;
    position: relative;
}

.recent-title {
    font-weight: bold;
    color: #4dbb6a;
    letter-spacing: 2px;
    text-align: center;
    font-size: 13px;
    display: block;
    padding: 22px 0;
    line-height: 14px;
}

.heads-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.heads-row .head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin: 0 4px;
}

.heads-row .head img {
    margin-bottom: 8px;
    border-radius: 3px;
}

.loja-info#sidebar-fundo {
    padding: 0 25px 25px;
}

.homepage-alert-container {
    padding-top: 25px;
}

.homepage-alert {
    background: #d74040;
    padding: 15px;
    padding-left: 50px;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    color: white;
    font-weight: bold;
    position: relative;
}

.homepage-alert .mdi {
    font-size: 22px;
    height: 22px;
    line-height: 22px;
    display: block;
    position: absolute;
    margin: auto 0;
    top: 2px;
    bottom: 0;
    left: 15px;
}

.homepage-header {
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.homepage-title {
    position: relative;
    top: 3px;
}

.homepage-title .small {
    display: block;
    font-size: 13px;
    margin-bottom: -5px;
    font-weight: bold;
    color: rgba(245, 193, 114, 0.65);
}

.homepage-title .big {
    display: block;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #f5c172;
}

.homepage-package {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.homepage-package .text {
    text-align: right;
}

.homepage-package .text .name {
    font-size: 14px;
    font-weight: bold;
    color: white;
    letter-spacing: -0.02em;
}

.homepage-package .text .price {
    margin-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.homepage-package .text .price .price-compare .old {
    font-size: 11px;
    display: inline-table;
    color: #ff7373;
    font-weight: 600;
    position: relative;
}

.homepage-package .text .price .price-compare .current {
    color: white;
    margin-top: -4px;
    display: block;
    font-size: 11px;
    font-weight: 900;
}

.homepage-package .text .price .btn {
    position: relative;
    top: 2px;
    margin-left: 8px;
    height: 30px;
    font-size: 12px;
    line-height: 22px;
    background: #5371c6;
    border-bottom: #4760a8;
    border: none;
}

.homepage-package .image {
    margin-left: 15px;
}

.homepage-package .image img {
    height: 80px;
    width: 93px;
    width: auto;
    border-radius: 4px;
}

.fundo-red img {
    position: absolute;
    bottom: calc(100% - 60px);
    display: block;
    left: 7px;
    /* width: 250px; */
    width: 368px;
    height: auto;
	padding-block-end: 20px;
}

.footer-main .footer-links ul li a {
    padding: 0 10px;
}

.footer-main .footer-links ul li a:hover {
    border-bottom: 1px solid rgba(209, 197, 169, 0.402);
}

.logo-footer {
    display: block;
    margin: auto;
    overflow: hidden;
    background-size: contain;
    width: 130px;
}

.footer-sub-links ul li a {
    padding: 0 10px;
    color: rgba(209, 197, 169, 0.402);
    font-size: 11px;
}

.menores-de-idade img {
    border-radius: 5px;
    border: 2px solid white;
}

.panel-default {
    cursor: default;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.125);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.125);
    background: #2f3439;
}

.panel-default .panel-heading {
    border-radius: 4px 4px 0 0;
    background: white;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    padding: 0 20px;
    line-height: 51px;
    background: #47975c;
}

.panel-default .panel-body {
    padding: 20px;
}

.username {
    margin: 5px 0 7px 0;
}

span.username-prompt {
    font-weight: bold;
    display: block;
    margin: 0 0 10px;
    color: white;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.form-control {
    border-radius: 4px;
    font-weight: 600;
    color: #f5c172;
    border: 2px solid rgba(255, 255, 255, 0.035);
    background: rgba(255, 255, 255, 0.075);
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    vertical-align: middle;
}

.input-group-btn {
    display: table-cell;
}

.input-group>.form-control {
    width: 100%;
}

.button-md-custom {
    height: 46px;
    border: none;
    border-bottom: 3px solid;
    border-width: 0 0 3px;
    font-weight: bold;
    font-size: 12px;
    padding: 0 13px;
    height: 38px;
    line-height: 38px;
    color: white;
    outline: none !important;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 5px 5px 0px;
    background: #47975c;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #3e4348;
    color: #e2b954;
}

#text-loja {
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #ccc;
}

.botoes-link {
    margin-top: 16px;
}

.boteoes-link .btn:not(:last-child) {
    margin-right: 3px;
}

.botoes-link a {
    background: #f5c172 !important;
    border-bottom: 3px solid;
    color: #6d3e1e;
}

section#top #produtos .sidebar-module {
    margin-bottom: 11% !important;
}

section#top #produtos .sidebar-module .card {
    background: #2f3439;
}

section#top #produtos .card,
section#top #produtos .card img {
    border-radius: 5px;
}

#produtos .card {
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.075);
    text-align: center;
}

.card .card-body h5.produto-name {
    color: #e2b954 !important;
}

div.show-preco {
    position: relative;
    top: 20px;
}

div.show-preco h6 {
    color: #ccc;
}

div.show-preco h1 {
    color: #e2b954;
}

section#top .row .btn.btn-simple-blue-2 {
    top: 40px;
    background: #4dbb6a;
    color: #fff;
    border: 0;
    border-radius: 5px;
    position: relative;
}

.painel-esqueleto {
    margin-bottom: 20px;
    border-radius: 5px;
}

.painel-header {
    font-weight: 500;
    font-size: 18px;
    padding: 35px 40px;
    padding-bottom: 0;
}

.painel-body {
    padding: 15px;
}

.staffs {
    text-align: center;
    padding: 24px;
    margin: 10px 0;
    position: relative;
}

.cabeca-staffs {
    border-radius: 5px;
    display: inline-block;
}

.staffs-nomes {
    display: block;
    margin-top: 12px;
    font-size: 13px;
    color: #e2b954;
}

.painel-header .staffs-names {
    color: #AA0000;
}

.dropdown-menu {
    background: rgba(0, 0, 0, 0.65);
    top: calc(100% - 5px);
    right: 0;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.01);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.01);
    width: 200px;
    padding: 10px 0;
    border-radius: 3px;
    text-align: right;
}

.dropdown-menu a {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    font-weight: bold;
    color: #d3e6ff;
}

.dropdown-menu::before {
    content: "";
    display: block;
    width: 0px;
    position: absolute;
    bottom: 100%;
    right: 161px;
    margin: 0 auto;
    border: 4px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.65);
}

.politica-privacidade h3 {
    color: #e2b954;
}

.politica-privacidade h2 {
    color: #e2b954;
    font-weight: bold;
}

.politica-privacidade p {
    color: #96782f;
}

.politica-privacidade small {
    font-weight: bold;
    color: white;
}

#changelog.card {
    padding: 25px;
}

#changelog {
    color: #e2b954;
}
/* ================================================== */
/* ESTILOS PARA A LISTA DE NOTÍCIAS (PÁGINA INICIAL)  */
/* ================================================== */

.feedlist {
    display: flex;
    flex-direction: column;
    gap: 25px; /* Espaçamento entre as postagens */
}

.news-post-item {
    background-color: #2c2f33; /* Fundo escuro */
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #4f545c;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.news-post-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.news-post-header {
    height: 200px;
    overflow: hidden;
}

.news-post-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-post-item:hover .news-post-header img {
    transform: scale(1.05);
}

.news-post-body {
    display: flex;
    padding: 20px;
}

.news-post-sidebar {
    display: flex;
    align-items-center;
    margin-right: 20px;
    flex-shrink: 0;
}

.news-post-sidebar .author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 15px;
}

.news-post-sidebar .author-info {
    display: flex;
    flex-direction: column;
}

.author-info .author-name {
    font-weight: bold;
    color: #f2ac43; /* Cor laranja do seu site */
    font-size: 1rem;
}

.author-info .post-date {
    font-size: 0.8rem;
    color: #a7b0be;
}

.news-post-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.news-post-content .post-title {
    margin: 0 0 10px 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
}

.news-post-content .post-resume {
    margin: 0 0 15px 0;
    color: #d1d1d1;
    flex-grow: 1;
    line-height: 1.6;
}

/* Garante que o conteúdo do resumo (que vem do BD) tenha a cor correta */
.news-post-content .post-resume * {
    color: #d1d1d1 !important;
}

.btn-read-more {
    background-color: #edce96; /* Cor do seu botão original */
    color: #1e1e1e;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    align-self: flex-start;
    transition: background-color 0.2s ease, transform 0.2s ease;
    border: none; /* Remove borda padrão */
}

.btn-read-more:hover {
    background-color: #f2d8a7;
    color: #000;
    transform: scale(1.05);
}

.btn-read-more .fa-arrow-right {
    margin-left: 5px;
}

/* Responsividade */
@media (max-width: 576px) {
    .news-post-body {
        flex-direction: column;
    }
    .news-post-sidebar {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .btn-read-more {
        align-self: stretch;
        text-align: center;
    }
}

.box-body {
    background: rgba(43, 49, 54, 0.97);
    padding: 25px;
}

.box-title {
    background: #585858;
    padding: 25px;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

#box-tile-aside {
    padding: 15px;
}

.table thead th,
.table td {
    border: none;
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}

.gateway input:checked+img {
    border: 2px solid #4b4b4b;
}

.gateway img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 250px;
    padding: 10px;
}

.gateway {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

.gateway input {
    transition: 0.5s;
}

.box .box-title-cupom {
    padding: 10px;
    font-size: 22px;
}
::-webkit-scrollbar {
    width: 8px;
    height: 0;
    background: #111;
    overflow: visible;
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

::-webkit-scrollbar-thumb {
    padding: 0;
    background: #e04e37;
    border-radius: 50px;
    border-width: 1px 1px 1px 6px;
}

::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}