

.qrcode-lt{
    display:block;
    position:fixed;
    top:5px;
    left: 70px;
    padding:10px;
    z-index:12;
}

.qrcode-lt > img{
    display:flex;
    position:relative;
    /*top:150;*/
    width: 130px;
    height:130px;
}

.nav-links {
    display: flex;
    position: relative;
    top:2px;
    align-items: center;
    width: 20%;
    height: auto;
    left: 51%;
    transform: translateX(-48%);
    gap: 10px;
    z-index: 2;
}

.nav-links > a{
    text-decoration: none;
    color: white;
    padding: 3px 10px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-color: #fff;
    /*border-radius: 4px; */
    background: rgba(0, 0, 0, 0.2);
    transition: background 1.2s;
}

.nav-links a:hover {
    background: rgba(255, 255, 255, 0.3);
}

.lista {
    display: block;
    position: fixed;
    top: 15.1vh; /* largura do menu de navegação principal */
    width: 100vw;
    /*height: 100vh; */
    padding: 0px;
    margin: 0px;
    /*height: calc(100vh - 25.2vh); */
    height: calc(100% - 25.2vh);
    overflow: hidden;
    scroll-snap-type: y mandatory; /* Scroll suave */
    font-family: 'Times New Roman', 'Times', 'serif', 'Arial', 'Helvetica', 'sans-serif';
    background: #222;
    color: white;
    overflow: hidden;
}

.topo {
    display: flex;
    position: relative;
    top: -10vh;
    width: 100%;
    height: auto;
    justify-content: space-around;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 1px;
    /*background: #333;*/
    text-align:left;
    justify-items:center;
    align-items: center;
    justify-content: space-between;
}
.topo > p{
    display: flex;
    position: relative;
    top: -14vh;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
}
.titulo{
    display: flex;
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    align-self:center;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-shadow: #333;
    font-family: 'Times New Roman', 'Times', 'serif';
    z-index: 3;
}
.titulo > h1{
        color: #fff;
    }
.baner{
    /*position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    */
    background-size: cover;
    background-position: center;
    /*
    position: relative;
    top: 100px;
    left: 20%;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 60%;
    background-image: url('../share/tema/fundo.jpg');
    background-image: url('../share/tema/drink.jpg');
    */
    z-index: 2;
}
.artigo{
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -14vh;
    width: 70%;
    height: inherit;
    padding: 50px 20px;
    margin: 0px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    font-size: 18px;
    text-align:left;
}

.coluna {
    display: flex;
    position: relative;
    top: 15px;
    width: 360px;
    height: inherit;
    padding: 4px;
    margin-left: 20px;
    margin-right: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    justify-items:left;
    justify-content: space-between;
    text-align:left;
}
.coluna > img{
    display: flex;
    position: absolute;
    top: -100px;
    left: 0px;
    width: 180px;
    height: 100px;
    padding-left: 0px;
}
.coluna > p{
    display: flex;
    position: absolute;
    left: 25%;
    top: -2.5ch;
    font-size: 16px;
    padding-left: 10px;
}

.secsao {
    display: flex;
    /*margin-top: 30px;*/
    width: 100%;
    /*height: calc(100vh - 120px); */ 
    height: calc(100vh - 25.2vh); /* Desconta espaço entre seções */
    /* height: calc(100% - 25.2vh); */ /* Desconta espaço entre seções */
    top: 0px;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin: 0px;
    padding: 0px;
   /* scroll-snap-align: start; */
}

.secsao:nth-child(1) { background: linear-gradient(to right, #222, #555 50%, #222);
    background-size: cover;
    background-position: center;
    /*top: 25.2vh;*/
    height: calc(100vh - 25.2vh);
    background-image: url('../share/tema/drink2.jpg');
}
.secsao:nth-child(2) { background: linear-gradient(to right, #222, #555 50%, #222); }
.secsao:nth-child(3) { background: linear-gradient(to right, #222, #555 50%, #222); }
.secsao:nth-child(4) { background: linear-gradient(to right, #222, #555 50%, #222); }

@media screen and (max-width: 768px)
{
    .nav-links{
    width: 58%;
    }
    .nav-links a{
    font-size: 10px;
    }
    .lista{
        top: 12.1vh;
        height: calc(100vh - 29.7vh);
    }
    .secsao{
        height: calc(100vh - 29.6vh);
    }
    .secsao:nth-child(1) {
        width: 50vh;
        height: calc(100vh - 29.7vh);
    }
    .titulo{
        top: -200px;
        left: 40%;
        transform: translateX(-30%);
    }
    .titulo > h1{
        font-size: 1.9rem;
    }
    .baner{
        top: -50px;
        left: 2%;
        width: 97%;
        height: 97%;
        /*background-image: url('../share/tema/drink.jpg');*/
    }
    .topo {
    top: 0vh;
    }
    .topo > p{
        top: -29vh;
        font-size: 17px;
    }
    .artigo{
        top: -29.7vh;
        width: 85%;
        padding: 26px 7px;
        font-size: 14px;
    }
    .qrcode-lt{
        /*display:block;*/
        position:fixed; 
        top:442px;
        left: 187px;
        padding:10px;
        z-index:2;
    }
    .qrcode-lt > img{
        /*display:flex;
        position:relative;*/
        /*top:150;*/
        width: 150px;
        height:150px;
    } 
}

