@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@600&display=swap');

* {
    margin: 0;
    padding: 0;
    cursor: url(arrow\ amarillo.cur), auto;
    font-family: 'IBM Plex Mono', monospace;
}

body {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    background-color: #B490FF; 
    overflow-x: clip;
    position: relative;
    cursor: url(arrow\ amarillo.cur), auto;
    font-family: 'IBM Plex Mono', monospace;
}

/* Estilo imagen que sigue al cursor */
#img {
    width: 50px;
    z-index: 3;
    margin: 10px;
    position: absolute;
    transition: all 0.15s ease;
  }

/*______________________________________________________________________*/

/* Estilos del tablero fondo*/
.cont-tablero{
    width: auto;
    height: 100vh;
    margin: auto;
    align-self: center;
    z-index: 0;
    position: fixed;
    cursor: url(arrow\ amarillo.cur), auto;
}

.cont-tablero .tab-fila{
    display: flex;
    overflow-wrap: normal;
    object-position: center;
    background:#B490FF;
}

/* Estilos para cada cuadrado */
.cont-tablero .tab-fila .tab-col{
    width: 33px;
    height: 33px;
    text-align: center;
    transition: -2s  background-color 6s;
    border: 0.0023mm solid #383838;
}

.tab-col:hover{
    background:#FFFF00;
    mix-blend-mode: normal;
}

/*______________________________________________________________________*/

/* Logo header */
.logo-header {
    left: 0;
    width: fit-content;
    height: fit-content;
    position: fixed;
    text-align: center;
    padding: 0px 12px 5px 12px;
    align-items: center;
    margin: 33px 10px 10px 35px;
    text-decoration: none;
    color: #FFFF00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 44px;
    background-color: #B490FF;
    border: 6px solid #FFFF00;
    box-shadow: 4px 4px 4px #666666;
    z-index: 2;
    cursor: url(pointer\ amarillo.cur), pointer;
}
.logo-header:hover {
    color: #f5f5f5;
    border: 6px solid #f5f5f5;
}

/* Estilo nav menu */
nav ul {
	list-style-type: none;
    float: left;
	padding: 0;
    z-index: 2;
    position: fixed;
    right: 0;
}

nav ul li {
    padding: 10px;
    width: 50px;
    height: 50px;
    margin: 30px 28px 10px 10px;
    cursor: url(pointer\ amarillo.cur), pointer;
    overflow: clip;
}

/* Estilo icons menu */
.shop-header {
    background-image: url("shop-whitesmoke.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: url(pointer\ amarillo.cur), default;
}

.game-header {
    background-image: url("game.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: url(pointer\ amarillo.cur), pointer;
}
.game-header:hover {
    background-image: url("game-whitesmoke.png");
}

.about-header {
    background-image: url("about.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: url(pointer\ amarillo.cur), pointer;
}
.about-header:hover {
    background-image: url("about-whitesmoke.png");
}

.contact-header {
    background-image: url("contact.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: url(pointer\ amarillo.cur), pointer;
}
.contact-header:hover {
    background-image: url("contact-whitesmoke.png");
}

/*______________________________________________________________________*/


.div-start {
    z-index: 1;
    width: fit-content;
    margin: 20px;   
    margin-top: 135px;   
    top: 135px;
    cursor: url(arrow\ amarillo.cur), default;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    justify-content: center;
}

a{
    text-decoration: none; 
}

h2{
    text-align: center;
    width: fit-content;
    height: auto;
    color: #FFFF00;
    -webkit-text-stroke-color: black;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 24px;
    /* border: 3px solid #FF6969; */
    /* border-radius: 10px; */
    background-color: #B490FF;
    padding: 5px 10px 10px 10px;
    border: 3px solid #FFFF00;
    border-radius: 10px;
    cursor: url(pointer\ amarillo.cur), default;
    margin: 10px;
}
h2:hover {
    background-color: black;
    border: 3px solid #FFFF00;
    cursor: url(pointer\ amarillo.cur), default;
}
h2:active {
    background-color: black;
    border: 3px solid #FFFF00;
    cursor: url(pointer\ amarillo.cur), default;
}

.bolas {
    background-color: black;
    border: 3px solid #FFFF00;
    cursor: url(arrow\ amarillo.cur), default;
}

p{
    top: 190px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    width: fit-content;
    height: auto;
    color: #FFFF00;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 20px;
    /* border: 3px solid #FF6969; */
    /* border-radius: 10px; */
    background-color: #B490FF;
    padding: 5px 10px 10px 10px;
    border-radius: 10px;
    cursor: url(pointer\ amarillo.cur), default;
    margin: 10px;
}


footer {
    color:  #FFFF00;
    background-color: black;
    bottom: 0;
    left: 0;
    overflow-x: clip;
    z-index: 1;
    font-size: 12px;
    padding: 10px;
    height: auto;
    width: 100vw;
    font-family: 'IBM Plex Mono', monospace;
}


  
/*______________________________________________________________________*/


/* Estilo contenido shop */  
.items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    /* margin: 30px 5px 15px 5px; */
    /* position: absolute; */
    z-index: 1;
    cursor: url(arrow\ amarillo.cur), pointer;
    justify-content: center;
  }


    .magic8 {
        width: 300px;
        aspect-ratio: 1;
        background-color: rgba(red, green, blue, 0);
        margin: 20px;
        background-image: url(magic\ 8\ ball.png);
        background-size: 300px;
        background-repeat:no-repeat;
        background-position: center;
        cursor: pointer;
        cursor: url(pointer\ amarillo.cur), pointer;
    }

    .veinteq {
        width: 300px;
        aspect-ratio: 1;
        background-color: rgba(red, green, blue, 0);
        margin: 20px;
        background-image: url(20Q.png);
        background-size: 300px;
        background-repeat:no-repeat;
        background-position: center;
        cursor: pointer;
        cursor: url(pointer\ amarillo.cur), pointer;
    }


/* responsive ______________________________________________________________________*/


@media only screen and (min-width: 1905px) {
    .logo-header {
        font-size: 46px;
        margin: 35px 10px 10px 35px;
    }

    nav ul li {
        padding: 10px;
        width: 50px;
        height: 50px;
        margin: 45px 35px 10px 10px;
    }    
}

@media only screen and (min-width: 1265px) and (max-width: 1905px) {
    .logo-header {
        font-size: 42px;
        margin: 30px 10px 10px 30px;
    }

    nav ul li {
        padding: 10px;
        width: 45px;
        height: 45px;
        margin: 40px 30px 10px 10px;
    }
}
  
@media only screen and (min-width: 960px) and (max-width: 1265px) {
    .logo-header {
        font-size: 38px;
        margin: 30px 10px 10px 30px;
    }

    nav ul li {
        padding: 10px;
        width: 40px;
        height: 40px;
        margin: 35px 25px 10px 10px;
    }
}
  
@media only screen and (min-width: 600px) and (max-width: 960px) {
    .logo-header {
        font-size: 34px;
        margin: 25px 10px 10px 25px;
    }

    nav ul li {
        padding: 10px;
        width: 35px;
        height: 35px;
        margin: 30px 20px 10px 10px;
    }
}
  
@media only screen and (min-width: 300px) and (max-width: 600px) {
    .logo-header {
        font-size: 30px;
        margin: 20px 10px 10px 20px;
    }

    nav ul li {
        padding: 10px;
        width: 30px;
        height: 30px;
        margin: 25px 15px 10px 10px;
    }
}

@media only screen and (max-width: 300px) {
    .logo-header {
        font-size: 30px;
        margin: 20px 10px 10px 20px;
    }

    nav ul li {
        padding: 10px;
        width: 30px;
        height: 30px;
        margin: 25px 15px 10px 10px;
    }
}

