* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;

}

body {
    background-color: #222222;

}

header {
    background-color: black;
    height: 120px;
}

.header {
    display: flex;
    margin: auto;
    max-width: 1100px;
    height: 120px;
    align-items: center;
    color: white;
    justify-content: center;
}

.logo {
    position: relative;

}

.logo img {
    width: 270px;
    margin-top: -35px;
    transform: rotate(-15deg);
    position: absolute;
    z-index: 999;



}

.menu {
    flex: 1;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

li {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px;
    list-style: none;
}

ul {
    display: flex;
}

li a {
    text-decoration: none;
    color: white;
}

li a:hover {
    color: #F3FF06;
    border-bottom: 5px solid #F3FF06;
    padding-bottom: 44px;
}

.cima_gallery {
    height: 55px;
}

.departamentos_titulo h1,
.marcas h1,
.pedido h1,
.historia h1 {
    font-size: 40px;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    text-align: center;
    color: white;
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid rgb(95, 89, 89);
}

.departamentos_titulo h1 {
    margin-top: 0px;
}

.marcas h1 {
    margin-top: 10px;
}

.departamentos_titulo {
    margin-bottom: 30px;
}


.dp_boxx {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 40px;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 0;
    padding-top: 0;

}



.dp_discrição_1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    text-align: center;
    width: 400px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border: 1px solid rgb(95, 89, 89);
    margin-bottom: 40px;
}

.dp_discrição_2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    text-align: center;
    width: 400px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border: 1px solid rgb(95, 89, 89);
    margin-bottom: 40px;
}

.dp_discrição_1 img,
.dp_discrição_2 img {
    width: 350px;
    text-align: center;

}

.dp_discrição_1 h1,
.dp_discrição_2 h1 {
    font-size: 40px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.dp_discrição_1 p,
.dp_discrição_2 p {
    font-size: 20px;
    color: white;
    padding-left: 50px;
    padding-right: 50px;
    height: auto;
}

.cervejas_1,
.refrigerantes_1,
.tabacaria_1,
.variedades_1 {
    padding-top: 25px;
    padding-bottom: 15px;
}




#Bebidas_Quentes {
    font-size: 40px;
    padding-top: 25px;
}

.lista_categorias {
    flex-direction: column;
    margin: 0;
    padding: 10px;
}

.lista_categorias li {
    color: #9D9191;
    margin-top: 3px;
    margin-bottom: 0px;
}

h2 {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 12px;
}

#Bebidas_Quentes_box {
    height: auto;

}

#box_2 {
    margin-bottom: 180px;
}

.txt_conveniencia {
    margin-top: 25px;

}

.vinhos_txt {
    margin-top: 25px;
}

.vinho_p p {
    padding-left: 65px;
    padding-right: 10px;
    padding-bottom: 10px;

}


.marcas {
    background-color: black;
}

.marcas_box_pai {
    display: flex;
    justify-content: center;
    background-color: black;
    padding-top: 20px;
}

.marcas_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1100px;
}

.logo_marcas img {
    width: 130px;
    max-width: 1100px;
    margin-left: 13px;
    margin-right: 13px;
    margin-bottom: 26px;
}

.pedido h1 {
    margin-top: 0;
}

.pedido_box_pai {
    width: 1100px;
    display: flex;
    margin: auto;
    height: 550px;

    border-radius: 100px;
    margin-top: 20px;
}

.entregador img {
    width: 550px;
    height: 550px;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
}

.pedido_txt {
    width: 550px;
    height: 550px;
    background-color: white;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.pedido_txt h1 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 40px;
    margin: 25px;
    padding-right: 0px;
    margin-bottom: 25px;
}

.pedido_txt h2 {
    color: black;
    text-align: center;
    border-bottom: 2px solid black;
}

.pedido_txt a {
    background-color: black;
    color: white;
    padding: 25px 25px;
    text-decoration: none;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-size: 22px;
    margin-top: 15px;
    border-radius: 45px;
}

.link_pedido {
    display: flex;
    justify-content: center;
}

.pedido_txt a:hover {
    color: #F3FF06;
}

.entregador_2 {
    display: flex;
    justify-content: center;
}

.entregador_2 img {
    width: 250px;
    margin-top: 20px;

}

.historia_box_pai {

    width: 1100px;
    display: flex;
    margin: auto;
    height: 570px;
    border-radius: 100px;
    margin-top: 20px;
    margin-bottom: 25px;



}

.historia_img {
    width: 550px;
    height: 550px;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    background-color: white;
}

.historia_txt {
    width: 550px;
    height: 550px;
    background-color: white;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: black;
}

.historia_sec {
    border-bottom: 1px solid rgb(95, 89, 89);

}

.historia_img {
    display: flex;
    justify-content: center;


}

.historia_img img {
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
}

.historia_txt h1 {
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60px;
    padding-top: 20px;
    padding-bottom: 70px;
}

.historia_txt p {
    color: rgb(95, 89, 89);
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 30px;

}

footer {
    height: 350px;
    background-color: black;
    text-align: center;
}

.footer_pai {

    width: 1100px;
    margin: auto;
    display: flex;

    background-color: black;



}

.endereço {
    width: 550px;

    text-align: center;
    color: rgb(95, 89, 89);



}

address {
    background-color: black;
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;



}

.redes_sociais {
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 175px;


}

.icones_redes img {
    width: 75px;
    height: 75px;



}

.facebook,
.instagran,
.whatsapp {
    margin-left: 50px;
    background-color: black;

}

.footer_box_1 {
    height: 350px;
}



.footer_box_2 {
    display: flex;
    justify-content: center;
    align-items: center;


}




.mapa iframe {
    width: 550px;
    height: 350px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 50px;
}

.indicação {
    display: flex;
    justify-content: center;
    background-color: black;

    padding-bottom: 10px;
    padding-top: 7px;
    border-top: 1px solid #9D9191;
    width: auto;

}

.indicação a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: rgb(95, 89, 89);
}

span {
    color: white;
}

@media (min-width: 965px) and (max-width: 1125px) {
    li {
        font-size: 17px;
        font-family: Arial, Helvetica, sans-serif;
        margin: 12px;
        list-style: none;
    }

    .menu {

        justify-content: center;
        display: flex;

    }



}

@media (min-width: 580px) and (max-width: 1125px) {

    .logo img {
        width: 230px;

    }



    .pedido_box_pai {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    .entregador {
        margin-bottom: 30px;
    }

   

    .historia_img {
        margin-bottom: 30px;
    }

    .footer_pai {
        display: flex;
        flex-direction: column;



    }

    footer {
        height: auto;
        display: flex;
        align-items: center;
    }

    .footer_box_1 {
        flex-direction: column;
        margin: auto;
        height: auto;
    }

    .redes_sociais {
        height: auto;
    }

    address {
        font-size: 18px;
        display: flex;
        justify-content: center;

    }

    .endereço {
        width: auto;
    }


    .redes_sociais {
        width: auto;
    }

    .redes_sociais img {
        width: 60px;
        height: 60px;
        margin-left: 1px;
        margin-right: 1px;
        padding: 0;
    }

    .icones_redes img {
        width: 75px;
        height: 75px;
    
    
    
    }

    .facebook {
        margin: 0;
    }

    .instagran,
    .whatsapp {
        margin-left: 25px;
    }


    
    .historia_box_pai {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    .footer_pai {

        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;



    }

    footer {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer_box_1 {
        flex-direction: column;
        margin: auto;
        height: auto;
    }

    address {
        font-size: 35px;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .redes_sociais {
        height: auto;
    }

   

    .mapa iframe {
        width: 500px;
        height: 350px;
    }



}



@media (min-width: 581px) and (max-width: 817px) {
    .h1_mercearia {
        padding-top: 25px;

    }

    .mercearia_p {
        padding-bottom: 15px;
    }

    .vinho_p {
        padding-bottom: 5px;
    }




}





/*menu sanduiche aqui*/

.menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 25px;

}

nav {
    display: flex;
}

ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
}



a {
    text-decoration: none;
    color: #fff;
}

.menu-toggle {
    display: none;
    background-color: black;
    border: none;
}

@media screen and (max-width: 964px) {
    nav {
        display: none;
        margin-top: 128px;
        padding-bottom: 15px;
    }

    .menu-toggle {
        display: block;
        position: relative;
        padding: 10px 0;
        cursor: pointer;
    }

    .menu-toggle span {
        display: block;
        width: 30px;
        height: 4px;
        background-color: #fff;
        margin: 6px auto;
        transition: all 0.3s ease-in-out;
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .menu.active nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.8);
        position: absolute;
        top: 23px;
        right: 0;
        left: 0;
        z-index: 9999;
    }



    .menu.active ul {
        flex-direction: column;
        margin-top: 20px;
    }

    .menu.active li {
        margin: 10px 0;
    }



    li a:hover {

        padding-bottom: 7px;
    }

    .menu.active a:hover {
        color: yellow;
    }
}


/*fim do menu sanduiche*/




@media (min-width: 0px) and (max-width: 580px) {
    .logo img {
        width: 200px;
        margin-left: 25px;
    }

    .menu.active nav {
        top: 7px;
    }

    .h1_mercearia {
        padding-top: 25px;

    }

    .mercearia_p p {
        padding-bottom: 10px;
    }



    .pedido_box_pai {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    .entregador {
        margin-bottom: 30px;
        width: 100%;


    }

    .entregador img {
        width: 100%;
        height: auto;
    }

    .pedido_txt h1 {
        font-size: 33px;
        width: 350px;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .pedido_txt h2 {
        padding-left: 30px;
        padding-right: 30px;
        margin: auto;
    }

    .link_pedido a {
        font-size: 15px;
    }

    .pedido_txt {
        width: 100%;
        height: auto;


    }

    .entregador_2 {

        width: 100%;
        height: auto;
    }

    .entregador_2 img {
        width: 180px;


    }

    .historia_img {
        width: 100%;
        height: auto;
        margin-bottom: 30px;

    }

    .historia_img img {
        width: 100%;
        height: auto;
    }

    .historia_txt {
        width: 100%;
        height: auto;

    }

    .historia_txt h1 {
        font-size: 40px;
        padding-bottom: 20px;
    }

    .historia_txt p {
        font-size: 20px;
        padding-bottom: 15px;
    }






    .historia_box_pai {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    .footer_pai {

        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;



    }

    footer {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer_box_1 {
        flex-direction: column;
        margin: auto;
        height: auto;
    }

    address {
        font-size: 25px;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .redes_sociais {
        height: auto;
    }

    .mapa iframe {
        width: 391px;
        height: 249px;
    }




}




    @media (min-width: 0px) and (max-width: 430px) {
        .logo img {
            width: 180px;
            margin-left: 15px;
        }

        .menu.active nav {
            top: 0px;
        }


        .departamentos_titulo h1,
        .marcas h1,
        .pedido h1,
        .historia h1 {
            font-size: 20px;
        }

        .dp_discrição_1 {
            width: 100%;
            margin-left: 8px;
            margin-right: 8px;
        }

        .dp_discrição_2 {
            width: 100%;
            margin-left: 8px;
            margin-right: 8px;
        }

        .dp_discrição_1 h1,
        .dp_discrição_2 h1 {
            font-size: 20px;
        }

        #Bebidas_Quentes {
            font-size: 20px;
        }

        .dp_discrição_1 img,
        .dp_discrição_2 img {
            width: 100%;
        }

        .dp_boxx {
            display: flex;
            justify-content: center;
        }

        .dp_discrição_1 p,
        .dp_discrição_2 p {
            font-size: 13px;
        }

        h2 {
            font-size: 15px;
        }

        .lista_categorias li {
            font-size: 14px;
        }

        .logo_marcas img {
            width: 90px;
        }

        .pedido_txt h1 {
            font-size: 17px;
            width: 240px;
        }

        .pedido_txt h2 {
            padding-left: 30px;
            padding-right: 30px;
            margin: auto;
            font-size: 13px;
        }

        .link_pedido a {
            font-size: 10px;
            padding-top: 15px;
            padding-bottom: 15px;


        }

        .historia_txt h1 {
            font-size: 25px;
        }

        .historia_txt p {
            font-size: 15px;
        }


        address {
            font-size: 18px;
            display: flex;
            justify-content: center;

        }

        .endereço {
            width: auto;
        }


        .redes_sociais {
            width: auto;
        }

        .redes_sociais img {
            width: 60px;
            height: 60px;
            margin-left: 1px;
            margin-right: 1px;
            padding: 0;
        }

        .facebook {
            margin: 0;
        }

        .instagran,
        .whatsapp {
            margin-left: 25px;
        }


        .footer_pai {
            flex-direction: column;
        }

        .mapa iframe {
            width: 293px;
            height: 293px;
        }
    }
    







/*carrocel*/

.banner_1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.carousel {
    width: 300%;
    height: 100%;
    display: flex;
    transition: transform 1s;
}

.carousel img {
    width: 33.33%;
    height: 100%;
}

.carousel img:nth-child(1) {
    background-image: url(imagem1.jpg);
}

.carousel img:nth-child(2) {
    background-image: url(imagem2.jpg);
}

.carousel img:nth-child(3) {
    background-image: url(imagem3.jpg);
}



/* voltar ao topo*/


.btn-voltar-ao-topo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: black url(img/Voltar\ ao\ Tpo.png) center/50% no-repeat;


    border: none;
    cursor: pointer;

    background-size: cover;
    border: 2px solid white;

}


/* voltar ao topo*/



/*logo animada*/

.logo {
    position: relative;
    left: -100px;
    /* começa escondida */
    opacity: 0;
    /* começa invisível */
    transition: all 1s ease;
    /* adiciona transição suave */
}

.menu-toggle,
nav {
    position: relative;
    right: -100px;
    /* começa escondida */
    opacity: 0;
    /* começa invisível */
    transition: all 1s ease;
    /* adiciona transição suave */
}



/*logo animada*/



/*anima marcas*/



/*anima marcas*/