@charset "UTF-8";
@font-face {
    font-family: 'material symbols rounded';
    font-style: normal;
    font-weight: 300;
	font-display: swap;
    src: url(../fonts/material-symbols.woff2) format('woff2');
}

.material-symbols-rounded {
    font-family: material symbols rounded;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased
}

*,
*:before,
*:after {
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    --wp--preset--color--cyan-bluish-gray: #d7d7d7 !important;
    --wp--preset--color--vivid-cyan-blue: #1a73e8 !important;
    --wp--preset--color--vivid-green-cyan: #22c55e !important;
    --wp--preset--font-size--medium: 18px !important;
    --wp--preset--font-size--large: 22px !important
}

/*Fix para las listas*/
ul.wp-block-list {
    list-style-type: disc !important;
    padding-left: 32px !important;
    margin-left: 0;
}

ul.wp-block-list li {
    list-style: inherit;
	list-style-type: disc !important;
}

/*Fix color de tabla*/
.wp-block-table {
    overflow-x: hidden !important;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd)
 {
    background-color: #f0f0f000 !important;
}

.wp-block-table.is-style-stripes {
    border-bottom: none !important;
}

/*Fondo featured home*/
.has-very-light-gray-background-color {
    background-color: #191c23 !important;
}

/*CSS Leer Mas...*/
.read-more-accordion {
    margin: 15px 0;
    position: relative;
}
.read-more-accordion .read-more-button {
    background-color: #22c55e;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 12px; /* Bordes redondeados */
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    transition: background-color 0.3s ease;
    text-indent: -9999px; /* Oculta el texto original */
    position: relative;
}
.read-more-accordion .read-more-button:hover {
    background-color: #16a34a;
}
.read-more-accordion .read-more-button::before {
    content: "Leer más";
    text-indent: 0; /* Restaura el texto del ::before */
    display: inline-block;
}
.read-more-accordion[open] .read-more-button::before {
    content: "Leer menos";
}
.read-more-accordion[open] .read-more-button {
    position: absolute;
    bottom: 0;
    left: 0;
}
.read-more-accordion .read-more-content {
    margin-bottom: 40px; /* Espacio para el botón al final */
}
.read-more-accordion summary::-webkit-details-marker {
    display: none;
}
.read-more-accordion summary {
    list-style: none;
}

/*Efecto latino infinito*/
@keyframes ikymbo {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #1f9aff;
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 5px #02a1ff00;
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #02a1ff00;
    }
}

/* Sticky Ads */
.sticky-ads {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 10vh;
    max-height: 25vh;
    padding: 5px 0;
    box-shadow: 0 6px 18px 0 rgba(9, 32, 76, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 2000;
}

.sticky-ads.show {
    opacity: 1;
    visibility: visible;
}

.sticky-ads-close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 12px 12px;
    position: absolute;
    left: 0;
    top: 97px;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, 0.08);
    transition: box-shadow 0.3s ease-in-out;
}

.sticky-ads-close:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.sticky-ads .sticky-ads-close svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}

.sticky-ads .sticky-ads-content {
    overflow: hidden;
    display: block;
    position: relative;
    height: 90px;
    width: 100%;
    margin-right: 3px;
    margin-left: 7px;
}

/* Solo para dispositivos móviles */
@media only screen and (max-width: 768px) {
    .sticky-ads {
        opacity: 0;
        visibility: hidden;
    }
}

/*Color Barra*/
html {
    scrollbar-width: thin;
    scrollbar-color: #42494e transparent;
}

/*Footer fondo*/
.footer-background {
    background: #191c23;
}
/*Borde bloques*/
.border-block {
    border-radius: 8px;
    padding: 15px;
    background: #191c23;
    box-shadow: 0 0 0 0;
}
/* MOD INFO */
.mod-info {
    margin: 5px 0px 20px 0px;
    background: #191c23;
    border-radius: 20px;
    transition: all .25s ease-out;
    padding: 10px;
	border: 1px solid #22c55e !important;
}

details[open].mod-info summary::after {
	top: 12px;
    position: absolute;
    content: "-";
	color: #fff;
    right: 0;
	padding-right: 20px
}

details.mod-info summary::after {
	top: 5px;
    position: absolute;
    content: "+";
	color: #22c55e;
    right: 0;
	padding-right: 10px
}

details[open].mod-info summary {
    font-weight: 600;
}

details[open].mod-info summary {
    background: #22c55e;
    color: white;
    padding: 10px 15px;
    margin: -10px;
}

ul:not(.browser-default) {
	padding-left: 0px;
	list-style-type: none;
}

/* Novedades */
.novedades {
    margin: 10px 0;
    background: rgb(34 197 94 / .05);
    border-radius: 10px;
    padding: 10px;
}
/* Boton descargar */
.descargar {
    background: #22c55e;
}
/* INFO APARTADO descargar */
p.has-luminous-vivid-amber-background-color {
    color: #fff!important;
    background-color: #191c23!important;
    border: #000000 solid 1px!important;
}
/* Boton telegram vibrante */
/* Telegram */

.telegram-floating-btn {
    position: fixed;
    bottom: 180px;
    right: 10px;
    z-index: 9999;
}
.telegram-floating-btn i {
    font-size: 30px;
    color: #fff;
    background-color: #009dff;
    border-radius: 30px;
    padding: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
/* Latido de Botones */
.heartbeat {
	-webkit-animation: pulsate-bck 1s ease-in-out infinite both;
	        animation: pulsate-bck 1s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


.has-large-font-size,
.has-larger-font-size {
    margin-top: 5px;
    margin-bottom: 5px
}

.has-larger-font-size,
.has-huge-font-size {
    font-size: 1.75em
}

.wp-block-button__link {
    font-size: initial;
	font-weight: 400;
    padding: 3px 15px !important
}

.is-style-outline .wp-block-button__link {
    padding: 1px 15px !important
}

.wp-block-image.alignfull {
    text-align: center
}

.wp-block-image.alignfull img {
    padding-right: 4vw;
    padding-left: 4vw;
    max-width: calc(1140px + 8vw)
}

.alignfull,
.wp-block-gallery.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto !important;
    max-width: 1000%
}

.alignwide,
.wp-block-gallery.alignwide {
    margin-left: calc(25% - 22.5vw);
    margin-right: calc(25% - 22.5vw);
    width: auto !important;
    max-width: 1000%
}

.wp-block-gallery .blocks-gallery-grid {
    width: 100%
}

.wp-caption {
    width: auto !important
}

.wp-caption-text {
    text-align: center;
    font-size: smaller;
    font-style: italic
}

.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-block-embed figcaption {
    text-align: center;
    font-size: smaller;
    font-style: italic
}

p.has-background {
    padding: 1em 2em
}

@media only screen and (max-width:720px) {
    .wp-block-group.has-very-light-gray-background-color,
    .wp-block-group.has-light-green-cyan-background-color,
    .wp-block-group.has-vivid-green-cyan-background-color,
    .wp-block-group.has-vivid-red-background-color,
    .wp-block-group.has-luminous-vivid-amber-background-color {
        width: auto;
        max-width: 1000%;
        margin-left: -4vw !important;
        margin-right: -4vw !important;
        padding-left: 4vw !important;
        padding-right: 4vw !important;
        margin-block-end: 1.5em
    }
}

.wp-block-group.has-very-light-gray-background-color {
    padding: 1em 2em;
    background: #eee;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px
}

.wp-block-group.has-very-light-gray-background-color p:last-of-type {
    margin-bottom: 0
}

.wp-block-group.has-light-green-cyan-background-color,
.wp-block-group.has-vivid-green-cyan-background-color {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border: 1px solid #d6e9c6;
    padding-left: 20px;
    padding-right: 20px;
    margin-block-end: 1.5em
}

.wp-block-group.has-vivid-red-background-color {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border: 1px solid #eed3d7;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-block-end: 1.5em
}

.wp-block-group.has-luminous-vivid-amber-background-color {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border: 1px solid #fbeed5;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-block-end: 1.5em
}

.wp-container {
    display: flex;
    gap: .5em;
    flex-wrap: wrap;
    align-items: center
}

.wp-container-flex-center {
    display: flex;
    gap: .5em;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

html {
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Montserrat,-apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif;
    color: #d7d7d7;
    background: #20232c;
    font-style: inherit;
    text-rendering: auto;
    overflow-x: hidden;
    font-size: 14px;
    font-weight: 350;
    scroll-behavior: smooth
}

body {
    margin: 0 !important;
    overflow-x: hidden
}

section {
    padding-top: 1rem;
    padding-bottom: 1rem
}

p {
    margin-block-end: 1.5em
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 4vw;
    padding-left: 4vw;
    max-width: calc(1140px + 8vw);
    width: 100%
}

figure {
    margin: 0 auto 30px
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none
}

ul:not(.browser-default)>li {
    list-style-type: none
}

a {
    color: #22c55e;
    text-decoration: none;
    transition: .3s
}

img {
    height: auto;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%
}

code {
    background: #eee
}

strong {
    font-weight: 500
}

i {
    line-height: inherit
}

i.left {
    float: left;
    margin-right: 15px
}

i.right {
    float: right;
    margin-left: 15px
}

i.tiny {
    font-size: 1rem
}

i.small {
    font-size: 2rem
}

i.medium {
    font-size: 4rem
}

i.large {
    font-size: 6rem
}

h2,
h3 {
    font-weight: 400
}

#comments {
    max-width: 820px
}

.material-symbols-rounded {
    vertical-align: -6px
}

h2 .material-symbols-rounded {
    vertical-align: -4px
}

.icon {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}

.icon-small {
    font-size: 16px !important;
    vertical-align: -3px;
	color: #1DA1F2;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.flex-container .flex-item {
    flex: 0 1 100%;
    overflow: hidden
}

.flex-s12 .flex-item {
    flex: 0 1 100% !important
}

@media only screen and (min-width:601px) {
    .flex-container .flex-item {
        flex: 0 1 calc(50% - 5px)
    }
    .flex-m6 .flex-item {
        flex: 0 1 50% !important
    }
}

@media only screen and (min-width:993px) {
    .flex-container .flex-item {
        flex: 0 1 calc(33% - 5px)
    }
    .flex-l4 .flex-item {
        flex: 0 1 25% !important
    }
}

.flex-container-2 {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    text-overflow: ellipsis
}

.flex-container-2 .app {
    margin-right: 15px;
    grid-template-rows: 90px;
    grid-template-columns: 100px;
    gap: 10px
}

.ad-unit,
.above-ad-unit {
    max-width: 1140px;
    text-align: center;
    margin: 0 auto
}

.above-ad-unit {
    min-height: 250px
}

@media only screen and (max-width:600px) {
    .hide-on-small-only,
    .hide-on-small-and-down {
        display: none !important
    }
}

@media only screen and (max-width:992px) {
    .hide-on-med-and-down {
        display: none !important
    }
}

@media only screen and (min-width:601px) {
    .hide-on-med-and-up {
        display: none !important
    }
}

@media only screen and (min-width:600px) and (max-width:992px) {
    .hide-on-med-only {
        display: none !important
    }
}

@media only screen and (min-width:993px) {
    .hide-on-large-only {
        display: none !important
    }
}

@media only screen and (min-width:1201px) {
    .hide-on-extra-large-only {
        display: none !important
    }
}

@media only screen and (min-width:1201px) {
    .show-on-extra-large {
        display: block !important
    }
}

@media only screen and (min-width:993px) {
    .show-on-large {
        display: block !important
    }
}

@media only screen and (min-width:600px) and (max-width:992px) {
    .show-on-medium {
        display: block !important
    }
}

@media only screen and (max-width:600px) {
    .show-on-small {
        display: block !important
    }
}

@media only screen and (min-width:601px) {
    .show-on-medium-and-up {
        display: block !important
    }
}

@media only screen and (max-width:992px) {
    .show-on-medium-and-down {
        display: block !important
    }
}

@media only screen and (max-width:600px) {
    .center-on-small-only {
        text-align: center
    }
}

.block {
    display: block !important
}

.inline-block {
    display: inline-block !important
}

.hide {
    display: none !important
}

.uppercase {
    text-transform: uppercase !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.center {
    margin: 0 auto
}

.has-text-align-justify {
    text-align: justify
}

.has-text-line-through {
    text-decoration: line-through
}

.circle {
    border-radius: 50%;
    aspect-ratio: 1/1
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.clearfix {
    clear: both
}

.has-shadow {
    box-shadow: 0 2px 2px 0 transparent, 0 3px 1px -2px transparent, 0 1px 5px 0 rgba(0, 0, 0, .25)
}

.no-shadow {
    box-shadow: none !important
}

.no-border {
    border: none !important
}

.no-border-radius {
    border-radius: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0
}

.no-padding {
    padding: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-15 {
    margin-top: 15px
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.padding-top-30 {
    padding-top: 30px
}

.padding-top-15 {
    padding-top: 15px
}

.divider {
    height: .5px;
    overflow: hidden;
    background-color: #e0e0e0
}

.clickable {
    opacity: 1;
    transition: 250ms ease-in-out;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

.clickable:hover {
    opacity: .75;
    transition: 250ms ease-in-out
}

.clickable:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s
}

.clickable:active:after {
    transform: scale(0, 0);
    opacity: .3;
    transition: 0s
}

@media(hover:hover) and (pointer:fine) {
    .beauty-scroll::-webkit-scrollbar {
        width: 4px;
        height: 4px
    }
    .beauty-scroll::-webkit-scrollbar-thumb {}
    .beauty-scroll::-webkit-scrollbar-track {}
}

@keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#header {
    position: relative;
    height: 64px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .05);
	background: #191c23;
}

#logo img {
    width: 175px
}

@media only screen and (max-width:992px) {
    #logo {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    #logo img {
        width: 125px
    }
}

nav {
    width: 100%;
    height: 64px;
    line-height: 64px
}

nav,
nav a {
    color: #ffffff
}

nav .sidenav-trigger {
    position: relative;
    display: inline-block
}

button.sidenav-trigger,
button.table-action,
button#search-open,
button#search-close,
button#share-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-align: inherit;
    line-height: inherit
}

button.sidenav-trigger {
    position: relative;
    display: inline-block
}

button#search-open {
    display: inline-block
}

button.table-action {
    position: absolute;
    right: 0;
    top: 5px
}

nav ul {
    margin: 0
}

nav ul li {
    float: left;
    padding: 0
}

nav ul a {
    display: block;
    padding: 0 15px
}

nav ul a .material-symbols-rounded {
    display: none
}

@media only screen and (min-width:993px) {
    #search-open {
        margin: 0 10px
    }
}

.app {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    color: inherit;
    display: grid;
    grid-template-rows: 90px;
    grid-template-columns: 90px calc(100% - 90px - 15px);
    gap: 15px;
    width: 100%
}

.app-icon {
    width: 90px;
    height: 90px;
    position: relative;
    border-radius: 15px;
    aspect-ratio: 1/1
}

.app-icon img {
    border-radius: 15px;
    aspect-ratio: 1/1
}

.app-name {
    width: 100%;
    position: relative;
    align-self: center
}

.app-name h1 {
    line-height: 25px;
	overflow: auto;
    text-overflow: unset;
    letter-spacing: -.05em;
    white-space: nowrap;
    padding-bottom: 5px;
}

.app-name h1 span {
    font-weight: 400
}

.app-name .has-large-font-size {
    line-height: 1.5;
    font-weight: 400
}

@media only screen and (max-width:600px) {
    .app-name .has-large-font-size {
        font-size: 1.35rem;
        line-height: 1.3
    }
}

.app-tags {
    margin-top: 3px
}

.app-tag {
    margin-right: 5px;
    padding: 2px 10px;
    border-radius: 15px;
    font-size: smaller
}

.app-tag-red {
    color: #fff !important;
    background-color: #191c23 !important;
    border: 1px solid #E91E63
}

.app-tag-orange {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border: 1px solid #fbeed5
}

.app-tag-blue {
    color: #fff !important;
    background-color: #8ed1fc7a !important;
    border: #8ed1fc7a solid 1px !important
}

.app-tag-green {
    color: #fff !important;
    background-color: #191c23 !important;
    border: #22c55e solid 1px !important
}

.app-tag-grey {
    color: #fff !important;
    background-color: #9e9e9e !important;
    border: 1px solid #797979
}

.wp-block-table td,
.wp-block-table th {
    border: none;
    padding: 5px 0;
    position: relative
}

th {
    font-weight: 400
}

tr:last-of-type {
    border-bottom: none
}

.card {
    position: relative;
    margin: .5rem 0 1rem;
    border-radius: 10px
}

.card .card-image {
    position: relative
}

.card .card-image img {
    aspect-ratio: 2/1;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.card .card-image .card-body {
     /* position: absolute; */
    left: 0;
    right: 0;
    bottom: 0;
    background: #20232c;
    border-radius: 0px;
    z-index: 2;
    padding-bottom: 10px;
    padding-top: 5px
}

.card .card-title h3,
.card .card-title h2 {
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0
}

.card .card-image .card-title,
.card .card-image .card-excerpt {
    margin: 0 10px;
    color: #fff
}

.card-content {
    padding: 15px
}

.collapsible-header {
    padding: 5px 0;
    background: #fff
}

.download-list {
    animation: fade-in 1s
}

#download,
#download-loading {
    height: 50px
}

#download {
    animation-name: fade-in;
    animation-duration: .5s;
    animation-timing-function: linear
}

.term-heading {
    position: relative
}

.term-heading a {
    color: #fff
}

.browse-cat {
    position: absolute;
    right: 0;
    top: 0
}

#orderby {
    white-space: nowrap;
    overflow: auto
}

#orderby li {
    float: none;
    display: inline-block
}

#orderby li a {
    padding: 0 10px !important
}

.download {
    margin-top: 10px
}

button,
select,
summary {
    outline: transparent
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=submit] {
    border: none;
    -webkit-appearance: button
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input,
textarea {
    background-color: #191c23;
    border: none;
	color: #fff;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: 500ms;
    transition: 500ms
}

textarea {
    line-height: normal;
	color: #fff;
    overflow-y: hidden;
    padding: 13px 15px;
    resize: none;
    min-height: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

select {
    padding: 4px 10px;
    border: 1px solid #212121;
    border-radius: 15px
}

label {
    font-size: .8rem;
    color: #9e9e9e
}

td .table-action {
    position: absolute;
    right: 0;
    top: 5px
}

.extendable {
    visibility: collapse;
    opacity: 0;
    transition: visibility .5s, opacity .5s
}

.extendable.active {
    opacity: 1;
    visibility: visible;
    transition: visibility .5s, opacity .5s
}

.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
    transition: visibility .25s, opacity .25s;
    z-index: 101
}

.modal.active {
    opacity: 1;
    visibility: visible;
    transition: visibility .25s, opacity .25s
}

#search-form .modal-content {
    width: 100%;
    height: 64px;
    top: 0;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    background: #20232c;
    margin: auto;
    overflow-y: auto;
    -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 11px 15px -7px rgba(0, 0, 0, .2);
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 11px 15px -7px rgba(0, 0, 0, .2)
}

#search-form .modal-content button {
    position: absolute;
    top: 21px;
    border: 0;
    background: 0 0;
    padding: 0;
	color: #fff;
    cursor: pointer
}

#search-close {
    position: fixed;
    width: 100%;
    height: 100%;
    cursor: default
}

#search-input {
    height: 64px;
    margin-left: 32px;
	color: #fff;
    width: calc(100% - 32px)
}

#search-form .modal-content {
    height: auto
}

.search-trend {
    font-size: small;
    margin-right: 20px;
    color: #646f78;
    display: inline-block
}

.search-trend a {
    border: #646f78 solid 1px;
    margin-bottom: 5px;
    border-radius: 9999px;
    display: block;
    color: #646f78;
    padding: 3px 15px
}

.search-trend a:hover {
    background: #eee
}

.search-trend .material-symbols-rounded {
    margin-right: 5px;
    vertical-align: -8px
}

@media only screen and (max-width:600px) {
    .search-trend {
        margin-right: 0;
        display: block
    }
    .search-trend a {
        border: none;
        display: block;
        color: #646f78;
        margin-bottom: 15px;
        padding: 0
    }
    .search-trend a:hover {
        background: #fff
    }
}

@keyframes collapse {
    from {
        margin-bottom: -5%;
        opacity: 0;
        transform: translateY(-100%)
    }
    to {
        margin-bottom: 0;
        opacity: 1;
        transform: translateY(0)
    }
}

details {
    overflow: hidden
}

details summary {
    position: relative;
    cursor: pointer;
    display: block;
    list-style: none;
    z-index: 2
}

details summary::-webkit-details-marker,
details summary::marker {
    display: none;
    list-style: none
}

details>*:not(summary) {
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
    overflow: hidden
}

details[open]>*:not(summary) {
    animation: collapse 500ms ease-in-out
}

#primaryimage {
    aspect-ratio: 2/1;
	display: none !important;
    position: relative
}

#primaryimage img {
    aspect-ratio: 2/1;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media only screen and (max-width:992px) {
    #primaryimage {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%
    }
}

.entry-content {
    max-width: 840px;
    margin: 0 auto
}

.entry-content>ul,
.entry-content .wp-block-group__inner-container>ul {
    margin-left: 2em
}

.entry-content>ul>li,
.entry-content .wp-block-group__inner-container>ul>li {
    list-style-type: disc !important
}

.entry-content a:hover {
    opacity: .75;
    transition: .3s
}

.entry-content a:not([class]) {
    text-decoration: none
}

.entry-content p {
    text-align: justify
}

.entry-content p.has-text-align-center {
    text-align: center
}

.screenshots {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    overflow: auto;
    scroll-snap-type: x mandatory
}

.screenshot {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 15px;
    scroll-snap-align: center;
    margin-bottom: 15px
}

.screenshot:last-of-type {
    margin-right: 0
}

.screenshot img {
    height: 120px;
    width: auto;
    border-radius: 8px
}

@media only screen and (min-width:361px) {
    .screenshot img {
        height: 160px
    }
}

@media only screen and (min-width:481px) {
    .screenshot img {
        height: 240px
    }
}

.lg-backdrop {
    background-color: #000000db !important
}

/* === LAYOUT AUTHOR BOX + TOC === */
.toc-author-wrapper {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    width: 100%;
    align-items: start;
}

.author-left {
    flex: 1;
    min-width: 0;
}

.toc-right {
    flex-shrink: 0;
    align-self: flex-start;
}

/* Desktop: Author izquierda, TOC derecha */
@media only screen and (min-width: 993px) {
    .toc-author-wrapper {
        gap: 30px;
    }
    
    .toc-right {
        position: sticky;
        top: 20px;
    }
}

/* Tablet: Author izquierda, TOC derecha (compacto) */
@media only screen and (min-width: 601px) and (max-width: 992px) {
    .toc-author-wrapper {
        gap: 20px;
    }
}

/* Mobile: Author izquierda, TOC icono derecha */
@media only screen and (max-width: 600px) {
    .toc-author-wrapper {
        gap: 15px;
        margin-bottom: 20px;
    }
}

/* === ESTILOS DE LA TABLA DE CONTENIDOS === */

details.table-of-contents {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: auto;
    border: none;
    margin: 0;
}

/* Botón toggle */
details.table-of-contents summary {
    padding: 10px;
    background: #191c23;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    transition: all 0.2s ease;
    margin-top:20px;
    list-style: none;
}

details.table-of-contents summary::-webkit-details-marker {
    display: none;
}

/* Contenido de la tabla */
.toc-content {
    background: #191c23;
    border-radius: 12px;
    padding: 15px 20px 20px;
    margin-top: 10px;
}

.toc-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.toc-content ul li {
    margin: 8px 0;
}

.toc-content ul.browser-default {
    padding-left: 20px;
    margin-top: 5px;
}

.toc-content ul.browser-default li {
    margin: 5px 0;
}

.toc-content a {
    text-decoration: none !important;
    color: #ccc;
    display: block;
    padding: 4px 0;
    transition: color 0.2s ease;
    font-size: 14px;
    line-height: 1.4;
}

.toc-content a:hover {
    color: #22c55e;
    padding-left: 5px;
}

/* Mobile: Ancho ajustado */
@media only screen and (max-width: 600px) {
    .toc-author-wrapper {
        align-items: stretch;
    }
    
    .author-left {
        white-space: nowrap;
    }
    
    .toc-content {
        width: 275px; /* Ancho fijo en dispositivos móviles */
    }
}

details.schema-faq-section {
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 20px;
    transition: all .25s ease-out
}

details.schema-faq-section summary {}

details.schema-faq-section summary::after {
    content: "\e5cf";
    font-family: material symbols rounded;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    right: 10px;
    position: absolute
}

details.schema-faq-section p:last-of-type {
    margin-bottom: 0
}

details[open].schema-faq-section {
    border-radius: 5px
}

details[open].schema-faq-section summary {
    background: #191c23;
    font-weight: 500
}

details[open].schema-faq-section summary::after {
    content: "\e5ce";
    font-family: material symbols rounded;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    right: 10px;
    position: absolute
}

.schema-faq-question {
    background: none;
    padding: 10px 15px
}

.schema-faq-answer {
    margin: 0;
    padding: 15px
}

.rating {
    user-select: none
}

.rating span {
    color: #9e9e9e
}

.rating span.active {
    color: #fcb900
}

.app .rating {
    margin-left: -5px
}

.star:after {
    font-family: material symbols rounded;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    content: "\e838"
}

#respond .star {
    margin-right: 5px
}

#respond .star:after,
.comment .star:after,
.app .star:after,
td .star:after {
    font-size: 24px
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 0 !important
}

.wp-block-latest-comments__comment-body {
    margin-left: 3.25em;
    padding: 10px 15px;
    border-radius: 15px
}

.wp-block-latest-comments__comment-excerpt p {
    margin: .36em 0 10px !important
}

.wp-block-latest-comments__comment-excerpt p:last-child {
    margin-bottom: 0 !important
}

.wp-block-latest-comments__comment-excerpt .rating {
    margin-top: 10px;
    margin-left: -5px
}

.avatar {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15)
}

.children {
    clear: both;
    margin-top: 15px;
    margin-left: 1.25em
}

.wp-block-latest-comments #respond {
    margin-left: 3.25em;
    position: relative
}

.comment-reply-title {
    position: absolute;
    bottom: -15px;
    right: 75px;
    z-index: 1;
    height: 0;
    opacity: 0;
    transition: all .25s ease-out
}

.comment-reply-link {
    margin-top: 10px
}

.form-submit {
    margin-left: 50px;
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    position: relative;
    height: 0;
    opacity: 0;
    transition: all .25s ease-out
}

.comment-form-input {
    width: calc(100% - 55px) !important;
    border-radius: 15px !important
}

#comments>#respond {
    margin: 30px 0
}

#submit {
    position: absolute;
    right: 5px;
    top: 0
}

#rating-star {
    display: none
}

#rating-star {
    vertical-align: top
}

#rating-star label {
    float: right;
    cursor: pointer
}

#comments>#respond #rating-star {
    display: none;
    margin-left: -5px
}

#rating-star>input:checked~label>span,
#rating-star:not(:checked)>label:hover>span,
#rating-star:not(:checked)>label:hover~label>span {
    color: #fcb900 !important;
    transition: 250ms
}

.comment {
    margin-bottom: 15px
}

.comment-form-avatar {
    float: left;
    margin-top: 3px;
    margin-right: 10px
}

.wp-block-latest-comments #commentform .comment-form-avatar {
    margin-right: 0 !important
}

.float-count {
    position: absolute;
    top: 16px;
    right: 22px;
    font-size: 8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    overflow: hidden
}

.progress {
    background-color: #4caf505c;
    position: relative;
    height: 36px;
    display: block;
    width: 100%;
    border-radius: 20px;
    margin: .5rem 0 1rem;
    overflow: hidden
}

.progress .progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.progress-status {
    height: 100%;
    background-color: #4caf50;
    animation: progress-status;
    animation-timing-function: ease-out;
    animation-duration: 7s
}

@-webkit-keyframes progress-status {
    from {
        width: 0%
    }
    to {
        width: 100%
    }
}

.sidenav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    height: -moz-calc(100%);
    height: calc(100% + 60px);
    padding-bottom: 60px;
    background-color: #191c23;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    transition: transform 250ms
}

.sidenav li {
    float: none
}

.sidenav li.active {
    background-color: rgba(0, 0, 0, .05)
}

.sidenav li>a {
    color: #212121;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 24px
}

.sidenav li>a:hover {
    background-color: rgba(0, 0, 0, .05)
}

.sidenav li>a>.material-symbols-rounded {
    margin: 0 16px 0 0
}

@media only screen and (max-width: 992px) {
    .sidenav>a {
        padding: 0 16px
    }
}

.sidenav-open {
    transform: translateX(0%);
    transition: transform 250ms
}

.sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 997;
    visibility: hidden;
    display: block;
    transition: visibility 250ms, opacity 250ms, z-index 250ms
}

.sidenav-overlay-open {
    visibility: visible;
    opacity: .75;
    transition: visibility 250ms, opacity 250ms, z-index 250ms
}

.sidenav .sidenav-heading {
    padding: 17px 0
}

.sidenav-item a {
    padding: 10px;
    display: block;
    color: #fff
}

.sidenav-item a:hover {
    background-color: #20232c;
}

.sidenav-item .material-symbols-rounded {
    margin-right: 10px
}

.sidenav-item .divider {
    margin-top: 5px;
    margin-bottom: 5px
}

.sidenav li {
    float: none
}

.sidenav li.active {
    background-color: rgba(0, 0, 0, .05)
}

.sidenav li>a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
}

.sidenav li>a:hover {
    background-color: #20232c;
}

.sidenav li>a>.material-symbols-rounded {
    margin-right: 10px
}

.sidenav .user-view {
    position: relative;
    padding: 24px
}

.sidenav .user-view .background {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.sidenav .user-view .background img {
    object-fit: cover;
    height: 100%
}

.sidenav .user-view .circle {
    height: 64px;
    width: 64px
}

@media only screen and (max-width:992px) {
    .sidenav>a {
        padding: 0 16px
    }
}

.sidenav-open {
    transform: translateX(0%);
    transition: transform 250ms
}

.sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 997;
    visibility: hidden;
    display: block;
    transition: visibility 250ms, opacity 250ms, z-index 250ms
}

.sidenav-overlay-open {
    visibility: visible;
    opacity: .75;
    transition: visibility 250ms, opacity 250ms, z-index 250ms
}

.sidenav .sidenav-heading {
    padding: 17px 0
}

.sidenav h4 {
    margin-left: 0;
    margin-block-end: 0
}

.setting-field {
    display: flex
}

.setting-field .material-symbols-rounded {
    margin-right: 10px;
    font-size: 36px;
    cursor: pointer
}

.setting-field .material-symbols-rounded[data-push_notification=off],
.setting-field .material-symbols-rounded[data-darkmode=off] {
    color: #9e9e9e
}

.setting-label {
    align-self: center
}

.collection {
    margin: .5rem 0 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative
}

.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0
}

.collection .collection-item.has-avatar {
    position: relative;
    color: inherit;
    display: grid;
    grid-template-rows: 84px;
    grid-template-columns: 36px calc(100% - 36px - 20px) 10px;
    gap: 10px;
    width: 100%
}

.collection .collection-item.has-avatar .circle {
    width: 36px;
    height: 36px;
    overflow: hidden;
    align-self: center
}

.collection .collection-item .collection-item-text {
    align-self: center
}

.right-dot {
    background: #32373c;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    align-self: center
}

.collection .collection-item.has-avatar .title {
    font-size: 16px
}

.collection .collection-item.has-avatar p {
    margin: 0
}

.collection .collection-item:last-child {
    border-bottom: none
}

.collection a.collection-item {
    display: block;
    -webkit-transition: .25s;
    transition: .25s;
    color: #26a69a
}

.collection a.collection-item:not(.active):hover {
    background-color: #ddd
}

.download-item {
    position: relative;
    width: 100%;
    display: inline-flex;
    margin: 5px 0
}

.download-item-icon {
    width: 55px;
    height: 55px;
    position: relative;
    border-radius: 15px;
    aspect-ratio: 1/1
}

.download-item-icon img {
    border-radius: 15px;
    aspect-ratio: 1/1
}

.download-item-name {
    padding-left: 10px;
    width: 100%;
    position: relative
}

.download-item-note {
    color: #8a6d3b !important;
    border: 1px solid #fbeed5;
    background-color: #fcf8e3 !important;
    padding: 0 15px;
    margin-bottom: 15px;
    margin-top: 5px;
    border-radius: 5px
}

.download-item-note p {
    margin-bottom: 15px
}

.swiper {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    overflow: auto;
    scroll-snap-type: x mandatory
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 300px !important;
    margin-right: 15px;
    scroll-snap-align: center
}

.is-style-outline>.wp-block-button__link:not(.has-background).clickable:hover {
    background-color: #32373c !important;
    border: 2px solid #32373c !important;
    color: #fff !important
}

.app-box-name-heading>span {
    margin-top: 3px
}

.entry-content {
    max-width: 840px;
    margin: 0 auto
}

@media only screen and (max-width:992px) {
    .metioned-in .app {
        box-shadow: 0 4px 10px rgb(0 0 0/5%);
        border-radius: 8px;
        padding: 15px;
        background: #fff;
        margin-bottom: 30px;
        margin-top: 30px
    }
}

.main-entry-content .app {
    margin-top: 0
}

.main-entry-content .wp-block-table {
    margin-bottom: 30px
}

.main-entry-content th,
.main-entry-content td {
    padding: 10px;
    border: .5px solid #212121
}

.entry-block {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

@media only screen and (min-width:993px) {
    .main-entry-content .app {
        position: relative;
        margin-top: 0;
        margin-bottom: 15px;
        color: inherit;
        display: grid;
        grid-template-rows: 120px;
        grid-template-columns: 120px calc(100% - 120px - 15px);
        gap: 15px;
        width: 100%
    }
    .main-entry-content .app-icon {
        width: 120px;
        height: 120px;
        position: relative;
        border-radius: 15px;
        aspect-ratio: 1/1
    }
    .main-entry-content .app-icon img {
        width: 120px;
        height: 120px
    }
    .main-entry-content .app-name {
        width: 100%;
        position: relative;
        align-self: center
    }
    .main-entry-content .app-name h1 {
        font-size: var(--wp--preset--font-size--large) !important;
        line-height: 1.5;
        font-weight: 400
    }
    .wp-block-table {
        margin: 0
    }
}

@media only screen and (min-width:993px) {
    .related-posts .flex-container .flex-item {
        flex: 0 1 calc(50% - 5px)
    }
}

footer a {
    color: #ffffff
}

footer p {
    margin-bottom: 15px
}

footer details summary {
    background: none
}

footer details summary strong {
    padding-bottom: 10px;
    display: block;
    padding-top: 10px
}

.wp-block-columns .footer-menu li {
    margin-bottom: 10px
}

footer .wp-block-social-links .wp-social-link svg {
    width: 16px;
    height: 16px
}

@media only screen and (min-width:1280px) {
    .home-hero-bg {
        min-height: 380px
    }
}

.rating-wrap {
    display: flex;
    justify-content: center;
}

.jq-ry-container {
    position: relative;
    padding: 0 5px;
    line-height: 0;
    display: block;
    cursor: pointer;
}

.jq-ry-container[readonly=readonly] {
    cursor: default
}

.jq-ry-container>.jq-ry-group-wrapper {
    position: relative;
    width: 100%
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
    position: relative;
    line-height: 0;
    z-index: 10;
    white-space: nowrap
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    display: inline-block
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
    width: 100%
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
    width: 0;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.hidden {
    display: none;
}

/* ================================================
   SISTEMA DE TABS: CONTENIDO / GUÍA DE INSTALACIÓN
   ================================================ */

/* Contenedor principal de los tabs */
.content-tabs-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    position: relative;
    z-index: 2;
    /* Asegurar que los botones siempre sean visibles */
    display: block !important;
    visibility: visible !important;
}

/* Contenedor de los botones de las pestañas */
.content-tabs-buttons {
    display: flex;
    gap: 0;
    background: #1a1d24;
    border-radius: 35px;
    padding: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}

/* Indicador deslizante (slider) - 2 botones por defecto */
.content-tabs-buttons::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: calc(50% - 6px);
    height: calc(100% - 12px);
    background: linear-gradient(135deg, #20232c 0%, #20232c 100%);
    border-radius: 30px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0px 0px 12px rgb(26 89 49 / 12%);
    z-index: 0;
}

/* Cuando hay solo 1 tab (sin MOD INFO), el slider ocupa todo el ancho */
.single-tab .content-tabs-buttons::before {
    width: calc(100% - 12px);
}

/* Mover el slider cuando el segundo botón está activo */
.content-tabs-buttons:has(.content-tab-btn:nth-child(2).active)::before {
    transform: translateX(100%);
}

/* Botones de las pestañas */
.content-tab-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #9ca3af;
    background: transparent;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

/* Icono dentro del botón */
.content-tab-btn .material-symbols-rounded {
    font-size: 22px;
    transition: transform 0.3s ease;
}

/* Efecto hover en botones */
.content-tab-btn:hover {
    color: #fff;
}

.content-tab-btn:hover .material-symbols-rounded {
    transform: scale(1.1);
}

/* Botón activo */
.content-tab-btn.active {
    color: #fff;
}

.content-tab-btn.active .material-symbols-rounded {
    transform: scale(1.05);
}

/* Efecto de onda al hacer clic */
.content-tab-btn:active {
    transform: scale(0.98);
}

/* Paneles de contenido - Sistema MOD */
.mod-tab-panel {
    display: none;
    animation: fadeIn 0.4s ease-in-out;
}

.mod-tab-panel.active {
    display: block;
}

/* Paneles de contenido - Sistema ARTICLE */
.article-tab-panel {
    display: none;
    animation: fadeIn 0.4s ease-in-out;
}

.article-tab-panel.active {
    display: block;
}

/* Animación de aparición */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(2px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Contenido de la guía de instalación */
.guia-instalacion-content h2,
.guia-instalacion-content h3,
.guia-instalacion-content h4 {
    color: #fff;
    margin-top: 24px;
    margin-bottom: 16px;
}



.guia-instalacion-content ol,
.guia-instalacion-content ul {
    margin-bottom: 20px;
    padding-left: 24px;
}

.guia-instalacion-content li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.guia-instalacion-content ol li {
    padding: 12px 16px;
    margin-bottom: 10px;
    border-radius: 10px;
    list-style-position: inside;
	border: solid 1px #414141;
}

.guia-instalacion-content a {
    color: #22c55e;
    text-decoration: underline;
}

.guia-instalacion-content a:hover {
    color: #16a34a;
}

.guia-instalacion-content code {
    background: #1a1d24;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 14px;
    color: #22c55e;
}

/* Responsive: Mobile */
@media only screen and (max-width: 768px) {
    .content-tabs-buttons {
        flex-direction: row;
        gap: 0;
        padding: 4px;
    }
    
    .content-tab-btn {
        padding: 14px 16px;
        font-size: 14px;
        gap: 6px;
    }
    
    .content-tab-btn .material-symbols-rounded {
        font-size: 20px;
    }
}

/* Responsive: Mobile pequeño */
@media only screen and (max-width: 480px) {
    .content-tab-btn {
        padding: 12px 12px;
        font-size: 13px;
        flex-direction: column;
        gap: 4px;
    }
    
    .content-tab-btn .material-symbols-rounded {
        font-size: 22px;
        margin-bottom: 2px;
    }
}

/* Contenedor principal del banner */
.neon-banner {
  position: relative;
  display: inline-block;
  padding: 1px; /* Espacio para el borde */
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* La imagen original */
.neon-banner img {
  display: block;
  border-radius: 8px;
  position: relative;
  z-index: 3;
}

/* Primera capa de neón */
.neon-banner::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #00ffff, #ff00ff, #00ff00, #ffff00, #00ffff);
  background-size: 400% 400%;
  border-radius: 12px;
  z-index: 1;
  animation: neonRotate 3s linear infinite, neonGlow 1.5s ease-in-out infinite alternate;
}

/* Segunda capa para mayor intensidad */
.neon-banner::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(45deg, #00ffff, #ff00ff, #00ff00);
  background-size: 300% 300%;
  border-radius: 14px;
  z-index: 0;
  opacity: 0.6;
  animation: neonRotate 4s linear infinite reverse;
  filter: blur(8px);
}

/* Animación de rotación */
@keyframes neonRotate {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Animación de brillo */
@keyframes neonGlow {
  from { opacity: 0.8; }
  to { opacity: 1; }
}

/* Efecto hover elegante */
.neon-banner:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

/* Mobile Bottom Fixed Menu */
.mobile-bottom-menu {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    background: #191c23c4;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 5px 15px rgb(173 170 170 / 20%), inset 0 -2px 4px rgb(139 139 139 / 10%);
	z-index: 2;
    padding: 0;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.mobile-bottom-menu {
    display: none;
    justify-content: space-around;
    align-items: center;
}

.mobile-bottom-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    padding: 8px 4px;
    position: relative;
}

.mobile-bottom-menu-item:hover,
.mobile-bottom-menu-item:active {
    color: #1a73e8;
    transform: translateY(-2px);
}

.mobile-bottom-menu-item.mobile-bottom-menu-home {
    transform: translateY(-10px);
}

.mobile-bottom-menu-item.mobile-bottom-menu-home .mobile-bottom-menu-icon svg {
    fill: #ffffff;
    width: 28px;
    height: 28px;
}

.mobile-bottom-menu-item.mobile-bottom-menu-home:hover {
    transform: translateY(-12px);
}

.mobile-bottom-menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

.mobile-bottom-menu-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    transition: all 0.3s ease;
}

.mobile-bottom-menu-label {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    margin-top: 5px;
}

/* Show menu only on mobile devices */
@media only screen and (max-width: 768px) {
    .mobile-bottom-menu {
        display: flex;
    }
    
    /* Add padding to body to prevent content from being hidden behind menu */
    body {
        padding-bottom: 70px;
    }
    
    /* Adjust cookie banner position when mobile menu is present */
    #cookie-consent-banner {
        margin-bottom: 71px;
    }
}

/* Dark mode support */
.dark-mode .mobile-bottom-menu {
    background: linear-gradient(180deg, rgba(30,30,30,0.95) 0%, rgba(30,30,30,0.98) 100%);
    border-top: 1px solid rgba(255,255,255,0.1);
}

.dark-mode .mobile-bottom-menu-item {
    color: #a0a0a0;
}

.dark-mode .mobile-bottom-menu-item:hover,
.dark-mode .mobile-bottom-menu-item:active {
    color: #22c55e;
}

/* ================================================
   JUEGOS POPULARES - HOME FEATURED JUEGOS
   ================================================ */

/* Ícono de la app */
.card-icon {
    position: absolute;
    top: 90px;
    left: 10px;
    width: 50px !important;
    height: 50px !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Botón de descarga verde */
.btn-download-juegos {
    position: absolute;
    bottom: 15px;
    right: 10px;
    background: #22c55e;
    color: #fff;
    padding: 12px 10px;
    border-radius: 6px;
    display: inline-block;
    z-index: 10;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    pointer-events: auto;
}

.btn-download-juegos:hover {
    background: #16a34a;
}

/* Social Icons - Home Banner: Color de fondo por defecto */
.home-hero-bg .wp-block-social-links .wp-social-link {
    background-color: #090909b0 !important;
    transition: background-color 0.3s ease;
}

/* Facebook - Color original: #1877F2 */
.home-hero-bg .wp-social-link-facebook:hover {
    background-color: #1877F2 !important;
}

/* Twitter - Color original: #1DA1F2 */
.home-hero-bg .wp-social-link-twitter:hover {
    background-color: #1DA1F2 !important;
}

/* YouTube - Color original: #FF0000 */
.home-hero-bg .wp-social-link-youtube:hover {
    background-color: #FF0000 !important;
}

/* Telegram - Color original: #0088CC */
.home-hero-bg .wp-social-link-telegram:hover {
    background-color: #0088CC !important;
}

/* TikTok - Color original: #000000 */
.home-hero-bg .wp-social-link-tiktok:hover {
    background-color: #000000 !important;
}

/* Pinterest - Color original: #E60023 */
.home-hero-bg .wp-social-link-pinterest:hover {
    background-color: #E60023 !important;
}

/* WhatsApp - Color original: #25D366 */
.home-hero-bg .wp-social-link-whatsapp:hover {
    background-color: #25D366 !important;
}

/* Instagram - Color original: #E4405F */
.home-hero-bg .wp-social-link-instagram:hover {
    background-color: #E4405F !important;
}

/* GitHub - Color original: #181717 */
.home-hero-bg .wp-social-link-github:hover {
    background-color: #181717 !important;
}

/* LinkedIn - Color original: #0A66C2 */
.home-hero-bg .wp-social-link-linkedin:hover {
    background-color: #0A66C2 !important;
}

/* Skype - Color original: #00AFF0 */
.home-hero-bg .wp-social-link-skype:hover {
    background-color: #00AFF0 !important;
}

/* Tumblr - Color original: #35465C */
.home-hero-bg .wp-social-link-tumblr:hover {
    background-color: #35465C !important;
}

/* Twitch - Color original: #9146FF */
.home-hero-bg .wp-social-link-twitch:hover {
    background-color: #9146FF !important;
}

/* VK - Color original: #0077FF */
.home-hero-bg .wp-social-link-vk:hover {
    background-color: #0077FF !important;
}

/* Reddit - Color original: #FF4500 */
.home-hero-bg .wp-social-link-reddit:hover {
    background-color: #FF4500 !important;
}
/* ================================================
   EFECTO BLUR INICIO ARTICULO
   ================================================ */
.article-header-bg {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    pointer-events: none;
    user-select: none;
    min-width: 100%;
    width: auto;
    height: 500px;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 80%);
    z-index: -1;
}	
.article-header-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--article-bg-image);
    background-size: 100%;
    background-position: calc(50% + 0px) center;
    background-repeat: no-repeat;
    opacity: 0.3;
    filter: blur(35px);
    transform: scale(1.1);
}
.article-header-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, hsl(0deg 0% 9% / 0%) 30%, #20232c 100%);
}

/* =====================================
   Top Apps Section (archive pages)
   ===================================== */

.top-apps-section {
    padding-top: 0;
    padding-bottom: 0;
}
.top-apps-title {
    margin-top: 20px !important;
    margin-bottom: 0.75rem !important;
    font-weight: 500;
}
/* Outer wrapper: positions arrows relative to scroll area */
.top-apps-outer {
    position: relative;
    padding-bottom: 18px; /* space for num sprite that extends below icon */
    margin-bottom: 0.75rem;
}
/* Scroll container: hide native scrollbar, touch scroll preserved */
.top-apps-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.top-apps-wrap::-webkit-scrollbar {
    display: none;
}
.top-apps-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.top-app-item {
    flex: 0 0 auto;
    width: 290px;
    overflow: visible;
}
.top-app-link {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #191c23;
    border-radius: 16px;
    padding: 12px;
    color: inherit;
    height: 100%;
    box-sizing: border-box;
    /* override .clickable overflow so the number sprite can peek out */
    overflow: visible !important;
}
.top-app-icon-wrap {
    position: relative;
    flex-shrink: 0;
    width: 110px;
    height: 110px;
}
.top-app-icon-wrap img {
    width: 110px;
    height: 110px;
    border-radius: 22px;
    object-fit: cover;
    display: block;
}
/* nums.svg sprite: 152×640px, 10 numbers, left column (76px wide × 64px/slot) */
.top-app-num {
    position: absolute;
    bottom: -6px;
    left: -8px;
    width: 76px;
    height: 64px;
    background-size: 152px 640px;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0.9;
    z-index: 1;
}
.top-app-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.top-app-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}
.top-app-android {
    color: var(--wp--preset--color--cyan-bluish-gray);
}
.top-app-name {
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}
.top-app-version {
    color: var(--wp--preset--color--cyan-bluish-gray);
}
/* Arrow navigation buttons */
.top-apps-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: rgba(34, 37, 45, 0.85);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    transition: background 0.2s, opacity 0.2s;
    padding: 0;
    line-height: 1;
}
.top-apps-arrow:hover {
    background: rgba(55, 60, 72, 0.95);
}
.top-apps-arrow[hidden] {
    display: none;
}
.top-apps-arrow .material-symbols-rounded {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-apps-arrow-prev {
    left: -14px;
}
.top-apps-arrow-next {
    right: -14px;
}