/*
Theme Name: KamiPWA
Theme URI: https://kamiotaku.com/
Author: kamiotaku
Author URI: https://kamiotaku.com/
Description: Tema PWA de alto rendimiento con inyección de Blobs instantánea v12.0.
Version: 12.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kamipwa
*/

/* Estilos personalizados */
body {
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  color: #ffffff;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

/* Estilos personalizados para el menú de navegación */
.menu-toggle {
  display: none;
}

.menu-AI {
  display: block;
  background: rgba(0, 0, 0, 0.689);
  border: none;
  color: #e91e63;
  font-size: 40px;
  cursor: pointer;
  position: fixed;
  left: 2vw;
  bottom: 50vh;
  border-radius: 41px;
  z-index: 9999;
}

.se-AI {
  background: rgb(0 0 0 / 89%);
}



.menu-kami-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-kami-container .menu {
  display: flex;
  margin-bottom: 0;
}

.menu-kami-container .menu li {
  display: block;
  margin-bottom: 10px;
}

.menu-kami-container .menu li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  position: relative;
  /* Asegura que el pseudo-elemento se posicione correctamente */
  color: #ffffff;
}

.menu-kami-container .menu li a::after {
  content: "";
  position: absolute;
  left: -50%;
  /* Posiciona el pseudo-elemento en el centro horizontal */
  bottom: 3px;
  width: 0;
  /* Establece el ancho inicial en cero */
  height: 3px;
  background-color: #e91e63;
  transform: translateX(50%);
  /* Centra el pseudo-elemento */
  transition: width 0.3s ease;
  /* Agrega una transición al ancho del pseudo-elemento */
}

.menu-kami-container .menu li a:hover::after {
  width: 100%;
  /* Aumenta el ancho del pseudo-elemento al hacer hover */
}

.menu-kami-container .menu .sub-menu {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
}

.menu-kami-container .menu .sub-menu li {
  display: block;
}

.menu-kami-container .menu li:hover>.sub-menu {
  display: block;
}

#menu-kami {
  position: absolute;
  right: 40px;
}

#menu-app {
  position: absolute;
  right: 40px;
}


.menu-shop {
  position: fixed;
  width: 55%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  margin-left: 35vw;
  justify-content: space-between;
}

.menu-shop .menu {
  display: flex;
  margin-bottom: 0;
}

.menu-shop .menu li {
  display: block;
  margin-bottom: 10px;
}

.menu-shop .menu li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  position: relative;
  /* Asegura que el pseudo-elemento se posicione correctamente */
  color: #ffffff;
}

.menu-shop .menu li a::after {
  content: "";
  position: absolute;
  left: -50%;
  /* Posiciona el pseudo-elemento en el centro horizontal */
  bottom: 3px;
  width: 0;
  /* Establece el ancho inicial en cero */
  height: 3px;
  background-color: #e91e63;
  transform: translateX(50%);
  /* Centra el pseudo-elemento */
  transition: width 0.3s ease;
  /* Agrega una transición al ancho del pseudo-elemento */
}

.menu-shop .menu li a:hover::after {
  width: 100%;
  /* Aumenta el ancho del pseudo-elemento al hacer hover */
}

.menu-shop .menu .sub-menu {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
}

.menu-shop .menu .sub-menu li {
  display: block;
}

.menu-shop .menu li:hover>.sub-menu {
  display: block;
}

.menu-shop-items {
  position: fixed;
  left: 12vw;
  background-color: rgba(0, 0, 0, 0.8);
}

.menu-shop-items .menu {
  display: flex;
  margin-bottom: 0;
  flex-direction: column;
}

.menu-shop-items .menu li {
  display: block;
  margin-bottom: 10px;
}

.menu-shop-items .menu li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  position: relative;
  /* Asegura que el pseudo-elemento se posicione correctamente */
  color: #ffffff;
}

.menu-shop-items .menu li a::after {
  content: "";
  position: absolute;
  left: -50%;
  /* Posiciona el pseudo-elemento en el centro horizontal */
  bottom: 3px;
  width: 0;
  /* Establece el ancho inicial en cero */
  height: 3px;
  background-color: #e91e63;
  transform: translateX(50%);
  /* Centra el pseudo-elemento */
  transition: width 0.3s ease;
  /* Agrega una transición al ancho del pseudo-elemento */
}

.menu-shop-items .menu li a:hover::after {
  width: 100%;
  /* Aumenta el ancho del pseudo-elemento al hacer hover */
}

.menu-shop-items .menu .sub-menu {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
}

.menu-shop-items .menu .sub-menu li {
  display: block;
}

.menu-shop-items .menu li:hover>.sub-menu {
  display: block;
}


/* Estilos personalizados para el logo */
.logo {
  margin-right: 10px;
}


.logo img {
  max-width: 100%;
  height: auto;
  max-height: 50px;
  max-width: 50px;
}



/* Estilos personalizados para los posts en tendencia */
.trending-posts {
  display: flex;
  align-items: center;
  margin-left: 10px;
  position: relative;
  color: #e91e63;
}

.ticker-container {
  overflow: hidden;
  position: relative;
  width: 25vw;
}

.ticker-inner {
  animation: ticker-animation 20s linear infinite;
  width: 25vw;
}

.ticker-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25vw;
  margin: 0 auto;
  flex-wrap: nowrap;
}

.ticker-item {
  display: flex;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateX(100%);
  text-align: center;
  justify-content: center;
  flex: 0 0 auto;
  white-space: nowrap;
  width: 25vw;
}




.ticker-item.active {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.5s;
}

.ticker-item.previous {
  transform: translateX(100%);
}


/* Botones de navegación */
.ticker-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
  align-items: center;
  justify-content: center;
}

.prev-button {
  left: 0;
}

.next-button {
  right: 0;
}


/* buscador moderno */

.search-form {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.search-icon,
.search-field {
  display: inline-block;
  vertical-align: middle;
}

.search-icon {
  margin-right: 5px;
  cursor: pointer;
  color: #e91e63;
}

.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  text-align: center;
  padding-top: 50px;
}

.search-overlay .search-field {
  display: inline-block;
  width: 70%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
}

.search-overlay .search-button,
.search-overlay .search-close {
  background-color: #f2f2f2;
  border: none;
  color: #777;
  padding: 8px;
  margin-top: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.search-overlay .search-button:hover,
.search-overlay .search-close:hover {
  background-color: #ddd;
}

.search-overlay .search-button i,
.search-overlay .search-close i {
  font-size: 16px;
}

/*buscador spesifico*/
.search-forms {
  background-color: rgba(0, 0, 0, 0.689);
  padding-top: 10px;
}

.search-field {
  padding: 10px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
}

.search-button {
  background-color: #f2f2f2;
  border: none;
  color: #777;
  padding: 8px;
  margin-left: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.search-button:hover {
  background-color: #e91e63;
  color: #ffffff;
}

.search-button i {
  font-size: 16px;
}




.background-carousel {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
  background-color: #000;
}

.background-image {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  /* Ajusta la duración de la transición según tus necesidades */
  transition-timing-function: ease;
}

.background-image.active {
  opacity: 1;
}

/*singles.php*/

.entry-title {
  background-color: rgba(0, 0, 0, 0.689);
  width: 40vw;
  margin: 0 auto;
  padding: 20px;
  text-align-last: center;
  margin-top: 50px;
}

.entry-content {
  background-color: rgba(0, 0, 0, 0.689);
  width: 65vw;
  margin-left: 5vw;
  padding: 20px;
  margin-top: 20px;
  color: rgb(255, 255, 255);
}

.entry-content-shop {
  background-color: rgba(0, 0, 0, 0.689);
  width: 50vw;
  margin-left: 35vw;
  padding: 20px;
  margin-top: 89px;
  color: rgb(255, 255, 255);
}

.entry-content-shop a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.entry-content-shop p {
  display: flex;
  flex-wrap: wrap;
}

.entry-content a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.sidebar {
  background-color: rgba(0, 0, 0, 0.689);
  position: absolute;
  width: 20vw;
  padding: 20px;
  margin-top: 76px;
  top: 0;
  right: 0;
}

.sidebar-post {
  margin-bottom: 20px;
}

.sidebar-post a {
  align-items: center;
  text-decoration: none;
  color: #ffffff;
}

.sidebar-post img {
  width: 96px;
  height: 96px;
  margin-right: 10px;
}

.sidebar-post h4 {
  margin: 0;
  font-size: 16px;
}


.wp-block-glsb-gosign-gallery-box-block.gosign-gallery-box-block-container {
  margin-left: 10vw;
  margin-right: 10vw;
}

.elementor-video {
  width: 50vw;
}

.wp-block-mi-plugin-de-videos-video {
  box-sizing: border-box;
}

.video-item {
  box-sizing: border-box;
}

.img-gif {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}


.eledeo {
  width: 155px;
}


.entry-footer {
  background-color: rgba(0, 0, 0, 0.689);
  width: 65vw;
  margin-left: 5vw;
  padding: 20px;
  margin-bottom: 50px;
}


.navigation.post-navigation {
  width: 50vw;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 12px;
}

.navigation.post-navigation h2.screen-reader-text {
  display: none;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
  color: #ffffff;
}

.post-navigation,
.nav-previous a,
.nav-next a {
  align-items: center;
  text-decoration: none;
}

.nav-previous .nav-icon,
.nav-next .nav-icon {
  font-size: 20px;
  margin-right: 5px;
}

.nav-previous .nav-text,
.nav-next .nav-text {
  font-size: 16px;
}


.nav-text {
  font-size: 20px;
  display: block;
  /* o display: inline-block; */
  width: 100%;
  margin: 0;
}


/* search.php and category.php*/
.containers {
  margin-top: 81px;
  padding: 0 39px;
}

.page-header {
  margin-bottom: 20px;
  text-align: -webkit-center;
}

.page-title {
  font-size: 24px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.689);
  width: 50vw;
  padding: 15px;
  text-align: center;
}

.search-results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Dos columnas en horizontal */
  grid-template-rows: repeat(4, auto);
  /* Tres filas en vertical */
  justify-content: center;
  /* Centrar los elementos horizontalmente */
}

.search-resultss {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  margin-right: 9px;
}

.search-resultss article {
  background-color: rgba(0, 0, 0, 0.689);
  padding: 22px;
  text-align: center;
  font-size: 10px;
}


.search-results article {
  background-color: rgba(0, 0, 0, 0.689);
  padding: 10px;
  text-align: center;
  font-size: 10px;
}

.search-results article .entry-title {
  background-color: rgba(0, 0, 0, 0.689);
  width: 15vw;
  margin: 0 auto;
  padding: 20px;
  text-align-last: center;
  margin-top: 50px;
}

.search-results article a {
  text-decoration: none;
  color: #ffffff;
}

.post-thumbnail {
  margin-bottom: 10px;
}


.post-thumbnail img {
  width: 100%;
  height: 100%;
}

.entry-header {
  margin-bottom: 10px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.689);
  margin-bottom: 50px;
}


.page-numbers {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 4px;
  color: #ffffff;
  text-decoration: none;
}


.page-numbers.current {
  background-color: #000000;
  color: #ffffff;
}

.prev,
.next {
  font-weight: bold;
}

.prev:hover,
.next:hover,
.page-numbers:hover {
  background-color: #000000;
  color: #ffffff;
}


.entry-thumbnail {
  width: 100%;
  max-width: 200px;
  height: auto;

}


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

.sidebar li {
  margin-bottom: 10px;
}


.sidebar a {
  text-decoration: none;
  color: #ffffff;
}

.main-content {
  width: 68vw;
  padding: 35px;
}

.entry-tags {
  background-color: rgba(0, 0, 0, 0.689);
  width: 65vw;
  margin-left: 5vw;
  padding: 20px;
  color: rgb(255, 255, 255);
}

.entry-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.entry-tags li {
  display: inline-block;
  margin-right: 10px;
}

.entry-tags a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.entry-tags a:hover {
  text-decoration: underline;
}



.home-results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, auto);
}


.home-results article {
  background-color: rgba(0, 0, 0, 0.689);
  text-align: center;
  font-size: 10px;
  width: 15vw;
  padding: 20px;
}

.home-results article .entry-title {
  background-color: rgba(0, 0, 0, 0.689);
  width: 12vw;
  margin: 0 auto;
  padding: 11px;
  text-align-last: center;
  margin-top: 29px;
}

.home-results article a {
  text-decoration: none;
  color: #ffffff;
}


/*login*/

.login-section {
  background-color: rgba(0, 0, 0, 0.689);
  padding: 20px;
  width: 50vw;
  margin: 0 auto;
  margin-top: 50px;
}

.login-section h2 {
  color: #ffffff;
  text-align: center;
}

.login-error {
  color: #ff0000;
  margin-bottom: 10px;
}

.login-form {
  margin-top: 20px;
}

.login-form p {
  margin-bottom: 10px;
}

.login-form label {
  display: block;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
  width: 100%;
  padding: 8px;
}

.login-form input[type="submit"] {
  background-color: #7334ff;
  color: #ffffff;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.login-form input[type="submit"]:hover {
  background-color: #000000;
}

@media screen and (max-width: 768px) {
  .login-section {
    width: 80vw;
  }
}


/*footer*/

.el-section {
  background-color: rgba(0, 0, 0, 0.689);
  padding: 20px;
  color: #ffffff;
  text-align: center;
}

.el-section a {
  color: #ffffffb3;
  text-decoration: none;
}

.el-section a:hover {
  color: #ffffff;
}



.fab {
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-size: 25px;
  padding: 17px;
}


.content-area {
  margin: 0px;
  text-align: center;
}

.wp-video-shortcode {
  width: 314px;
  place-self: center;
}

.ptrn-button img {
  filter: saturate(3.5) hue-rotate(320deg);
}

.patreon-responsive-button-wrapper {
  display: inline-table !important;
  width: 241px !important;
  height: 50px !important;
  vertical-align: middle;
  text-align: center;
  background-color: #e91e63 !important;
}


/*celular*************************************/
@media only screen and (max-width: 768px) {
  .containers {
    margin: 0 auto;
    padding: 0;
  }



  .trending-posts {
    display: none;
  }

  .menu-kami-container {
    display: none;
  }

  .menu-kami-container.show {
    display: block;
    position: fixed;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
    top: 30%;
    margin-left: 50%;
    padding: 18px;
  }

  .menu-kami-container .menu {
    display: block;
    left: 0;
  }

  #menu-kami {
    position: absolute;
    right: 89px;
    top: 21vw;
  }

  #menu-app {
    position: absolute;
    right: 89px;
    top: 21vw;
  }

  .menu-kami-container .menu li {
    margin-bottom: 34px;
  }

  .menu-kami-container .menu li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 6px;
    position: relative;
    color: #ffffff;
  }

  .menu-toggle {
    display: block;
    background: rgba(0, 0, 0, 0.689);
    border: none;
    color: #e91e63;
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    right: 5vw;
    bottom: 34vh;
    border-radius: 5px;
    z-index: 9999;
  }

  .search-overlay .search-field {
    width: 90%;
  }

  .background-carousel {
    display: block;
    width: 90%
  }

  .entry-title {
    width: 90%;
    font-size: 12px;
    margin-top: 0;
  }

  .entry-content {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }

  .entry-tags {
    width: 90%;
    padding: 20px;
    color: rgb(255, 255, 255);
    margin: 0 auto;
    font-size: 30px;

  }

  .entry-footer {
    width: 90%;
    padding: 20px;
    margin-bottom: 0;
    margin: 0 auto;
  }

  .sidebar {
    background-color: rgba(0, 0, 0, 0.689);
    position: relative;
    width: 90%;
    padding: 20px;
    margin-top: 0;
    top: 0;
    right: 0;
  }

  .sidebar img {
    width: 180px;
    height: 180px;
  }

  .home-results {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .home-results article .entry-title {
    background-color: rgba(0, 0, 0, 0.689);
    width: 31vw;
    margin: 0 auto;
    padding: 11px;
    text-align-last: center;
    margin-top: 29px;
  }

  .entry-title {
    width: 86vw;
    margin: 0 auto;
    padding: 20px;
    text-align-last: center;
    font-size: 20px;
  }

  .search-results {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }

  .el-section {
    padding: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }

  .search-results article {
    background-color: rgba(0, 0, 0, 0.689);
    padding: 20px;
    text-align: center;
    font-size: 10px;
  }

  .search-results article .entry-title {
    background-color: rgba(0, 0, 0, 0.689);
    width: 33vw;
    margin: 0 auto;
    padding: 9px;
    text-align-last: center;
    margin-top: 21px;
    font-size: 15px;
  }

  .search-form {
    display: flex;
    align-items: center;
    padding: 22px;
    justify-content: center;
  }

  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.689);
    margin-bottom: 0;
  }

  .search-icon {
    margin-right: 11px;
    cursor: pointer;
    color: #e91e63;
    position: absolute;
    top: 3vh;
    left: 38vw;
  }

  .sidepe {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }

  .menu-shop {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 0vw;
  }

  .entry-content-shop {
    background-color: rgba(0, 0, 0, 0.689);
    width: 100vw;
    padding: 20px;
    margin-top: 89px;
    color: rgb(255, 255, 255);
    margin-left: 0vw;
  }

  .menu-shop-items {
    position: relative;
    left: 62vw;
    width: 35vw;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .elementor-video {
    width: 90vw;
  }

  .wp-video-shortcode {
    width: 96vw;
  }

  .search-resultss {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    margin-right: -14px;
  }

  .search-resultss article {
    background-color: rgba(0, 0, 0, 0.689);
    padding: 22px;
    text-align: center;
    font-size: 10px;
  }

  .navigation.post-navigation {
    width: 89vw;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 30px;
  }

  .home-results article {
    text-align: center;
    font-size: 10px;
    width: 34vw;
    padding: 29px;
  }

  .container {
    margin: 0 auto;
    padding: 0px;
  }

  .main-content {
    width: 99vw;
    padding: 0px;
    margin: auto;
  }

  .videos-container {
    grid-template-columns: repeat(2, 1fr);
  }

}

/* Estilos del scroll principal */
body::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar-thumb {
  background-color: #e91e63;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #c2185b;
}

body::-webkit-scrollbar-track {
  background-color: rgb(0, 0, 0);
}

.video-container {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-container::-webkit-scrollbar {
  width: 0px;
  /* Ancho de la barra de desplazamiento */
}

.video-container::-webkit-scrollbar-track {
  background-color: transparent;
  /* Color de fondo de la barra de desplazamiento */
}

.video-container::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Color del "pulgar" de la barra de desplazamiento */
  border-radius: 0px;
  /* Radio de borde del "pulgar" */
}

.video-container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Color del "pulgar" al pasar el ratón por encima */
}

.error-404 {
  background-color: rgb(0 0 0 / 95%);

}

.seccion-images {
  position: relative;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.image-containerss {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-bottom: 62vh;
}

.image-containerss img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
  transition: opacity 0.05s ease;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-containerss img:first-child {
  z-index: 1;
}

.image-containerss img.active {
  opacity: 1;
}

.pege-404 {
  font-size: 2vw;
  color: white;
}

.pege-404-he {
  font-size: 3vw;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.689);
  width: 84vw;
  padding: 21px;
  text-align: center;
}

/*giffffffffffffffs*/
#wp-content-media-buttons #mi-plugin-insertar-videos {
  margin-right: 5px;
}

.videos-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}





.img-gif::-webkit-media-controls,
.img-gif::-webkit-media-controls-enclosure,
.img-gif::-webkit-media-controls-play-button,
.img-gif::-webkit-media-controls-start-playback-button {
  display: none !important;
}

.enlarged {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.video-item.added {
  display: none;
}

/* Tamaño normal de los iconos */
.short-video.plyr .plyr__controls button svg {
  width: 18px !important;
  height: 18px !important;
}

/* Asegura que la barra de reproducción SI se vea */
.short-video.plyr .plyr__progress,
.short-video.plyr .plyr__progress input[type=range] {
  height: 4px !important;
  display: block !important;
}

/* CONTROLES EN COLUMNA (vertical) */
.short-video.plyr .plyr__controls {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
}

/* Espaciar los botones verticales */
.short-video.plyr .plyr__controls button {
  margin: 4px 0;
}

/* Barra de progreso a lo ancho del reproductor */
.short-video.plyr .plyr__controls .plyr__progress {
  width: 90% !important;
}

/* Evitar que Plyr colapse cuando cambiamos a layout vertical */
.short-video.plyr .plyr__controls>* {
  width: auto !important;
}

/* PWA INSTALL BANNER */
#pwa-install-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, rgba(10, 5, 20, 0.98) 0%, rgba(30, 10, 50, 0.98) 100%);
  border-top: 1px solid rgba(233, 30, 99, 0.4);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 99998;
  backdrop-filter: blur(16px);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.5);
}

#pwa-install-banner.visible {
  transform: translateY(0);
}

#pwa-install-banner .banner-content {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
}

#pwa-install-banner .banner-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  flex-shrink: 0;
}

#pwa-install-banner .banner-text h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 2px;
  color: #fff;
}

#pwa-install-banner .banner-text p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

#pwa-install-btn {
  background: #e91e63;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}

#pwa-install-btn:hover {
  background: #c2185b;
  transform: scale(1.03);
}

#pwa-dismiss-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 20px;
  padding: 0 4px;
  flex-shrink: 0;
  transition: color 0.2s;
}

#pwa-dismiss-btn:hover {
  color: #fff;
}

#offline-indicator {
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%) translateY(-80px);
  background: linear-gradient(135deg, #8b2252, #3d0066);
  color: #fff;
  padding: 10px 24px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  z-index: 99990;
  border: 1px solid rgba(233, 30, 99, 0.4);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
  transition: transform 0.35s ease;
}

#offline-indicator.visible {
  transform: translateX(-50%) translateY(0);
}

/* Offline Download Button */
.menu-download-btn {
  background: #e91e63;
  color: white;
  border: none;
  padding: 8px 16px;
  margin-left: 10px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  display: none;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: middle;
}

.menu-download-btn:hover {
  background: #d81b60;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4);
}

.menu-download-btn i {
  margin-right: 5px;
}

.offline-btn-wrapper {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 768px) {
  .offline-btn-wrapper {
    display: flex;
    /* justify-content: flex-end; */
    width: 100%;
    margin-top: 365px;
    padding-right: 40px;
    z-index: 9999;
    position: relative;
    clear: both;
  }

  .menu-download-btn {
    margin: 0;
    padding: 10px 20px;
    font-size: 15px;
    box-shadow: 0 10px 25px rgba(233, 30, 99, 0.5);
    border-radius: 30px;
    display: none;
    /* Controlled by pwa.js */
    align-items: center;
  }
}