/* menu */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Questrial&display=swap');

* {
    margin: 0;
}

body {
    height: 100vh;
    overflow-x: hidden;
}



#icon_menu {
    position: relative;
    width: 30%;
    fill: white;
    top: 3%;
}

#check {
    height: 10%;
    width: 1.5%;
    left: 0;
    margin-left: 1.7%;
    top: 1px;
    position: absolute;
    opacity: 0;
    z-index: 101;
}

#check:checked~aside {
    left: 0;
}

aside {
    background-color: #ffffff;
    width: 278px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -400px;
    transition: 0.5s;
    z-index: 100;
}

#tulen {
    display: block;
    position: absolute;
    width: 66%;
    height: 10vh;
    background-color: #2916e0;
    right: 0;
    text-align: center;
}

#tulen>img {
    position: relative;
    top: 35%;
}

a {
    text-decoration: none;
}

#links {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    gap: 3%;
    text-align: center;
}

#gap {
    margin-top: 100%;
}


#link_azul {
    color: #2916e0;
}

.links_css {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #b2b2b2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: "Montserrat", sans-serif;
}

.links_css:hover {
    color: #2916e0;
}

#icons_aside {
    display: flex;
    position: relative;
    top: 30%;
    gap: 10%;
    left: 22%;
    top: 82%;
}

#face_aside {
    width: 5%;
    fill: #b2b2b2;
}

#twiter_aside {
    width: 8%;
    fill: #b2b2b2;
}

#text_aside>p {
    font-size: 15px;
    color: #636363;
    line-height: 1.8;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

#text_aside {
    position: absolute;
    width: 80%;
    top: 88%;
    text-align: center;
    left: 10%;

}

#linkedin_aside {
    width: 8%;
    fill: #b2b2b2;
}

#instagran_aside {
    width: 8%;
    fill: #b2b2b2;
}

#preto2 {
    display: block;
    position: absolute;
    width: 100%;
    height: 10vh;
    background-color: black;
}

#preto {
    position: absolute;
    width: 100%;
    height: 10vh;
    background-color: black;
}

#RedeSociais {
    display: flex;
    position: relative;
    top: 30%;
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
    left: 40%;
}

#twiter {
    width: 18%;
    margin-top: 60%;
}

#face {
    width: 15%;
    margin-top: 60%;
}

#linkedin {
    width: 15%;
    margin-top: 60%;
}

#insta {
    width: 15%;
    margin-top: 60%;
}

#icon_voltar {
    position: relative;
    width: 10%;
    fill: white;
    top: 30%;
    left: 14%;
}

/* menu */

#glen_cross {
    position: absolute;
    background-color: rgb(94, 94, 94);
    width: 100%;
    height: 100vh;
    left: 5%;
}

#glen_cross>h1 {
    display: flex;
    justify-content:center;
    margin-top: 8%;
    border-radius: 50%;
    left: 20%;
    font-size: 3em;
}

#inf_about {
    display: flex;
    justify-content:center;
    width: 100%;
    margin-top: 5%;
    left: 20%;
    color: black;
}

#inf_about>h2 {
    color: white;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 3%;
    font-weight: 500;
    margin-bottom: 5%;
}

#inf_about>p {
    color: black;
    font-family: "Montserrat", sans-serif;
    font: 15px;
    width: 500px;
    text-align: justify;
    font-weight: 300;
}

#btn_conhecer{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 5%;
    margin-left: 48%;
    margin-top: 2%;
    border: black solid 2px;
    border-collapse: collapse;
    border-radius: 20px;
}
#btn_conhecer> a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    width: 100%;
    margin-left: 10%;
}



#inf_about>div>a {
    color: white;
}

#about_me {
    display: block;
    position: absolute;
    width: 55.5%;
    background-color: rgb(255, 255, 255);
    left: 49.9%;
    height: 100vh;
}

#titulo_about {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 3px solid rgb(94, 94, 94);
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
    position: absolute;
    left: 7%;
    top: 2%;
}

#p1 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 9px;
    font-family: "Montserrat", sans-serif;
    width: 75%;
    position: absolute;
    left: 7%;
    top: 10%;
}

#p2 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 9px;
    font-family: "Montserrat", sans-serif;
    width: 75%;
    position: absolute;
    left: 7%;
    top: 23%;
}

#p3 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 9px;
    font-family: "Montserrat", sans-serif;
    width: 75%;
    position: absolute;
    left: 7%;
    top: 30%;
}

#p4 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 9px;
    font-family: "Montserrat", sans-serif;
    width: 75%;
    position: absolute;
    left: 7%;
    top: 39%;
}

#p5 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 9px;
    font-family: "Montserrat", sans-serif;
    width: 75%;
    position: absolute;
    left: 7%;
    top: 50%;
}

#p6 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 9px;
    font-family: "Montserrat", sans-serif;
    width: 75%;
    position: absolute;
    left: 7%;
    top: 59%;
}

#p7 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 9px;
    font-family: "Montserrat", sans-serif;
    width: 75%;
    position: absolute;
    left: 7%;
    top: 19%;
}

#MySkills {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 3px solid rgb(94, 94, 94);
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
    position: absolute;
    left: 7%;
    top: 68%;
}

#colection {
    display: grid;
}

#circulo {
    height: 100px;
    width: 100%;
    position: relative;
    display: flex;
    gap: 10%;
    left: 10%;
    top: 80%;
}

.cinza {
    clip-path: circle(50%);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: solid rgb(94, 94, 94) 5px;
    text-align: center;
}

#porcentagem{
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-top: 40%;
}
* {
    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: 80%;
    height: 7vh;
}

#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: rgb(94, 94, 94);
    font-family: "Montserrat", sans-serif;
    transition: 0.4s;
    opacity: 75%;
}

.abt {
    text-decoration: none;
    color: black;
    font-family: "Montserrat", sans-serif;
    transition: 0.4s;
    opacity: 1;
}

.hm: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;
}