* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.luckiest-guy-regular {
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    font-style: normal;
}

.inter-font {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}


#cabecalho {
    background-color: #1E1E1E;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    height: 10vh;
}

.divSearch {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.logo img {
    padding-left: 40px;
}


.divSearch input {
    display: flex;
    justify-content: flex-end;
    border: solid 1px #FF00BF;
    border-radius: 50px;
    height: 4vh;
    width: 80%;
    padding-right: 13px;
    align-items: center;
    background-color: #f6f6f6;
}

.divSearch input::placeholder {
    padding-left: 20px;
    font-size: 17px;
    text-align: center;
}

.iconemenu {
    display: flex;
    align-items: center;

}

.icones {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
}

.icones a {
    padding: 20px;
}

.icones a svg {
    width: 30px;
}

.page1part3 {
    background-color: #f6f6f6;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20%;
    width: 100%;
}

.mangasMaisVendidos {
    background-color: #1E1E1E;
    margin-top: 10vh;
    margin-bottom: 10vh;
    display: flex;
    justify-content: center;
    width: 20%;
    height: 50vh;
    position: relative;
    border-radius: 5px;
}

.textMangas {
    transform: translateY(-99999px);
    position: absolute;
    background-color: transparent;
    color: #f6f6f6;
    font-family: "Inter", sans-serif;
    padding-top: 100px;
    font-size: 40px;
    transition: 0.9s all ease;
    text-align: center;
}

.btnVerMais {
    transform: translateY(-99999px);
    position: absolute;
    background-color: transparent;
    color: #f6f6f6;
    font-family: "arial", cursive;
    text-decoration: none;
    margin-top: 300px;
    font-size: 25px;
    border: 2px solid #000000;
    padding: 10px 40px;
    border-radius: 50px;
}

.mangasMaisVendidos:hover {
    border: solid #9000FF 2px;

    .btnVerMais {
        border: solid #9000FF 2px;
        transform: translateY(0px);
        transition: 0.5s all ease;
    }

    .textMangas {
        transform: translateY(0px);
        transition: 0.5s all ease;
    }
}

.mangasMaisVendidos a:hover {
    border: #9000FF;
    background-color: #9000FF;
    transition: 0.5s all;
    color: #1E1E1E;
}

.page1part4 {
    background-color: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding-bottom: 10vh;
}

.page1part4:hover {
    .divsao {
        border: solid 2px #FF00BF;
        transition: 3s all;
    }
}

.divsao {
    width: 90%;
    border: solid 2px #9000FF;
    border-radius: 50px;
    margin-bottom: 7vh;
}

.itensAvenda {
    margin: 40px;
    width: 25%;
    height: 60vh;
    border: 2px solid #9000FF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.itensAvenda img {
    display: flex;
    margin-top: 4vh;
}

.itensAvenda h1 {
    margin-top: 2vh;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    color: #FF00BF;
}

.itensAvenda p {
    margin-top: 1vh;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    color: #9000FF;
}

.btnComprar {
    margin-top: 30px;
    text-decoration: none;
    color: #f6f6f6;
    background-color: #FF00BF;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    border: 2px solid #9000FF;
    padding: 13px 65px;
    border-radius: 50px;
}

.itensAvenda:hover {
    border: #FF00BF solid 2px;
    transition: 1.5s;

    .btnComprar {
        transition: 1s all;
        border: #FF00BF solid 2px;
        color: #f6f6f6;
    }
}

.barraLateral {
    display: grid;
    grid-template-rows: 10vh 75vh 15vh;
    z-index: 99;
    width: 22%;
    height: 100vh;
    position: fixed;
    left: -22%;
    top: 0;
    transition: 0.5;
}

.blprimeiraparte {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1E1E1E;
}

.todaBarraLateral {
    background-color: rgba(66, 18, 103, 90%);
}

.blterceiraparte {
    background-color: rgba(66, 18, 103, 90%);
    display: flex;
    justify-content: center;
}

.menubarsim input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.menubarsim input:checked+.barraLateral {
    left: 0;
    transition: 0.5s;
}

.menubarsim {
    position: relative;
}

#caixa:checked+.barraLateral {
    right: 0%;
}

.blTextRoxo {
    font-family: "Inter", sans-serif;
    font-size: 40px;
    color: #9000FF;
    margin-bottom: 50px;
    padding-left: 25px;
}

.spaceBL {
    margin-top: 50px;
}

.blText {
    font-family: "Inter", sans-serif;
    font-size: 40px;
    color: #969292;
    margin-bottom: 50px;
    padding-left: 25px;
}

.todaBarraLateral a {
    text-decoration: none;
}

.blText:hover {
    color: #9000FF;
}

.blterceiraparte a {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    text-decoration: none;
    color: #969292;
    text-align: center;
    background-color: #9000FF;
    border: 2px #9000FF solid;
    width: 80%;
    height: 7vh;
    padding-top: 13px;
}

.blterceiraparte a:hover {
    background-color: transparent;
    color: #9000FF;
    transition: 2s;
}

.blprimeiraparte input {
    position: absolute;
    width: 20px;
    height: 20px;
}

.svgX {
    display: flex;
    position: relative;
    fill: #f6f6f6;
    width: 30px;
}

.rodape {
    background-color: #9c9c9c57;
    width: 100%;
    height: 50vh;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.divContato {
    display: flex;
    justify-content: center;
}

.divContato ul {
    list-style-type: none;
}

.divSobrenos {
    display: flex;
    justify-content: center;
}

.divSobrenos ul {
    list-style-type: none;
}

.divSobrenos a {
    text-decoration: none;
    color: #000000;
}

.divSobrenos a:hover {
    text-decoration: underline;
    color: #9000FF;
    transition: 0, 5;
}

.divConta {
    display: flex;
    justify-content: center;
}

.divConta ul {
    list-style-type: none;
}

.divConta a {
    text-decoration: none;
    color: #000000;
}

.divConta a:hover {
    text-decoration: underline;
    color: #9000FF;
    transition: 0, 5;
}

.tituloContato {
    padding-top: 40px;
    padding-bottom: 40px;
    text-decoration: underline;
    font-family: "Inter", sans-serif;
    font-size: 60px;
    color: #1E1E1E;
    font-weight: 200;
}

.textRodape {
    padding-bottom: 20px;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    color: #000000;
}