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;
  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;
}
.sign-in {
 margin: 0px 20px; 
 font-weight: bold;
 color: #c02022; 
}

.sign-in:hover {
 color: #ffffff; 
 text-decoration: underline;
}



/* end menu */

.logo { position: absolute; top: 154px; left: -63px; }

.headerBlock { 
  position: absolute; 
  bottom: 55px; 
  left: 0; 
  right: 0; 
  width: 100%; 
}

.headerButtons {
 -ms-flex-wrap: nowrap; 
 flex-wrap: nowrap; 
}

/* server*/

.radial{
  display: flex;
  padding-left: 18px;
}

.radial-stat {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(26, 24, 25, 0.4);
  width: 153px;
  height: 153px;
  border-radius: 50%;
  margin-right: 46px;
}

.circle-online { 
  text-align: center; 
  position: relative; 
  display: inline-block; 
  z-index: 2; 
  background: rgba(26, 24, 25, 0.4);
  border-radius: 50%;
}

.circle-online:after{
  content: "";
  position: absolute;
  top: -54px;
  left: -50px;
  height: 178px;
  width: 221px;
  background: url(../img/radial-stat-fon.png) no-repeat;
}

.serverInfo {
  position: absolute;
  width: 124px;
  height: 124px;
  padding-top: 29px;
}

.serverInfo span { display: block; width: 100%; text-align: center; position: relative; }

.serverInfo__name { font-size: 14px; color: #fff; margin-bottom: 3px; }

.serverInfo__online { 
  color: #00ff00;
 font-size: 14px;
 padding-top: 10px;
}

.serverInfo__offline { 
  color: #c02022;
 font-size: 14px;
 padding-top: 10px;
 font-weight: bold;
}

/* end serwer*/

/*download*/

.download-buttons{
  position: absolute;
  width: 350px;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.small-download { 
  width: 174px; 
  height: 70px; 
  background-repeat: no-repeat; 
  background-position: center; 
  padding-top: 21px; 
  padding-left: 75px;
   color: #ffffff; 
}

.small-download:hover { -webkit-filter: brightness(105%); filter: brightness(105%); color: #c02022; }

.small-download p { font-size: 13px; font-weight: bold; margin-bottom: 3px; } 

.small-download span {
 font-size: 20px; 
 font-weight: bold;
}

.ios { 
  background-image: url(../img/download-ios.jpg);
}

.android { 
  background-image: url(../img/download-android.jpg);
}

/**/

.h-button { 
  width: 350px; 
  height: 130px; 
  background-repeat: no-repeat; 
  background-position: center; 
  padding-top: 32px; 
  padding-left: 127px;
  margin-top: 2px;
}

.h-button:hover { -webkit-filter: brightness(120%); filter: brightness(120%); }

.h-button p { font-size: 30px; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; letter-spacing: 2px; }

.h-button span {
 font-family: 'Candara';
 font-size: 16px; 
 color: #fff;
 text-shadow: 0px 1px 0px rgb(0 0 0 / 0.7);
}

.h-button.download { 
  background-image: url(../img/download-button.jpg);
}

.h-button.download p { 
  color: #fff;
  text-shadow: rgb(0 0 0 / 0.7) 0px 1px 0px;
}

.h-button.download span {
 color: #ffffff; 
}

/*end download*/

/* ===== NEWS PANEL - FULL WIDTH (ACTUALIZADO) ===== */
.news-panel {
    width: 100%;
    z-index: 1;
    position: relative;
    margin-top: 40px;
}

/* News Panel Full Width - Clase adicional */
.news-panel-full {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

/* Events Block - Ancho Completo */
.events-block {
    display: flex;
    flex-direction: column;
    background: url('../img/fon-last-news.jpg') center no-repeat;
    background-size: cover;
    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;
}

/* Events Block Full Width - Clase adicional */
.events-block-full {
    width: 100% !important;
    max-width: 1200px !important;
}

.events-block:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -27px;
    width: 134px;
    height: 124px;
    background: url('../img/news-icon.png') no-repeat;
}
.news-top-title {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px 40px 20px 40px; /* Cambiado a 40px de padding-top */
    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; /* Cambiado de pointer a default para que no sea clickeable */
    pointer-events: none; /* Elimina cualquier interacción */
}

/* Eliminar hover ya que no es clickeable */
/* .news-top-title span:hover {
    color: #c02022;
} */

/* Subrayado eliminado */
/* .news-top-title span.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #c02022;
    box-shadow: 0 0 10px rgba(192, 32, 34, 0.6);
} */

.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 */
/* News Content */
.newsContent {
    transition: 0.3s;
    padding: 15px 30px;
    border-radius: 6px;
    margin-bottom: 10px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
}

.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;
    font-weight: 600;
}

.newsContent:hover .newsContent_info span {
    color: #ffffff;
}

.newsContent_info-link {
    font-size: 16px;
    color: #c02022;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.3s ease;
    font-weight: 700;
}

.newsContent:hover .newsContent_info-link {
    color: #ffffff;
}

.newsContent_info-text {
    font-size: 13px;
    color: #c02022;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
}

.newsContent:hover .newsContent_info-text {
    color: #ffffff;
}

.newsContent_info-text a {
    color: #c02022;
    font-weight: 600;
}

.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;
    font-weight: 600;
}

.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;
}

}

/* Responsive News Panel */
@media (max-width: 1200px) {
    .events-block {
        padding: 30px 35px 35px 35px;
    }
    
    .news-top-title {
        padding: 0px 35px 15px 35px;
    }
    
    .newsContent {
        padding: 12px 25px;
    }
}

@media (max-width: 992px) {
    .events-block {
        padding: 25px 30px 30px 30px;
    }
    
    .news-top-title span {
        font-size: 18px;
        padding: 5px 12px 10px 12px;
    }
    
    .newsContent_img img {
        width: 70px;
        height: 70px;
    }
    
    .newsContent_info-link {
        font-size: 15px;
    }
    
    .newsContent_info-text {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .news-panel {
        margin-top: 30px;
    }
    
    .events-block {
        padding: 20px 25px 25px 25px;
    }
    
    .events-block:before {
        width: 100px;
        height: 100px;
        top: -20px;
        background-size: contain;
    }
    
    .news-top-title {
        flex-wrap: wrap;
        padding: 0px 25px 12px 25px;
        gap: 15px;
    }
    
    .news-top-title span {
        font-size: 16px;
    }
    
    .newsContent {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 20px;
    }
    
    .newsContent_img {
        margin-bottom: 12px;
    }
    
    .newsContent_info {
        padding-left: 0;
        width: 100%;
    }
    
    .blue-a {
        position: static;
        transform: none;
        margin-top: 10px;
        opacity: 0.7;
        pointer-events: all;
    }
}

@media (max-width: 576px) {
    .events-block {
        padding: 18px 20px 20px 20px;
        border-radius: 6px;
    }
    
    .news-top-title span {
        font-size: 14px;
        padding: 5px 10px 8px 10px;
    }
    
    .newsContent {
        padding: 12px 15px;
    }
    
    .newsContent_img img {
        width: 60px;
        height: 60px;
    }
    
    .newsContent_info-link {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .newsContent_info-text {
        font-size: 11px;
    }
}
/*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);
}

.block-widget:before{
  content: "";
  position: absolute;
  top: -140px;
  left: 120px;
  height: 708px;
  width: 985px;
  background: url(../img/logo.png) center no-repeat;
}

.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: url(../img/fast-links-left.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 35px;
  padding-top: 25px;
}

.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;
}

.fast-links-left:before {
  content: "";
  background: url(../img/hero-links.png) no-repeat;
  width: 170px;
  height: 168px;
  position: absolute;
  left: 231px;
  top: -28px;
  transition: 0.3s;
}

.fast-links-left:hover:before {
  left: 216px;
}

/*fast 2*/

.fast-links-center{
  width: 380px;
  height: 140px;
  background: url(../img/fast-links-center.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 35px;
  padding-top: 25px;
}

.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;
}

.fast-links-center:before {
  content: "";
  background: url(../img/hero-links-center.png) no-repeat;
  width: 200px;
  height: 167px;
  position: absolute;
  left: 187px;
  top: -27px;
  transition: 0.3s;
}

.fast-links-center:hover:before {
  left: 172px;
}

/*fast 3*/

.fast-links-right{
  width: 380px;
  height: 140px;
  background: url(../img/fast-links-right.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 35px;
  padding-top: 25px;
}

.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;
}

.fast-links-right:before {
  content: "";
  background: url(../img/hero-links-right.png) no-repeat;
  width: 204px;
  height: 168px;
  position: absolute;
  left: 184px;
  top: -28px;
  transition: 0.3s;
}

.fast-links-right:hover:before {
  left: 169px;
}

/*end fast links*/

.bottom-block{
display: flex;
}

.bottom-block-span{
margin-right: 30px;
}

.dis-1{
  padding-top: 15px;
}

/*discussion*/

.discussions-title{
  padding-top: 140px;
  position: relative;
  z-index: 1;
}

.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*/


.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;
}


.marketContent:hover:before{
  left:22px;
}

.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
-----------------------------------------------------------------------------*/

/*animation*/

.small-light {
  position: absolute;
  background: url(../img/small-light.png) center no-repeat;
  width: 465px;
  height: 163px;
  left: -40px;
  top: 174px;
  animation-name: small-light;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 1;
}

@keyframes small-light {
  0% {
    transform: scale(0.1);
  }
  20% {
    transform: scale(0.1);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(0.1);
  }
}

/*sparks*/

.sparks2 {
    position: absolute;
    width: 1200px;
    margin-left: 200px;
    top: 600px;
    z-index: 1;
}

.sparks2 > div {
  position: absolute;
    z-index: 1;
}

.sparks2 .spark_11 {
  background: url(../img/spark_11.png) no-repeat;
  width: 764px;
  height: 313px;
  right: 0;
  bottom: -320px;
  transform: scale(0.6);
  animation: spark-1 4s linear infinite;
  animation-delay: 1s;
}

@keyframes spark-1 {
  0% {
    bottom: -320px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -240px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -160px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: -80px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 0px;
    transform: scale(1);
    opacity: 0;
  }
}

.sparks2 .spark_22 {
  background: url(../img/spark_22.png) no-repeat;
  width: 179px;
  height: 335px;
  right: 230px;
  bottom: -320px;
  transform: scale(0.6);
  animation: spark-1 4s linear infinite;
  animation-delay: 2s;
}

.sparks2 .spark_33 {
  background: url(../img/spark_33.png) no-repeat;
  width: 128px;
  height: 165px;
  right: 280px;
  bottom: -140px;
  transform: scale(0.6);
  animation: spark-3 4s linear infinite;
  animation-delay: 2s;
}

@keyframes spark-3 {
  0% {
    bottom: -140px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -80px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -20px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 40px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 100px;
    transform: scale(1);
    opacity: 0;
  }
}

.sparks2 .spark-big2 {
  background: url(../img/spark_44.png) no-repeat;
  width: 794px;
  height: 176px;
  right: 0;
  bottom: -180px;
  transform: scale(0.6);
  animation: spark-5 4s linear infinite;
}

.sparks2 .spark_55 {
  animation-delay: 2s;
  right: 40px;
}

@keyframes spark-5 {
  0% {
    bottom: -180px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -120px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -60px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 0px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 60px;
    transform: scale(1);
    opacity: 0;
  }
}

/*end sparks*/

.ani.stone {
  transform-origin: center center;
}

.ani.stone.on {
  opacity: 1;
}

.stone {
  display: table;
  -webkit-transition: opacity 800ms ease;
  -moz-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ani {
  opacity: 0;
  position: absolute;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
}

.ani.s1 {
  top: 300px;
  left: -230px;
  width: 234px;
  height: 369px;
  background: url(../img/s1.png) no-repeat 0 0;
  z-index: 3;
  animation: updown 4s infinite;
}

.ani.s2 {
  top: 100px;
  left: 1000px;
  width: 195px;
  height: 265px;
  background: url(../img/s2.png) no-repeat 0 0;
  z-index: 3;
  animation: updown2 4.2s 500ms infinite;
}

.ani.s3 {
  top: 300px;
  left: 750px;
  width: 64px;
  height: 146px;
  background: url(../img/s3.png) no-repeat 0 0;
  z-index: 3;
  animation: updown 4s 500ms infinite;
}

.ani.s4 {
  top: 345px;
  left: 300px;
  width: 144px;
  height: 261px;
  background: url(../img/s4.png) no-repeat 0 0;
  z-index: 3;
  animation: updown2 4.2s 800ms infinite;
}

/* Animations */

@keyframes updown {0%, 100% {transform:translateY(30px) rotate(5deg)} 50% {transform:translateY(-30px) rotate(0)}}

@keyframes updown2 {0%, 100% {transform:translateY(40px) rotate(8deg)} 50% {transform:translateY(-40px) rotate(0)}}

/*end animation*/

/*left block*/

.block-widget-1{
}

.block-widget-2{
  display: flex;
  margin-top: 60px;
}

.block-players-2:before{
  content: "";
  position: absolute;
  width: 676px;
  height: 733px;
  top: -70px;
  right: 0;
  background: url(../img/hero4-block-bm.png)top no-repeat;
}

.block-players-1:before{
  content: "";
  position: absolute;
  width: 640px;
  height: 594px;
  top: -80px;
  right: 0;
  background: url(../img/hero1-block-bm.png)top no-repeat;
}

.block-players-1{
  z-index: 1;
  position: relative;
}

.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;
  padding: 90px 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);
}

.modal_window:after{
  content: "";
  position: absolute;
  width: 436px;
  height: 129px;
  top: -30px;
  left: -8px;
  background: url(../img/fon-modal-top.png)top no-repeat;
}

.modal_window:before{
  content: "";
  position: absolute;
  width: 432px;
  height: 32px;
  bottom: -15px;
  left: -6px;
  background: url(../img/fon-modal-bottom.png)top no-repeat;
}

.modal_window h3 {
  margin: -8px 0px 45px 0px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

#close_modal {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    background: url(../img/close_icon_dark.png) 50% 50% no-repeat;
    background-size: 16px 16px;
     margin-top: -89px;
    right: 0px;
    opacity: 0.4;
    z-index: 10;
}

#close_modal:hover {
  opacity: 1;
}

.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: url(../img/wrong-icon.png) left 20px top 17px no-repeat;
  background-color: rgba(26, 24, 25, 0.9);
  padding: 17px 20px 17px 50px;
  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(26, 24, 25, 0.9);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}

.flex-s-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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 url('../img/online_progress_bar.jpg') no-repeat left center;
		-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%);
}

/* ===================================
   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 - Opcional, puedes ajustar la opacidad o eliminarlo */
.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;
    }
}

/* Responsive Design */
@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;
    }
}

/* Header adjustment */
header {
    height: auto !important;
    position: relative;
}