/* INFO */

body {
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    background-color: #060c0e;
    background-image: url(../IMG/fondo_movil_registrate.png);
    background-repeat: no-repeat;
    background-size: cover;
}

header nav {
    background: linear-gradient(to bottom,
            #060c0e 0%,
            #060c0e 75%,
            rgba(0, 0, 0, 0.434) 85%,
            rgba(0, 0, 0, 0) 100%);
    width: 100vw;
    height: 8vh;

    display: flex;
    align-items: center;
    justify-content: space-between;

    font-family: SPACEGROTESK;
    color: #DDFFD9;
    position: fixed;
    z-index: 3;
}

#logo {
    width: 200px;
    margin-left: 20px;
    margin-top: -5px;
    transition: 0.3s ease-in-out;
}

#logo:hover {
    transform: scale(1.2);
    cursor: pointer;
}

#flecha {
    width: 30px;
    margin-left: 15px;
    margin-right: 35px;
    transition: 0.3s ease-in-out;
}

#flecha:hover {
    transform: scale(1.2);
    cursor: pointer;
}

img {
    width: 100%;
}

nav section {
    display: flex;
    align-items: center;
    margin-top: -5px;
}

#bgmenu {
    width: 1000px;
    font-family: ETHNOCENTRIC;
    display: none;
    margin-top: 190px;
    margin-left: 250px;
    position: absolute;
    background-color: #060c0e95;
    padding: 20px;
    list-style: none;
    border-radius: 8px;
}

#bgmenu li,
a {
    margin-top: 5px;
    text-decoration: none;
    color: #DDFFD9;
}

#bgmenu li a:hover {
    color: #77CBB9;
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}

#bgmenu li a:active {
    color: #d10000;
    text-decoration: underline;
    transition: ease-in;
}

header span {
    transition: 0.3s ease-in-out;
}

header span:hover {
    color: #d10000;
    text-decoration: underline;
    transform: scale(1.2);

    cursor: pointer;
}

nav p {
    margin-right: 20px;
}

#REGISTRO, #AYUDA, #STEAM {
    width: 100vw;
    position: relative;
    display: flex;
    overflow: hidden;
}

#REGISTRO {
    width: 100%;
    height: 75vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 20px;
    box-sizing: border-box;
}

#REGISTRO h2, #REGISTRO h4, #REGISTRO h5 {
    color: #DDFFD9;
    font-family: SPACEGROTESK;
    position: static; 
    margin-left: 0;
    margin-top: 0;
    width: 90%;
    text-align: left;
}

#REGISTRO h2 {
    margin-bottom: 20px;
}

#REGISTRO h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

#REGISTRO h5 {
    font-size: 0.9rem;
    margin-bottom: 30px;
    opacity: 0.5;
}

.betpunk-form {
    width: 90%;
    margin-left: 0;
    margin-top: 0;
}

.betpunk-form ul {
    list-style: none;
    padding: 0;
}

.betpunk-form li {
    margin-bottom: 15px;
}

.betpunk-form input, 
.betpunk-form textarea {
    width: 100%;
    background: #FF1C1C25;
    border: 1.5px solid #DDFFD9;
    color: #DDFFD9;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

input:focus, 
textarea:focus, 
button:focus {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

.betpunk-form input:focus, 
    .betpunk-form textarea:focus {
        box-shadow: 0px 0px 12px #DDFFD9, inset 0px 0px 5px #DDFFD9;
        border-color: #77CBB9;
        transform: scale(1.05);
    }

.betpunk-form .Boton2 {
    width: 95%;
    padding: 15px;
    font-size: 16px;
    margin-left: 10px;
}

::placeholder {
    color: #DDFFD9;
}

#AYUDA {
    display: block;
    width: 100vw;
    height: 60vh;
    overflow: hidden;
    padding: 50px 0;
}

#AYUDA h2 {
    color: #DDFFD9;
    font-family: SPACEGROTESK;
    margin-bottom: 20px;
    text-align: left;
    margin-right: 50px;
    text-align: right;
    margin-top: -50px;
}

#AYUDA h4 {
    color: #DDFFD9;
    font-family: SPACEGROTESK;
    font-weight: lighter;
    letter-spacing: 4%;
    width: 85%;
    font-size: 0.9rem;
    text-align: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

#AYUDA .betpunk-form {
    width: 90%;
    margin-left: 20px;
    margin-top: 0;
}

#STEAM {
    width: 100vw;
    height: 50vh;
    align-items: center;
    position: relative;
    top: -100px;
}

#STEAM h2 {
    margin-left: 40px;
    color: #DDFFD9;
    font-family: SPACEGROTESK;
    position:absolute;
    top: 50px;
}

#STEAM h4 {
    color: #DDFFD9;
    font-family: SPACEGROTESK;
    font-weight: lighter;
    letter-spacing: 4%;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    margin-left: 60px;
    margin-top: -50px;
}

#STEAM .Boton1 {
    width: 95%;
    height: 15px;
    padding: 15px;
    margin-left: -400px;
    margin-top: 100px;
    margin-right: 40px;
}