@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;
    text-rendering: auto;
}

/* 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;   
    cursor: url(arrow\ amarillo.cur), default;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    margin-bottom: 0;
}

.div-start2 {
    z-index: 1;
    width: fit-content;
    margin: 20px;    
    top: 135px;
    cursor: url(arrow\ amarillo.cur), default;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    margin-bottom: 135px;
}

.div-info2 {
    z-index: 1;
    width: fit-content;
    margin: 20px; 
    cursor: url(arrow\ amarillo.cur), default;
    display: flex;
    justify-content: center;
    justify-self: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-self: center;
    margin-bottom: 60px;
    text-align: left;
}

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;
}


.munecos {
    background-color: black;
    border: 3px solid #FFFF00;
    cursor: url(pointer\ amarillo.cur), default;
}

h1 {
    color: #FFFF00;

}

p{
    text-align: center;
    margin: auto auto 30px auto;
    width: fit-content;
    color: #FFFF00;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 20px;
    border-radius: 10px;
    max-width: 1200px;
    padding: 15px 10px 20px 10px;
    cursor: url(arrow\ amarillo.cur), default;
}
span {
    cursor: url(help\ amarillo.cur), help;
    text-decoration: underline;
    font-family: 'IBM Plex Mono', monospace;
}

.info{
    text-align: left;
    margin: auto auto 30px auto;
    width: fit-content;
    color: #FFFF00;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: black;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 20px;
    border-radius: 10px;
    max-width: 1200px;
    padding: 15px 10px 20px 10px;
    cursor: url(arrow\ amarillo.cur), default;
    flex-wrap: wrap;
}

.info2{
    text-align: left;
    justify-self: center;
    align-self: center;
    margin: 20px;    
    width: fit-content;
    color: #FFFF00;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: black;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 20px;
    background-color: #B490FF;
    border: 3px solid #FFFF00;
    border-radius: 10px;
    max-width: 1200px;
    padding: 20px 40px 30px 40px;
    cursor: url(arrow\ amarillo.cur), default;
    
}



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 */
.detalle {
    z-index: 1;
    height: auto;
    width: fit-content;
    cursor: url(arrow\ amarillo.cur), default;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    margin-bottom: 135px;
    margin: 20px; 

}
    

/*Estilo texto*/
.description {
    text-align: left;
    margin: 10px 10px 30px 10px;
    max-width: 600px;
    min-width: min-content;
    color: black;
    margin-top: 60px;
    text-rendering: auto;
    height: max-content;
    cursor: url(arrow\ amarillo.cur), default;
    z-index: 1;
    background-color: #B490FF;
    padding: 20px;
    border-radius: 10px;
    border: 3px solid #FFFF00;
    padding-bottom: 40px;
    flex-wrap: wrap;
  }




/*Estilo botones quantity*/
.counter {
    max-width: 600px;
    min-width: 100px;
    align-items: center;
    align-self: center;
    align-content: center;
    cursor: url(arrow\ amarillo.cur), default;
    flex-wrap: wrap;

}
.counter:hover {
    background-color: #B490FF;

}

.h2-counter:hover {
    background-color: #B490FF;
    cursor: url(arrow\ amarillo.cur), default;
}

.down::before {
  content: "  ";
  padding: 0px 100px;
  cursor: url(pointer\ amarillo.cur), default;
}


.counter input {
    width: 80px;
    border: 1px solid black;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    background: whitesmoke;
    color: black;
  
}
.counter span {
    padding: 0;
    font-size: 30px;
    text-decoration: none;
    cursor: url(pointer\ amarillo.cur), default;

}


/*Estilo botones quantity*/
.add {
    text-align: center;
    width: auto;
    height: auto;
    color: black;
    -webkit-text-stroke-color: black;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 24px;
    /* border: 3px solid #FF6969; */
    /* border-radius: 10px; */
    background-color: #FFFF00;
    padding: 5px 10px 10px 10px;
    border: 3px solid #FFFF00;
    border-radius: 10px;
    cursor: url(pointer\ amarillo.cur), default;
    margin: 10px;
    flex-wrap: wrap;
}
.add:hover {
    background-color: black;
    color: #FFFF00;
}


/*Estilo botones read more y read less*/
#more {
  display: none;
}

#myBtn {
  background-color: rgb(215, 189, 255);
  border-radius: 10px;
  margin: 5px 5px 5px 0px;
  padding: 2px 8px 2px 8px;
  color: black;
  text-decoration-line: underline;
  border-color: none;
}



/* Estilo contenido shop */  
.items {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    /* margin: 30px 5px 15px 5px; */
    margin: 10px;
    margin-top: 0;
    z-index: 1;
    cursor: url(arrow\ amarillo.cur), pointer;
  }

    .obj {
        width: 500px;
        aspect-ratio: 1;
        background-color: rgba(red, green, blue, 0);
        margin: 0px;
        top: 0;
        background-image: url(action\ man.png);
        background-size: 500px;
        background-repeat:no-repeat;
        background-position: center;
        cursor: url(arrow\ amarillo.cur), default;
        flex-wrap: wrap;

    }


/* 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;
    }    

        p {
        font-size: 30px;
    }

    .info {
        font-size: 30px;
    }

    .info2 {
        font-size: 30px;
    }

    .obj {
        width: 750px;
        background-size: 750px;
    }

}

@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;
    }

    p {
        font-size: 25px;
        -webkit-text-stroke-width: 0.5px;
    }

    .info {
        font-size: 25px;
    }

    .info2 {
        font-size: 25px;
    }

    .obj {
        width: 600px;
        background-size: 600px;
    }
}
  
@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;
    }

    p {
        font-size: 20px;
    }

    .info {
        font-size: 20px;
    }

    .info2 {
        font-size: 20px;
    }

    .obj {
        width: 500px;
        background-size: 500px;
    }

}
  
@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;
    }

    p {
        font-size: 20px;
    }

    .info {
        font-size: 20px;
    }

    .info2 {
        font-size: 20px;
    }

    .obj {
        width: 450px;
        background-size: 450px;
    }

}
  
@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;
    }

    p {
        font-size: 16px;
        -webkit-text-stroke-width: 0px;
        color: black;
    }

    .info {
        font-size: 16px;
        -webkit-text-stroke-width: 0px;
        color: black;
    }

    .info2 {
        font-size: 16px;
        -webkit-text-stroke-width: 0px;
        color: black;
    }

    .down::before {
        content: "  ";
        padding: 15px 0px 0px 0px;
        display: block;
    }
    .add {
        padding: 10px 20px;
      }

    .obj {
        width: 300px;
        background-size: 300px;
        margin:0;
    }
}

@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;
    }

    p {
        font-size: 15px;
        -webkit-text-stroke-width: 0px;
        color: black;
    }

    .info {
        font-size: 15px;
        -webkit-text-stroke-width: 0px;
        color: black;
    }

    .info2 {
        font-size: 15px;
        -webkit-text-stroke-width: 0px;
        color: black;
    }

    .down::before {
        content: "  ";
        padding: 15px 0px 0px 0px;
        display: block;
    }
    .add {
        padding: 10px 20px;
      }

    .obj {
        width: 280px;
        background-size: 280px;
        margin:0;
    }

}
