* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Courier New', Courier, monospace;
    text-decoration: none;
    text-align: center;
}

body{
    position: relative;
    height: 100vh;
    background:url("../imagenes/fondo5.jpg") no-repeat;
    background-size: cover;
    background-color: rgb(25, 25, 25);
    background-blend-mode:soft-light;

}

/* Empieza NAV */
nav div img{
    height: 75px;
    width: 75px;
}

nav{
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 15px 70px;
    box-shadow: 10px 10px 10px rgba(128,128,128,0.548);
    color: white;
}

nav ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 60px;
}

li{
    width: 70px;
}

li a {
    font-size: 18px;
    cursor: pointer;
    padding: 45px 15px;
    color: white;
}

li a:hover{
    color: #EF5F00;
    border-bottom: 4px #EF5F00 solid;
    border-radius: 5px;
}

.hide{
    top:70px;
}

@media screen and (max-width:700px) {
    
    /*Hamburger*/
    .mini_menu{
        display: flex;
        flex-direction: column;
        gap: 8px;
        cursor: pointer;
        padding: 10px;
        margin-right: -10px;
    }


    .lineas{
        display: block;
        background-color: white;
        height: 2px;
        width: 35px;
    }

    .lines-rotate {
        background-color: rgb(85, 84, 84);
        border-radius: 5px;
    }



    nav{
        position: relative;
        padding: 15px 20px;
    }

    ul {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -550px;
        right: 0;
        background-color: #000000;
        margin-top: 40px;
        padding: 30px 0;
        border-radius: 0 0 20px 20px;
        box-shadow: 0px 5px 5px rgba(128, 128, 128, 0.363);
        z-index: 1;
    }

    li a{
        color: rgba(239, 95, 0, 0.836);
    }

    li{
        text-align: center;
        width: 200px;
    }

    li a:hover{
        font-weight: bold;
        color: #EF5F00;
        border: none;
        letter-spacing: 3px;
    }
   
}
/* Termina NAV */


.container{
	display: flex;
	align-items: center;
	justify-content: center;
}

.login{
	min-height: 500px;
	max-width: 400px;
	width: 400px;
    transform: translate(0%, 80%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	position: absolute;
	border-radius: 40px;
	background: rgb(255, 255, 255,0.2);
	backdrop-filter: blur(10px);
}

.login h2{
	color: #EF5F00;
	margin-bottom: 50px;
	font-size: 35px;
}
.login input{
	border: none;
	outline: none;
	color: #EF5F00;
}
.login .inputs{
	width: 85%;
	margin-bottom: 30px;
	border-bottom: 3px solid #000000;
	display: flex;
    justify-content: left;
    align-items: center;
}
.login .inputs input{
	width: 93%;
	background: none;
	font-size: 20px;
	padding: 5px 10px 10px 0px;
}
.login .inputs input::placeholder{
	color: #000000;
}

.login .btn input{
	background: #000000;
	font-size: 17px;
	padding: 10px 60px;
	border-radius: 10px;
	transition: 0.6s ease all;
	margin-bottom: 10px;
}
i{
	color: #EF5F00;
	margin-bottom: 3px;
}
.btn input:hover{
	background: #000000;
	cursor: pointer;
}

p{
	color: #EF5F00;

}

a{
    color: #000000; 
}
a:hover{
	text-decoration: none;
    color: #EF5F00;
}

#result-box{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #EF5F00;
}


/* HISTORIA */

#main_historia{
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

#tabla_historia{
    width: 90%;
    
}


#texto_historia{
    color: aliceblue;
    justify-content: center;
    text-align: justify;
    margin: 10%;
}

.fotos_juego{
    width: 300px;
    height: 300px;
}

td{
    padding: 3%;
}


#requisitos_min{
    color: aliceblue;
    justify-content: center;
    text-align: justify;
    margin: 10%;
}

th{
    color:aliceblue;
    font-size: 28px;
}

#main_requisitos{
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

#tabla_requisitos{
    width: 90%;
}
ul{
    justify-content: center;
    color: aliceblue;
    list-style-type: none;
}
li{
    width: auto;
}

.main_portada{
    justify-content: center;
    margin-top: 100px;
    color: aliceblue;
    justify-content: center;
    text-align: justify;
    margin: 10%;
}