*{
    padding: 0;
    margin: 0;
}

html {
    font-size: 55%;
    font-family: 'Roboto', sans-serif;

}

a{
    text-decoration: none;;
}

header{
    background-color: rgb(164, 55, 17);
    height: fit-content;
    max-height: 100vh;
    max-width: 1200px;
    padding: 1rem 1rem 0.2rem 1rem;
    margin: auto;
    position: sticky;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.alineado {
    .logoContainer& {
        display: inline-flex;
        justify-content: space-around;
        position: relative; 
        right: 120px; 
    }

}
.redes {
    .imgContainer& {
        display: inline-flex;
        justify-content: space-around;
        position: relative; 
        left: 120px; 
    }
}

.logo{
    width: 15rem;   
}

.img{
    width: 20rem;
}

h1{
    color: rgb(164, 55, 17);
    font-size: 8rem;
    font-weight: 200;
    text-align: justify;
}

#mainMenu{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 3rem auto 3rem auto;
    padding: 2rem;
    border: 1px solid #f4e1cb;
    box-shadow: 0.1rem 0.1rem 0.6rem rgba(155, 155, 155, 0.5) ;
    justify-content: center;

}

#mainMenu li {
    color: #a43711;
    font-size: 4rem;
    font-weight: 300;
    text-align: center;
    margin: 1.5rem;
    padding: 2rem;
    border: 1px solid #f4e1cb;
    box-shadow: 0.1rem 0.1rem 0.6rem rgba(155, 155, 155, 0.5) ;
    
}

#mainMenu li:hover{
    scale: 1.1;
}



.list__item{
    list-style: none;
    width: 100%;
    text-align: left;
    overflow: hidden;
}

.list__item--click{
    cursor: pointer;
}


.arrow .list__arrow{
    transform: rotate(90deg);
}

.list__arrow{
    margin-left: auto;
    transition: transform .3s;
}

.list__show{
    text-align: left;
    width: fit-content;
    margin-left: 2rem;
    border-left: 2px solid rgb(244, 225, 203);
    list-style: none;
    transition: height .4s;
    height: 0;
}

.list__inside{
    text-align: left; 
    padding: 0.5rem;
}

#nav_list li {
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-weight: 400;
    margin: 3rem; /* ESTE ACA MODIFICA EL TAMAÑO DEL MENU */
    font-weight: 400;
}


.list__inside:hover {
    background-color: rgba(244, 225, 203, 0.432);
}

h1{
    text-align: center;
    margin: auto;
}

#itemListContainer{
    margin: 2rem auto 3rem auto;
    max-width: 1200px;
}

.tittleListContainer{
    background-color: rgb(164, 55, 17);
    padding: 1rem;
    margin: 3rem 0 3rem 0;
}

.tittleList{
    font-size: 3rem;
    text-align: center;
    color: rgb(255, 255, 255);
}

.itemList{
    margin: auto;
    max-width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr ;
    gap: 2rem;

    /* height: 100%; */
}

.item_card{
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    align-content: center;
    border: 1px solid rgb(244, 225, 203);
    box-shadow: 0.1rem 0.1rem 0.6rem rgba(155, 155, 155, 0.5) ;
    padding: 1rem;   
}

.item_card:hover{
    background-color: rgb(244, 225, 203);
}


.item_img{
    width: 200px;
    margin: auto;
}

.item_tittle{
    font-size: 2rem;
    font-weight: 400;
    text-align: center
}
.item_desc{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 1rem 0 1rem 0;
    
}
.item_cod{
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: right;
}
.item_color{
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: right;
}

.item_linkFotos{
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    color: rgb(164, 55, 17);
    padding: 0.2rem;
    margin-bottom: 1rem;
}

.item_linkFotos:hover{
    background-color: #aaaaaa4d;
}


.item_price{
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    background-color: rgb(164, 55, 17);
    color: rgb(255, 255, 255);
    padding: 0.2rem;
    margin-bottom: 1rem;
    
}
.item_stock{
    font-size: 2rem;
    font-weight: 300;
    text-align: right;
} 



@media screen and (max-width: 1024px) {

    .itemList{
        max-width: 80vw;
        grid-template-columns: auto auto ; 
    }

    .item_tittle{
        font-size: 2.5rem;
        font-weight: 400;
        text-align: center
    }

    .item_img{
        
        margin: 1rem auto auto auto;
    }

    .item_desc{
        font-size: 1.8rem;
        
    }

    .item_cod{
        font-size: 1.6rem;
      
    }
    .item_color{
        font-size: 1.6rem;
    }
       
  }

@media screen and (max-width: 525px) {
       
    .itemList{
        max-width: 90%;
        grid-template-columns: 1fr;
    }

    .item_card {
        display: grid;
        grid-template-columns: auto 1fr 1fr;
        grid-template-rows: auto auto auto auto auto;
        height: fit-content;
    }

    .item_tittle{
        grid-column: 2 / 4;
        grid-row: 1 / 2;
        font-size: 1.5rem;
        font-weight: 400;
        text-align: center
    }

    .item_img{
        grid-column: 1 / 2;
        grid-row: 1 / 6;
        width: 100px;
        margin: 0.5rem;
    }

    .item_desc{
        grid-column: 2 / 4;
        grid-row: 2 / 3;
        font-size: 1rem;
        font-weight: 400;
        
    }
    
    .item_color{
        grid-column: 2 / 3;
        grid-row: 3/ 4;
        font-size: 1rem;
        text-align: left;
    }

    .item_cod{
        grid-column: 3 / 4;
        grid-row: 3 / 4;
        font-size: 1rem;
        text-align: right;
      
    }

    .item_price{
        grid-column: 2 / 3;
        grid-row: 4 / 5;
        font-size: 1.5rem;
    }

    .item_stock{
        grid-column: 3 / 4;
        grid-row: 4 / 5;
        font-size: 1.6rem;
    }

    .item_linkFotos{
        grid-column: 1 / 4;
        grid-row: 5 / 6;
    }
  }

 