body {
    margin: 0px;
    padding: 0px;
    background: #1f1f1f;
    color: white;
    font-family: 'Michroma', sans-serif;
    transition: .3s;
}

.logo {
    width: 100px;
    text-align: left;
    text-align: left !important;
}

nav {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #1a1a1a;
    border-bottom: 1px solid white;
}

nav ul {
    display: flex;
    font-style: none;
    list-style: none;
    color: white;
    align-items: center;
    justify-content: center;
}

nav li {
    font-style: none;
    text-decoration: none;

}

nav ul li {
    color: red;
    text-decoration: none;
    margin: 10px;
}

a {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Rowdies';
}

.principal {
    padding-top: 240px;
    padding-bottom: 140px;
    border-bottom: 4px solid #009ef7;
    background-image: -webkit-gradient(linear, left top, left bottom, from((#009ef759), to(#0088ff59))), url(obelisco.jpg);
    background-image: linear-gradient(180deg, #009ef759, #0088ff59), url(obelisco.jpg);
    background-attachment: fixed;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    text-align: center;
}

.btn {
    color: #009ef7;
    background: #E3E3E3;
    padding: 10px;
    border-radius: 10px;
    transition: .3s;
}

.btn:hover {
    background: #009ef7;
    color: white;
}

button {
    color: #009ef7;
    background: #E3E3E3;
    padding: 10px;
    border-radius: 10px;
    transition: .3s;
    border: none;
    font-family: 'Rowdies';
    font-size: large;
    margin-top: 10px;
}

button:hover {
    background: #009ef7;
    color: white;
}

.boton2 {
    background: #009ef7;
    color: white;
    padding-inline: 30px;
    padding-block: 10px;
    border-radius: 10px;
    transition: .7s;
}

.boton2:hover {
    background-color: pink;
}



.titulo {
    margin-top: 20px;
    text-align: center;
}

.titulo div {
    display: block;
    background: #272727;
    padding: 10px;
    border-radius: 10px;
}

.discords {
    display: flex;
    margin: 30px;
}

.discords h1 {
    font-size: larger;
}

.discords p {
    color: gray;
}

.discords div {
    background: #272727;
    margin: 20px;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.equipo {
    justify-content: center;
}

.equipo div {
    width: 300px;
    box-shadow: 10px 10px 20px #ffae00;
    transition: background 1.2s;
    transition: transform 1s;
}


.equipo div:hover {
    background: linear-gradient(#ffae00 , #ff5e00);
    transform: scale(1.2);
}

.equipo div:hover p {
    color: #7289da;
}


.fa-crown {
    transition: 0.3s;
}

.fa-crown:hover {
    color: #ffae00;
}

.discordimg {
    border-radius: 50%;
    display: inline-block;
}

footer {
    text-align: center;
    background: #1a1a1a;
    padding: 20px;
}

/* 
SCROLL BAR */
::-webkit-scrollbar {
    width: 10px;
    height: 115px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #009ef7;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    background:white;
}
::-webkit-scrollbar-thumb:active {
    background: white;
}
::-webkit-scrollbar-track {
    background: #666666;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: #666666;
}
::-webkit-scrollbar-track:active {
    background: #333333;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
body { SCROLLBAR-FACE-COLOR:red; SCROLLBAR-HIGHLIGHT-COLOR: brown; SCROLLBAR-SHADOW-COLOR: #6699CC; SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #E3E3E3; SCROLLBAR-DARKSHADOW-COLOR: #000000; }

/* ===================================================== MODO OSCURO ===================================================== */

.botoncolor {
    display: none;
    position: absolute;
    right: 5%;
}

#discord {
    display: block;
    position: absolute;
    right: 5%;
    color: #009ef7 !important;
}

/* .switch {
    background: orange;
    border-radius: 1000px;
    border: none;
    position: relative;
    cursor: pointer;
    display: flex;
    outline: none;
    transition: .3s;
}

.switch span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    background-color: none;
    color: white;
    transition: .3s;
}

.switch::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    background: #E3E3E3;
    top: 0;
    left: 0;
    right: unset;
    border-radius: 100px;
    transition: .3s ease all;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 2);
    transition: .3s;
}

.active {
    background: #343D5B;
    color: #3F4254
    transition: .3s;
}

.active::after {
    right: 0;
    left: unset;
}

.switch .active::after {
    right: 0;
    left: unset;
} */

/* ============== Funcion ============= */

.luz {
    background: #daf5ff;
    color: #3F4254
}

.luz2 {
    background: white;
}

body.luz nav {
    background: white;
}

body.luz nav ul li a {
    color: #3F4254
}

body.luz .discords div {
    background-color: white;
}

body.luz footer {
    background-color: white;
}

body.luz .titulo div {
    background-color: white;
}

body.luz .barra div {
    background: white;
}

.body.luz #normativa1 {
    background: white;
}

.body.luz .normativas section {
    background: white !important;
}


/* ==================================NORMATIVA========================================== */

.barra div {
    display: flex;
    justify-content: center;
    background: #272727;
    margin-inline: 300px;
    border-radius: 10px;
    box-shadow: 1px 13px 50em #009ef7;
    align-items: center;
    padding: 10px;
}

.barra ul {
    text-align: center;
    list-style: none;
}

.barra h3 {
    text-align: center;
    color: #000000;
    background: #E3E3E3;
    padding: 10px 30px;
    border-radius: 5px;
    transition: .3s;
    font-family: 'Rowdies';
    font-weight: lighter;
    margin: 10px;
}

.barra .active {
    background: #009ef7;
    color: white;
}

.tabs h3:hover {
    background: #009ef7;
    color: #ffffff;
    cursor: pointer;
}

.normativas {
    display: flex;
    justify-content: center;
    margin: 30px;
}

.normativas section {
    background: white;
    width: 800px;
    height: 700px;
    overflow-y: scroll;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
    display: none;
    font-family: Poppins, Helvetica, "sans-serif"
}

section h3 {
    text-align: center;
    color: #0084ff;
    background: #E3E3E3;
    padding: 10px 30px;
    border-radius: 5px;
    font-family: 'Rowdies';
    font-weight: lighter;
    margin: 10px;
}

.normativ {
    display: none;
}

.normativas .active {
    display: inline-block;
}

/* ================================================================== FORMULARIOOOOOOOO ======================================================================= */

.body__formulario {
    text-align: center;
}

.body__formulario h2 {
    margin-top: 1em;
    font-weight: bold;
}

.formulario {
    display: flex;
    justify-content: center;
    margin-top: 1em;

}

.contenedor__formulario {
    background: linear-gradient(#009ef7, #0042f7 );
    background-image: linear-gradient(180deg, #009ef759, #0088ff59), url(obelisco.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: auto, cover;
    border-radius: 20px;
    box-shadow: 0px 0px 30px black;
}

.enviar {
    display: flex;
    align-items: center;
    justify-content: center;
}

#enviar  {
    text-align: center;
    background: #E3E3E3;
    color: #009ef7;
    align-items: center;
    border: none;
    font-weight: 900;
    transition: .3s;
}

#enviar:hover  {
    text-align: center;
    background: #009ef7;
    color: #E3E3E3;
}

.formulario input {
    display: block;
    margin: 3em;
    padding-inline: 3em;
    padding-block: 1em;
    background: #1d1d1d;
    border: none;
    font-family: 'Righteous', cursive;
    color: white;
    border-radius: 10px;
}

.descripcion {
    font-size: 20px;

}

.titulo {
    text-align: center;
}

.error {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 40px;
}

.error span {
    display: block;
}

.error a {
    color: #009ef7;
    display: block;
    background: #E3E3E3;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    transition: .3s;
}

.error a:hover {
    background: #009ef7;
    color: #E3E3E3;
}

.logout {
    margin-top: 20px;
    text-align: center;
}

.logout a {
    color: #009ef7;
    background: #E3E3E3;
    padding: 10px;
    border-radius: 10px;
    transition: .3s;
}

.logout a:hover {
    color: #E3E3E3;
    background: #009ef7;
}

.perfil {
    border-radius: 50%;
    width: 64px;
}

/* =============================================================================== LOGIN ================================================================================ */

.login {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.ucp {
    display: flex;
    justify-content: center;
    text-align: center;
}

.tarjeta {
    background: white;
    padding: 60px;
    border-radius: 10px;
    display: inline-block;
    margin: 20px;
    position: absolute;
}

.steams {
    display: flex;
}

.steams img {
    margin-right: 10px ;
    height: 64px;
}

.ucpinput {
    background: #f3f6f9;
    border: none;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    color: #272727;
    margin: 10px;
    margin-left: 40px;
    border: 0px solid;
    height: 20px;
    width: 160px;
    font-weight: bold;
    box-shadow: 0 0 0 2px #e6ebf0;
}

.flex {
    display: inline-block;
    align-items: center;
}

.grupoform {
    margin-bottom: 1.75rem;
    border-bottom: 1px solid black;
}

.normal {
    margin: 0;
}

#linea1 {
    border-bottom: 1px solid black ;
}

#pcu {
    color: white;
    background: #009ef7;
    padding-block: 10px;
    padding-inline: 20px;
    border-radius: 10px;
    transition: .3s;
}

#pcu:hover {
    background: #E3E3E3;
    color: #009ef7;
    box-shadow: 5px 5px 1px #009ef7
}

body.luz .ucp {
    background: white !important;
}

/* ====================================================TIENDA============================================= */
.container {
display: flex;
align-items: center;
justify-content: center;
}

.items p {
    width: 200px;
}

.tienda {
    background: white;
    border-radius: 40px;
    padding: 60px;
}

.items {
    display: inline-block;
    background: #E3E3E3;
    width: 260px;
    height: 380px;
    padding: 40px;
    border-radius: 10px;
    margin: 20px;
}

.compra {
    background: #51ff00;
    color: white;
    border-radius: 5px;
}

.info {
    background: #0066ff;
    color: white;
    border-radius: 5px;
}

.items button:hover {
    background: #0084ff;
    cursor: pointer;
}

.pack {
    width: 200px;
}

.shop-container {
    display: inline-block;
}

.precio {
    display: inline-block;
    font-weight: bold;
    background: #5c5c5c80;
    border-radius: 10px;
    padding: 10px;
}

/* =================================== RESPONSIVE DISIGN ========================= */

.celumenu {
    position: absolute;
    left: 20px;
    font-weight: bolder;
    font-size: xx-large;
    display: none;
}

.responsive {
    display: flex;
}

@media screen and (min-width: 200px) and (max-width: 650px) {

    .celumenu {
        display: block;
    }

    .discords {
        display: block;
    }

    #menu {
        display: none;
    }

    .menu {
        display: block !important;
        position: absolute;
        background: #ffffff;
        left: 0px;
        padding: 20px;
        text-align: left;
        top: 40px;
        border-radius: 0px 0px 10px;
    }

    #navegador ul li {
        margin: 30px;
    }

    #discord {
        display: none;
        
    }

    .equipo {
        display: flex;
        align-items: center;
    }

    .equipo div {
        width: 200px;
    }

    .responsive {
        display: block;
    }
}