/* Negro    #050505 */
/* Cafe     #4a2104 */
/* Naranja  #f2771f */
/* Blanco   #f7f3f0 */
/* Gris     #f7f3f0 */

body {
    margin: 0px !important;
    background-color: #050505;
    /* overflow: hidden; */
}

@font-face {
    font-family: Infinityx ;
    src: url(infinity.otf);
}

@font-face {
    font-family: Bitcheese ;
    src: url(Bitcheese.otf);
}

* {
    font-family: Infinityx;
    color: #f7f3f0;
}

samp {
    color: #f2771f !important;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0 !important;
}

button {
    color: #f2771f !important;
    background-color: transparent;
    font-size: 14px;
    padding: 3px 18px 8px 15px;
    /* text-shadow: 0px 3px 2px #c15f18; */
    border: 0px;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 15px;
}

#countdown {
    color: #f2771f !important;
}

button:hover {

    cursor: pointer;
    /* text-shadow: 0px 3px 2px #c15f18 ; */
}

button:active {
    /* text-shadow: 0px -3px 2px #c15f18 ; */
}

.bitcheese {
    font-family: Bitcheese;
}

.content {
    height: 100vh;
    width: calc(100vw - 50px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 15px;
    
}

.content2 {
    height: 100vh;
    width: 100vw;
    /* padding: 15px; */
    text-align: justify !important;
    overflow-y: auto;
    position: fixed;
    top: 0vh;
    left: 0vw;
}

.content2 p {
    padding: 10px 25px;
}

.fecha {
    color: #f7f3f0;
    margin-top: -20px !important;
    text-shadow: 0px -5px 15px #050505;
}

.entrar {
    margin-top: 20px !important;
}

.hidden {
    display: none;
}
.show {
    display: block;
}