@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

::-webkit-scrollbar {
    display: none;
}
*{
    margin: 0px;
    padding: 0px;
    font-family: 'Inter', Courier, monospace;
}
body{
    background-color: black;
    color: white;
}
.Novedades{
    margin-top: 1%;
}
.cardsfullimg .object-card{
    background-color: gray;
    margin-right: 2%;
    margin-left: 2%;
    padding: 10px;
    width: 200px;
    justify-content: space-between;
    height: 300px;
    display: flex;
    flex-direction: column-reverse;
    box-shadow: 0 4px 15px rgba(100, 100, 100, 0.3);
    border-radius: 10px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;

}
.cardsfullimg, .cardbiggers, .cardnoestrenados{
    overflow: scroll;
    height: 370px;
    align-items: center;
    position: relative;
    display: flex;
    border-radius: 10px;
    will-change: transform; /* Mejora el rendimiento de la animación */

}
.cardsfullimg .object-card:hover{
    transform: scale(1.05);
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(211, 211, 211, 0.3);
}
.cardsfullimg .object-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: inherit; /* hereda la imagen de fondo */
    background-size: cover;
    background-position: center;
    z-index: -1; /* coloca el fondo detrás del contenido */
    transition: filter 0.3s ease;
}
.cardsfullimg .object-card:hover::before {
    filter: blur(2px);
}
.cardsfullimg img{
    width: 67px;
    position: absolute;
    right: 0px;
    top: -7px;
}
h3{
    font-weight: 500;
    z-index: 2;
}
.popup-download-button, .popup-close-button{
    background-color: #1c1c1c;
    border: white solid 1px;
    text-decoration: none;
    border-radius: 6px;
    padding: 8px;
    cursor: pointer;
    font-size: 150%;
    margin-right: 50px;
    color: white;
}
.popup-links .popup-download-button {
    background-color: #1c1c1c;
    border: white solid 1px;
    border-radius: 10px 20px 20px 10px;
    padding: 8px 44px;
    cursor: pointer;
    font-size: 125%;
    margin-right: 50px;
    color: white;
    text-decoration: none;
}
.popup-links span {
    font-size: 160%;
    padding-right: 5%;
}
.popup-links{
    padding-top: 4%;
}
.popup-modal{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background-color: rgb(18, 18, 18);
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(126, 126, 126, 0.36) 0px 4px 15px;
}
.popup-close-button-links{
    background-color: #1c1c1c;
    border: white solid 1px;
    text-decoration: none;
    border-radius: 6px;
    padding: 8px;
    cursor: pointer;
    margin-right: 50px;
    color: white;
    font-size: 103%;
    width: 100%;
    margin-top: 4%;
}
.popup-header{
    display: flex;
    justify-content: space-between;
}
.popup-modal h2{
margin-bottom: 1.2%;
margin-left: 0%;
}
#search-results {
    position: absolute;
    background-color: black;
    width: 60%;
    margin-left: 20%;
    z-index: 70;
}

.search-result-card {
    border-radius: 5px;
    margin-top: 2%;
    border: white solid 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-result-image {
    object-fit: cover;
    height: 84px;
    width: 333px;
    transition: width 0.3s ease;
    border-radius: 5px;
}

.search-result-card h3 {
    margin-right: 3%;
    z-index: 1;
}
#search-input{
    width: 80%;
    height: 40px;
    background-color: #343434;
    color: darkgrey;
    border: 0px;
    margin-left: 10%;
    padding-left: 10px;
    border-radius: 10px;
    margin-bottom: 1%;
}
.popup-image{
    width: 60vw;
    height: 50vh;
    object-fit: cover;
    border-radius: 10px;
}
.popup-subtitle{
    width: 60vw;
    margin-bottom: 1%;
    margin-top: 1%;
    overflow: hidden;
    font-weight: 200;
}
.search-result-card{
    cursor: pointer;
}
.search-result-card:hover .search-result-image{
    width: 353px;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.642); /* Oscurece el fondo */
    z-index: 999; /* Asegura que esté por debajo del popup */
}
.cardbiggers .object-card{
    background-image: linear-gradient(transparent, black), url(https://image.api.playstation.com/vulcan/ap/rnd/202208/0921/Ah7Ar9MU0r1BBlzAUflmhyQP.png);
    background-size: contain;
    height: 300px;
    width: 300px;
    border-radius: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-right: 2%;
    margin-left: 2%;
}
.cardbiggers .object-card{
    background-color: gray;
    overflow: hidden;
    margin-right: 2%;
    margin-left: 2%;
    padding: 10px;
    width: 25%;
    height: 300px;
    display: flex;
    box-shadow: 0 4px 15px rgba(100, 100, 100, 0.3);
    border-radius: 10px;
    position: relative;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    flex-direction: row;
    justify-content: space-between;
}
.cardbiggers .object-card:hover{
    width: 29%;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(211, 211, 211, 0.3);
}
.cardbiggers .object-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: inherit; /* hereda la imagen de fondo */
    background-size: cover;
    background-position: center;
    z-index: 0; /* coloca el fondo detrás del contenido */
    transition: filter 0.3s ease;
}
.cardbiggers .object-card:hover::before {
    filter: blur(2px) grayscale(100%);
}
.cardbiggers .object-card h3{
    font-weight: 700;
    width: 220px;
    margin-top: auto;
    font-size: 24px;
    margin-bottom: 6px;
    margin-left: 10px;
}
.cardbiggers .object-card h5 {
    z-index: 2;
    font-weight: 200;
    width: 120px;
    max-height: 233px;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    background-color: #0000009e;
    border-radius: 13px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 15;
    transition: opacity 0.3s ease, visibility 0s ease 0.3s;
}
.cardbiggers .object-card:hover h5 {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s; /* Se aplica el delay solo para hacer visible */
}
.cardbiggers .object-card:not(:hover) h5 {
    visibility: hidden;
    opacity: 0;
    transition-delay: 0.1s; /* No hay delay para ocultar */
}
.cardbiggers .object-card .ExtraInfoCategorias{
    position: absolute;
    left: -55px;
    opacity: 0;
    transition: left 0.3s ease, opacity 0.3s ease;
}
.cardbiggers .object-card:hover .ExtraInfoCategorias {
    visibility: visible;
    left: 10px;
    opacity: 1;
    transition-delay: 0.1s; /* Se aplica el delay solo para hacer visible */
}
audio{
    visibility: hidden;
    height: 0px;
    position: absolute;
}
.clear-search-button{
    position: absolute;
    border: none;
    left: 88.2%;
    width: 55px;
    color: whitesmoke;
    height: 40px;
    font-weight: 600;
    font-size: 23px;
    border-radius: 0px 10px 10px 0px;
    background-color: #111111;
    cursor: pointer;
    
}
input:focus {
    outline: none;
    }
.popupbotones{
    display: flex;
    justify-content: center;
}
.ExtraInfoCategorias .CategoriasGame{
    overflow: scroll;
    display: flex;
    flex-wrap: nowrap;
    height: 51px;
    width: 300px;
    left: -11px;
    position: absolute;
    align-items: center;
    white-space: nowrap;
}
.cardnoestrenados .object-card {
    background-color: gray;
    margin-right: 2%;
    cursor: pointer;
    margin-left: 2%;
    padding: 10px;
    margin-top: 1.5%;
    width: 28%;
    z-index: 2;
    justify-content: space-between;
    height: 193px;
    display: flex;
    box-shadow: 0 4px 15px rgba(100, 100, 100, 0.3);
    border-radius: 10px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    flex-direction: column-reverse;
    align-items: center;
    overflow: hidden; /* Para que los efectos no se extiendan fuera del borde */
}

.cardnoestrenados .object-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    filter: grayscale(100%) blur(1px); /* Aplica escala de grises y desenfoque */
    background-image: inherit; /* Hereda la imagen de fondo */
    background-size: cover;
    background-position: center;
    z-index: 1; /* Coloca el fondo detrás del contenido */
    transition: filter 0.3s ease;
}

.cardnoestrenados .object-card:hover::after {
    filter: none; /* Quita los filtros en hover */
    z-index: 4;
}

.countdown {
    font-size: 38px;
    font-weight: 800;
    color: #c23fc2;
    text-align: center;
    z-index: 3;
}
.cardnoestrenados .object-card .object-card-status, h3{
    z-index: 5;
}
.cardnoestrenados{
    height: 263px;
    height: fit-content;
    flex-wrap: wrap;
    overflow: visible;
    justify-content: space-around;
}
.object-card-status{
    padding: 1px 12px 1px 11px;
    width: fit-content;
    font-weight: 600;
    border-radius: 13px;
}
.popup-content{
    width: 50%;
    height: 87%;
    text-align: center;
    position: relative;
    background-color: rgb(18, 18, 18);
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(126, 126, 126, 0.36) 0px 4px 15px;
}
.category-section{
    margin-top: 2%;
}
.masinfo{
    padding-bottom: 1.3%;
}
.slide-arrows-container {
    position: absolute; /* Cambiar a absolute */
    top: 0;
    left: 0;
    width: 100%; /* Ocupa el ancho del contenedor */
    height: 100%; /* Ocupa la altura del contenedor */
    pointer-events: none; /* Permite que el contenedor no interfiera con el scroll */
}

.slide-arrow {
    position: absolute;
    top: 50%; /* Centrar verticalmente */
    transform: translateY(-50%);
    visibility: hidden; /* Ocultas por defecto */
    z-index: 20; /* Asegurar que estén encima */
    pointer-events: all; /* Habilitar clic solo en las flechas */
    cursor: pointer;
    color: #fff; /* Color del ícono */
    font-size: 2rem; /* Tamaño del ícono */
}

.left-arrow {
    left: 0; /* Fijar al lado izquierdo */
    margin-left: 10px; /* Espaciado opcional */
}

.right-arrow {
    right: 0; /* Fijar al lado derecho */
    margin-right: 10px; /* Espaciado opcional */
}

.cardsfullimg:hover + .slide-arrows-container .slide-arrow,
.slide-arrows-container:hover .slide-arrow {
    visibility: visible; /* Mostrar flechas al pasar el mouse */
}
.slide-arrow i{
    vertical-align: -2px;
}
.ver-todos{
    margin-left: 2%;
    transition: transform 0.3s, margin-left 0.3s;
}
.ver-todos a{
    display: flex;
    font-family: 'Kanit', Courier, monospace;
    border-radius: 11%;
    transform: scale(1.4);
    transition: transform 0.3s, margin-left 0.3s;
    flex-direction: column;
    color: white;
    text-decoration: none;
    align-items: center;
}
.ver-todos .ver{
    font-family: 'Kanit';
    font-weight: 600;
    margin-bottom: -16%;
    font-size: 147%;
}
.ver-todos .todos{
    font-family: 'Kanit';
    font-weight: 200;
    font-size: 83%;
}
.bx-log-in-circle{
    font-size: 180%;
}
.CategoriasGame span{
    margin-left: 5%;
}
.view-more{
    margin-left: 1%;
    color: #b5b5b5;
    cursor: pointer;
}
.header-container{
    display: flex;
    align-items: baseline;
}
.view-more:hover{
    color: #c2c2c2;
}
.carousel-container {
        width: 81%;
        -webkit-mask-image: linear-gradient(to right, #db0f0f00, black 17%, black 75%, transparent);    
        border-radius: 20px;
        margin-left: 10%;
        position: relative;
        overflow: hidden;
}
.carousel-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    max-height: 190px;
}
.carousel-slide video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.carousel-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.carousel-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-dot.active {
    background-color: #717171;
}
.Actualizaciones .ExtraInfoCategorias{
    display: flex;
    justify-content: space-between;
}
.bx-rotate-left{
    vertical-align: -5%;
}