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

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

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

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

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

.menuBtn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.menuBtn i {
    color: #050505 !important;
}

.offcanvas {
    background-color: #282828 !important;
}

.closeMenu{
    color: white !important;
    background-color: transparent;
}

samp, samp b {
    color: #f2771f !important;
}

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

.slider {
    height: 50vh;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
}

button.entrar {
    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;
}

button.limenu {
    color: #eaeaea !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: 10px;
}

button.limenu.active {
    color: #f2771f !important;
}

#countdown {
    color: #f2771f !important;
}

button.entrar:hover {

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

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

.bitcheese {
    font-family: Bitcheese;
}

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

.contentz .cat img {
    height: 80px;
}

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

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

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

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

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