h2 {
  font-size: 1.625rem !important;
}
h3 {
  font-size: 1.25rem !important;
}
.div_desarrollador {
  padding: 0px !important;
  margin: 0px !important;
  color: #000 !important;
}
.div_desarrollador .elementor-element-cdd2421 {
  display: flex;
  align-items: center;
  width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
  gap: 0px !important;
}
.div_desarrollador .elementor-element-cdd2421 .elementor-element-4a0bdf9 {
  width: 50px;
  flex-shrink: 0;
  padding: 0px !important;
  margin: 0px !important;
}
.div_desarrollador .elementor-element-cdd2421 .elementor-element-4a0bdf9 img {
  width: 100%;
  height: auto;
}
.div_desarrollador .elementor-element-cdd2421 .elementor-element-fa194ba {
  flex: 1;
  padding-left: 15px;
  padding: 0px !important;
  color: #000 !important;
  margin: 0px !important;
}
.div_desarrollador .elementor-element-cdd2421 .elementor-element-fa194ba .acf-object-post-content {
  color: #000 !important;
}
.div_desarrollador .elementor-element-cdd2421 .elementor-element-fa194ba .acf-object-post-content:after {
  content: "(DEV)";
  color: #000;
  font-size: 10px;
  margin-left: 10px;
}
.div_editor {
  padding: 0px !important;
  margin: 0px !important;
  color: #000 !important;
}
.div_editor .elementor-element-bd5fdd9 {
  display: flex;
  align-items: center;
  width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
  gap: 0px !important;
}
.div_editor .elementor-element-bd5fdd9 .elementor-element-bf43e52 {
  width: 50px;
  flex-shrink: 0;
  padding: 0px !important;
  margin: 0px !important;
}
.div_editor .elementor-element-bd5fdd9 .elementor-element-bf43e52 img {
  width: 100%;
  height: auto;
}
.div_editor .elementor-element-bd5fdd9 .elementor-element-2e6c7e5 {
  flex: 1;
  padding-left: 15px;
  padding: 0px !important;
  color: #000 !important;
  margin: 0px !important;
}
.div_editor .elementor-element-bd5fdd9 .elementor-element-2e6c7e5 .acf-object-post-content {
  color: #000 !important;
}
.div_editor .elementor-element-bd5fdd9 .elementor-element-2e6c7e5 .acf-object-post-content:after {
  content: "(EDITOR)";
  color: #000;
  font-size: 10px;
  margin-left: 10px;
}
.div_agencia_pr {
  padding: 0px !important;
  margin: 0px !important;
  color: #000 !important;
}
.div_agencia_pr .elementor-element-46cd04f {
  display: flex;
  align-items: center;
  width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
  gap: 0px !important;
}
.div_agencia_pr .elementor-element-46cd04f .elementor-element-82a12bd {
  width: 50px;
  flex-shrink: 0;
  padding: 0px !important;
  margin: 0px !important;
}
.div_agencia_pr .elementor-element-46cd04f .elementor-element-82a12bd img {
  width: 100%;
  height: auto;
}
.div_agencia_pr .elementor-element-46cd04f .elementor-element-85afa88 {
  flex: 1;
  padding-left: 15px;
  padding: 0px !important;
  color: #000 !important;
  margin: 0px !important;
}
.div_agencia_pr .elementor-element-46cd04f .elementor-element-85afa88 .acf-object-post-content {
  color: #000 !important;
}
.div_agencia_pr .elementor-element-46cd04f .elementor-element-85afa88 .acf-object-post-content:after {
  content: "(AGENCIA PR)";
  color: #000;
  font-size: 10px;
  margin-left: 10px;
}
.div_desarrollador.acf-container-clickable,
.div_editor.acf-container-clickable,
.div_agencia_pr.acf-container-clickable {
  position: relative;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.div_desarrollador.acf-container-clickable:hover,
.div_editor.acf-container-clickable:hover,
.div_agencia_pr.acf-container-clickable:hover {
  opacity: 0.75;
}
.div_desarrollador.acf-container-clickable .acf-container-overlay-link,
.div_editor.acf-container-clickable .acf-container-overlay-link,
.div_agencia_pr.acf-container-clickable .acf-container-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-decoration: none;
}
.fichas-juego-con-filtros,
.fichas-juego-display {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.fichas-desarrollador-filas {
  margin: 20px 0;
}
.fichas-filas-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ficha-fila-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.ficha-fila-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.ficha-fila-main {
  display: flex;
  align-items: center;
  width: 100%;
}
.ficha-fila-imagen {
  flex-shrink: 0;
  max-width: 150px;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 20px;
  margin-left: 10px;
}
.ficha-fila-imagen a {
  display: block;
}
.ficha-fila-imagen .ficha-fila-img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  border-radius: 8px;
}
.ficha-fila-imagen .ficha-fila-img:hover {
  transform: scale(1.05);
}
.ficha-fila-content {
  flex-grow: 1;
  padding: 10px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ficha-fila-titulo {
  margin: 0;
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 600;
}
.ficha-fila-titulo a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.ficha-fila-titulo a:hover {
  color: #0073aa;
}
.ficha-fila-fecha,
.ficha-fila-fecha-salida {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 0.9em;
}
.ficha-fila-fecha .fecha-icon,
.ficha-fila-fecha-salida .fecha-icon,
.ficha-fila-fecha .fecha-salida-icon,
.ficha-fila-fecha-salida .fecha-salida-icon {
  font-size: 1.1em;
}
.ficha-fila-info {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 8px 0;
}
.ficha-fila-info span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.85em;
  color: #666;
  background: #f5f5f5;
  padding: 4px 8px;
  border-radius: 12px;
}
.ficha-fila-review {
  color: #444;
  line-height: 1.5;
  font-size: 0.95em;
  margin-top: 8px;
}
.ficha-fila-review .review-icon {
  margin-right: 6px;
}
.ficha-fila-review .review-texto {
  font-style: italic;
}
.ficha-fila-review-full {
  width: calc(100% - 20px);
  margin-bottom: 10px;
  padding: 20px 25px;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  border-left: 4px solid #0073aa;
  color: #444;
  line-height: 1.6;
  font-size: 0.95em;
  margin-top: 5px;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
.ficha-fila-review-full .review-icon {
  margin-right: 8px;
  font-size: 1.1em;
  color: #0073aa;
}
.ficha-fila-review-full .review-texto {
  font-style: italic;
}
.ficha-fila-excerpt {
  color: #666;
  line-height: 1.4;
  font-size: 0.9em;
}
.ficha-fila-accion {
  flex-shrink: 0;
  padding: 20px;
}
.ficha-fila-accion a {
  text-decoration: none !important;
}
.ficha-fila-accion .ficha-fila-icono {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #0073aa;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.ficha-fila-accion .ficha-fila-icono:hover {
  background: #005177;
  transform: scale(1.1);
}
.ficha-fila-accion .ficha-fila-icono .icono-arrow {
  font-size: 1.2em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .ficha-fila-main {
    flex-direction: column;
    align-items: stretch;
  }
  .ficha-fila-imagen {
    max-width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
  }
  .ficha-fila-accion {
    padding: 15px;
    text-align: center;
  }
  .ficha-fila-accion .ficha-fila-icono {
    width: 35px;
    height: 35px;
  }
  .ficha-fila-review-full {
    padding: 15px 20px;
    font-size: 0.9em;
    border-left-width: 3px;
  }
}
.fichas-filtros-form {
  margin-bottom: 20px;
}
.fichas-filtros {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.fichas-filtros button:hover,
.fichas-filtros button:focus {
  background-color: #f8f9fa !important;
  color: #000 !important;
}
.fichas-filtros h3 {
  margin-top: 0;
  color: #333;
  font-size: 1.3em;
}
.fichas-filtros #filtro-titulo,
.fichas-filtros #filtro-desarrollador {
  width: calc(100% - 20px);
}
.filtros-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  align-items: start;
}
.filtro-grupo {
  display: flex;
  flex-direction: column;
}
.filtro-grupo label {
  font-weight: 600;
  color: #555;
}
.filtro-grupo select,
.filtro-grupo input[type="text"],
.filtro-grupo input[type="range"],
.filtro-grupo input[type="date"] {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.filtro-grupo select:focus,
.filtro-grupo input[type="text"]:focus,
.filtro-grupo input[type="range"]:focus,
.filtro-grupo input[type="date"]:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.1);
}
.filtro-grupo select.filter-active,
.filtro-grupo input[type="text"].filter-active,
.filtro-grupo input[type="range"].filter-active,
.filtro-grupo input[type="date"].filter-active {
  border-color: #007cba;
  background-color: #f0f8ff;
}
.checkboxes-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: normal !important;
  border-radius: 4px;
  transition: background-color 0.2s;
  width: 100%;
  border: 1px solid transparent;
}
.checkbox-label:hover {
  background-color: #f5f5f5;
}
.checkbox-label.filter-active {
  background-color: #e3f2fd;
  border: 1px solid #2196f3;
}
.checkbox-label input[type="checkbox"] {
  margin-right: 10px;
  cursor: pointer;
}
.checkbox-label span {
  flex: 1;
}
.checkbox-label.checkbox-hidden {
  display: none !important;
}
.checkbox-label.checkbox-visible {
  display: flex !important;
  animation: slideDown 0.3s ease;
}
.checkbox-label:not(.checkbox-hidden):not(.checkbox-visible) {
  display: flex;
}
.btn-mostrar-mas {
  background: none;
  border: none;
  color: #007cba;
  font-size: 13px;
  cursor: pointer;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.2s ease;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 10px;
  border-top: 1px solid #e9ecef;
  position: relative;
  width: calc(100% - 20px);
  box-sizing: border-box;
  border-radius: 0;
}
.btn-mostrar-mas:before {
  content: "▼";
  margin-right: 8px;
  transition: transform 0.3s ease;
  font-size: 10px;
  display: inline-block;
}
.btn-mostrar-mas.expanded:before {
  transform: rotate(180deg);
}
.date-range-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.filtro-range {
  position: relative;
}
.range-value {
  position: absolute;
  right: 0;
  top: 25px;
  background: #007cba;
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
}
.filtros-acciones {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.btn-filtrar,
.btn-limpiar {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}
.btn-filtrar {
  background: #007cba;
  color: white;
}
.btn-filtrar:hover {
  background: #005a87;
}
.btn-limpiar {
  background: #6c757d;
  color: white;
}
.btn-limpiar:hover {
  background: #545b62;
}
.filtros-activos {
  background: #e3f2fd;
  border: 1px solid #2196f3;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}
.filtros-activos-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.filtros-activos-titulo {
  font-weight: 600;
  color: #1976d2;
  font-size: 14px;
}
.btn-limpiar-todos {
  background: #f44336;
  color: white;
  border: none;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.btn-limpiar-todos:hover {
  background: #d32f2f;
}
.filtros-activos-lista {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filtro-activo-tag {
  background: #2196f3;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.filtro-activo-tag .campo {
  font-weight: 600;
}
.filtro-activo-tag .valor {
  opacity: 0.9;
}
.btn-quitar-filtro {
  background: rgba(255, 255, 255, 0.3);
  border: none;
  color: white;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  transition: background-color 0.2s;
}
.btn-quitar-filtro:hover {
  background: rgba(255, 255, 255, 0.5);
}
.fichas-container {
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.fichas-container.loading {
  opacity: 0.5;
}
.layout-grid {
  display: grid;
  gap: 25px;
}
.columnas-2 {
  grid-template-columns: repeat(2, 1fr);
}
.columnas-3 {
  grid-template-columns: repeat(3, 1fr);
}
.columnas-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .layout-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .columnas-3,
  .columnas-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ficha-item {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.ficha-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.ficha-item:hover .ficha-imagen img {
  transform: scale(1.05);
}
.ficha-imagen {
  position: relative;
  overflow: hidden;
}
.ficha-imagen img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s;
}
.ficha-contenido {
  padding: 20px;
}
.ficha-titulo {
  margin: 0 0 10px 0;
  font-size: 1.2em;
}
.ficha-titulo a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}
.ficha-titulo a:hover {
  color: #007cba;
}
.ficha-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 15px;
  font-size: 0.9em;
}
.ficha-info span {
  color: #666;
}
.ficha-extracto {
  color: #777;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 0.95em;
}
.btn-ver-mas {
  display: inline-block;
  background: #007cba;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9em;
  transition: background-color 0.3s;
}
.btn-ver-mas:hover {
  background: #005a87;
  color: white;
}
.fichas-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #007cba;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.no-fichas {
  text-align: center;
  padding: 40px;
  color: #666;
  font-style: italic;
}
body.home #content .ast-container {
  width: 100vw !important;
  max-width: 100vw !important;
  padding-left: 0px !important;
  padding-right: 10px !important;
}
body.home .heateor_sss_sharing_container {
  display: none !important;
}
body.home .elementor-element-5286e70 {
  padding: 0px !important;
}
body.home .elementor-element-5286e70 .elementor-element-9374527 {
  position: relative !important;
}
body.home .elementor-element-5286e70 .elementor-element-9374527 .elementor-widget-container {
  -webkit-mask: linear-gradient(to bottom, #000000 0%, #000000 80%, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0) 100%) !important;
  mask: linear-gradient(to bottom, #000000 0%, #000000 90%, rgba(0, 0, 0, 0.6) 95%, rgba(0, 0, 0, 0) 100%) !important;
}
body.home .elementor-element-5286e70 .elementor-element-9374527 .swiper-slide-contents {
  background-color: #ffffff54;
  padding: 20px;
  border-radius: 20px;
}
body.home .elementor-element-5286e70 .top .title_h1 {
  color: #000 !important;
}
body.home .elementor-element-5286e70 .top .title_h1 h1 {
  color: #000 !important;
}
body.home .elementor-element-5286e70 .top .sub_title {
  color: #000 !important;
  font-size: 1.5rem;
}
body.home .elementor-element-5286e70 .bottom .title_h2 {
  color: #000 !important;
  padding-top: 70px !important;
}
body.home .elementor-element-5286e70 .bottom .title_h2 h2 {
  color: #000 !important;
  border-bottom: 5px solid #000 !important;
  max-width: 400px;
  text-align: center;
  margin: auto;
  margin-bottom: 30px !important;
}
body.home .elementor-element-5286e70 .bottom .estadistica_grupo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
body.home .elementor-element-5286e70 .bottom .estadistica_grupo .estadistica_bloque {
  border: 1px solid #000 !important;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.5rem !important;
  color: #000;
}
body.home .elementor-element-5286e70 .bottom .estadistica_grupo .estadistica_bloque h3 {
  color: #000 !important;
}
@media (max-width: 830px) {
  body.home .swiper-slide-inner .swiper-slide-contents {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 542px) {
  body.home .swiper-slide-inner .swiper-slide-contents .estadistica_grupo .estadistica_bloque {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 921px) {
  .ast-mobile-header-content .main-header-menu {
    display: flex !important;
    flex-direction: column !important;
  }
  .ast-mobile-header-content .main-header-menu .page-item-437,
  .ast-mobile-header-content .main-header-menu .menu-item:has(a[href*="/"]:not([href*="/calendario"]):not([href*="/comunidad"]):not([href*="/contacto"]):not([href*="/desarrolladores"]):not([href*="/juegos"]):not([href*="/noticias"])) {
    order: 1 !important;
  }
  .ast-mobile-header-content .main-header-menu .page-item-765,
  .ast-mobile-header-content .main-header-menu .menu-item:has(a[href*="/juegos"]) {
    order: 2 !important;
  }
  .ast-mobile-header-content .main-header-menu .page-item-460,
  .ast-mobile-header-content .main-header-menu .menu-item:has(a[href*="/noticias"]) {
    order: 3 !important;
  }
  .ast-mobile-header-content .main-header-menu .page-item-451,
  .ast-mobile-header-content .main-header-menu .menu-item:has(a[href*="/desarrolladores"]) {
    order: 4 !important;
  }
  .ast-mobile-header-content .main-header-menu .page-item-454,
  .ast-mobile-header-content .main-header-menu .menu-item:has(a[href*="/calendario"]) {
    order: 5 !important;
  }
  .ast-mobile-header-content .main-header-menu .page-item-463,
  .ast-mobile-header-content .main-header-menu .menu-item:has(a[href*="/comunidad"]) {
    order: 6 !important;
  }
  .ast-mobile-header-content .main-header-menu .page-item-466,
  .ast-mobile-header-content .main-header-menu .menu-item:has(a[href*="/contacto"]) {
    order: 7 !important;
  }
}
.version-galeria-imagenes img {
  max-width: 100% !important;
  width: 100% !important;
}
