ol, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  background: url(../img/fon-bg-top.jpg) center top no-repeat, url(../img/fon-bg-bottom.jpg) center bottom no-repeat, url(../img/fon-bg-repeat.jpg) center repeat-y;
  background-color: #1d1d28;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #131517;
  line-height: 1;
  min-height: 100vh;
}
a {
  transition: all 0.3s ease;
  color: #bf5252;
  text-decoration: none;
}
a:hover,
button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration: none;
}
p {
  margin-bottom: 15px;
}
h1,
h2,
h3 {
  color: #071a23;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
/*
table {
  width: 100%;
}
table td {
  border-collapse: collapse;
  padding: 4px;
  border: 1px solid #8a3c51;
}
table tr:nth-child(odd) {
  background-color: rgba(170, 115, 132, 0.2);
}*/
caption {
  margin-bottom: 15px;
}
input,
textarea {
  background: url(../img/red-light-bg.jpg);
  border-radius: 30px;
  border: 1px solid #9b666e;
  color: #fff;
  padding: 8px 18px;
  position: relative;
}
button,
.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: #d18a31;
  border-radius: 30px;
  border: none;
  color: #fff;
  font-size: 11px;
  position: relative;
  z-index: 1;
  padding: 12px 28px;
  text-transform: uppercase;
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.3), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
button:hover,
.button:hover {
  background: #6a2e36;
}
.button-border:after {
  content: "";
  border-radius: 30px;
  border: 1px solid rgba(208, 49, 49, 0.3);
  left: -2px;
  top: -2px;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 1px;
}
.button-small {
  text-transform: none;
  padding: 6px 12px;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #c37289;
}
::-moz-placeholder {
  color: #c37289;
}
:-moz-placeholder {
  color: #c37289;
}
:-ms-input-placeholder {
  color: #c37289;
}
.wrapper_web {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container_web {
  min-height: 1300px;
  display: flex;
  background-color: #f1e6d0;
  position: relative;
}
.container_web:before {
  content: "";
  position: absolute;
  background: url(../img/container-icon.png) no-repeat;
  width: 103px;
  height: 105px;
  left: -25px;
  top: -25px;
}
.flex {
  display: flex;
}
.flex-s {
  display: flex;
  justify-content: space-between;
}
.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
#navbar {
  width: 100%;
  position: absolute;
  top: 0px;
  height: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 10;
}
/* CONTENEDOR MENU */
.menu {
  width: 1200px;
  margin: 0 auto;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 99;
}

/* ITEMS DEL MENU */
.menu li {
  margin: 0 12px;
  list-style-type: none;
  position: relative;
}

/* ENLACES CON ESTILO RPG/EGIPCIO */
.menu a {
  color: #ffba00; /* dorado antiguo */
  font-size: 15px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 26px;
  display: block;
  height: 66px;
  line-height: 66px;
  position: relative;
  letter-spacing: 1px;
  text-shadow: 0 0 5px rgba(255, 215, 140, 0.3);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* LÍNEA EN HOVER */
.menu a:after {
  content: "";
  height: 2px;
  width: 0%;
  bottom: 10px;
  left: 50%;
  position: absolute;
  background: #ffd17f;
  transition: 0.3s;
  transform: translateX(-50%);
}

/* EFECTO LUZ EN HOVER */
.menu a:hover {
  color: #fff2b3;
  text-shadow: 0 0 10px #f8d274, 0 0 20px #f8d274;
}
.menu a:hover:after {
  width: 80%;
}

/* ACTIVO */
.menu .active a {
  color: #ffeb99;
  border-bottom: 2px solid #ffcf62;
  text-shadow: 0 0 6px #ffcc66;
}

/* Header
-----------------------------------------------------------------------------*/
.header_web {
  height: 450px;
  position: relative;
}
.logo a {
  display: block;
  position: absolute;
  top: 130px;
  left: 510px;
}

.countdown-block {
  position: absolute;
  bottom: 184px;
	right: 310px;
  text-align: center;
  width: 100%;
}
.countdown-block h3 {
  color: #5a2824;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}
.countdown li {
  margin: 0px 7px;
  position: relative;
	list-style-type: none;
}
.countdown li:after {
  content: ":";
  position: absolute;
  right: -12px;
  top: 8px;
  font-size: 38px;
  color: #3b0c16;
}
.countdown li:first-child:after {
  __display: none;
}
.countdown li:last-child:after {
  display: none;
}

.countdown span {
  display: block;
  background: rgba(120, 40, 62, 0.5);
  border-radius: 6px;
  height: 60px;
  width: 60px;
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  margin-bottom: 7px;
}
.countdown p {
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #5a2823;
  text-transform: uppercase;
}
.start-game {
  position: absolute;
  bottom: 75px;
  width: 100%;
  text-align: center;
  z-index: 3;
}

}
.leaves-1 {
  background: url(../img/leaves-1.png) no-repeat;
  width: 243px;
  height: 86px;
  position: absolute;
  left: 190px;
  bottom: 0;
  opacity: 0;
  animation: leaves-1 6s linear infinite;
}
.leaves-2 {
  background: url(../img/leaves-2.png) no-repeat;
  width: 202px;
  height: 150px;
  position: absolute;
  left: 190px;
  bottom: 0;
  opacity: 0;
  animation: leaves-1 6s linear infinite;
  animation-delay: 2s;
}
.leaves-3 {
  background: url(../img/leaves-3.png) no-repeat;
  width: 198px;
  height: 132px;
  position: absolute;
  left: 190px;
  bottom: 0;
  opacity: 0;
  animation: leaves-1 6s linear infinite;
  animation-delay: 4s;
}
.leaves-d-1 {
  animation-delay: 3s;
  background: url(../img/leaves-2-d.png) no-repeat;
}
.leaves-d-2 {
  animation-delay: 5s;
  background: url(../img/leaves-3-d.png) no-repeat;
}
.leaves-d-3 {
  animation-delay: 1s;
}
@keyframes leaves-1 {
  0% {
    left: 190px;
    bottom: 0px;
    transform: scale(0.5);
    opacity: 0;
  }
  10% {
    left: 240px;
    bottom: -20px;
  }
  20% {
    left: 290px;
    bottom: -40px;
    transform: scale(0.8);
    opacity: 1;
  }
  30% {
    left: 340px;
    bottom: -60px;
  }
  40% {
    left: 390px;
    bottom: -70px;
  }
  50% {
    left: 440px;
    bottom: -60px;
  }
  60% {
    left: 490px;
    bottom: -40px;
    transform: rotate(-50deg);
  }
  70% {
    left: 540px;
    bottom: -20px;
  }
  80% {
    left: 590px;
    bottom: 0px;
  }
  90% {
    left: 640px;
    bottom: 20px;
  }
  100% {
    left: 690px;
    bottom: 40px;
    transform: rotate(-100deg);
  }
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.download-block a {
  background: url(../img/download-button.jpg) center;
  height: 90px;
  font-size: 20px;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 1px solid #a880a0;
}
.download-block a span {
  padding-left: 50px;
}
.download-block a b {
  font-weight: 400;
  display: block;
  color: #d2d2e1;
  font-size: 12px;
  margin-top: 5px;
}
.widget {
  padding: 25px;
  min-height: 250px;
  border-bottom: 1px solid #885343;
}
.widget-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffba00;
  font-size: 14px;
  margin-bottom: 15px;
  position: relative;
}
.widget-title a:hover {
  text-decoration: underline;
}
.widget-title span {
  display: block;
  margin-top: 9px;
}
.widget-title:after {
  content: "";
  background: url(../img/widget-title-bg.png) center right no-repeat;
  width: 54px;
  height: 53px;
  position: absolute;
  right: -5px;
  top: -11px;
}
.widget-title span,
.widget-title a {
  text-transform: none;
  font-size: 12px;
  color: #c1d2dc;
  font-weight: 400;
}
.l-input {
  width: 235px;
  height: 59px;
  border: none;
  padding: 17px 60px 15px 10px;
  position: relative;
}
.l-input input {
  background: none;
  border: none;
  padding: 5px 15px;
  width: 170px;
}
.select-hidden {
  display: none;
  visibility: hidden;
}
.select {
  cursor: pointer;
  display: block;
  position: relative;
  width: 170px;
  height: 30px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in;
  color: #fff;
  padding: 7px 15px;
  width: 170px;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background: linear-gradient(to bottom, #712634, #873950);
  width: 200px;
  padding-left: 0px !important;
}
.select-options li {
  margin: 0;
  list-style: none !important;
  margin: 0px !important;
  padding: 10px 10px;
  border-bottom: 1px solid #9b656c;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  color: #fff;
}
.select-options li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.select-options li[rel="hide"] {
  display: none;
}
.login-block p {
  margin-bottom: 5px;
}
.login-block a:hover {
  text-decoration: underline;
}
.login-block .lost {
  color: #fff;
  font-size: 12px;
}
.login-block .widget-title:after {
  display: none;
}
.login {
  background: url(../img/login-input.png) no-repeat;
}
.pass {
  background: url(../img/password-input.png) no-repeat;
}
.select-s {
  background: url(../img/select_server.png) no-repeat;
}
.select-s-page {
  background: url(../img/select_server-page.png) no-repeat;
}
.buttons {
  margin-top: 10px;
}
.top-block {
  width: 100%;
  color: #c1d2dc;
}
.top-block span {
  display: block;
  padding-bottom: 1px;
}
.top-block .top-number {
  width: 35px;
}
.top-block .top-flag {
  width: 25px;
  padding-top: 2px;
}
.top-block .top-name {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-block .top-event-name {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-block .top-drop-name {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-block .top-lvl {
  width: 55px;
}
.top-block .top-lvl sup {
  font-size: 10px;
  color: #ff0000;
}
.top-block .top-event-time {
  width: 100px;
}
.top-list {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 214, 132, 0.15);
  background-color: rgba(41, 25, 17, 0.7);
  transition: all 0.3s ease-in-out;
  color: #f1e7c9;
}

.top-list a {
  color: #f1e7c9;
  text-decoration: none;
  width: 100%;
}

.top-list:hover {
  background: linear-gradient(to right, #7c541b, #a66d2d);
  box-shadow: 0 0 8px rgba(255, 214, 132, 0.5);
  color: #fff2cc;
  padding-left: 18px;
}

.top-list:hover a {
  color: #fff2cc;
}

.top-title {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  background: linear-gradient(to right, #4a2e1a, #5e3a1d);
  font-size: 14px;
  font-weight: bold;
  color: #ffd27b;
  border-bottom: 1px solid #8a652f;
  text-shadow: 0 0 2px #000;
}
.no-reset {
  text-align: right;
  margin-top: 15px;
}
.no-reset a {
  color: #fff;
  font-size: 12px;
}
.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery li {
  position: relative;
	list-style-type: none;
}
.gallery li img {
  outline: 1px solid rgba(255, 255, 255, 0.3);
  outline-offset: -1px;
  width: 113px;
  height: 75px;
}
.gallery li:first-child {
  margin-bottom: 8px;
}
.gallery li:first-child img {
  width: 235px;
  height: 145px;
  outline: 1px solid #ffffff;
}
.gallery li:first-child a {
  width: 235px;
  height: 145px;
}
.gallery li:first-child a:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 50px 80px 5px rgba(0, 0, 0, 0.7);
}
.gallery li:first-child a:before {
  content: "";
  background: url(../img/play-icon.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -23px;
  margin-top: -20px;
  width: 46px;
  height: 46px;
  z-index: 2;
}
.gallery li a {
  display: block;
  cursor: pointer;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
  width: 630px;
  line-height: 1.3;
  background: url(../img/block-bottom-bg.jpg) right bottom no-repeat;
  background: linear-gradient(to bottom, #1c120a, #2a1a13);
  padding-bottom: 20px;
  color: #f5e9cc; /* texto general claro */
}
.content-page {
  background: url(../img/block-top-bg.jpg) right top no-repeat;
  min-height: 50px;
  padding: 20px;
}
.content-page img {
  max-width: 590px;
}
.content-page ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.content-page ul li {
  list-style: circle;
  margin: 5px 0px;
}
.sidebar {
  width: 285px;
  background: url(../img/sidebar-bg.jpg);
}
.slider {
  overflow: hidden;
  position: relative;
  width: 630px;
  height: 280px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(255, 216, 125, 0.3);
  border: 1px solid rgba(255, 200, 100, 0.4);
  background-color: #1c120a;
}

.slider .slides {
  display: flex;
  transition: 0.8s ease-in-out;
  width: calc(630px * 3); /* Ajusta según cantidad de slides */
}

.slider .slide {
  min-width: 630px;
  height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.slider .slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 90%);
  top: 0;
  left: 0;
  z-index: 1;
}

.slider .slide-info {
  position: relative;
  z-index: 2;
  padding: 30px;
  color: #f5e9cc;
  font-family: 'Cinzel', serif;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.slider .slide-info h2 {
  font-size: 24px;
  font-weight: 700;
  color: #ffcc66;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.slider .slide-info .slide-text {
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 20px;
  border-left: 4px solid #e0b85d;
  font-size: 14px;
  width: 400px;
  margin-bottom: 12px;
  line-height: 1.5;
  box-shadow: 0 0 6px rgba(255, 215, 100, 0.3);
}

.slider .slide-i {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider .slide-date {
  font-size: 13px;
  color: #ffd07b;
  background: rgba(30, 20, 10, 0.5);
  padding: 6px 10px;
  border-radius: 3px;
  font-family: 'PT Sans', sans-serif;
}

.slider .slide-date span {
  font-weight: bold;
  color: #fff2cc;
  font-size: 16px;
}

.slider .arrows {
  position: absolute;
  height: 36px;
  width: 36px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slider:hover .arrows {
  opacity: 1;
}

.slider .next {
  right: 10px;
  background: url(../img/arrow-right.png) no-repeat center;
  background-size: contain;
}

.slider .prev {
  left: 10px;
  background: url(../img/arrow-left.png) no-repeat center;
  background-size: contain;
}

.slider .navigation {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 5;
}

.slider .navigation .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e0b85d;
  opacity: 0.6;
  transition: all 0.3s ease;
  box-shadow: 0 0 4px rgba(255, 208, 100, 0.3);
  cursor: pointer;
}

.slider .navigation .dot.active {
  opacity: 1;
  background-color: #ffcc66;
  box-shadow: 0 0 10px rgba(255, 215, 100, 0.7);
}

.content-title, .title1 {
  background: url(../img/content-title-bg.jpg) no-repeat;
  min-height: 50px;
  display: flex;
  align-items: center;
  background-color: #cec5b0;
  border-bottom: 1px solid #b8af9c;
  margin-bottom: 1px;
}
.content-title h1,
.content-title h2,
.content-title h3,
.title1 h1,
.title1 h2,
.title1 h3 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 400;
  padding: 0px 25px;
}
.block {
  background: url(../img/block-top-bg.jpg) right top no-repeat, url(../img/block-bottom-bg.jpg) right bottom no-repeat;
  min-height: 110px;
  background-color: #fff;
  padding: 1px;
}
.news-block {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
}
.news {
  position: relative;
  margin-bottom: 2px;
  transition: 0.3s;
}
.news:after {
  content: "";
  height: calc(100% - 2px);
  position: absolute;
  border-right: 1px solid #cbbcbc;
  border-left: 1px solid #fff;
  width: 0px;
  top: 1px;
  left: 245px;
}
.news .news-img {
  width: 245px;
}
.news .news-img img {
  display: block;
}
.news .news-info {
  width: 385px;
  padding: 15px 20px;
}
.news .news-info p {
  line-height: 1.6;
  margin-bottom: 10px;
}
.news:hover {
  margin: 0px -5px 2px -5px;
  box-shadow: 0px 5px 8px 1px rgba(171, 152, 154, 0.6), 0px -5px 8px 1px rgba(171, 152, 154, 0.6);
}
.news:hover .button {
  background: #6a2e36;
}
.news-date {
  font-family: Candara, Arial, sans-serif;
  color: #903c3c;
  font-size: 14px;
}
.news-date b {
  font-size: 18px;
  font-weight: 600;
}
.top-news-block:before {
  content: "";
  background: url(../img/texture_right.png) repeat-y;
  position: absolute;
  width: 29px;
  height: 100%;
  right: 0;
  top: 0;
}
.top-news-block:after {
  content: "";
  border-right: 1px solid rgba(197, 157, 154, 0.5);
  border-left: none;
}
.top-news-block:hover {
  margin: 0px 0px 2px 0px;
}
.top-news-block .news-info {
  padding: 20px 20px 80px 20px;
  position: relative;
}
.top-news-block .news-info h2 {
  border-bottom: 1px solid #a88d5e;
  margin: 0px -20px 20px -19px;
  padding: 0px 20px 20px 20px;
}
.top-news {
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}
.top-news-img {
  position: relative;
}
.top-news-img .read-more {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
.top-news-i {
  position: absolute;
  width: 340px;
  bottom: 50px;
}
.top-news-v {
  color: #9e998f;
  font-size: 12px;
}
.top-news-v a {
  text-decoration: none;
}
.br-t {
  margin: 0px 15px;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-numbers {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  line-height: 30px;
  border: 1px solid rgba(145, 125, 86, 0.3);
  border-radius: 50%;
  text-decoration: none !important;
  color: #8d7951;
  font-size: 12px;
  margin: 0px 7px;
}
.page-numbers.active {
  background: #cd3030;
  color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.page-numbers.prev,
.page-numbers.next {
  border: 1px solid #e2c3c3;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: 0px;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
  background-color: #cd3030;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.page-numbers.prev {
  margin: 0px 25px 0px 0px;
}
.page-numbers.next {
  margin: 0px 0px 0px 25px;
}
.page-numbers.prev:after {
  content: "";
  position: absolute;
  background: url(../img/prev-p.png) no-repeat;
  width: 15px;
  height: 12px;
  margin-left: -8px;
  margin-top: -6px;
  left: 50%;
  top: 50%;
  z-index: 2;
}
.page-numbers.prev:hover:after {
  background: url(../img/prev-p.png) 0px -12px no-repeat;
}
.page-numbers.next:after {
  content: "";
  position: absolute;
  background: url(../img/next-p.png) no-repeat;
  width: 15px;
  height: 12px;
  margin-right: -8px;
  margin-top: -6px;
  right: 50%;
  top: 50%;
}
.page-numbers.next:hover:after {
  background: url(../img/next-p.png) 0px -12px no-repeat;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.status-block {
  background: url(../img/status-bg.jpg) no-repeat;
  height: 80px;
}
.server-x {
  background: url(../img/status-icon.png) no-repeat;
  width: 84px;
  height: 67px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  padding: 22px 0px 0px 5px;
}
.server {
  width: 160px;
  font-size: 12px;
}
.server .server-name {
  color: #fec16a;
}
.server .status-online, .server .status-offline {
  color: #fff;
}
.server .status-online b {
  font-weight: 400;
  color: #58c526;
}
.server .status-offline b {
  font-weight: 400;
  color: #f7161d;
}
.progress-barr {
  height: 4px;
  background-color: #441510;
  border-radius: 5px;
  margin: 9px 0px 6px 0px;
  position: relative;
}
.progress-barr:after {
  content: "";
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.05);
  width: 103%;
  height: 100%;
  top: -2px;
  left: -3px;
  padding: 2px;
  border-radius: 5px;
}
.progress-barr span {
  height: 4px;
  background-color: #58c526;
  display: block;
  border-radius: 5px;
}
.desc {
  color: #fec16a;
  font-size: 10px;
  text-decoration: underline;
}
.desc:hover {
  text-decoration: none;
}
.top-block.guild .top-number {
  width: 60px;
}
.top-block.guild .top-number img {
  margin-bottom: -2px;
}
.top-block.guild .top-name {
  width: 105px;
}
.top-block.guild .score {
  width: 60px;
}
.events {
  line-height: 1.2;
}
.events li {
  border-bottom: 1px solid #843349;
  padding: 15px 0px;
  transition: 0.3s;
}
.events li:hover {
  background: linear-gradient(to bottom, #390b13, #671f39);
  margin: -1px -25px 0px -25px;
  padding: 15px 20px 15px 20px;
  box-shadow: 0px 0px 10px 0px rgba(162, 132, 136, 0.5);
  color: #fd588a;
}
.events li:hover a {
  color: #fd588a;
}
.events li:hover span {
  color: #ad5169;
}
.events li a {
  display: block;
  margin-bottom: 4px;
  color: #fdc3d3;
}
.events li span {
  color: #bfb5ae;
  font-size: 11px;
}
.guides li {
  padding: 15px 0px 12px 0px;
}
.guides li:hover {
  margin: -3px -25px 0px -25px;
}
.guides li a {
  color: #fff;
}
.banner-block {
  min-height: 100px;
}
.banner-FB {
  text-align:center;
  width: 250px;
  align-items: center;
  margin-left:15px;
  margin-bottom:15px;
}
.banner-block img {
  border: 1px solid #b5486d;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  height: 310px;
  background: url(../img/footer-bg.jpg) center bottom no-repeat;
  position: relative;
  font-family: 'Cinzel', serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-content {
  background: none;
  padding: 20px 30px;
  text-align: center;
  max-width: 1200px;
}

.f-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 15px;
}

.f-menu li {
  list-style-type: none;
}

.f-menu li a {
  text-transform: uppercase;
  font-size: 13px;
  color: #ffd972;
  text-shadow: 0 0 5px #000, 0 0 6px #ffcc66;
  transition: all 0.3s ease;
}

.f-menu li a:hover {
  color: #ffffff;
  text-shadow: 0 0 8px #fff7c4;
}

.soc-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.soc-block a {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(255, 215, 100, 0.15);
  border: 1px solid rgba(255, 215, 100, 0.4);
  transition: 0.3s ease;
}

.soc-block a:hover {
  background-color: #ffd36b;
  border-color: #fff6cc;
}

.soc-block .facebook {
  background: url(../img/soc-icons.png) 7px 4px no-repeat;
}
.soc-block .twitter {
  background: url(../img/soc-icons.png) -32px 4px no-repeat;
}
.soc-block .twitch {
  background: url(../img/soc-icons.png) -72px 4px no-repeat;
}
.soc-block .youtube {
  background: url(../img/soc-icons.png) -113px 4px no-repeat;
}

.copyright p {
  font-size: 12px;
  color: #ffe9b3;
  text-shadow: 0 0 4px #000, 0 0 5px #ffcc66;
  margin-bottom: 5px;
}

.copyright p a {
  color: #ffcc66;
  font-weight: bold;
}

.lenguage {
  margin-top: 8px;
}

.lenguage a {
  display: inline-block;
  margin: 0 5px;
}


#toTop {
  background: url(../img/top-button.png) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 53px;
  right: 150px;
  cursor: pointer;
  display: block;
  z-index: 2;
}
.red-light {
  background: url(../img/red-light-top-bg.jpg) center top no-repeat, url(../img/red-light-bottom-bg.jpg) center bottom no-repeat, url(../img/red-light-bg.jpg) center repeat-y;
}
/* Estilo mejorado para el bloque de información del servidor */
.widget.red-dark {
  background: url(../img/red-dark-top-bg.jpg) center top no-repeat,
              url(../img/red-dark-bottom-bg.jpg) center bottom no-repeat;
  background-color: #3b2621;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(255, 200, 100, 0.2);
  color: #f0e6d2;
  font-family: 'Roboto', sans-serif;
}

.widget.red-dark .widget-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fec16a;
  border-bottom: 1px solid #9b693c;
  margin-bottom: 10px;
  padding-bottom: 6px;
}

.widget.red-dark .widget-title span {
  display: block;
  font-size: 12px;
  color: #f2cdb3;
  font-weight: normal;
  margin-top: 4px;
}

.widget.red-dark table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-top: 10px;
  color: #fceede;
}

.widget.red-dark table tr td {
  padding: 8px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease, color 0.3s ease;
}

.widget.red-dark table tr td:first-child {
  color: #b88770;
  text-align: left;
}

.widget.red-dark table tr td:last-child {
  text-align: right;
  font-weight: bold;
  color: #fec16a;
}

.widget.red-dark table tr:last-child td:last-child {
  color: #00cc33;
}

/* Hover solo sobre filas */
.widget.red-dark table tr:hover td {
  background: rgba(255, 220, 130, 0.05);
  box-shadow: inset 0 0 4px rgba(255, 220, 130, 0.15);
  color: #fec16a;
}



/* Ajustes visuales responsivos opcionales */
@media screen and (max-width: 480px) {
  .widget.red-dark table tr td {
    font-size: 12px;
  }
}

.brown-widget {
  background: url(../img/brown-top-bg.jpg) center top no-repeat, url(../img/brown-bottom-bg.jpg) center bottom no-repeat, url(../img/brown-bg.jpg) repeat-y;
  min-height: 450px;
}
.modalx-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  overflow: auto;
  visibility: hidden;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
.modal_window {
  z-index: 9999;
  position: relative;
  cursor: auto;
  margin: 0 auto;
  display: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin-bottom: 20px;
  transform: scale(0.4);
  background: #000;
  width: 1000px;
  height: 540px;
  box-shadow: 0px 10px 63px 0px rgba(0, 0, 0, 0.5);
  background: url(../img/sidebar-bg.jpg);
}
.close-r {
  display: block;
  position: absolute;
  margin-top: -25px;
  width: 70px;
  height: 70px;
  right: -35px;
  background: url(../img/close_popup.png) no-repeat;
  filter: hue-rotate(50deg);
  -webkit-filter: hue-rotate(50deg);
}
.modal_window iframe {
  border: 0px;
}

/*Web Engine
-----------------------------------------------------------------------------*/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-top: none !important;
}

.admincp-button {
	position:absolute;
	top:10px;
  right:10px;
  z-index: 9999;
}

.page-title {
	color: #8e4f40;
	font-family: 'PT Sans', sans-serif;
	font-size: 32px;
	margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
/*Idiomas*/
.lenguage a{
  margin:0px 5px;
}
.lenguage a:hover{
  filter: brightness(110%);
}
/* RANKINGS MODULE - HORUS STYLE */
.rankings-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background: rgba(42, 25, 13, 0.97);
  font-family: 'PT Sans', sans-serif;
  color: #f5e9cc;
  box-shadow: 0 0 10px rgba(255, 208, 115, 0.07);
  border-radius: 6px;
  overflow: hidden;
}

.rankings-table tr:first-child td {
  background: #3b2a1c;
  color: #f0c75e;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 2px solid #8d6c3b;
}

.rankings-table tr td {
  border-bottom: 1px solid #5a3b28;
  padding: 10px;
  font-size: 15px;
  vertical-align: middle !important;
  text-align: center;
}

.rankings-table tr:nth-child(even) {
  background-color: rgba(255, 203, 106, 0.015);
}

.rankings-table tr:hover {
  background-color: rgba(242, 201, 116, 0.05);
  transition: all 0.3s ease;
}

/* Posición del ranking (numeración) */
.rankings-table-place {
  color: #ffd67f;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

/* Imagen de clase del personaje */
.rankings-class-image {
  width: 30px;
  height: auto;
  box-shadow: 0 0 5px #c1a563;
  border-radius: 3px;
}

/* Gens icon */
.rankings-gens-img {
  height: 22px !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Última actualización */
.rankings-update-time {
  text-align: right;
  font-size: 12px;
  color: #aa9a7b;
  font-style: italic;
  margin-top: 10px;
}

/* Menú de ranking */
.rankings_menu {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.rankings_menu span {
  display: inline-block;
  padding: 10px 0;
  color: #ccc;
  font-size: 22px;
  font-family: 'Cinzel', serif;
}

.rankings_menu a {
  background: linear-gradient(to bottom, #6b4226, #3d2817);
  border: 1px solid #a47438;
  text-shadow: 0 0 5px #000;
  border-radius: 5px;
  color: #fff4d6;
  padding: 6px 14px;
  margin: 5px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  transition: all 0.3s ease;
}

.rankings_menu a:hover {
  background: #5a3b14;
  color: #fffde3;
  box-shadow: 0 0 10px #f2c97480;
}

.rankings_menu a.active {
  background: linear-gradient(to bottom, #a0762b, #5e3c15); /* Dorado a marrón oscuro */
  border: 1px solid #d8b56e;
  color: #fff2cc;
  text-shadow: 0 0 4px #000;
}


/* Guild logos */
.rankings_guild_logo tr td {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}


/* MY ACCOUNT MODULE */
.myaccount-table {
	width: 100%;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
}
.myaccount-table tr:first-child td {
  border-top: 2px solid #fec16a!important;
}
.myaccount-table tr td:first-child {
	color: #666;
	font-weight: bold;
}
.myaccount-table tr td {
	border-bottom: 1px solid #e3e3e3;
	padding: 15px !important;
}
.myaccount-table tr:last-child td {
	border: 0px;
}

/* GENERAL TABLE UI */
.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	padding: 10px;
	margin: 10px 0px;
}
.general-table-ui tr td {
	padding: 5px;
	vertical-align: middle !important;
}
.general-table-ui tr:first-child td {
  color: #ff0000;
  border-top: 2px solid #fec16a!important;
}
.general-table-ui tr:nth-child(2n+2) td {
	background: #fafafa;
}
.general-table-ui tr td {
	text-align: center;
}
.general-table-ui img {
	width: 50px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* TERMS OF SERVICE PAGE */
.tos_list li {
	color: #aa0000;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
}
.tos_list li p {
	color: #444;
	text-align: justify;
	text-justify: inter-word;
	text-transform: none;
	padding-right: 35px;
	font-size: 14px;
	font-weight: normal;
}

/* PAYPAL */
.paypal-gateway-container {
width: 100%;
background: #1a2133;
border: 1px solid #2e374f;
}

.paypal-gateway-logo {
width: 100%;
height: 68px;
background: #fff9ec url('../img/paypal-logo-200-68.png') no-repeat top center;
margin-bottom: 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.paypal-gateway-content {
margin: 10px;
background: #fef2da;
border: 2px solid #f79433;
padding: 10px;
overflow: auto;
}

.paypal-gateway-conversion-rate {
margin: 0px auto;
text-align: center;
color: #000;
font-size: 18px;
padding: 10px 0px;
}

.paypal-gateway-form {
width: 100%;
margin: 0px auto;
text-align: center;
}

.paypal-gateway-form div {
display: inline-block;
padding: 0px 10px;
color: #000;
font-size: 18px;
}

.paypal-gateway-form div input{
  background: #fff;
  border-radius:0; 
  color: #000; 
  padding: 0;
}

.paypal-gateway-form input[type=text] {
width: 40px;
}

.paypal-gateway-continue {
margin: 0px auto;
text-align: center;
}

.paypal-gateway-continue input[type=submit] {
background: url('../img/paypal-submit.jpg') no-repeat;
width: 200px;
height: 40px;
border: 0px;
}
/* GENERAL PANEL STYLING */
.panel-general {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
  color: #333;
  border-top: 2px solid #fec16a!important;
}

.panel-body .panel-title {
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px !important;
  font-weight: bold;
  
}
/* ADD STATS MODULE */
.panel-addstats {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
  color: #333;
  border-top: 2px solid #fec16a!important;
}
.panel-addstats .character-avatar img {
	width: 100px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.panel-addstats .character-name {
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0px;
	margin-bottom: 20px !important;
	font-weight: bold;
}

/* DOWNLOADS */
.panel-downloads {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}
	.download-description {
		font-size: 11px;
		position: relative;
		top: -7px;
		color: #777;
	}

.online-status-indicator {
	margin-left: 5px;
}
/* PANEL SIDEBAR EVENT TIMERS */
.event-schedule{
  padding:20px 10px;
}
.event-schedule:hover{
  padding:20px 35px;
}
.event-schedule-open {
	color: #00ff00;
}

.event-schedule-inprogress {
	color: #ffff00;
}

.smalltext {
	font-size: 11px;
  color:#ffb86b;;
}

/*CASTLE SIEGUE*/
.cs-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #fec16a;
  font-size: 12px;
  display: block;
  margin:15px 0px 10px 0px;
}
#top_guilds img{
  background: #000;
  border-radius:5px;
}
.guild_countdown {
  text-transform: none;
  font-size: 16px;
  color: #c1d2dc;
  font-weight: 400;
}
.guild_countdown span {
  color: #fd588a;
  font-size: 16px;
  font-weight:600;
}
/* NEWS MODULE */
.panel-news {
	margin-bottom: 30px;
	color: #333;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 0 10px #e3e3e3;
	-webkit-box-shadow: 0 0 10px #e3e3e3;
	box-shadow: 0 0 10px #e3e3e3;
}
.panel-news .panel-heading {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #ffefef;
}
.panel-news .panel-title {
	color: #c04e4e;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.panel-news .panel-footer {
	border-top: 1px solid #e7e7e7;
	background: #fff;
	font-style: italic;
	font-size: 11px;
	height: 40px;
	color: #777;
}

.module-horus {
  margin: 20px 0;
  padding: 25px;
  background: linear-gradient(to bottom, #2f1a13, #3e291c);
  border: 1px solid #a47438;
  box-shadow: 0 0 10px rgba(255, 208, 115, 0.1);
  border-radius: 8px;
  color: #f5e9cc;
}

.module-title {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  text-transform: uppercase;
  border-bottom: 2px solid #ffcf62;
  color: #ffba00;
  text-shadow: 0 0 6px rgba(255, 204, 102, 0.3);
}

.horus-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(42, 25, 13, 0.95);
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #fff4d6;
}

.horus-table td {
  padding: 10px 12px;
  border: 1px solid #5a3b28;
}

.horus-table thead td {
  font-weight: bold;
  background-color: #3b2a1c;
  color: #ffdf9a;
  border-bottom: 2px solid #8d6c3b;
}

.horus-table tr:nth-child(odd) {
  background-color: rgba(255, 203, 106, 0.03);
}

.horus-table tr:hover {
  background-color: rgba(255, 191, 85, 0.07);
  transition: background 0.3s ease;
}

.horus-downloads {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 15px 0;
}

.horus-download-left,
.horus-download-right {
  flex: 1;
  min-width: 280px;
}

.file-size {
  color: #f2c974;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}

.filesBlock {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.btn-horus {
  background: linear-gradient(to bottom, #40291e, #2f1a13);
  border: 1px solid #a47438;
  color: #fff4d6;
  padding: 8px 16px;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 5px rgba(255, 208, 115, 0.1);
}

.btn-horus:hover {
  background: #5a3b14;
  color: #fffde3;
  box-shadow: 0 0 10px #f2c97480;
}

.btn-horus.big {
  padding: 10px 24px;
  font-size: 14px;
}

.horus-download-right h3 {
  font-family: 'Cinzel', serif;
  color: #ffcf62;
  margin-bottom: 8px;
  font-size: 18px;
}

.horus-download-right p {
  color: #e9d6b8;
  font-size: 13px;
  margin-bottom: 15px;
}

.horus-drivers {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 15px;
}

.horus-drivers img {
  height: 50px;
  transition: transform 0.3s ease;
}
.horus-drivers img:hover {
  transform: scale(1.05);
}

.horus-header {
  position: relative;
  width: 100%;
  height: 420px; /* Ajustá esta altura según tu diseño */
  overflow: hidden;
  z-index: 0;
  margin-top: 80px; /* ⬅️ separa el header del menú superior */
}

/* CONTENEDOR DEL VIDEO */
.header-video-container {
  position: relative;
  top: 0;
  left: 0;
  height: 210%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

/* VIDEO EN SÍ */
#horusVideoBg {
  box-shadow: 0 0 80px 80px rgba(64, 32, 26, 0.6); /* tu color de fondo */
  position: absolute;
  top: 25%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%) scale(0.55); /* Zoom ajustado */
  object-fit: cover;
  z-index: 0;
  pointer-events: none; /* Para evitar que interfiera con clics */
}

.video-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  pointer-events: none;
  z-index: 2;

  background: 
    linear-gradient(to right, 
      rgba(64, 32, 26, 0.7) 0%, 
      rgba(64, 32, 26, 0.4) 5%, 
      rgba(64, 32, 26, 0) 15%, 
      rgba(64, 32, 26, 0) 85%, 
      rgba(64, 32, 26, 0.4) 95%, 
      rgba(64, 32, 26, 0.7) 100%);
  filter: blur(2px);
  opacity: 0.95;
}

.header-overlay-banner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 102%;
  max-width: 1600px;
  z-index: 5;
  pointer-events: none;
}

.video-edge-fade .fade-top,
.video-edge-fade .fade-bottom,
.video-edge-fade .fade-left,
.video-edge-fade .fade-right {
  position: absolute;
  pointer-events: none;
  z-index: 3;
}

/* Borde superior */
.video-edge-fade .fade-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(64,32,26,0.9), rgba(64,32,26,0));
}

/* Borde inferior */
.video-edge-fade .fade-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, rgba(64,32,26,0.9), rgba(64,32,26,0));
}

/* Borde izquierdo */
.video-edge-fade .fade-left {
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(to right, rgba(49,24,20,0.65), rgba(64,32,26,0));
}

/* Borde derecho */
.video-edge-fade .fade-right {
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(to left, rgba(55,28,21,0.9), rgba(64,32,26,0));
}

/* === Noticias HorusMU === */

.news-article {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 20px;
  background: rgba(0,0,0,0.3);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.15);
}

.news-image {
  flex: 1 1 35%;
  max-width: 35%;
}

.news-image img {
  width: 100%;
  border-radius: 6px;
  border: 2px solid #a88040;
}

.news-content {
  flex: 1 1 65%;
  max-width: 65%;
  padding-left: 20px;
  color: #f5e8d4;
}

.news-content h3 {
  font-size: 24px;
  color: #ffc663;
  margin-bottom: 10px;
  text-shadow: 1px 1px 2px #000;
}

.news-content h3 a {
  color: #ffc663;
  text-decoration: none;
}

.news-content h3 a:hover {
  color: #fff2bf;
}

.news-content p, .news-content li, .news-content span {
  font-size: 15px;
  line-height: 1.6;
  color: #e9d9b0;
}

.news-date {
  display: block;
  font-size: 12px;
  color: #aaa;
  margin-top: 10px;
  font-style: italic;
}

.news-content a {
  color: #ff9b67;
  font-weight: bold;
  text-decoration: none;
}

.news-content a:hover {
  color: #ffd8b0;
  text-decoration: underline;
}

/* === ESTILOS HORUSMU PARA PANEL DE USUARIO === */

:root {
  --horus-fondo-oscuro: #1b0f08;
  --horus-fondo-widget: #26150d;
  --horus-dorado: #f5c359;
  --horus-dorado-acento: #ffd98b;
  --horus-texto-claro: #fefefe;
  --horus-texto-secundario: #d9d2c3;
  --horus-borde-dorado: rgba(245, 195, 89, 0.5);
}

.miniranks {
  background: linear-gradient(to right, #3e2a11, #291b08);
  border: 1px solid var(--horus-dorado);
  color: var(--horus-dorado);
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.8rem 1.4rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  border-radius: 0.4rem;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
.miniranks i {
  margin-right: 0.6em;
  font-size: 1.1em;
}

.card {
  background: var(--horus-fondo-widget);
  border: 1px solid var(--horus-borde-dorado);
  border-radius: 8px;
  color: var(--horus-texto-claro);
  font-family: 'PT Sans', sans-serif;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  margin-bottom: 1.2rem;
}

.card-header {
  background: linear-gradient(to right, #4a3218, #2f1f0b);
  color: var(--horus-dorado);
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid var(--horus-borde-dorado);
  padding: 0.8rem 1.3rem;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-size: 1.05rem;
}

.card-text {
  color: var(--horus-dorado-acento);
  font-weight: bold;
  font-size: 1.7rem;
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
}

.card.mb-3 {
  background: linear-gradient(to right, #2c1a0c, #1b0f08);
  align-items: center;
}
.card.mb-3 img.img-fluid.rounded-start {
  border: 3px solid var(--horus-dorado);
  background: rgba(138, 98, 27, 0.3);
  padding: 5px;
  border-radius: 50%;
  max-width: 90px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.card.mb-3 .card-title {
  color: var(--horus-dorado);
  font-size: 1.4rem;
}
.card.mb-3 .card-text {
  color: var(--horus-texto-secundario);
  font-size: 1.05rem;
}

/* Progress bar estilo dorado */
.progress {
  height: 25px !important;
  background: #3a2a17 !important;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
}
.progress-bar.bg-aifos {
  background: linear-gradient(to right, var(--horus-dorado), var(--horus-dorado-acento));
  color: #1b0f08;
  font-size: 15px;
  font-weight: 600;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.4s ease-in-out;
}

.btn.btn-outline-dark {
  background: transparent;
  color: var(--horus-dorado) !important;
  border: 1px solid var(--horus-dorado);
  font-size: 1.1rem;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  transition: 0.3s ease;
  font-family: 'PT Sans', sans-serif;
}
.btn.btn-outline-dark:hover {
  background: var(--horus-dorado);
  color: var(--horus-fondo-oscuro) !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}


