body,
html {
  font-family: "Noto Serif", serif !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #e1bf8c !important;
  background-color: #120a0a !important;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
  scroll-behavior: smooth;
}

h2,
h3,
h4 {
  font-family: "Noto Serif", serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #608dfd;
  font-weight: 400;
  cursor:pointer !important;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #608dfd;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  background: linear-gradient(to bottom, rgba(18, 10, 10, 1), rgba(18, 10, 10, 0.9), rgba(18, 10, 10, 0.8), rgba(18, 10, 10, 0.4), rgba(18, 10, 10, 0));
  padding: 15px;
  transition: all 0.8s;
}

#menu.navbar-default {
  background-color: transparent;

}
#menu a.navbar-brand {
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Noto Serif", serif;
  text-transform: uppercase;
  color: #e1bf8c;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
  cursor: pointer;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: relative;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #ffbf50 0%, #fa9500 100%);
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}

#menu.navbar-default .navbar-nav > li > a.active::after {
  display: block !important;
  position: relative !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #ffbf50 0%, #fa9500 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}

/* Nueva regla, excluyendo anchors con la clase 'no-gradient' */
#menu.navbar-default .navbar-nav > li > a:is(.generic-button):after {
  display: block;
  position: relative;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #ffbf50 0%, #fa9500 100%);
  content: "";
  transition: width 0.2s;
}

#menu .language .p-dropdown-trigger {
  display:none;
  margin-top:5px;
}

#menu .selectLanguage {
  font-family: "Noto Serif", serif !important;
  color: #e1bf8c !important;
  background: url(../img/translate.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

/*
.p-dropdown-items {
  margin-top:20px;
}*/

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after
.navbar-default .navbar-nav > a.active {
  display: block !important;
  position: relative !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #ffbf50 0%, #fa9500 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggler {
  border-radius: 0;
}
.navbar-toggler-icon {
  filter: invert(78%) sepia(23%) saturate(410%) hue-rotate(18deg);
}
.navbar-default .navbar-toggler:hover,
.navbar-default .navbar-toggler:focus {

  /*border-color: #ffbf50;*/
}
.navbar-default .navbar-toggler:hover > .icon-bar {
  background-color: #ffbf50;
}
.btn-custom {
  font-family: "Noto Serif", serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #5ca9fb;
  background-image: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #5ca9fb;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  background: url(../img/header_image.jpg) center center no-repeat;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro-small {
  display: table;
  width: 100%;
  padding: 0;
  background: url(../img/header_image.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro .overlay {
  background: rgba(0, 0, 0, 0);
}
.intro h1 {
  font-family: "Noto Serif", serif;

  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.intro h1 span {
  font-weight: 800;
  color: #5ca9fb;
}
.intro p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
}
header .logo {
  padding-top: 350px;
  padding-bottom: 160px;
  text-align: center;
}

header .logo-small {
  padding-top: 75px;
  text-align: center;
}

.logo img {
  width: 550px;
}

.logo-small img{
  max-width: 350px;
}

/* Support */
#support {
  max-width: 100% !important;
  color: #e1bf8c;
}

#support .header-section h2{
  margin-bottom: 30px;
}
/* Streamers */
#streamers {
  max-width: 100% !important;
  color: #e1bf8c;
  background:   url(../img/fire1.png) left top repeat-x, /* Línea de fuego arriba */
  url(../img/fire1.png) right bottom repeat-x, /* Línea de fuego abajo */
  url(../img/streamers.png) right center no-repeat; /* Imagen central */
  min-height: 553px;
}

#streamers .header-section h2 {
  text-align: left;
  margin-bottom: 30px;
}

#streamers .header-section h2:after {
  left: 32%;

}

#streamers .container {
  padding-top: 10%;
}

/* Trailer Section */
#trailer {
  max-width: 100% !important;
                       padding-top:80px;
                       color: #e1bf8c;

  background: linear-gradient(to top,
  rgba(73, 31, 9, 0),
  rgba(73, 31, 9, 0.10),
  rgba(73, 31, 9, 0.30),
  rgba(73, 31, 9, 0.60),
  rgba(73, 31, 9, 1),
  rgba(73, 31, 9, 0.60),
  rgba(73, 31, 9, 0.30),
  rgba(73, 31, 9, 0.10),
  rgba(73, 31, 9, 0));
}

#trailer .video {
  padding-top: 30px;
}
/* About Section */
#about {
  padding-top: 80px;
  color: #e1bf8c;
  max-width: 100% !important;
}

#about p {
}
#about p:last-child {
  margin-top: 15px;
}

#about img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}
/* Footer Section*/
#footer {
  background: url('/img/footer.jpg') no-repeat center;
  background-size: cover;
  height: 300px;
  justify-content: end;
  margin-top: -182px;
  max-width: 100% !important;
}
#footer p {
  color: #e1bf8c;
  font-size: 14px;
}
#footer a {
  color: #608dfd;
}
#footer a:hover {
  border-bottom: 2px solid #608dfd;
}

#footer li {
  list-style:none;
  padding-left:10px;
  padding-bottom:15px;
}
#footer .logo {
  max-width: 20px;
}

#footer .language {
  font-family: "Noto Serif", serif !important;
  color: #e1bf8c !important;
  margin-top: -50px;
}

.p-connected-overlay-enter-done {
  background: linear-gradient(to bottom,
  rgba(32, 14, 8, 1),
  rgba(32, 14, 8, 0.8),
  rgba(60, 25, 12, 0.8),
  rgba(60, 25, 12, 0.8),
  rgba(32, 14, 8, 0.8),
  rgba(32, 14, 8, 1));
  border: #806b32 solid 1px;
  padding-right: 15px;
  padding-top:15px;
}

.navbar-nav {
  display: inline-flex;
  float: none;
  margin: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

#downloads {
  margin-top: -100px;
}

.download-buttons-container {
  padding: 20px;
}

.download-button {
  cursor: pointer !important;
  display: flex;
  flex-direction: row; /* Cambiar a fila */
  align-items: center; /* Alinear verticalmente al centro */
  justify-content: center;
  background-color: #1a1a1a; /* Fondo oscuro */
  color: #cba135; /* Color dorado */
  border: 2px solid #cba135; /* Borde dorado */
  border-radius: 8px; /* Bordes redondeados */
  margin: 10px;
  padding: 20px;
  width: 250px; /* Ajustar según sea necesario */
  height: 70px; /* Ajustar según sea necesario */
  text-align: center;
}

.download-flex {
  display: flex!important;
}

.download-button i {
  margin-right: 10px; /* Espacio entre el icono y el texto */
}

.download-button span {
  font-size: 16px; /* Tamaño del texto */
}

#downloads .play-now img {
  max-width: 500px;
}

.header-section h2 {
  font-size: 3rem;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}

.header-section h2:after{
  content: '';
  display: block;
  background: url('/img/title_back.png') no-repeat center;
  background-size: contain;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: -10px; /* Ajusta según sea necesario */
  transform: translateX(-50%);
  width: 100%;
}

.generic-button {
  display: inline-block !important;
  height: 40px; /* Altura del botón */
  padding: 0 20px !important; /* Espacio interno a los lados del texto */
  font-size: 16px !important; /* Tamaño del texto */
  color: #edc47f !important; /* Color del texto */
  text-align: center !important; /* Centrar el texto */
  text-decoration: none !important; /* Eliminar subrayado del enlace */
  line-height: 40px !important; /* Alinea el texto verticalmente */
  background:
          url('../img/button-left.jpg') no-repeat left,
          url('../img/button-right.jpg') no-repeat right,
          url('../img/button-center.jpg') repeat-x center !important;
  border: none !important; /* Eliminar el borde */
  cursor: pointer !important; /* Cambia el cursor al pasar sobre el botón */
  text-shadow: 0 0 1px #edc47f, 0 0 1px #edc47f, 0 0 1px #edc47f, 0 0 1px #edc47f, 0 0 1px #edc47f;
}
.generic-button:hover {
  text-shadow: 0 0 10px #edc47f, 0 0 10px #edc47f, 0 0 6px #edc47f, 0 0 10px #edc47f, 0 0 10px #edc47f;
}

.margintop-20 {
  margin-top: 20px;
}

.ReactModal__Content--after-open {
    inset: 10% 0px 0px;
    border: 0px;
    background-color: #120a0a !important;
    overflow: auto;
    border-radius: 4px;
    outline: none;
    padding: 20px;
    margin: 0px;
    height: 100%;
}
.legal {
  color: #e1bf8c !important;
  background-color: #120a0a !important;
}
.legal h1 {
  margin-bottom: 20px !important;
  font-size: 16px !important;
}
.legal h2 {
  margin-bottom: 20px !important;
  font-size: 20px !important;
}


.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-box {
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.login-box h2 {
  text-align: center;
  color: #fff;
}

.login-box input {
  padding: 0.8rem;
  border: none;
  border-radius: 6px;
  background: #ffffff20;
  color: #fff;
  font-size: 1rem;
  outline: none;
}

.login-box input::placeholder {
  color: #ccc;
}

.login-box button {
  padding: 0.8rem;
  background-color: #4a90e2;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.login-box button:hover {
  background-color: #357ab7;
}


#payments {
  padding-top: 80px;
  color: #e1bf8c;
  max-width: 100% !important;
}

#payments p {
}
#payments p:last-child {
  margin-top: 15px;
}

#payments img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#payments p {
  line-height: 24px;
}

#payments .payCard {
    cursor: pointer !important;
    display: flex;
    flex-direction: column; /* Cambiar a fila */
    align-items: center; /* Alinear verticalmente al centro */
    justify-content: center;
    background-color: #1a1a1a; /* Fondo oscuro */
    color: #cba135; /* Color dorado */
    border: 2px solid #cba135; /* Borde dorado */
    border-radius: 8px; /* Bordes redondeados */
    margin: 10px;
    padding: 20px;
    width: 250px; /* Ajustar según sea necesario */
    height: 250px; /* Ajustar según sea necesario */
    text-align: center;
}