@font-face {
    font-family: 'SaiyanSans';
    src: url(../Fuentes/Saiyan-Sans.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
    width: 12px;
    background: #FF6A13;
  }

  ::-webkit-scrollbar-thumb {
    background: #FFC107;
    border-radius: 10px; 
}

body {
    background-image: url(../Imágenes/Fondo\ kamehouse.webp);
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden; /* Oculta la barra inferior. */
}

.fondo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.caja {
    background-color: #1E3A8A;
    display: block;
    border: 2px solid #FF6A13;
    padding: 1%;
    margin: 3% auto;
    border-radius: 30px;
    width: 60%;
    box-shadow: 0px 0px 50px black;
}

.caja:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 50px #FF6A13;
    transition: all 0.5s ease;
}

.advertencia {
    display: none;
}

h1 {
    color: #ffffff;
    font-size: 250%;
    text-align: center;
    border: 5px;
    display: block;
    text-shadow: 5px 5px 5px black;
    font-family: 'SaiyanSans', sans-serif;
    font-weight: 400;
    font-style: italic ;
}

.indice-h1 {
    color: #ffffff;
    font-size: 350%;
    text-align: center;
    border: 5px;
    display: block;
    text-shadow: 5px 5px 5px black;
    font-family: 'SaiyanSans', sans-serif;
    font-weight: 400;
    font-style: italic ;
}

h2 {
    color: white;
}

.menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
    text-align: center;
    margin: 0 auto; 
    padding: 10px; 
    position: relative;
    top: 12vh;
}

.menu_item {
    display: flex;
    margin-right: 20px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 1%;
    background-color: #FF6A13;
    border: 5px solid black;
    border-radius: 50px;
    box-shadow: 5px 5px 5px black;
    
}

.menu_item:hover {
    background-color: #FFC107;
    transform: scale(1.1);
    box-shadow: 0px 0px 50px #FFC107;
}

.caja-indice {
    background-color: #FF6A13;
    width: 13%;
    border-radius: 30px;
    margin-left: 1.7%;
    color: white;
    position: fixed;
    text-align: center;
    box-shadow: 0px 0px 30px white;
    font-size: 120%;
    font-weight: bold;
    top: 150px;
}

.caja-indice:hover {
    transform: scale(1.2);
    transition: all 0.5s;
    background-color: #FFC107;
    box-shadow: 0px 0px 30px white;
}

.a{
    text-decoration: none;
    color: #ffffff; 
    text-align: left;
    font-size: 90%;
}

.a:hover {
    color: #00BFFF; 
    text-decoration: underline; 
}

#inicio {
    color: #FF6A13;
    font-family: 'SaiyanSans', sans-serif;
    font-size: 500%;
    display: block;
    text-shadow: 5px 5px 5px black;
    font-weight: 400;
    margin-left: -2%;
}

#intro {
    color: #FF6A13;
    display: block;
    text-shadow: 5px 5px 5px black;
    font-weight: 400;
    font-style: italic ;
    font-family: 'SaiyanSans', sans-serif;
    font-size: 300%;
    text-align: center;
}

.div-video-intro {
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.video-intro {
    width: 50%;
    border-radius: 5%;
}

.video-intro:hover {
    box-shadow: 0px 0px 50px #FF6A13;
    transform: scale(1.1);
    transition: all 0.5s;
}

#nube {
    color: #FF6A13;
    font-family: 'SaiyanSans', sans-serif;
    text-align: center;
    display: block;
    text-shadow: 5px 5px 5px black;
    font-weight: 400;
    font-style: italic ;
    font-size: 300%;
}

.div-baston {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#baston {
    color: #FF6A13;
    font-family: 'SaiyanSans', sans-serif;
    font-size: 300%;
    text-align: center;
    display: block;
    text-shadow: 5px 5px 5px black;
    font-weight: 400;
    font-style: italic ;
}

.img-baston {
    width: 30%;
    margin: 1%;
    height: 50%;
    border: none;
    border-radius: 5%;
}

.img-baston:hover {
    transform: scale(1.5);
    transition: all 0.5s ;
    margin: 4%;
    box-shadow: 0px 0px 50px black;
}

.div-radar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#radar {
    color: #FF6A13;
    font-family: 'SaiyanSans', sans-serif;
    font-size: 300%;
    text-align: center;
    display: block;
    text-shadow: 5px 5px 5px black;
    font-weight: 400;
    font-style: italic ;
}

.img-radar {
    width: 30%;
    margin: 1%;
    height: 50%;
    border: none;
    border-radius: 5%;
}

.img-radar:hover {
    transform: scale(1.3);
    transition: all 0.5s ;
    margin: 4%;
    box-shadow: 0px 0px 50px black;
}

.div-semillas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#semillas {
    color: #FF6A13;
    font-family: 'SaiyanSans', sans-serif;
    font-size: 300%;
    text-align: center;
    display: block;
    text-shadow: 5px 5px 5px black;
    font-weight: 400;
    font-style: italic ;
}

.img-semillas {
    width: 30%;
    margin: 3%;
}

.img-semillas:hover {
    transform: scale(1.2);
    transition: all 0.3s;
    padding: 1%;
}

#agua-supersagrada {
    color: #FF6A13;
    font-family: 'SaiyanSans', sans-serif;
    font-size: 300%;
    text-align: center;
    display: block;
    text-shadow: 5px 5px 5px black;
    font-weight: 400;
    font-style: italic ;
}

.div-agua-supersagrada {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.img-agua-supersagrada {
    width: 15%;
}

.img-agua-supersagrada:hover {
    transform: scale(1.2);
    transition: all 0.3s;
}

#agua-inmortalidad {
    color: #FF6A13;
    font-family: 'SaiyanSans', sans-serif;
    font-size: 300%;
    text-align: center;
    display: block;
    text-shadow: 5px 5px 5px black;
    font-weight: 400;
    font-style: italic ;
}

.div-inmortalidad {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.img-hierbas {
    width: 50%;
    border: none;
    border-radius: 5%;
    margin: 2%;
}

.img-hierbas:hover {
    transform: scale(1.3);
    transition: all 0.3s;
    box-shadow: 0px 0px 30px black;
    margin: 5%;
}

#agua-ultrasagrada {
    color: #FF6A13;
    font-family: 'SaiyanSans', sans-serif;
    font-size: 300%;
    text-align: center;
    display: block;
    text-shadow: 5px 5px 5px black;
    font-weight: 400;
    font-style: italic ;
}

.div-agua-ultrasagrada {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.img-agua-ultrasagrada {
    width: 15%;
}

.img-agua-ultrasagrada:hover {
    transform: scale(1.3);
    transition: all 0.3s;
}

#pendientes-potara {
    color: #FF6A13;
    font-family: 'SaiyanSans', sans-serif;
    font-size: 300%;
    text-align: center;
    display: block;
    text-shadow: 5px 5px 5px black;
    font-weight: 400;
}

.div-pendientes-potara {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.img-pendientes-potara {
    width: 50%;
    border-radius: 5%;
    box-shadow: 0px 0px 30px black;
}

.img-pendientes-potara:hover {
    transform: scale(1.3);
    transition: all 0.3s;
}

#anillos-del-tiempo {
    color: #FF6A13;
    font-family: 'SaiyanSans', sans-serif;
    font-size: 300%;
    text-align: center;
    display: block;
    text-shadow: 5px 5px 5px black;
    font-weight: 400;
}

.div-anillos-del-tiempo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.img-anillos-del-tiempo {
    width: 50%;
    border-radius: 5%;
    margin: 1%;
}

.img-anillos-del-tiempo:hover {
    transform: scale(1.5);
    transition: all 0.3s;
    box-shadow: 0px 0px 30px black;
}

#tercer-ojo-demoniaco {
    color: #FF6A13;
    font-family: 'SaiyanSans', sans-serif;
    font-size: 300%;
    text-align: center;
    display: block;
    text-shadow: 5px 5px 5px black;
    font-weight: 400;
}

.div-tercer-ojo-demoniaco {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.img-tercer-ojo-demoniaco {
    width: 50%;
    border-radius: 5%;
    margin: 1%;
}

.img-tercer-ojo-demoniaco:hover {
    transform: scale(1.5);
    transition: all 0.3s;
    box-shadow: 0px 0px 30px black;
}

#sabias-que {
    color: #FF6A13;
    font-family: 'SaiyanSans', sans-serif;
    font-size: 300%;
    text-align: center;
    display: block;
    text-shadow: 5px 5px 5px black;
    font-weight: 400;
    font-style: italic ;
}

.caja-redes {
    background-color: #FF6A13;
    width: 10%;
    border-radius: 30px;
    margin-left:85%;
    color: white;
    position: fixed;
    text-align: center;
    box-shadow: 0px 0px 30px white;
    padding: 1%;
    display: grid;
    font-size: 150%;
    font-weight: bold;
    top: 150px;
}

.caja-redes:hover {
    transform: scale(1.1);
    transition: all 0.5s;
    background-color: #FFC107;
    box-shadow: 0px 0px 30px white;
}

.div-esferas {
    margin-top: -25%;
}

.esfera-1-estrella {
    width: 5%;
    margin-left: 19.5%;
    position: relative;
    top: -2vw;
    left: 8.5vh;
}

.esfera-2-estrella {
    width: 5%;
    margin-left: 1.5%;
    position: relative;
    top: -3vw;
    left: 7vh;
}

.esfera-3-estrella {
    width: 5%;
    margin-left: 3.2%;
    position: relative;
    top: -4vw;
    left: 5vh
}

.esfera-4-estrella {
    width: 5%;
    margin-left: 5%;
    position: relative;
    top: -5vw;
    left: 1vh
}

.esfera-5-estrella {
    width: 5%;
    margin-left: 4.8%;
    position: relative;
    top: -4vw;
    left: -2vh
}

.esfera-6-estrella {
    width: 5%;
    margin-left: 5%;
    position: relative;
    top: -3vw;
    left: -5.5vh
}

.esfera-7-estrella {
    width: 5%;
    margin-left: 4.3%;
    position: relative;
    top: -2vw;
    left: -8vh
}

.imagen-redes {
    width: 30%;
    height: auto;
    vertical-align: middle;
}

.clear {
    clear: both;
}

p {
    color: white;
}

.logo-DragonBall-derecha {
    position: fixed;
    top: 1%;
    width: 5%;
    height: auto;
    right: 25px;
}

.logo-DragonBall-izquierda {
    position: fixed;
    top: 1%;
    width: 5%;
    height: auto;
    left: 25px;
}

marquee {
    color: rgb(255, 251, 7);
    background-color: black;
    animation: 5s linear infinite;
    padding: 10px;
    font-size: 20px;
    margin: -35%;
}

audio {
    width: 50%;
    max-width: 11%; 
    display: block;
    position: fixed;
    right: 3.3%;
    bottom: 20%;
    top: 800px;
}

.mapa {
    display: flex;
    justify-content: center;
}

table {
    text-align: center;
    margin: auto;
    border-radius: 100px;
    width: 80%;
    background-color: #FF6A13;
    font-size: 30px;
}

iframe {
    display: block;
    margin: 2% auto;
    width: 50%;
    height: 500px;
    border-radius: 5%;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 50px rgb(238, 238, 238);
}

.div-sabias-que {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.imagenes-sabias-que {
    width: 30%; 
    height: 200px; 
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;   
}

.imagenes-sabias-que:hover {
    transform: scale(2.5);
}

.div-nube-voladora {
    display: flex;
    justify-content: center;
}

.img-nube-voladora {
    width: 50%;
    border-radius: 50px;
}

.img-nube-voladora:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 50px rgb(0, 0, 0);
    margin: 2%;
    transition: all 0.5s;
}

.fragmento:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 50px red;
}

form, li {
    color: white;
    text-align: left;
}

ul, ol {
    list-style-position: inside;
}

.enlaces {
    color: #FF6A13;
}

table {
   display: none;
}

/* CSS para móviles */
#btn-subir {
    display: none;
    position: fixed;
    bottom: 16px;
    right: 31vw;
    z-index: 9999;
    background: transparent;
    color: #00BFFF;
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
    font-size: 2em;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    cursor: pointer;
}
/* Botón flotante solo en móviles */


@media (max-width: 768px) {
    #btn-subir {
        display: block !important;
    }
    #btn-subir {
        display: block !important;
    }
    #btn-subir {
        display: block !important;
    }

    body {
        position: relative;
        font-size: 10px;
    }
    
    .logo-DragonBall-izquierda {
        display: none;
    }

    .caja {
        width: 80%;
        margin: 10% auto;
        padding: 3%;
    }

    .caja:hover {
        transform: scale(1.05);
        box-shadow: 0px 0px 50px #FF6A13;
        transition: all 0.5s ease;
    }

    .advertencia {
        background-color: black;
        display: block;
        border: 2px solid #FF6A13;
        padding: 1%;
        margin: 3% auto;
        border-radius: 5%;
        width: 60%;
        box-shadow: 0px 0px 50px black;
    }

    .advertencia:hover {
        background-color: #1E3A8A;
        display: block;
        border: 2px solid #FF6A13;
        padding: 1%;
        margin: 3% auto;
        border-radius: 5%;
        width: 60%;
        box-shadow: 0px 0px 50px black;
    }

    .p-advertencia {
        color: #FFC107;
    }

    .caja-indice {
        background-color: #FF6A13;
        width: 65%;
        border-radius: 5%;
        margin-left: 15%;
        color: white;
        text-align: center;
        box-shadow: 0px 0px 30px white;
        position: relative;
        padding: 1%;
        margin-top: 70%;
        top: 5%;
    }

    .caja-indice:hover {
        transform: scale(1.2);
        transition: all 0.5s;
        background-color: #FFC107;
        box-shadow: 0px 0px 30px white;
    }

    #inicio {
        color: #00BFFF;
        font-family: 'SaiyanSans', sans-serif;
        align-items: center;
        justify-content: center;
        font-size: 500%;
        display: block;
        text-shadow: 5px 5px 5px black;
        margin-top: 60px;
        margin-bottom: 5vh;
    }

    .esfera-1-estrella {
        width: 7%;
        margin-left: 19.5%;
        position: relative;
        top: -103vw;
        left: 0vh;
    }
    
    .esfera-2-estrella {
        width: 7%;
        margin-left: 1.5%;
        position: relative;
        top: -110vw;
        left: 0vh;
    }
    
    .esfera-3-estrella {
        width: 7%;
        margin-left: 3.2%;
        position: relative;
        top: -120vw;
        left: 0vh
    }
    
    .esfera-4-estrella {
        width: 7%;
        margin-left: 5%;
        position: relative;
        top: -125vw;
        left: -1vh
    }
    
    .esfera-5-estrella {
        width: 7%;
        margin-left: 4.8%;
        position: relative;
        top: -120vw;
        left: -2vh;
    }
    
    .esfera-6-estrella {
        width: 7%;
        margin-left: 5%;
        position: relative;
        top: -110vw;
        left: -4vh;
    }
    
    .esfera-7-estrella {
        width: 7%;
        margin-left: 4.3%;
        position: relative;
        top: -103vw;
        left: -5vh
    }
    
    iframe {
        width: 70%;
        height: 250%;
        transition: all 0.5s ease;
    }

    table {
        font-size: 14px;
    }

    .menu {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0 !important;
        top: 0;
        left: 0;
        z-index: 9999;
        background: transparent;
        margin: 0;
        padding: 0;
        height: 50px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    }

    .menu_item {
        white-space: nowrap;
        flex: 1 1 0;
        margin: 0;
        border-radius: 0 !important;
        font-size: 0.9em;
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FF6A13;
        border: 2px solid black;
        box-shadow: 2px 2px 5px black;
    }

    #anime {
        font-size: 18px;
    }

    .logo-DragonBall {
        width: 80px;
        height: auto;
    }
    
    .imagenes-sabias-que {
        width: 30%; 
        height: 50px; 
        border-radius: 5px;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
        transition: all 0.5s;   
    }
    
    .imagenes-sabias-que:hover {
        transform: scale(1.5);
    }
    
    .logo-DragonBall {
        display: none;
    }

    .caja-redes {
        display: none; 
    }

    table {
        display: block;
        border-radius: 100px;
        width: 70%;
    }
    
    .Discord_logo {
        width: 50px;
        height: auto;
    }
    
    .Twitch_logo {
        width: 50px;
        height: auto;
    }

    audio {
        width: 70%;
        max-width: 350px; 
        display: block;
        margin: 10px auto;
        top: 80%;
        position: static;
    }

    .contador {
        display: none;
    }

    .menu-movil {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100vw;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 9999;
        background: transparent;
        margin: 0;
        padding: 0;
        height: 50px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    }

    .menu-movil .menu_item {
        white-space: nowrap;
        flex: 1 1 0;
        margin: 0;
        border-radius: 0 !important;
        font-size: 0.9em;
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FF6A13;
        border: 2px solid black;
        box-shadow: 2px 2px 5px black;
    }
}