﻿@font-face {
    font-family: "TBBL";
    src: url('https://theblackboxlab.com/fonts/Odudo-Slab.otf') format("truetype");
}

html, body{
    height: 100%;
}

body {
    margin: 2px;
    overflow: hidden;
    font-family: Nunito !important;
}

div#main {
    text-align: center;
    margin: auto;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 13px;
    overflow: auto;
    white-space: nowrap;
    height: 89%;
}

.celda {
    border: 1px solid gray;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: -3px;
    cursor: pointer;
    background-color: #fff;
}

    .celda.vivo{
        background-color: #000;
    }

        .celda.vivo.virus {
            background-color: #DC4D41;
        }

        .celda.vivo.antidoto {
            background-color: #00ABEA;
        }

    .celda.muerto {
        background-color: #fff;
    }

div#menu-hamburguer {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 20px;
    margin-left: 14px;
    cursor: pointer;
}

#logo-header{
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    min-width: 100px;
}

    #logo-header img{
        height: 50px;
    }

#resto-header {
    display: inline-block;
    vertical-align: middle;
    width: 89%;
}

div#datos {
    text-align: left;
    padding: 10px;
    background: #000;
    color: #fff;
    margin-bottom: 3px;
    height: 50px;
}

span.titulo {
    font-weight: 700;
    font-size: 17px;
}

span.dato {
    font-weight: 200;
    font-size: 18px;
}

.datos-col {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}

input#launch {
    width: 150px;
    height: 36px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

input#random, input#limpiar{
    width: auto;
    height: auto;
    padding: 5px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}

input#copiar_log {
    width: auto;
    height: auto;
    padding: 5px;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}

input#virus {
    width: auto;
    height: auto;
    padding: 5px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    color: #DC4D41;
}

input#antidoto {
    width: auto;
    height: auto;
    padding: 5px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    color: #00ABEA;
}

#log{
    display: none;
}

label[for='no_morir']{
    font-size: 13px;
}

#main_login {
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    background: #2F5064;
    opacity: 0.9;
    top: 0;
    left: 0;
    z-index: 2;
}

    #main_login div.formulario {
        position: relative;
        top: 45%;
        transform: translateY(-45%);
    }

    #main_login .texto {
        color: #fff;
        font-size: 35px;
    }

    #main_login input#email {
        width: 90%;
        max-width: 300px;
        height: 40px;
        margin: 20px 0px;
        background: #243540;
        border: 1px solid #57666E;
        text-align: center;
        color: #fff;
        font-size: 20px;
    }

    #main_login input#enviar {
        width: 100px;
        text-align: center;
        cursor: pointer;
        color: #fff;
        padding: 10px 20px 8px 24px;
        background-color: #191b1e;
        font-weight: 600 !important;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        border-color: rgba(255, 255, 255, 0.25);
        border-width: 1px;
    }

#tutorial {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    background: #2F5064;
    opacity: 0.95;
    top: 0;
    left: 0;
    color: #fff;
    padding-top: 50px;
    font-size: 22px;
    z-index: 1;
    overflow-y: auto;
}

    #tutorial ul {
        text-align: left;
    }

    #tutorial li {
        margin-bottom: 10px;
    }

#tutorial-button {
    position: absolute;
    top: 4px;
    right: 9px;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
}

#menu-inner {
    display: none;
    width: 97.9%;
    height: 100%;
    position: fixed;
    text-align: left;
    background: #2F5064;
    opacity: 0.95;
    top: 72px;
    left: 0;
    color: #fff;
    padding: 15px;
    margin: 0px 0px 0px 2px;
    font-size: 22px;
    overflow-y: auto;
}

    #menu-inner .datos-col {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        vertical-align: middle;
    }

@media (max-width: 1370px){
    span.titulo, span.dato {
        font-size: 14px;
    }
    .datos-col{
        width: auto;
        margin-right: 15px;
    }
}