* {
    margin: 0;
    padding: 0%;
    box-sizing: border-box;
}

header {
    height: 100vh;
    width: 6%;

}

#home {
    display: flex;
    background-color: #0000007a;
}

#iconeMenu {
    width: 100%;
    height: 10vh;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menuSvg {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    fill: white;
}

#menuSvg>svg {
    margin-bottom: 60px;

}

#menu {
    fill: white;
    width: 40%;
}

#checkbox {
    opacity: 0;
    width: 90px;
    height: 90px;
    position: absolute;
    z-index: 109;

}

#checkbox:checked~aside {
    left: 0;
}

aside {
    width: 270px;
    height: 100vh;
    position: absolute;
    top: 0;
    background-color: white;
    left: -270px;
    transition: 0.5s;
    color: white;
    text-align: center;

    z-index: 99;

}

ul {
    list-style: none;
    text-decoration: none;

}

input {
    z-index: 99;

}

#divFlex {
    display: flex;
}

#setinha {
    width: 90px;
    height: 10vh;
    background-color: #0f0f0f;
    fill: white;
    display: flex;
    justify-content: center;
    align-items: center;

}

#setinha svg {

    width: 50px;
    height: 10vh;
    background-color: #0f0f0f;
    fill: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Nextech {
    width: 180px;
    height: 10vh;
    background-color: #e01616;
    ;
    display: flex;
    justify-content: center;
    align-items: center
}

#containerImages {
    width: 94%;
    height: 100vh;
    display: flex;
}





.itemGalery {
    background-position: 20% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    position: relative;
}

#carro:hover {
    flex-grow: 5;

}

#homepainel {
    height: 10vh;
    width: 100;
}

#items {
    color: gray;
    font-size: 1.8em;
    font-weight: 600;
    list-style: none;
    text-decoration: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    left: 35%;
    position: absolute;
    top: 20%;
    height: 40vh;
}

.hm {
    text-decoration: none;
    color: black;
    font-family: "Montserrat", sans-serif;
    transition: 0.4s;
    opacity: 1;
}

.abt {
    text-decoration: none;
    color: rgb(94, 94, 94);
    font-family: "Montserrat", sans-serif;
    transition: 0.4s;
    opacity: 75%;
}

.abt:hover {
    color: black;
    opacity: 1;
}

.cart {
    text-decoration: none;
    color: rgb(94, 94, 94);
    font-family: "Montserrat", sans-serif;
    transition: 0.4s;
    opacity: 75%;
}

.cart:hover {
    color: black;
    opacity: 1;
}

.lupa {
    text-decoration: none;
    color: rgb(94, 94, 94);
    font-family: "Montserrat", sans-serif;
    transition: 0.4s;
    opacity: 75%;
}

.lupa:hover {
    color: black;
    opacity: 1;
}

.conta {
    text-decoration: none;
    color: rgb(94, 94, 94);
    font-family: "Montserrat", sans-serif;
    transition: 0.4s;
    opacity: 75%;
}

.conta:hover {
    color: black;
    opacity: 1;
}

.ctt {
    text-decoration: none;
    color: rgb(94, 94, 94);
    font-family: "Montserrat", sans-serif;
    transition: 0.4s;
    opacity: 75%;
}

.ctt:hover {
    color: black;
    opacity: 1;
}

.prod {
    text-decoration: none;
    color: rgb(94, 94, 94);
    font-family: "Montserrat", sans-serif;
    transition: 0.4s;
    opacity: 75%;
}

.prod:hover {
    color: black;
    opacity: 1;
}

.ped {
    text-decoration: none;
    color: rgb(94, 94, 94);
    font-family: "Montserrat", sans-serif;
    transition: 0.4s;
    opacity: 75%;
}

.ped:hover {
    color: black;
    opacity: 1;
}

.topico {
    padding: 4px 20px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #e01616;
    font-weight: 600;
    background-color: white;
    display: inline-block;
}

.gallery_titulo {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.gallery_autor {
    display: flex;
    align-items: center;
}

.gallery_autor>img {
    border-radius: 50%;
    margin-right: 20px;
}

.gallery_autor>h6 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.gallery_container {
    position: absolute;
    bottom: 400px;
    left: 25px;
    transition: all 0.5s;
    z-index: -1;
}

.itemGalery:hover>div {
    bottom: 100px;
    z-index: 10;
}