.copyright-footer {
    color: #fff;
}
.absolute-footer {
    border-top: solid 1px #2f2f2f;
}
.header-button a {
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, #f7d34b, #FF0C01, #f7d34b);
    background-size: 200% auto;
    padding: 3px 15px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 10px rgba(247, 211, 75, 0.6);
    animation: goldMove 3s linear infinite;
    transition: 0.3s;
}
@keyframes goldMove{
  0% {
    background-position: 0% center;
}
100% {
    background-position: 200% center;
}  
}
.section-title-center b {
    background: transparent;
}
.sapo * {
    margin: 0;
    font-size: 18px;
    padding-left: 20px;
    font-style: italic;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a {
    padding: 5px 10px;
}
.linkdes * {
    font-size: 14px;
}
.imgplay {
    margin: 0 auto;
    animation: buttonZoomBlink 1.6s infinite ease-in-out;
}
@keyframes buttonZoomBlink{
    0%, 100% {
        transform: scale(1);
        filter: brightness(1);
    }
    50% {
        transform: scale(1.045);
        filter: brightness(1.18);
    }
}
.content-home {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.11), 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 32px;
    height: 800px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) transparent;
    transition: background 0.3s ease;
}
.sapo {
    border-left: solid var(--primary-color);
    margin-bottom: 30px;
}
.post-item .box {
    border: solid 1px var(--primary-color);
    border-radius: 5px;
    padding: 5px;
}
.tacgia {
    box-shadow: #eec820 1px 0px 10px 5px;
    background: border-box;
    border-radius: 30px;
    padding: 15px 10px;
    margin-bottom: 30px;
}
.tacgia .box-text-inner {
    font-size: 18px;
}
.ux-menu-link__link:hover {
    color: var(--primary-color) !important;
}
.ux-menu-link__link {
    min-height: auto;
}
footer {
    padding-top: 50px;
    background: #1e0101;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
}
.breadcrumb {
    padding-top: 10px;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
@media (max-width: 549px){
    .tacgia  .box-image {
        width: 50% !important;
    }
}