/*
Theme Name: kamiotaku
Theme URI: https://kamiotaku.com/
Description: Un tema básico para WordPress.
Author: Tu Nombre
Author URI: ttps://kamiotaku.com/
Version: 1.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mi-tema
*/

/* 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: 50vw;
    margin-left: 12vw;
    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: 50vw;
    margin-left: 12vw;
    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: 50vw;
    margin-left: 12vw;
    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;
}

.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;
    }

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


    .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 !important;
        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;
    }
    .main-content {
        width: 76vw;
        padding: 33px;
    }
    .home-results {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .home-results article {
        text-align: center;
        font-size: 10px;
        width: 34vw;
        padding: 18px;
    }
    .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;
   }



}

/* 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;
}

@media screen and (max-width: 767px) {
  .videos-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.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;
}

    















  









  