@font-face { font-family: nunito-regular;
	src: url('../fonts/Nunito-VariableFont_wght.ttf'); }

*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	outline: none;
	font-family: nunito-regular;
    color: white;
}
:root{
    --primario: #096098;
    --primarioSombra1: #064873;
    --primarioSombra2: #033250;
    --primarioSombra3: #001828;
    --primarioLuz1: #1F7BB6;
    --primarioLuz2: #6DB6E6;
    --primarioLuz3: #ADDCFA;
    --secundario: #7B28B3;
    --secundarioSombra1: #5C0995;
    --secundarioSombra2: #410569;
    --secundarioSombra3: #1F0133;
    --secundarioLuz1: #8A41BB;
    --secundarioLuz2: #9B57C9;
    --secundarioLuz3: #E0C2F5;
    --acento: #FFBC2C;
    --acentoSombra1: #FFAE00;
    --acentoSombra2: #C18400;
    --acentoSombra3: #674700;
    --acentoLuz1: #FFC341;
    --acentoLuz2: #FFD986;
    --acentoLuz3: #FFE6B0;
    --logo: #2E58FF;
    --textLink: #8AB3FD;
    
}


.backgoundColorPrimary{
    background-color: var(--primarioSombra3);
}


h1, h2, h3, .normalBoldText, .smallBoldText{
    font-weight: 800;
}

p, h1, .normalBoldText{
    color: white;
}

h1{
    font-size: 28px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 20px;
}
.normalText, .normalBoldText{
    font-size: 16px;
}
.normalText{
    font-weight: 600;
}
a:hover{
    text-decoration: underline;
}
.logo{
    position: absolute;
    top: 4px;
    left: 75px;
    width: 250px;
}
.divBody{
    background-color: var(--primarioSombra3);
}
.flex{
    display: flex;
}
.flex-column{
    display: flex;
    flex-direction: column;
}

header, .breadcrum, .section-box{
    background-color: var(--primarioSombra2);
}
header{
    z-index: 999;
    position: absolute;
}



/*--------------------------------------HEADER*/

header{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--primarioSombra2);
}
.headerChico{
    height: 54px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.sticky + .divBody {
    padding-top: 102px;
  }
.logo2{
    position: absolute;
    top: -9px;
    left: 75px;
    width: 250px;
}

#logoC img{
    width: 20px;
    height: 20px;
}


/*--------------------------------------* MENU HAMBURGUESA NUEVO*/
.hamburger {
    min-height: 30px;
    max-width: 50px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 40px;
    height: 4px;
    border-radius: 5px;
    content: '';
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: transform,opacity;
}
.hamburger-inner:before {
    top: 10px;
}
.hamburger-inner:after {
    top: 20px;
}


/*-------------------------------------- ANIMACION X*/

.open .hamburger-inner{
    transform: translate3d(0,10px,0) rotate(45deg);
}
.open .hamburger-inner:after {
    transform: translate3d(0,-20px,0) rotate(-90deg);
}
.open .hamburger-inner:before {
    transform: translate3d(0,-20px,0) rotate(90deg);
    width: 0px;
}


.enderezar{
    transform: translate3d(0,1px,0) rotate(315deg);
}
/* .posicionDiv{
    top: 150px;
    left: -40px;
} */

#contenido{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -109px;
    left: 117px;
    align-items: center;
    background-color: var(--primarioSombra1);
    min-width: 200px;
    width: 300px;
    height: 375px;
}

#contenido a{
    text-align: center;
    width: 85%;
    background-color: var(--primarioLuz2);
    margin: 5px;
    color: black;
    padding: 15px;
    text-decoration: none;
    display: block;
}


.logoSticky{
    position: absolute;
    top: 0px;
    left: 75px;
    width: 200px;
    height: 50px;
}

.contenido1{
    position: absolute;
    top: 0px;
    left: -300px;
}
.translateContenido{
    transform: translateX(302px);
    transition-duration: 1s;
}

.contenido2{
    position: absolute;
    top: 62px;
    left: -300px;
}
.contenido3{
    position: absolute;
    top: 124px;
    left: -300px;
}
.contenido4{
    position: absolute;
    top: 186px;
    left: -300px;
}
.contenido5{
    position: absolute;
    top: 248px;
    left: -300px;
}
.contenido6{
    position: absolute;
    top: 310px;
    left: -300px;
}



/*------------------------------------------PERFIL----*/
.imagenPerfil{
    cursor: pointer;
}
.imageRedes{
    width: 285px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.menuPerfil-child {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 0;
    align-items: center;
    background-color: var(--primarioSombra1);
    width: 300px;
    height: 315px;
}

.menuPerfil-child a {
    text-align: center;
    width: 85%;
    background-color: var(--primarioLuz2);
    margin: 5px;
    color: black;
    padding: 15px;
    text-decoration: none;
    display: block;
}
.menuPerfil-child > a:hover{
    filter: brightness(1.20);
}

.divHeader1{
    margin-left: 10px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.divHeader2{
    width: 482px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--primarioLuz2);
}
.divHeader2 > div, .divHeader2 > img{
    padding-right: 20px;
}
.imagenPerfil{
    width: 50px;
}

.buscador > img{
    width: 23px;
    height: 23px;
}
.buscador{
    display: flex;
    align-items: center;
}
.buscador form{
    margin-left: 10px;
}
input{
    width: 220px;
    height: 36px;
    background-color: var(--primarioLuz1);
    border-radius: 10px;
    padding-left: 10px;
}
input::placeholder{
    size: 16px;
    font: bold;
    color: #ffffff;
    opacity: 0.5;
    padding: 7px;
}
input:focus::placeholder{
    color: transparent;
}

header > img {
    margin-left: 17px;
}

/*--------------------------------------SECTION LANZAMIENTO*/
.lanzamiento{
    margin: 0px 17px 17px 17px;
}
.lanzamiento h1{
    padding: 7px 0px 7px 0px;
    color: var(--acentoSombra1);
}

.lanzamiento div{
    display: flex;
}
.lanzamiento img{
    background-color: var(--primarioSombra2);
    border-radius: 20px 0px 0px 20px;
}


.contenidoLanzamiento{
    background-color: var(--primarioSombra2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
    border-radius: 0px 20px 20px 0px;
}

.contenidoLanzamiento h3{
    padding-left: 50px;
    padding-right: 50px;
}

/*--------------------------------------* HISTORIA NUEVA*/
.historiaNueva{
    margin: 0px 17px 17px 17px;
}
.historiaNueva h1{
    padding: 7px 0px 7px 0px;
}

.historiaNueva div{
    display: flex;
}
.historiaNueva img{
    border-radius: 20px 0px 0px 20px;
}
#historia{
    margin-bottom: 40px;
}

.historiaContenido{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
    border-radius: 0px 20px 20px 0px;
}

.historiaContenido h3{
    padding-left: 50px;
    padding-right: 50px;
}
.textShadowAzul{
    text-shadow: 5px 5px 5px black ;
    text-shadow: rgb(0, 0, 255) 5px 0 15px;
    margin-left: 10px;
}
.textShadowRed{
    text-shadow: 5px 5px 5px black ;
    text-shadow: rgb(255, 0, 0) 5px 0 15px;
    margin-left: 10px;
}

.button{
    height: fit-content;
    color: black;
    font-weight: bolder;
    background-color: var(--acento);
    border-radius: 16px;
    padding: 5px 25px 5px 25px;
}
button:hover{
    background-color: var(--acentoLuz3);
    cursor: pointer;
}
button:active{
    background-color: var(--acentoSombra3);
}
a:hover{
    cursor: pointer;
}

.btn-masinfo{
    padding: 0px;
    width: 168px;
    height: 54px;
    border-radius: 17px;
    margin-bottom: 20px;
    border-color: var(--acento);
    box-shadow: 0 0 40px 40px var(--acento) inset, 0 0 0 0 var(--acento);
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.btn-masinfo:hover {
    box-shadow: 0 0 10px 0 var(--acentoLuz1) inset, 0 0 10px 4px var(--acentoLuz1);
  }

button h2{
    color: black;
}

/*--------------------------------------RECOMENDADOS*/
.category h1{
    padding-left: 38px;
    background: linear-gradient(90deg, rgba(3,50,80,1) 35%, rgba(0,24,40,1) 50%);
}
.category, .lanzamiento{
    margin-bottom: 30px;
}
.recomendados h1{
    color: black;
    background: linear-gradient(90deg, var(--primarioLuz2) 35%, rgb(0,24,40,1) 50%);
}
/*--------------------------------------CARRUSELES*/
.carrusel{
    display: flex;
}

.carrusel div, .slides-container{
    padding: 12px 18px 12px 18px;
}

.section-box{
    display: flex;
    margin: 0px 16px 16px 16px;
}

#game-window{
    display: flex;
}

.game-description{
    justify-content: space-between;
    margin: 20px;
    width: 390px;
}

.game-description .title{
    margin-bottom: 10px;
}
.actualRaiting{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:35%;
    height: 80px;
    background-color: var(--primarioLuz1);
}
.actualRaiting p{
    color: var(--primarioLuz3)
}
.actualRaiting img{
    margin-left: 10px;
}



.raitingSection, .raitingButtons div{
    display: flex;
    width: 100%;
}
.raitingSection{
    margin-top: 20px;
}
.raitingSection img, .actualRaiting img{
    width: 28px;
    height: 28px;
}

.raitingButtons{
    display: flex;
    width:65%;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
}
.raitingButtons div{
    justify-content: center;
}
.raitingButtons img{
    margin: 5px;
}
.raitingButtons img:hover{
    margin: 5px;
}

.iconButton{
    display: flex;
    align-items: center;
    background-color: var(--primarioSombra2);
}
.iconButton img{
    width: 30px;
    height: 30px;
}
a.iconButton:hover{
    text-decoration: none;
}

.game-description .descriptionButtons{
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 10px;
}

/*--------------------------------------FOOTER*/
footer{
    color: black;
    background-color: var(--primarioLuz1);
    width: 100%;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .div-footer1{
    color: black;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

footer .normalBoldText{
    color: black;
}

.div-footer1 section{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.div-footer1 section ul{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.div-footer2{
    display: flex;
    justify-content: space-around;
    background-color: var(--primario);
    padding-left: 20px;
    padding-right: 20px;
}
.item1, .item2{
    padding-left: 15px;
    padding-right: 15px;
}
.item1{
    font-weight: bold;
    color: black;
}
.item2{
    display: flex;
    column-gap: 30px;
    color: black;
}
footer a, footer h3{
    color: black;
}

/*----------------------------------------------PAGINA DB------------*/

@keyframes disolveEffect{
    from {
        opacity: 100%;
    }
    to {
        opacity: 0%;
    }
}

.disolveEffect{
    animation: disolveEffect 1s infinite linear;
}

.textShadow{
    text-shadow: 2px 5px 10px black ;
}
.textShadow > h1{
    text-shadow: 5px 5px 5px black ;
    text-shadow: rgb(255, 0, 0) 5px 0 15px;
    margin-left: 10px;
}
.nebulosaFondo{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    text-shadow: black 2px 0 10px;
    z-index: 900;
    padding-top: 20px;
    position: relative;
    margin-bottom: 30px;
}
.btnReservar{
    background-color: var(--acento);
    border-radius: 17px;
    width: 168px;
    height: 54px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}

.btnReservar {
    border-color: var(--acento);
    background-image: -webkit-linear-gradient(45deg, var(--acentoLuz2) 50%, transparent 50%);
    background-image: linear-gradient(45deg, var(--acentoLuz2) 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}
.btnReservar:active{
    box-shadow: 0 0 10px 0 var(--acentoLuz1) inset, 0 0 10px 4px var(--acentoLuz1);
}



@keyframes scroll{
    0% {background-position-x: 0px;}
    100% {background-position-x: -2560px;}
}

.layer{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 54px;
    left: 0;
    background-repeat: repeat-x;
    background-size: cover;
}

.layer1{
    background-image: url(../images/DragonBall/Nebulosa.png);
    animation: scroll 30s infinite linear;
}
.layer2{
    background-image: url(../images/DragonBall/clouds.png);
    animation: scroll 10s infinite linear;
}
.layer3{
    background-image: url(../images/DragonBall/mountains.png);
    animation: scroll 20s infinite linear;
}

.logoJuego{
    margin-top: 50px;
}
.temporizador{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 45px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.itemsTemporizador{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.itemsTemporizador > p{
    font-size: 64px; 
    text-shadow: 5px 5px 5px black;
}
.disponible h3, .itemsTemporizador > h1, .nebulosaFondo > h1{ 
    text-shadow: 5px 5px 5px black;
}

.numeros{
    font-size: 48px;
    padding: 0px 47px 0px 0px;
}
.imagenes{
    display: flex;
    justify-content: center;
    align-items: center;
}
.disponible{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    padding-bottom: 20px;
}

.gallery-rotate {
    /* margin-top: 50px; */
    /* margin-left: 50px; */
    padding: 20px 0 20px 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 250px;
    transform-style: preserve-3d;
    animation: roter 30s linear infinite;
}
.gallery-rotate:hover {
animation-play-state: paused;
}
@keyframes roter {
from {
    transform: rotateY(0deg);
}
to {
    transform: rotateY(360deg);
}
}
.items {
position: absolute;
width: 400px;
height: 250px;
border: 2px solid #333;
}
.items:hover img {
transform: scale(1.3);
box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
}
.items img {
height: 100%;
width: 100%;
transition: all 3s ease;
}

.items:first-child {
transform: rotateY(calc(40deg * 1)) translateZ(600px);
}
.items:nth-child(2) {
transform: rotateY(calc(40deg * 2)) translateZ(600px);
}
.items:nth-child(3) {
transform: rotateY(calc(40deg * 3)) translateZ(600px);
}
.items:nth-child(4) {
transform: rotateY(calc(40deg * 4)) translateZ(600px);
}
.items:nth-child(5) {
transform: rotateY(calc(40deg * 5)) translateZ(600px);
}
.items:nth-child(6) {
transform: rotateY(calc(40deg * 6)) translateZ(600px);
}
.items:nth-child(7) {
transform: rotateY(calc(40deg * 7)) translateZ(600px);
}
.items:nth-child(8) {
transform: rotateY(calc(40deg * 8)) translateZ(600px);
}
.items:nth-child(9) {
transform: rotateY(calc(40deg * 9)) translateZ(600px);
}

.gallery-rotate{
    display: flex;
    justify-content: center;
}

.gallery-rotate{
    margin-bottom: 10px;
}

.descripcion{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 10px 30px 10px;
    row-gap: 15px;
}
.historia{
    display: flex;
    flex-direction: column;
    margin: 15px 10px 30px 10px;
    row-gap: 15px;
}

/*--------------------------------------*FUTURE EN MOVIMIENTO*/
.imageFeature{
    position: relative;
    transform: translateX(-700px);
}
.imageFeature.active{
    transform: translatex(0px);
    transition: 1s all ease;
}

.imageFeature2{
    position: relative;
    transform: translateX(-700px);
}
.imageFeature2.active{
    transform: translatex(0px);
    transition: 1s all ease;
}

.textFeature{
    position: relative;
    transform: translateX(-700px);
}
.textFeature.active{
    transform: translatex(0px);
    transition: 1s all ease;
}

.imageFeature3{
    position: relative;
    transform: translateX(+700px);
}
.imageFeature3.active{
    transform: translatex(0px);
    transition: 1s all ease;
}
.textFeature2{
    position: relative;
    transform: translateX(+700px);
}
.textFeature2.active{
    transform: translatex(0px);
    transition: 1s all ease;
}
.textFeature3{
    position: relative;
    transform: translateX(+700px);
}
.textFeature3.active{
    transform: translatex(0px);
    transition: 1s all ease;
}

.features{
    margin: 20px 10px 20px 10px;
}
.features > div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feature, .feature2{
    width: 1050px;
    height: 315;
    display: flex;
    justify-content: center;
    margin: 20px 10px 40px 10px;
}
.feature h1, .feature2 h1{
    text-shadow: rgb(0, 0, 255) 4px 1px 5px;
}

.feature:hover, .feature2:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
}
/*.feature{
    border-style: outset;
}
.feature2{
    border-style: inset;
}*/

.gokuTransform{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*--------------------------------------*PUNTO 9 */

.personajesCarrousel{
    position: relative;
    transform: translateY(+150px)
}
.personajesCarrousel.activeCarrousel{
    transform: translateY(0px);
    transition: 2s all ease;
}

.tituloPersonajes{
    position: relative;
    transform: translateY(-150px)
}
.tituloPersonajes.activeTituloPersonajes{
    transform: translateY(0px);
    transition: 2s all ease;
}

.tituloGoku{
    position: relative;
    transform: translateY(100px)
}
.tituloGoku.activeTituloGoku{
    transform: translateY(0px);
    transition: 2s all ease;
}

.tituloVegeta{
    position: relative;
    transform: translateY(100px)
}
.tituloVegeta.activeTituloVegeta{
    transform: translateY(0px);
    transition: 2s all ease;
}
.logoPerfilSticky{
    width: 40px;
}

.bloque{
    transform: translateY(0px);
    transition: 2s all ease;
}

.bloque.activeBloque{
    transform: translateY(0px);
    transition: 2s all ease;
}

.divContenido{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    row-gap: 40px;
}

.imagenFondo{
    background-image: url("../images/DragonBall/imagenFondo.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 1366px;
    height: 4200px;
}
.descripcion, .historia{
    max-width: 1280px;
}

.historia, .features, .personajes{
    margin-top: 50px;
    margin-bottom: 70px;
}

/*-------------------------------------- ---------GAMECARD--------- */
.gameCard, .payGameCard{
    display: flex;
    flex-direction: column;
    min-width: 280px;
    max-height: 240px;
    overflow: hidden;
}
.gameCard{
    background-color: var(--primarioLuz3);
}
li.gameCard, .payGameCard{
    margin-left: 9px;
    margin-right: 9px;
    border-radius: 16px;
}
li.gameCard:hover{
    filter:brightness(1.4);
}
.gameCard img{
    border-radius: 16px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.gameCard h3{
    display: block;
    color: black;
    width: 244px;
    margin-left: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space:nowrap;
    margin-top: 3px;
}
.payGameCard .payInfo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 253px;
    height: 44px;
    background-color: white;
    border-radius: 0px 0px 16px 16px;
    padding-left: 17px;
    padding-right: 17px;
}
.payGameCard .gameCard img{
    border-radius: 16px 16px 0px 0px;
}
.payGameCard .price{
    color:#4C4C4C;
}


/*--------------------------------------*SPRITE SHEETE*/
.spriteSheet{
    margin: 30px;
    width: 60px;
    height: 114px;
    scale: 1.5;
    background: url(../images/DragonBall/spriteSheetFinal2.png);
    animation: gokuTransform 2s steps(5) infinite;
}
.spriteSheet:hover{
    -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
}

.spriteSheetContainer{
    display: flex;
}
.spriteSheet2{
    margin: 30px;
    width: 75px;
    height: 114px;
    scale: 1.5;
    background: url(../images/DragonBall/ssgoku4.png);
    animation: gokuAction 1s steps(8) infinite;

}
.spriteSheet2:hover{
    -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
}

@keyframes gokuAction{
    0% {
        background-position: 0 0;
    }
    100%{
        background-position: -600px 0;
    }
}

@keyframes gokuTransform{
    0% {
        background-position: 0 0;
    }
    100%{
        background-position: -300px 0;
    }
}

 /*--------------------------------------CARRUSEL PERSONAJES -------*/

.personaje{
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.personaje:hover{
    -webkit-transform:scale(1.3);
    transform: scale(1.2);
    -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    text-shadow: rgb(0, 0, 255) 4px 1px 5px;
}

.contenidoPersonaje > h1{
    align-self: center;
}
.personajes{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin: 20px 0px 10px 0px;
    height: 550px;
} 
.personajes > img{
    width: 200px;
    height: 420px;
}
.personaje{
    display: flex;
    column-gap: 50px;
    margin: 50px;
    width: 500px;
    padding: 20px;
}
.goku{
    margin-left: 110px;
}
.gohan{
    margin-left: 20px;
}
.beerus{
    margin-right: 20px;
}
.contenidoPersonaje{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-right: 20px;
    width: 200px;
}

.slider-wrapper-personajes {
    position: relative;
    overflow: hidden;
}
.slides-container-personajes {
    height: 100%;
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    column-gap: 5px;
    color: black;
}

/*-------------------------------------- ---------CARRUSEL--------- */

.slider-wrapper {
    position: relative;
    overflow: hidden;
}


.slides-container {
    height: 100%;
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
}


.slide-arrow {
    height: 100%;
    position: absolute;
    align-items: center;
    z-index: 1;
    display: flex;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(0, 0, 0, 0.276);
    border: none;
    cursor: pointer;
    transition: opacity 100ms;
}
.slide-arrow-prev {
    left: 0;
}
.slide-arrow-next {
    right: 0;
}
.breadcrum{
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
    height: 34px;
    padding-left: 39px;
}

.breadcrum, .breadcrum a{
    color: var(--primarioLuz2);
}
.breadcrum a:hover{
    text-decoration: underline;
}
.gameInfo, .seccionComentarios{
    padding: 16px;
}
.gameInfo section{
    margin-bottom: 15px;
}
.gameInfo h2{
    margin-bottom: 8px;
}
.gameInfo section p, .gameInfo a{
    margin-left: 10px;
}
.gameMedia{
    margin-left: 10px;
    width: fit-content;
    padding: 10px 10px 5px 10px;
    background-color: rgba(0, 0, 0, 0.20);
}
.gameMedia img{
    filter: blur(1px) grayscale(100%);
    border-radius: 10px;
}
.gameMedia img:hover{
    animation: 0.5s ease-in giro forwards;
    position: relative;
    z-index: 1;
}

@keyframes giro {
    to {filter: blur(0px) grayscale(0%);
        transform: scale(1.4) rotateX(360deg);
        border-radius: 0px;
        box-shadow: 0px 0px 50px 20px black}
  }

.seccionComentarios h2{
    margin-bottom: 10px;
}
.listaComentarios{
    margin-left: 15px;
}
.listaComentarios li, .listaComentarios .infoComentario, .listaComentarios textarea{
    padding: 10px;
    border-radius: 10px;
}
.listaComentarios li, .seccionComentarios textarea{
    background-color: #D9D9D9;
}
.listaComentarios li{
    margin-bottom: 20px;
}
.listaComentarios li div{
    display: flex;
    align-items: center;
    background-color: var(--primario);
    border-radius: 10px;
}

.listaComentarios .mensaje{
    color: black;
    margin-left: 10px;
}
.infoComentario div{
    margin-left: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.seccionComentarios button{
    padding: 10px 30px 5px 30px;
    margin-left: 50px;
}
.formComentario{
    display:flex;
    align-items: flex-end;
}
.formComentario textarea{
    width: 1015px;
    height: 131px;
    resize: none;
    border-radius: 10px;
}
.hide {
    visibility: hidden;
}
.ultrablur {
    filter: blur(20px) brightness(20%);
}
.text{
    padding: 5px 0 0 5px;
    color: black;
}
.loadingScreen{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.loading{
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
}

#myProgress {
    width: 200px;
    background-color: grey;
    overflow: hidden;
    border-radius: 100px;
  }

#myBar{
    width: 1%;
    height: 100%;
    background-color: var(--primarioLuz2);
    text-align: center;
    color: black;
}

.rotate {
    margin-bottom: 10px;
    animation: rotation 2s infinite linear;
    left: 50%;
  }

  @keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


/*seccion historia*/

.history-section {
    display: flex;
    flex-direction: row;
    width: 100%;
    top: -90px;
    position: relative;
}

.history-section p {
    font-size: 1.4rem;
    margin-right: 10rem;
}

.history-section .left-section {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin: 0 5%;
    z-index: 3;
}

.history-card-content {
    width: 100%;
    height: 400px;
    top: 160px;
    position: sticky;
    display: none;
}

.showContent {
    display: block;
}


.history-section .left-section .history-card-content .history-card-image {
    width: 500px;
    height: 320px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-history {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history-section .right-section {
    display: flex;
    flex-direction: column;
    z-index: 2;
    width: 50%;
    overflow: hidden;
}

.history-section .right-section .history-text-content {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 10%;
    height: 400px;

}

/*Clase que asigna la animacion de desaparicion*/
.fade-in {
    animation: ease 0.9s fadeOut-history forwards;
    -webkit-animation: ease 0.9s fadeOut-history forwards;
}
/*Clase que asigna la animacion de aparicion*/
.fade-in.appear {
    animation: ease 0.9s fadeIn-history forwards;
    -webkit-animation: ease 0.9s fadeIn-history forwards;
}

.showCard {
    display: block;
}
/*Animacion aparicion seccion historia*/
@keyframes fadeIn-history {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*Animacion desaparicion seccion historia*/
@keyframes fadeOut-history {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/*-------------------------------------------------- Carrusel vertical*/
.slide-up {
    transform: translateY(150px);
    transition: transform 0.5s ease-in;
    animation: ease 0.9s fadeOut-history forwards;
    -webkit-animation: ease 0.9s fadeOut-history forwards;
    -webkit-transition: transform 0.5s ease-in;
    -moz-transition: transform 0.5s ease-in;
    -ms-transition: transform 0.5s ease-in;
    -o-transition: transform 0.5s ease-in;
}

.slide-up.appear {
    transform: translateY(0);
    transition: transform 0.5s ease-in;
    animation: ease 0.9s fadeIn-history forwards;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}


/* SECCION GAMEPLAY*/

.carrousel {
    width: 50vw;
    height: 50vh;
    margin: 0 auto;
    position: relative;
}

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

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 200ms opacity ease-in-out;
    transition-delay: 200ms;
    -webkit-transition: 200ms opacity ease-in-out;
    -moz-transition: 200ms opacity ease-in-out;
    -ms-transition: 200ms opacity ease-in-out;
    -o-transition: 200ms opacity ease-in-out;
}


.slide>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}


.slide[data-active] {
    opacity: 1;
    z-index: 1;
    animation: 0.5s ease-in giroSimple forwards;
    transition-delay: 20ms;

}

@keyframes giroSimple {
    to {filter: blur(0px) grayscale(0%);
        transform: rotateX(360deg);
        border-radius: 0px;
        box-shadow: 0px 0px 50px 20px black}
}

.carrousel-button {
    position: absolute;
    z-index: 2;
    background: none;
    border: none;
    font-size: 4rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    border-radius: .25rem;
    padding: 0 .5rem;
    padding-top: 20px;
    background-color: rgba(0, 0, 0, 0.25);
}

.carrousel-button:hover{
    background-color: rgba(0, 0, 0, 0.5);
}

.carrousel-button.prev {
    left: 1rem;
}

.carrousel-button.next {
    right: 1rem;
}



/**/


.rise {
    opacity: 0;
    animation: rise 1s ease-in-out forwards;
    -webkit-animation: rise 1s ease-in-out forwards;
}


@keyframes rise {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}




@media only screen and (max-width: 600px){
    .lanzamiento div{
        display: flex;
        flex-direction: column;
    }
    .lanzamiento img{
        background-color: var(--primarioSombra2);
        border-radius: 20px 20px 0px 0px;
        max-height: 240px;
    }
    .contenidoLanzamiento{
        border-radius: 0px 0px 20px 20px;
    }
    .slide-arrow img{
        height: 60px;
    }
    .category h1{
        background: linear-gradient(90deg, rgba(3,50,80,1) 35%, rgba(0,24,40,1) 70%);
    }
    .recomendados h1{
        color: black;
        padding-left: 18px;
        background: linear-gradient(90deg, var(--primarioLuz2) 35%, rgb(0,24,40,1) 70%);
    }
    footer{
        height: auto;
        width: auto;
    }
    .div-footer1{
        display: flex;
        flex-wrap: wrap;
        height: auto;
        width: auto;
        margin: 20px;
    }
    footer .div-footer1 {
        justify-content: space-between;
    }

    .div-footer1 section{
        row-gap: 0px;
        margin: 10px;
    }

    .div-footer1 section ul{
        align-items: flex-start;
        row-gap: 12px;
        margin: 10px;
        margin-bottom: 20px;
    }
    .div-footer1 li{
        text-align: end;
    }
    .div-footer2{
        flex-direction: column;
        align-items: center;
    }
    .div-footer2 .item1, .div-footer2 .item2{
        margin: 10px 20px 0px 20px;
    }
    .div-footer2 .item2{
        margin-bottom: 10px;
    }
    .div-footer2 .item1{
        text-align: center;
    }
    .divHeader1{
        margin-left: 5px;
        column-gap: 10px;
        justify-content: space-between;
    }
    .divHeader2 > div, .divHeader2 > img{
        padding-right: 10px;
        padding-left: 10px;
    }
    .buscador > img{
        width: 20px;
        height: 20px;
    }
    input{
        width: 150px;
        height: 30px;
        border-radius: 8px;
    }
    input::placeholder{
        padding: 5px;
    }

    header{
        flex-direction: column;
        padding-bottom: 10px;
    }
    .divHeader1, .divHeader2{
        width: 90%;
    }
    .divHeader2{
        justify-content: space-around;
    }
    .divHeader1{
        justify-content: space-between;
    }
    .divHeader2 .carrito{
        margin-left: 10px;
    }
    input{
        width: 100%;
    }
    .buscador img{
        display: none;
    }
    .category h1{
        padding-left: 15px;
        background: linear-gradient(90deg, rgba(3,50,80,1) 35%, rgba(0,24,40,1) 95%);
    }
    .recomendados h1{
        width: 100%;
        background: linear-gradient(90deg, var(--primarioLuz2) 35%, rgb(0,24,40,1) 95%);
    }
    .menuPerfil-child {
        top: 140px;
    }

    
}
