html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
* { -webkit-box-sizing: border-box; box-sizing: border-box; }
html, body { position: relative; overflow-x: hidden; }
body { 
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #1a1819;
  font-family: Open Sans, Candara, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
 }

a { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-decoration: none; color: #c02022; }
a:hover { color: #fff; text-decoration: none; }
p { margin-bottom: 20px; }
h1, h2, h3, h4 { color: #fff; margin-bottom: 20px; line-height: 1.3; }
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
table {
 width: 100%; 
}
table thead td { 
  color: #c02022; 
  border-bottom: 2px solid #c02022; 
}
table td { 
  border-collapse: collapse; 
  padding: 10px;
  text-align: center; }
caption { margin-bottom: 15px; }
select {
 background: #1a1819;
  border: 1px solid #c02022; 
  color: #ffffff;
   padding: 0px 30px;
    height: 45px; 
    position: relative; 
  }
input, textarea {
  border: 1px solid #c02022;
  padding: 12px 20px; 
  position: relative; 
  text-align: center; 
  font-size: 15px;
  min-width: 220px; 
  font-family: Open Sans, Candara, Arial, sans-serif;
  background: #1a1819;
  color: #ffffff;
}
button {
 -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  cursor: pointer;
  background: #c02022;
  border: 1px solid #c02022;
  border-radius: 4px;
  height: 40px; 
  width: 130px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff; 
  text-shadow: none;
  position: relative;
  z-index: 1; 
  text-align: center; 
  text-transform: uppercase; 
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(192, 32, 34, 0.3);
  letter-spacing: 0.5px;
}

button:hover {
  background: #d62527;
  border-color: #d62527;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(192, 32, 34, 0.5);
  color: #fff !important;
}

button:active {
  transform: translateY(0px);
  box-shadow: 0 1px 4px rgba(192, 32, 34, 0.4);
}

.admincp-button{
  position: absolute !important;
  right: 0;
  z-index: 9999;
}

.button {
 -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  cursor: pointer;
  background: #c02022;
  border: 1px solid #c02022;
  border-radius: 6px;
  height: 70px; 
  width: 160px;
  padding: 0px;
  margin-top: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff; 
  text-shadow: none;
  position: relative;
  z-index: 1; 
  text-align: center; 
  text-transform: uppercase; 
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.8px;
  box-shadow: 0 3px 12px rgba(192, 32, 34, 0.4);
}

.button:hover {
  background: #d62527;
  border-color: #d62527;
  transform: translateY(-2px);
  box-shadow: 0 5px 16px rgba(192, 32, 34, 0.6);
  color: #fff !important;
}

.button:active {
  transform: translateY(0px);
  box-shadow: 0 2px 8px rgba(192, 32, 34, 0.4);
}

.button { 
  display: inline-flex; 
  text-decoration: none;
}

.button-small {
  position: relative;
  transition: all 0.3s ease; 
  cursor: pointer;
  font-size: 13px;
  text-transform: none; 
  height: 36px;
  width: 100px;
  color: #fff; 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center; 
  background: #c02022;
  border: 1px solid #c02022;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(192, 32, 34, 0.3);
  margin-right: 8px;
  z-index:1;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.button-small:hover{
  background: #d62527;
  border-color: #d62527;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(192, 32, 34, 0.5);
  color: #fff;
}

.button-small:active {
  transform: translateY(0px);
  box-shadow: 0 1px 4px rgba(192, 32, 34, 0.4);
}

.buttons-block{
  position: absolute;
  bottom: 40px;
  left: 35%
}

/* Botones del Top Panel - Más pequeños y minimalistas */
.topPanel-wrapper_right .button {
  height: 45px;
  width: 120px;
  margin-top: 0px;
  font-size: 12px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(192, 32, 34, 0.3);
}

.topPanel-wrapper_right .button:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(192, 32, 34, 0.5);
}/* Botones del Top Panel - Más pequeños y minimalistas */
.topPanel-wrapper_right .button {
  height: 45px;
  width: 120px;
  margin-top: 0px;
  margin-left: 12px;
  font-size: 12px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(192, 32, 34, 0.3);
}

.topPanel-wrapper_right .button:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(192, 32, 34, 0.5);
}
:focus { outline: none; }
::-webkit-input-placeholder { color: #c02022; }
::-moz-placeholder { color: #c02022; }
:-moz-placeholder { color: #c02022; }
:-ms-input-placeholder { color: #c02022; }
.wrapper {    width: 1200px;
  margin: 0 auto;
  position: relative;}
.flex { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex-c { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex-s { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex-s-c { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bright:hover { -webkit-filter: brightness(120%); filter: brightness(120%); }
.menu {
  margin-top: -13px;
}
.menu li a:before {
  content: "";
  position: absolute;
  height: 23px;
  width: 4px;
  left:0px;
  top: 22px;
}
.menu li:first-child a:before{
  display: none;
}
.menu li: a{
  margin: 0px; 8px;
}
.menu li {
  margin: 0px 8px;
}
.menu a {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 26px;
  display: block;
  height: 88px;
  line-height: 88px;
  position: relative;
}
.menu a:after {
  content: "";
  transition: 0.3s;
  height: 0px;
  width: 0px;
}
.menu a:hover {
  color: #c02022;
  background: linear-gradient(to bottom, rgba(192, 32, 34, 0.3) 0%, rgba(0, 0, 0, 0));
}
.menu a:hover:after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background: #c02022;
}
.menu .active a:after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background: #c02022;
}
.menu .active a {
  color: #c02022;
  background: linear-gradient(to bottom, rgba(192, 32, 34, 0.3) 0%, rgba(0, 0, 0, 0));
}

header { 
  height: auto !important; 
  position: relative;
  margin-top: 88px; /* Altura del topPanel */
}

.topPanel {  
  position: fixed; 
  width: 100%; 
  top: 0px; 
  left: 0px; 
  z-index: 20; 
  min-width: 1400px;
  background-color: rgba(26, 24, 25, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.topPanel-wrapper { 
  max-width: 1400px; 
  width: 100%; 
  margin: 0 auto; 
  position: relative; 
}

.topPanel-wrapper_right{
  margin-top: -13px;
}

/* Eliminado el hover */
/* .topPanel:hover {
  background-color: rgba(26, 24, 25, 0.5);
}
.topPanel:hover .topPanel-wrapper:after {
  opacity: 1;
} */
}
.sign-in {
 margin: 0px 20px; 
 font-weight: bold;
 color: #c02022; 
}
.sign-in:hover {
 color: #ffffff; 
 text-decoration: underline;
}


/* end menu */

/* ===================================
   MODERN HERO BANNER WITH CAROUSEL
   Optimizado para imágenes 1920x900px
   =================================== */
.hero-banner-slider {
    position: relative;
    width: 100vw;
    height: 900px;
    max-height: 900px;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
}
.hero-swiper {
    width: 100%;
    height: 100%;
}
.hero-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Slide Overlay */
.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 24, 25, 0.2) 0%, rgba(192, 32, 34, 0.1) 100%);
    z-index: 1;
    pointer-events: none;
}
/* Pagination */
.hero-pagination {
    bottom: 40px !important;
}
.hero-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}
.hero-pagination .swiper-pagination-bullet-active {
    background: #c02022;
    width: 45px;
    border-radius: 7px;
    border-color: #ffffff;
}

/* ===== INTEGRATED SERVER STATUS - MINIMALISTA Y A LA DERECHA ===== */
.integrated-server-status {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    z-index: 100;
    background: rgba(26, 24, 25, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(192, 32, 34, 0.5);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5), 
                0 0 20px rgba(192, 32, 34, 0.2);
    transition: all 0.3s ease;
    min-width: 140px;
}
.integrated-server-status:hover {
    transform: translateY(-50%) translateX(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6), 
                0 0 25px rgba(192, 32, 34, 0.4);
    border-color: rgba(192, 32, 34, 0.8);
}
/* Status Badge */
.status-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(192, 32, 34, 0.3);
    width: 100%;
    justify-content: center;
}
.status-indicator {
    width: 8px;
    height: 8px;
    background: #08CB17;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(8, 203, 23, 0.8);
    animation: statusPulse 2s ease-in-out infinite;
}
.status-text {
    font-size: 10px;
    font-weight: 600;
    color: #08CB17;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}
/* Players Count */
.players-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}
.count-circle {
    position: relative;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(192, 32, 34, 0.15), rgba(192, 32, 34, 0.05));
    border: 2px solid #c02022;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgba(192, 32, 34, 0.3);
    transition: all 0.3s ease;
}
.count-circle::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: linear-gradient(45deg, #c02022, transparent, #c02022);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: rotateCircle 3s linear infinite;
}
.count-number {
    font-size: 26px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(192, 32, 34, 0.6);
    z-index: 1;
}
.count-label {
    font-size: 10px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    max-width: 90px;
    text-align: center;
}
/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    animation: bounce 2s infinite;
}
.mouse {
    width: 30px;
    height: 50px;
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.wheel {
    width: 6px;
    height: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll 2s infinite;
}
/* Animations */
@keyframes statusPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
}
@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}
@keyframes scroll {
    0% {
        opacity: 0;
        top: 10px;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 28px;
    }
}

/* ===== NEWS PANEL ===== */
.news-panel{
  z-index: 1;
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.news-panel-full {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
}
.events-block {
    display: flex;
    flex-direction: column;
    background-color: #1a1819;
    padding: 35px 40px 40px 40px;
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 60px 0px rgba(192, 32, 34, 0.4);
    border-radius: 8px;
    border: 1px solid rgba(192, 32, 34, 0.2);
}
.events-block-full {
    width: 100% !important;
    max-width: 1200px !important;
}
/* Eliminado el :before con la imagen de news-icon.png */
.news-top-title {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 40px 20px 40px;
    font-family: 'Candara';
}
.news-top-title span.active {
    color: #c02022;
    font-weight: 700;
}
.news-top-title span {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 15px 10px 15px;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s;
    cursor: default;
    pointer-events: none;
}
.tab-block {
    display: none;
}
.tab-block.active {
    display: block;
    animation: tab 0.6s ease;
}
@keyframes tab {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.pp {
    color: #c02022;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 5px 0px 0px;  
}
/* News Content */
.newsContent {
    transition: 0.3s;
    padding: 15px 30px;
    border-radius: 6px;
    margin-bottom: 10px;
    position: relative;
}
.newsContent:hover {
    background-color: rgba(192, 32, 34, 0.3);
    box-shadow: 0px 8px 10px -3px rgba(192, 32, 34, 0.45);
    transition: 0.4s;
    cursor: pointer;
    transform: translateX(5px);
}
.newsContent:hover .newsContent_info-text a, 
.newsContent:hover .newsContent_info-link {
    color: #fff;
}
.newsContent:hover .newsContent_info {
    transition: all 0.3s ease;
}
.newsContent_img {
    flex-shrink: 0;
}
.newsContent_img img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid rgba(192, 32, 34, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.newsContent:hover .newsContent_img img {
    border-color: #c02022;
    box-shadow: 0 6px 15px rgba(192, 32, 34, 0.5);
}
.newsContent_info {
    position: relative;
    flex: 1;
    padding-left: 20px;
    transition: all 0.3s ease;
    font-weight: bold;
}
.newsContent_info span {
    color: #c02022;
    font-size: 12px;
    display: block;
    margin-bottom: 8px;
}
.newsContent:hover .newsContent_info span {
    color: #ffffff;
}
.newsContent_info-link {
    font-size: 16px;
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.3s ease;
}
.newsContent_info-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsContent:hover .newsContent_info-text {
    color: #ffffff;
}
.newsContent_info-text a {
    color: #c02022;
}
.newsContent:hover .newsContent_info-text a {
    color: #ffffff;
}
.blue-a {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-color: #c02022;
    width: 60px;
    height: 25px;
    padding-top: 5px;
    padding-left: 7px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    border-radius: 4px;
    text-align: center;
}
.blue-a:hover {
    opacity: 1 !important;
    color: #ffffff;
}
.newsContent:hover .blue-a {
    opacity: 0.9;
    pointer-events: all;
}
/* Layout para newsContent con flexbox */
.newsContent {
    display: flex;
    align-items: center;
}

/*end news*/
.block-usercp{
  width: 100%;
  padding-bottom: 15px;
  z-index: 1;
  position: relative;
}
.block-usercp ul li {
  line-height: 30px;
}
.block-usercp ul li img {
  position: relative;
  padding-right: 10px;
}
.block-usercp ul li:hover {
  color: #c02022;
  transition: 0.1s;
}
.block-widget{
  position: relative;
  margin-top: 89px;
  width: 1200px;
  height: 550px;
  box-shadow: 0px 0px 60px 0px rgba(192, 32, 34, 0.4);
}
/* Eliminado el :before con logo.png */
.widget-fon{
  width: 398px;
  padding: 40px;
  z-index: 1;
}
.widget-fon-guilds{
  width: 398px;
  padding: 40px;
  z-index: 1;
}
.block-widget-title{
  padding-bottom: 35px;
  color: #c02022;
  font-size:20px;
  font-weight: bold;
  text-align: center;
  font-family: 'Candara';
}
.guild .top-number {
  width: 60px;
}
.top-block.guild .top-number img {
  margin-bottom: -2px;
  margin-left: 5px;
}
.top-block.guild .score {
  padding-left: 55px
}
.top-block {
  width: 100%;
  padding-bottom: 15px;
  z-index: 1;
  position: relative;
}
.top-block span {
  display: block;
}
.top-block .top-number {
  width: 20px;
}
.guild img{
  border: 1px solid #c02022;
}
.top-block .top-flag {
  width: 30px;
  padding-top: 2px;
}
.top-block .top-name {
  width: 162px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-block .top-lvl {
  width: 80px;
}
.top-block .top-Res sup {
  font-size: 10px;
  color: #c02022;
  position: absolute;
  margin-top: -5px;
}
.top-list {
  height: 41px;
  display: flex;
  align-items: center;
  font-size: 15px;
  transition: 0.3s;
  color: #ffffff;
}
.top-list a {
  color: #ffffff;
  text-decoration: none;
}
.top-list:hover {
  background-color: rgba(192, 32, 34, 0.3);
  box-shadow: 0px 8px 10px -3px rgba(192, 32, 34, 0.45);
  height: 41px;
  margin: 0px -40px 0px -40px;
  padding: 0px 25px 0px 25px;
  color: #fff;
  position: relative;
  z-index: 5;
}
.top-list:hover a {
  color: #fff;
}
.top-title {
  color: #c02022;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 15px;
}
.top-block.guild .top-number {
    width: 60px;
}

/**/
.fast-links{
  display: flex;
  margin-top: 57px;
  font-family: 'Roboto';
}
.fast-links span{
  margin-right: 30px;
}
/*fast 1*/
.fast-links-left{
  width: 380px;
  height: 140px;
  background-color: #1a1819;
  border: 1px solid rgba(192, 32, 34, 0.3);
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 35px;
  padding-top: 25px;
  box-shadow: 0px 0px 30px 0px rgba(192, 32, 34, 0.2);
  transition: all 0.3s ease;
}
.fast-links-left:hover {
  border-color: #c02022;
  box-shadow: 0px 0px 40px 0px rgba(192, 32, 34, 0.4);
}
.fast-links-left span {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
.fast-links-left p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #ffffff;
}
/* Eliminado el :before con hero-links.png */
/*fast 2*/
.fast-links-center{
  width: 380px;
  height: 140px;
  background-color: #1a1819;
  border: 1px solid rgba(192, 32, 34, 0.3);
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 35px;
  padding-top: 25px;
  box-shadow: 0px 0px 30px 0px rgba(192, 32, 34, 0.2);
  transition: all 0.3s ease;
}
.fast-links-center:hover {
  border-color: #c02022;
  box-shadow: 0px 0px 40px 0px rgba(192, 32, 34, 0.4);
}
.fast-links-center span {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
.fast-links-center p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #ffffff;
}
/* Eliminado el :before con hero-links-center.png */
/*fast 3*/
.fast-links-right{
  width: 380px;
  height: 140px;
  background-color: #1a1819;
  border: 1px solid rgba(192, 32, 34, 0.3);
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 35px;
  padding-top: 25px;
  box-shadow: 0px 0px 30px 0px rgba(192, 32, 34, 0.2);
  transition: all 0.3s ease;
}
.fast-links-right:hover {
  border-color: #c02022;
  box-shadow: 0px 0px 40px 0px rgba(192, 32, 34, 0.4);
}
.fast-links-right span {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
.fast-links-right p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #ffffff;
}
/* Eliminado el :before con hero-links-right.png */
/*end fast links*/

.bottom-block{
display: flex;
}
.bottom-block-span{
margin-right: 30px;
}
.dis-1{
  padding-top: 15px;
}

/*discussion*/
.discussions-title{
  padding-top: 35px;
  position: relative;
  z-index: 1;
}
.widget-fon-discussions{
  background-color: #1a1819;
  border: 1px solid rgba(192, 32, 34, 0.3);
  box-shadow: 0px 0px 60px 0px rgba(192, 32, 34, 0.4);
  width: 380px;
  position: relative;
  padding: 35px;
  z-index: 1;
}
/* Eliminado el :before con hero1-block-bm.png */
.discussions-content-top{
  z-index: 1;
  position: relative;
}
.block-players{
  padding: 0px 35px 35px 35px;
  margin-top: 76px;
}
.discussionsContent {
  transition: 0.3s;
  padding: 10px 0px 10px 0px;
}
.discussionsContent:hover {
  background-color: rgba(192, 32, 34, 0.3);
  box-shadow: 0px 8px 10px -3px rgba(192, 32, 34, 0.45);
  transition: 0.4s;
  margin: 0px -40px 0px -40px;
  padding: 10px 26px 10px 26px;
  cursor: pointer;
}
.discussionsContent:hover .discussionsContent_info-text a, .discussionsContent:hover .discussionsContent_info-link {
  color: #fff;
}
.discussionsContent:hover .discussionsContent_info {
    width: 211px;
    margin-left: -20px;
    transition: all 0.3s ease;
}
.discussionsContent:hover .discussionsContent_number span {
  background-color: #c02022;
  color: #fff;
}
.discussionsContent_img img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: block;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}
.discussionsContent_number span {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #1a1819;
  color: #ffffff;
  font-size: 12px;
}
.discussionsContent_info {
  width: 211px;
  transition: all 0.3s ease;
}
.discussionsContent_info-link {
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 800;
}
.discussionsContent:hover .discussionsContent_info-text {
color: #ffffff;
}
.discussionsContent_info-text {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.discussionsContent_info-text a {
  color: #c02022;
}
.discussionsContent:hover .discussionsContent_info-text a{
  color: #ffffff;
}
/*end discussion*/

/*event*/
.event-timers li {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.event-timers p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}
.event-timers .starts-in {
    color: #c02022;
    font-size: 12px;
    font-weight: bold;
}
.event-timers{
  font-weight: 600;
}
.event-timers .time-to-event {
  color: #ffffff;
}
/*end event*/

/*MARKET*/
.fon-market {
  /* Sin imagen de fondo */
}
.marketContent {
  position: relative;
  transition: 0.3s;
  padding: 10px 0px 10px 0px;
}
.marketContent:hover {
  background-color: rgba(192, 32, 34, 0.3);
  box-shadow: 0px 8px 10px -3px rgba(192, 32, 34, 0.45);
  transition: 0.4s;
  margin: 0px -40px 0px -40px;
  padding: 10px 26px 10px 26px;
  cursor: pointer;
}
.marketContent:hover .marketContent_info-text a, .marketContent:hover .marketContent_info-link {
  color: #fff;
}
.marketContent:hover .marketContent_info {
    width: 211px;
    margin-right: 5px;
    transition: all 0.3s ease;
}
.marketContent:hover .marketContent_number {
  left: 148px;
  color: #fff;
}
.marketContent_number:hover{
  background-color: #c02022;
}
.marketContent_number{
  position: absolute;
  left: 100px;
  top: 60px;
  padding: 7px 27px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: rgba(192, 32, 34, 0.5);
  color: #fff;
  font-size: 12px;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
}
.marketContent_img img {
  width: 78px;
  height: 78px;
  display: block;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}
/* Eliminado el :before con border-market.png */
.marketContent_info {
  position: relative;
  top: -20px;
  width: 211px;
  transition: all 0.3s ease;
}
.marketContent_info-link {
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 800;
}
.marketContent:hover .marketContent_info-text {
color: #ffffff;
}
.marketContent_info-text {
  font-size: 14px;
  color: #c02022;
  font-weight: 600;
}
.marketContent_info-text img{
  position: relative;
  top: 2px;
}
/*end market*/

/* Footer
-----------------------------------------------------------------------------*/
/* ===== FOOTER SIMPLIFICADO ===== */
.footer {
  min-height: auto;
  background-color: #0d0c0c;
  margin-top: 80px;
  position: relative;
}

.toTop-fon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(192, 32, 34, 0.2);
}

.toTop {
  background-color: rgba(192, 32, 34, 0.3);
  border: 2px solid #c02022;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  opacity: 0.8;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.toTop:hover {
  background-color: #c02022;
  border-color: #ffffff;
  opacity: 1;
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(192, 32, 34, 0.6);
}

/* Footer Content Simple */
.footer-content-simple {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

/* Brand Section */
.footer-brand {
  flex: 1;
  max-width: 500px;
}

.footer-logo-main {
  margin-bottom: 25px;
}

.footer-logo-main img {
  max-width: 250px;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.footer-logo-main img:hover {
  opacity: 1;
}

.footer-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* Social Links Section */
.footer-social-links {
  flex: 1;
  max-width: 400px;
}

.footer-social-title {
  color: #c02022;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.footer-social-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  background-color: rgba(192, 32, 34, 0.1);
  border: 1px solid rgba(192, 32, 34, 0.3);
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link i {
  font-size: 24px;
  color: #c02022;
  transition: all 0.3s ease;
}

.social-link span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.social-link:hover {
  background-color: #c02022;
  border-color: #c02022;
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(192, 32, 34, 0.5);
}

.social-link:hover i {
  color: #ffffff;
}

.social-link:hover span {
  color: #ffffff;
}

/* Footer Bottom */
.footer-bottom {
  background-color: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(192, 32, 34, 0.2);
  padding: 25px 0;
}

.footer-bottom-simple {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-bottom-simple p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin: 0;
}

.footer-credit {
  font-size: 12px !important;
}

.footer-credit a {
  color: #c02022;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-credit a:hover {
  color: #ffffff;
}

/* Responsive Footer */
@media (max-width: 992px) {
  .footer-main {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  
  .footer-brand,
  .footer-social-links {
    max-width: 100%;
  }
  
  .footer-logo-main {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .footer-social-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-logo-main img {
    max-width: 200px;
  }
}
/**/
/* end Footer
-----------------------------------------------------------------------------*/
/* ===== SERVER STATISTICS - ELIMINAR HOVER ===== */
.table-hover > tbody > tr:hover,
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: transparent !important;
  cursor: default !important;
}

.table-striped > tbody > tr:nth-of-type(odd):hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.table-striped > tbody > tr:nth-of-type(even):hover {
  background-color: transparent !important;
}

/* Estilos base para las tablas de server statistics */
.table {
  background-color: transparent;
  color: #ffffff;
}

.table-bordered {
  border: 1px solid rgba(192, 32, 34, 0.3);
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid rgba(192, 32, 34, 0.3);
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table > thead > tr > th {
  border-bottom: 2px solid #c02022;
  color: #c02022;
  font-weight: bold;
}

.table > tbody > tr > td {
  color: #ffffff;
}

/* Eliminar cualquier transición de hover */
.table-hover > tbody > tr {
  transition: none !important;
}
/*left block*/
.block-widget-1{
  width: 380px;
  max-width: 380px;
  overflow: hidden;
}
.block-widget-2{
  display: flex;
  margin-top: 60px;
}
/* Eliminado el :before con hero4-block-bm.png */
.block-players-2{
  width: 380px;
}
/* Eliminado el :before con hero1-block-bm.png */
.block-players-1{
  z-index: 1;
  position: relative;
  width: 380px;
}
.block-left{
  margin-bottom: 76px;
}
/*end left block*/

/*page*/
/*page*/
.page-content{
  width: 810px;
  padding: 40px 40px 40px 40px;
  margin-left: 10px;
  min-height: 1356px;
  background-color: #1a1819;
  border: 1px solid rgba(192, 32, 34, 0.3);
  z-index: 1;
  box-shadow: 0px 0px 60px 0px rgba(192, 32, 34, 0.4);
  position: relative;
}

/* Asegurar que TODOS los elementos dentro de page-content no tengan fondo blanco */
.page-content * {
  background-color: transparent !important;
}

/* Mantener el fondo del contenedor principal */
.page-content {
  background-color: #1a1819 !important;
}

.page-top{
  text-transform: uppercase;
  padding-top: 35px;
  padding-bottom: 20px;
  color: #c02022;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: 'Candara';
  border-bottom: 2px solid rgba(192, 32, 34, 0.3);
  margin-bottom: 30px;
  background-color: transparent !important;
}

.page-title{
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: transparent !important;
}

.page-title-time{
  margin-top: 35px;
  padding-top: 14px;
  padding-left: 20px;
  color: #ffffff;
  background-color: rgba(192, 32, 34, 0.2) !important;
  border-left: 3px solid #c02022;
  font-size: 14px;
  height: 43px;
  font-weight: 600;
}

.page-title-news{
  color: #c02022;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  background-color: transparent !important;
}

.page-text{
  line-height: 1.6;
  color: #ffffff;
  background-color: transparent !important;
}

.page-text p{
 padding-top: 20px;
 color: #ffffff !important;
 background-color: transparent !important;
} 

.page-text ul,
.page-text ol {
  color: #ffffff !important;
  background-color: transparent !important;
  padding-left: 30px;
  margin-top: 15px;
}

.page-text li {
  color: #ffffff !important;
  background-color: transparent !important;
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-text strong {
  color: #c02022 !important;
  background-color: transparent !important;
}

.page-text a{
  color: #c02022;
  text-decoration: underline;
  background-color: transparent !important;
}

.page-text a:hover{
  text-decoration: none;
  color: #ffffff;
}
/*end page-content*/
/*end page-content*/

/*page download*/
.downloadBlock{
  text-align: center;
}
.download-block-1{
  margin-bottom: 25px;
}
.client-text a {
  color: #c02022;
}
.client-text a:hover {
  text-decoration:underline;
}
.driverBlock {
  position: relative;
  margin: 0px -15px;
  padding-bottom: 20px;
  padding-top: 25px;
}
.driver {
  padding: 15px;
}
.driver img {
  max-width: 100%;
}
.driver img:hover {
box-shadow: 0px 10px 20px 0px rgba(192, 32, 34, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.driver-s{
  margin-top: 70px;
}
/*end page download*/

/** Modal **/
.modalx-overlay {
  position: fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 1000;
  cursor: pointer;
  overflow: auto;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear; 
  transition: background 0.25s linear;
}
.modal_window {
  width: 420px;
  background-color: #1a1819;
  border: 1px solid rgba(192, 32, 34, 0.5);
  padding: 60px 60px 40px 60px;
  z-index: 1002;
  position: relative;
  cursor: auto;
  margin: 0 auto;
  display: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-bottom: 20px;
  transform: scale(0.4);
  box-shadow: 0px 0px 60px 0px rgba(192, 32, 34, 0.6);
}
/* Eliminado el :after con fon-modal-top.png */
/* Eliminado el :before con fon-modal-bottom.png */
.modal_window h3 {
  margin: 0px 0px 45px 0px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #c02022;
}
#close_modal {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    background-color: rgba(192, 32, 34, 0.3);
    border: 1px solid #c02022;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    opacity: 0.7;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
}
#close_modal:hover {
  opacity: 1;
  background-color: #c02022;
}
#close_modal:after {
  content: '×';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.modal_form {
  text-align: center;
  box-sizing: border-box;
}
.modal_form input,
.modal_form select,
.modal_form textarea {
  width: 100%;
  box-sizing: border-box;
}
.formGroup {
  margin-bottom: 20px;
  position: relative;
  max-width: 450px;
}
.formGroup-name {
  display: block;
  padding-bottom: 10px;
  color: #c02022;
}
.formGroup.error .formGroup-name {
  color: #c02022;
}
.formGroup.error input {
  border: 1px solid #c02022;
  box-shadow: 0px 0px 10px 0px rgba(192, 32, 34, 0.4), inset 0px 0px 10px 0px rgba(192, 32, 34, 0.4);
}
.formGroup-2 {
  display: flex;
  justify-content: space-between;
}
.formGroup-2 > div {
  position: relative;
  width: calc(50% - 10px);
}
.errorGroup {
  background-color: rgba(192, 32, 34, 0.9);
  padding: 17px 20px 17px 20px;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
  font-size: 13px;
  text-align: left;
  position: absolute;
  left: 100%;
  min-width: 400px;
  color: #fff;
  margin-left: 30px;
  top: 8px;
}
.errorGroup:before {
  content: '';
  border: 8px solid transparent;
  border-right-color: rgba(192, 32, 34, 0.9);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}
.formGroup-button {
    margin-top: 40px;
    text-align: center;
}

/* ONLINE BAR */
.webengine-online-bar {
	width: 100%;
	background: #1a1819;
	border: 1px solid #c02022;
	height: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
	overflow: hidden;
	transition: all .3s ease;
}
	.webengine-online-bar .webengine-online-bar-progress {
		height: 8px;
		background: #00ff00;
		-webkit-border-radius: 0px 1px 1px 0px;
		-moz-border-radius: 0px 1px 1px 0px;
		-khtml-border-radius: 0px 1px 1px 0px;
		border-radius: 0px 1px 1px 0px;
	}
	.webengine-online-bar:hover {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}
	
.lunatico {
  text-align: center;
}
.lunatico_dev {
  padding: 10px;
  margin: 10px;
  display: inline-block;
}
.lunatico_dev:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}
.lunatico_dev2 {
  padding: 2px;
  margin: 5px;
  display: inline-block;
}
.lunatico_dev2:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}

/* Responsive Design for Banner */
@media (max-width: 1600px) {
    .hero-banner-slider {
        height: 700px;
        max-height: 700px;
    }
    .integrated-server-status {
        right: 40px;
    }
}
@media (max-width: 1200px) {
    .hero-banner-slider {
        height: 600px;
        max-height: 600px;
    }
    .integrated-server-status {
        right: 30px;
        padding: 18px;
        min-width: 130px;
    }
    .count-circle {
        width: 55px;
        height: 55px;
    }
    .count-number {
        font-size: 24px;
    }
    .count-label {
        font-size: 9px;
    }
}
@media (max-width: 992px) {
    .hero-banner-slider {
        height: 500px;
        max-height: 500px;
    }
    .integrated-server-status {
        right: 25px;
        padding: 15px;
        min-width: 120px;
    }
    .count-circle {
        width: 50px;
        height: 50px;
    }
    .count-number {
        font-size: 22px;
    }
}
@media (max-width: 768px) {
    .hero-banner-slider {
        height: 600px;
        max-height: 600px;
        min-height: 500px;
    }
    .integrated-server-status {
        top: auto;
        bottom: 100px;
        right: 20px;
        transform: none;
        padding: 12px;
        min-width: 110px;
    }
    .integrated-server-status:hover {
        transform: translateX(-5px);
    }
    .status-badge {
        padding-bottom: 10px;
    }
    .status-text {
        font-size: 9px;
    }
    .status-indicator {
        width: 7px;
        height: 7px;
    }
    .count-circle {
        width: 48px;
        height: 48px;
    }
    .count-number {
        font-size: 20px;
    }
    .count-label {
        font-size: 8px;
        max-width: 80px;
    }
}
@media (max-width: 576px) {
    .hero-banner-slider {
        height: 550px;
        max-height: 550px;
    }
    .integrated-server-status {
        bottom: 90px;
        right: 15px;
        padding: 10px;
        min-width: 100px;
    }
    .count-circle {
        width: 45px;
        height: 45px;
        border-width: 2px;
    }
    .count-number {
        font-size: 18px;
    }
    .count-label {
        font-size: 8px;
    }
    .scroll-indicator {
        display: none;
    }
}