body,
html {
  font-family: "Poppins", serif !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #fff !important;
  background-color: #121517 !important;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
  scroll-behavior: smooth;
}

h2,
h3,
h4 {
  font-family: "Poppins", sans-serif;
}
h2 {
  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: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
#menu .logo img {
  width:150px;
}

#menu.navbar-default .navbar-nav > li > a {
  font-family: "Poppins", sans-serif;
  color: #e4e4e4;
  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 .selectLanguage {
  font-family: "Poppins", serif !important;
  color: #e1bf8c !important;
}

/*
.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: "Poppins", sans-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/image_header.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: "Poppins", sans-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 .row {
  display: flex;
  align-items: center;
  min-height: 600px;
}
header .text {
  font-size:37px;
  max-width:500px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;

}

.logo img {
  width: 550px;
}

/* About Section */
#about {
  background-color:#830a04;
  padding-top: 30px;
  color: #fff;
  max-width: 100% !important;
}

#about p {
  text-align:center;
}



#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;
}

#about a {
  color:#fff;
  text-decoration:none;
}
#about a:hover {
  color:#e4e4e4;
}

#about .button {
  background: url('../img/button.png') no-repeat center;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
}

#about ul {
  display: flex;
  justify-content: center; /* Centrar horizontalmente */
  align-items: center;     /* Centrar verticalmente */
  list-style: none;        /* Eliminar viñetas */
  padding-top: 50px;              /* Eliminar padding por defecto */
  margin: 0;               /* Eliminar margin por defecto */
}
#about ul li h3 {
  font-size:55px;
}
#about ul li p {
  max-width: 100%;
  margin: 0 auto;
}
#about ul li {
  width: 200px;
  list-style:none;
  margin: 0 20px;          /* Espaciado entre los elementos de la lista */
  text-align: center;      /* Centrar el texto dentro de cada <li> */
}



/* */
/* Game Section */
#games {
  padding-top: 40px;
  color: #fff;
  max-width: 100% !important;
}

#games p {
  line-height: 24px;
  margin: 30px 0;
  text-align:center;
}

#games a {
  color:#fff;
  text-decoration:none;
}

#games a:hover {
  color:#e4e4e4;
}


#games.cards {
  background: linear-gradient(45deg, #6b4e16, #1e1406); /* Background gradient */
  border-radius: 15px; /* Rounded corners */
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#games ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#games ul li {
  width: 50%;
  box-sizing: border-box;
  padding: 20px; /* Padding inside each item */
  display: flex;
  justify-content: space-between; /* Space between the logo and icons */
  align-items: center;
  text-align: center;
}
#games ul li .viewCard {
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  padding: 10px;
  border-radius: 10px; /* Rounded corners */
  display: flex;
  justify-content: space-between; /* Space between the logo and icons */
  align-items: center;
  width: 100%;
}
#games ul li .logo,
#games ul li .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

#games ul li .logo img {
  max-width: 100%;
  height: auto;
}

#games ul li .icons img {
  margin: 0 5px; /* Space between icons */
  width: 20px;   /* Set a fixed width for the icons */
  height: auto;
}

/* Footer Section*/
#footer {
  background-color:#910707;
  height:60px;
  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: "Poppins", 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: 22px;
}

#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-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: #fff !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;
}

#translucent-1 {
  position: absolute;
  z-index: 0;
  top: 57%;
  left: 0;
  width: 418px;
  height: 474px;
}

#translucent-1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/dlogo.png') no-repeat;
  background-size: cover;
  opacity: 0.33; /* 33% opacity */
  z-index: -1; /* Ensure the background image stays behind other content */
}


#translucent-2 {
  position: absolute;
  z-index: 0;
  top: 23%;
  right:0;
  width: 418px;
  height: 520px;
}

#translucent-2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/dlogo-2.png') no-repeat;
  background-size: cover;
  opacity: 0.33; /* 33% opacity */
  z-index: -1; /* Ensure the background image stays behind other content */
}

/* Powered */
#powered {
  background-color: #2b3035;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #b1b1b1;
  max-width: 100% !important;
}

#powered p {
  margin: 0; /* Elimina márgenes del párrafo */
}

#powered a {
  color: #fff;
  text-decoration: none;
}

#powered a:hover {
  color: #e4e4e4;
}

#powered .powered-img {
  max-width: 200px; /* Ajusta el tamaño de la imagen según sea necesario */
  height: auto;
}

#powered .text-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; /* Asegura que ocupe el 100% del contenedor */
}

/* Contact */
#contact {
  background-color: #570905;
  padding-top: 30px;
  color: #b1b1b1;
  max-width: 100% !important;
}

#contact p {
  margin: 0; /* Elimina márgenes del párrafo */
}

#contact a {
  color: #fff;
  text-decoration: none;
}

#contact a:hover {
  color: #e4e4e4;
}

#contact .map {
  background: url('../img/map.jpg') no-repeat;
  background-size: cover;
  min-height: 350px;
}

#contact .office {
  background: url('../img/office.jpg') no-repeat;
  background-size: cover;
  min-height: 350px;
}

#contact .office h1 {
  font-size:2rem;
  margin-bottom:0px;
}

#contact .text {
  color:#f4f4f4;
}

#contact .text ul {

}

#contact .text ul li {
  margin-bottom:15px;
}

/* TEAM */

#team {
  padding-top: 113px;
  color: #b1b1b1;
  max-width: 100% !important;
  z-index: 1;
  position: relative;
}

#team p {
  margin: 0; /* Elimina márgenes del párrafo */
}

#team a {
  color: #fff;
  text-decoration: none;
}

#team a:hover {
  color: #e4e4e4;
}

#team .text {
  color:#f4f4f4;
}

#team .team-grid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px; /* Espacio entre los elementos */
}

#team .team-grid li {
  flex: 1 1 calc(33.333% - 40px); /* Tres elementos por fila con espacio */
  box-sizing: border-box;
  padding: 20px;
  margin: 0;
  text-align: center;
}

#team .team-grid li .profile {
  background: #000;
  padding: 20px;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 216px;
  height: 216px;
  margin: 0 auto;
}

#team .team-grid li .profile img {
  border-radius: 17px; /* Hace la imagen redondeada */
}

#team .team-grid li h3 {
  margin: 10px 0 5px 0; /* Espacio entre el nombre y el cargo */
  color: #f4f4f4; /* Color del texto blanco */
  font-size: 18px; /* Tamaño de fuente ajustado */
  font-weight: bold; /* Negrita */
}

#team .team-grid li h4 {
  margin: 0;
  font-weight: normal; /* Ajusta el peso de la fuente según sea necesario */
  color: #cccccc; /* Color gris claro para diferenciar el cargo */
  font-size: 14px; /* Tamaño de fuente ajustado */
}


/* LEGAL */

#legal {
  padding-top: 113px;
  color: #b1b1b1;
  max-width: 100% !important;
  z-index: 1;
  position: relative;
}

#legal .header-section {
  padding-bottom:40px;
}

#legal p {
  margin: 0; /* Elimina márgenes del párrafo */
}

#legal a {
  color: #fff;
  text-decoration: none;
  width: 100%;
}

#legal a:hover {
  color: #e4e4e4;
}

#legal .text {
  color:#f4f4f4;
}

#legal .p-tabview-panels {
  background-color: #830a04;
  border-radius:20px;
  padding:40px;
}
#legal .p-unselectable-text {
  background-color: #830a04;
  margin-right: 10px; /* Espaciado entre los elementos de la lista */
  padding: 10px;
  border-radius: 20px 20px 0 0; /* Borde redondeado solo en la parte superior */
  width: 200px;
  display: inline-flex;
  text-align: center;
  margin-bottom: -1px;
}

#legal .p-tabview-nav {
  margin-bottom:0px;
}
#legal h3 {
  padding-bottom:20px;
}

#legal h4 {
  padding-top: 10px;
}
