*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
/* Scroll progresivo */
.Smooth{
    animation: MostrarCosasSarpado 0.7s linear forwards;
    animation-timeline: view();
    animation-range: entry 0; 
}
@keyframes MostrarCosasSarpado {
        from {
            opacity: 0;
            scale: 0.5;
        }
        to {
            opacity: 1;
            scale: 1;
        }
    }    
/* header */
.encabezado{
    min-height:150px;
    padding:15px 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #698D35;
    background-image: url(../src/banners/Banner\ Header.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:100% auto;  
}
.encabezado img{
    border-radius: 15px;
    transition: 0.5s ease-in-out;
    width:clamp(90px,10vw,135px);
    height:auto;
    margin-right: 40px;
}
.encabezado img:hover{
    transform: scale(0.9);
    filter: drop-shadow(2px 2px 6px #A7DF59);
}
.menu{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}
.extra{
    margin: auto 10px;
    text-decoration: none;
    color: whitesmoke;
    background: #555555;
    padding: 8px 12px;
    border-radius: 15px;
    font-size: 20px;
    filter: drop-shadow(1px 1px 3px black);
    transition: 0.1s ease-in-out;
}
.extra:hover{
    transform: scale(1.1);
    background:#3c521f;
    filter: drop-shadow(2px 2px 3px white);
}
.contactos{
    margin: auto 10px;
    text-decoration: none;
    color: rgb(30, 30, 30);
    padding: 8px 12px;
    background: gainsboro;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
    font-size: 20px;
    filter: drop-shadow(1px 1px 6px black);
}
.contactos:hover{
    transform: scale(0.9);
    filter: drop-shadow(6px 6px 8px black);
}
/* main */
.principal{
    background: #EFF1ED;
    padding: 25px 0;
}
.Introduccion{
    display: flex;
    justify-self: center;
    align-items: center;
    background: #141414;
    filter: drop-shadow(2px 2px 6px black);
    width: 80%;
    height: 750px;
    border-radius: 15px;
    transition: 0.4s ease-in-out;
    padding:40px;
    gap:40px;
}
.Introduccion:hover{
    transform: scale(0.98);
    filter: drop-shadow(4px 4px 12px black);
}
.Izquierda{
    width: 35%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.Izquierda img{
    position: absolute; 
    width: 520px;
    height: 350px;
    border-radius: 10px;
    filter: drop-shadow(3px 3px 6px #1e3336);
    align-self: center;
}
#Logos{
    width: 100px;
    height: 100px;
    position: static;
    padding: 10px 0px;
    border-radius: 40%;
    filter: drop-shadow(1px 1px 3px white);
}
.Izquierda ul{
    left: 20px;
    top: 340px;
    position: absolute;
    list-style: none;
    color: white;
    font-size: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Izquierda li{
    margin: 5px auto;
    padding: 20px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Izquierda li p{
    border-bottom: solid 4px #dadada;
    border-radius: 10px
}
.Izquierda li:hover{
    color: #dbc848;
}
.Derecha{
    height: 100%;
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}
.Derecha h2{
    padding-top: 10px;
    font-size: 60px;
    border-bottom: solid 8px #698D35;
    text-shadow: 1px 1px 3px white;
    border-radius: 15px;
}
.Derecha p{
    font-size: 22px;
    padding: 20px;
    max-width:700px;
    line-height:1.8;
}
.Separacion{
    font-size: 60px;    
    margin-top: 50px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding-left: 15px;
    border-bottom: solid 12px#455e23;
    border-radius: 15px;
    display:inline-block;
    margin:60px auto 40px 10px;
    text-shadow: 1px 1px 3px #9e9e9e;
}
.C{
    margin-right: 68%;
}
.Dioses{
    display: flex;
    justify-content: space-evenly;
}
.Gork{
    margin: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #476122;
    max-width: 500px;
    max-height: 750px;
    border-radius: 15px;
    filter: drop-shadow(2px 5px 3px #253313);
    transition: 0.3s ease-in-out;
}
.Gork:hover{
    transform: scale(1.05);
    filter: drop-shadow(3px 8px 6px #253313);
}
.Gork h2{
    font-size: 45px;
    text-shadow: 1px 1px 2px #0f0f0f;
    margin-top: 20px;
    color: #0f0f0f;
    padding-bottom: 15px;
}
.Gork img{
    width: 300px;
    height: 300px;
    border-radius: 15px;
    filter: drop-shadow(2px 2px 4px gray);
}
.Gork h4{
    font-size: 45px;
    padding-top: 10px;
    border-bottom: solid 6px #dbc848;
    color: #0f0f0f;
    border-radius: 5px;
}
.Gork p{
    font-weight: 600;
    font-size: 17.5px;
    padding: 15px;
    color: #0f0f0f;
}
.Mork{
    margin: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #476122;
    max-width: 500px;
    max-height: 750px;
    border-radius: 15px;
    filter: drop-shadow(2px 5px 3px #253313);
    transition: 0.3s ease-in-out;
}
.Mork:hover{
    transform: scale(1.05);
    filter: drop-shadow(3px 8px 6px #253313);
}
.Mork h2{
    font-size: 45px;
    text-shadow: 1px 1px 2px #0f0f0f;
    margin-top: 20px;
    color: #0f0f0f;
    padding-bottom: 15px;
}
.Mork img{
    width: 300px;
    height: 300px;
    border-radius: 15px;
    filter: drop-shadow(2px 2px 4px gray);
}
.Mork h4{
    font-size: 45px;
    padding-top: 10px;
    border-bottom: solid 6px #dbc848;
    color: #0f0f0f;
    border-radius: 5px;
}
.Mork p{
    font-weight: 600;
    font-size: 17.5px;
    padding: 15px;
    color: #0f0f0f;
}
#Tributo{
    background: #71993a;
    padding: 14px 30px;
    margin: 50px;
    margin-left: 45%;
    border: none;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 1000;
    filter: drop-shadow(2px 2px 6px #516d2a);
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
#Tributo:hover{
    transform: scale(0.95);
}
#Tributo b{
    transition: 0.2s ease-in-out;
}
#Tributo:hover b{
    filter: drop-shadow(0px -19px 1px white);
}
.Lideres{
    display: flex;
    justify-content: space-evenly;
}
.Lider{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #5e5e2b;
    max-width: 500px;
    max-height: 850px;
    border-radius: 15px;
    filter: drop-shadow(2px 5px 6px #5e5e2b);
    transition: 0.3s ease-in-out;
}
.Lider:hover{
    transform: scale(0.95);
    filter: drop-shadow(3px 8px 10px #5e5e2b);
}
.Lider img{
    width: 300px;
    height: 325px;
    filter: drop-shadow(2px 2px 6px gray);
    border-radius: 45px;
    padding: 20px 0px;
}
.Lider h3{
    font-size: 35px;
    padding: 20px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 5px solid black;
    border-radius: 10px;
}
.Lider p{
    font-size: 17.5px;
    padding: 20px 10px;
    font-weight: 600;
}
.Gutsmek{
    background: #bbaa3b;
    filter: drop-shadow(2px 5px 6px #837729);
    justify-content: space-around;
    max-width: 500px;
    max-height: 675px;
    border: 2px solid #a39434;
}
.Snikrot{
    background: #96282c;
    filter: drop-shadow(2px 5px 6px #5e191b);
    justify-content: space-around;
    max-width: 500px;
    max-height: 675px;
    border: 2px solid #751f22;
}
.Uruk{
    background: #2f3f1d;
    filter: drop-shadow(2px 5px 6px #212c14);
    border: 2px solid #263317;
}
.Uruk:hover{
    transform: scale(1.05);
}
.banner{
    display: flex;
    background: black;
    margin: 65px 25px;
    border-radius: 15px;
    filter: drop-shadow( 0px 2px 6px #555454);
    transition: 0.2s ease-in-out;
}
.banner:hover{
    transform: scale(0.98);
}
.LogoT{
    color: #ececec;
    font-size: 40px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.LogoT img{
    height: 250px;
    width: 300px;
    border-radius: 15px 0px 15px 15px;
    filter: drop-shadow(1px 1px 3px #bebebe);
}
.LogoT h2{
    padding: 10px 0px;
    text-shadow: 1px 1px 3px #cac7c7;
    transition: 0.2s ease-in-out;
}
.LogoT h2:hover{
    transform: scale(0.95);
    color: #b6b3b3;
}
.TituloT{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0px 40px;
}
.TituloT h2{
    font-size: 50px;
    margin: 10px auto;
    padding-bottom: 5px;
    color: #dbc848;
    border-bottom: 5px solid;
    border-image: linear-gradient(to right, #c86d14, #962f33)1;
}
.TituloT p{
    color: #cac7c7;
    margin-left: 10px;
    font-weight: 600;
    font-size: 20px;
}
#Evil_Sunz{
    background: #470404;
    filter: drop-shadow(0px 2px 6px #200202);
}
.LogoT-Sunz{
    color:  #dddddd;
    font-size: 40px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.LogoT-Sunz img{
    height: 250px;
    width: 300px;
    border-radius: 15px 0px 15px 15px;
    filter: drop-shadow(1px 1px 3px #bebebe);
}
.LogoT-Sunz h2{
    padding: 10px 0px;
    text-shadow: 1px 1px 3px #dddddd;
    transition: 0.2s ease-in-out;
}
.LogoT-Sunz h2:hover{
    transform: scale(0.95);
    color: #bbbbbb;
}
.TituloT-Sunz{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0px 40px;
}
.TituloT-Sunz h2{
    font-size: 50px;
    margin: 10px auto;
    padding-bottom: 5px;
    color:  #e20b0b;
    text-shadow: 1px 1px 3px  #e20b0b;
    border-bottom: 5px solid;
    border-image: linear-gradient(to right,  #e20b0b ,  #970707)1;
}
.TituloT-Sunz p{
    color: #dddddd;
    margin-left: 10px;
    font-weight: 600;
    font-size: 20px;
}
#Bad_Moons{
    background: #c89e14;
    filter: drop-shadow(0px 2px 6px #7a610d);
}
.LogoT-Moons{
    color:  #ffffff;
    font-size: 40px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.LogoT-Moons img{
    height: 250px;
    width: 300px;
    border-radius: 15px 0px 15px 15px;
    filter: drop-shadow(1px 1px 3px #bebebe);
}
.LogoT-Moons h2{
    padding: 10px 0px;
    text-shadow: 1px 1px 3px #ffffff;
    transition: 0.2s ease-in-out;
}
.LogoT-Moons h2:hover{
    transform: scale(0.95);
    color: #eeeeee;
}
.TituloT-Moons{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0px 40px;
}
.TituloT-Moons h2{
    font-size: 50px;
    margin: 10px auto;
    padding-bottom: 5px;
    color:  #975406;
    text-shadow: 1px 1px 3px #975406;
    border-bottom: 5px solid;
    border-image: linear-gradient(to right,  #e07d0b,#b96709)1;
}
.TituloT-Moons p{
    color: #ffffff;
    margin-left: 10px;
    font-weight: 600;
    font-size: 25px;
}
#DeathSkulls{
    background: #074c91;
    filter: drop-shadow(0px 2px 6px #04305c);
}
.LogoT-Skulls{
    color:  #dddddd;
    font-size: 40px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.LogoT-Skulls img{
    height: 250px;
    width: 300px;
    border-radius: 15px 0px 15px 15px;
    filter: drop-shadow(1px 1px 3px #bebebe);
    margin-right: 9px;
}
.LogoT-Skulls h2{
    padding: 10px 0px;
    text-shadow: 1px 1px 3px #dddddd;
    transition: 0.2s ease-in-out;
}
.LogoT-Skulls h2:hover{
    transform: scale(0.95);
    color: #c0c0c0;
}
.TituloT-Skulls{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0px 40px;
}
.TituloT-Skulls h2{
    font-size: 50px;
    margin: 10px auto;
    padding-bottom: 5px;
    color:   #30a2ff ;
    text-shadow: 1px 1px 3px  #30a2ff ;
    border-bottom: 5px solid;
    border-image: linear-gradient(to right,   #30ffff , #2885d1 )1;
}
.TituloT-Skulls p{
    color: #dddddd;
    margin-left: 10px;
    font-weight: 600;
    font-size: 25px;
}
#Blood_Axes{
    background: #366122;
    filter: drop-shadow(0px 2px 6px #1b3011);
}
.LogoT-Axes{
    color:  #ebebeb;
    font-size: 40px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.LogoT-Axes img{
    height: 250px;
    width: 300px;
    border-radius: 15px 0px 15px 15px;
    filter: drop-shadow(1px 1px 3px #bebebe);
}
.LogoT-Axes h2{
    padding: 10px 0px;
    text-shadow: 1px 1px 3px #ebebeb;
    transition: 0.2s ease-in-out;
}
.LogoT-Axes h2:hover{
    transform: scale(0.95);
    color: #cccccc;
}
.TituloT-Axes{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0px 40px;
}
.TituloT-Axes h2{
    font-size: 50px;
    margin: 10px auto;
    padding-bottom: 5px;
    color:   #43db71;
    text-shadow: 1px 1px 3px  #43db71 ;
    border-bottom: 5px solid;
    border-image: linear-gradient(to right,   #43db71 , #2b8f49 )1;
}
.TituloT-Axes p{
    color: #ebebeb;
    margin-left: 10px;
    font-weight: 600;
    font-size: 25px;
}
#SnakeBites{
    background: #643204;
    filter: drop-shadow(0px 2px 6px #361b02);
}
.LogoT-SnakeBites{
    color:  #cccccc;
    font-size: 40px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.LogoT-SnakeBites img{
    height: 250px;
    width: 300px;
    border-radius: 15px 0px 15px 15px;
    filter: drop-shadow(1px 1px 3px #bebebe);
    margin-right: 6px;
}
.LogoT-SnakeBites h2{
    padding: 10px 0px;
    text-shadow: 1px 1px 3px #cccccc    ;
    transition: 0.2s ease-in-out;
}
.LogoT-SnakeBites h2:hover{
    transform: scale(0.95);
    color: #aaaaaa;
}
.TituloT-SnakeBites{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0px 40px;
}
.TituloT-SnakeBites h2{
    font-size: 50px;
    margin: 10px auto;
    padding-bottom: 5px;
    color:   #56ad0f;
    text-shadow: 1px 1px 3px  #56ad0f;
    border-bottom: 5px solid;
    border-image: linear-gradient(to right,   #56ad0f, #2f5e08 )1;
}
.TituloT-SnakeBites p{
    color: #cccccc;
    margin-left: 10px;
    font-weight: 600;
    font-size: 25px;
}
/* footer */
.pie{
    background: #698D35;
    display: flex;
    justify-content: space-evenly;
    background-image: url(../src/banners/Banner\ Footer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;  
    border: #555555 6px solid;
}
.info{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.info img{
    height: auto;
    object-fit: cover;
    width: 400px;
    transition: 0.3s ease-in-out;
    align-self: center;
}
.info img:hover{
    transform: scale(0.9) rotate(1deg);
    filter: drop-shadow(1px 1px 4px white);
}
.info h2{
    margin-top: 30px;
    color: whitesmoke;
    font-size: 25px;
}
.redes img{
    margin-top: 10px;
    width: 70px;
    height: auto;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}
.redes img:hover{
    transform: scale(0.9);
    filter: drop-shadow(2px 2px 8px #A7DF59);
}
.logos{
    display: flex;
    justify-content: space-evenly;
}
.mapa iframe{
    height: 200px;
    width: 400px;
    border-radius: 20px;
    box-shadow: 4px 4px 8px #64a010;
    transition: 0.5s;
    margin-top: 10px;
}
.mapa iframe:hover{
    transform: scale(0.85);
}
.nav{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.nav a{
    text-decoration: none;
    color: #ebebeb;
    text-shadow: 4px 4px 6px black;
    font-size: 25px;
    margin: 12.5% 0;
    transition: 0.1s ease-in-out;
    padding-bottom: 5px;
}
.nav a:hover{
    transform: scale(0.9);
    border-bottom: 5px solid;
    border-image: linear-gradient(to right, #698D35, #9cd350)1;
}

#boton-modo-oscuro{
    position: fixed;
    bottom: 125px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: #1e1e1e;
    color: whitesmoke;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 8px black;
    z-index: 9999;
    transition: .3s;
}

#boton-modo-oscuro:hover{
    transform: scale(1.15);
}

html.modo-oscuro{
    filter: invert(1) hue-rotate(180deg);
    background: #fff;
}

html.modo-oscuro img,
html.modo-oscuro video,
html.modo-oscuro iframe{
    filter: invert(1) hue-rotate(180deg);
}

/* ===========================
   BOTON ORKONATRA
=========================== */

#boton-orkonatra{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: transparent;
    z-index: 9999;
    transition: .3s;
}

#boton-orkonatra:hover{
    transform: scale(1.15);
}

#boton-orkonatra img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
}


/* monitores estandar */
@media (max-width:1400px){
    .Introduccion{
        width:92%;
        height:auto;
    }
    .Derecha h2{
        font-size:48px;
    }
    .Derecha p{
        font-size:24px;
    }
}

/* tablets */
@media (max-width:992px){
    .Introduccion{
        flex-direction:column;
        height:auto;
        padding:30px;
    }
    .Izquierda{
        width:100%;
        height:auto;
        position:static;
        align-items:center;
    }
    .Izquierda img{
        position:static;
        width:70%;
        height:auto;
    }
    .Izquierda ul{
        position:static;
        margin-top:30px;
        justify-content:center;
        gap:30px;
        font-size:22px;
    }
    .Derecha{
        width:100%;
        margin-top:30px;
    }
    .Derecha h2{
        font-size:42px;
        text-align:center;
    }
    .Derecha p{
        font-size:22px;
        text-align:center;
    }
    .Dioses{
    flex-direction:column;
    align-items:center;
    }
    .Personajes{
    flex-direction:column;
}
    .pie{
    flex-direction:column;
    align-items:center;
    padding:30px;
    }
    .info, .redes, .nav{
    margin:25px 0;
    }
}

/* Celulares */
@media (max-width:480px){

    .Introduccion{
        width:95%;
        padding:20px;
    }
    .Izquierda img{
        width:100%;
    }
    .Izquierda ul{
        flex-direction:column;
        align-items:center;
        font-size:20px;
    }
    .Derecha h2{
        font-size:34px;
    }
    .Derecha p{
        font-size:18px;
        padding:15px;
    }
    .Separacion{
    margin:40px auto;
    text-align:center;
    display:block;
    font-size:38px;
    }
}
@media (max-width:1367px) {
    .Izquierda img{
        width: 420px;
        position: absolute;
        bottom: 90px;
    }
    .Izquierda ul{
        position: absolute;
        top: -95px;
    }
    .Snikrot{
        max-height: 700px;
        max-width: 400px;
    }
    .Uruk{
        max-height: 950px;
        max-width: 400px;
    }
    .Gutsmek{
        max-width: 400px;
        max-height: 700px;
    }
}