/* Barra Superior onde está contida a Logo, ajuste com height para 150px. */

#cabecalho .conteiner {
    padding-bottom: 0;
    max-width: 100%;
    padding: 0;
    height: 150px;
}

/* Tamanho da logo aumentada de 100% para 130% e top alterado  de 0 para 60px. */
.logo a img {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 130%;
}

/* Altura da posição da barra de pesquisa em margin-top: abaixada de 5px para 35px*/
.conteudo-topo .inferior {
    margin-top: 40px;
}    
.conteudo-topo .inferior {
    margin-bottom: -60px;
}


/* Bordas superiores arrendodadas do conteiner onde contém os produtos, excluídas */
#corpo>.conteiner {
    /* background: white; */
    border-radius: 0 0 30px 30px;
}

/*Barra de busca abaixada com margin-top: 40px */
@media screen and (max-width: 767px) {
.conteudo-topo .busca-mobile {
    overflow: hidden;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 6px;
    margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .conteudo-topo .busca-mobile .atalho-menu {
        float: left;
        line-height: initial;
        border: none;
        margin-top: 45px;
    }
}

@media screen and (max-width: 767px) {
    .busca.borda-alpha {
        border: none;
        background: transparent;
        margin: 40px auto;
        height: auto;
        line-height: initial;
        float: left;
        width: 72%;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 160px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

#cabecalho {
    /* background-color: #7949BF; */
    background-position: top center;
    background-repeat: repeat;
}


/* Ajuste para o botão azul e a barra alinhados em visualização mobile */
@media screen and (max-width: 767px) {
.busca.borda-alpha {
    border: none;
    background: transparent;
    margin: 40px auto;
    height: auto;
    line-height: initial;
    float: left;
    width: 72%;
    }
}

@media screen and (max-width: 767px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    textarea,
    .cadastro input[type="text"],
    .cadastro input[type="password"],
    .cadastro select,
    .ordenar-listagem label {
        font-size: 10px;
        height: auto;
        padding: 10px;
        border-radius: 2px;
    }
}

/* Retirada da barra sombreada como background de "Capas Gamer" no box-shadow */
.menu.superior {
    background: white;
    text-align: center;
    margin: 0 auto;
    display: flex;
    /* box-shadow: inset 1px 5px 10px 0px rgba(0, 0, 0, 0.11); */
}

/* Ajuste da categoria "Capas Gamer" para baixo da busca em cima de "Lançamentos" em modo mobile */
@media screen and (max-width: 767px) {
    #menuinsta .slick-track {
        position: relative;
        top: -50px;
        left: 0;
        display: block;
        /* background: white; */
    }
}

/* Ajuste "Lançamentos" abaixado até 100px de margin de "Capas Gamer" em modo mobile */
@media screen and (max-width: 767px) {
    .listagem .titulo-categoria, .titulo-categoria {
        display: grid;
        margin: 100px 0 !important;
        padding-top: 55px; /* Aumento do padding-top para 55px; */
        top: 20px;
        margin-top: 67px;
        font-size: 20px; /* A fonte foi diminuída e ajustada para 20px; */
    }
}

.pagina-produto .produto .nome-produto {
    font-size: 20px;
    line-height: normal;
    margin-top: 134px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--cor-nomeProduto);
}