*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    color: #fff;
    font-family: Poppins, sans-serif;
    
}


@media (max-width: 768px){ #cabecalho {
    background-image: url(FOTOS/cafe-4-.avif);
    height: 93vh;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;

}

#cabecalho>nav {
    background-color: rgba(0, 0, 0, 0.5);
    height: 8.5vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
}


    #logo {
        margin-right: 25%;
    }


#menu {
    display: flex;
    gap: 14%;
    margin-right: 17%;
}


#menu>li>a {
    text-transform: uppercase;
    font-size: 12px;
    font-family: Poppins, sans-serif;
    transition: 0.3s;
}

#menu>li>a:hover {
   color:  #c96b2d;
}

#menu>li{display: flex;
align-items: center;}

#home {
    color:  #c96b2d;
}

nav>a>svg {
    fill: #fff;
}

#listaBlog{display: flex;
align-items: start;
justify-content: center;
flex-direction: column;
}

#listaEscondidaBlog{position: relative;
display: flex;
flex-direction: column;
background-color: #fff;
left: 0;
opacity: 0;
transform: translateY(20px);
transition: 0.5s;
}

#bloga{text-transform: uppercase;
    font-size: 12px;
    font-family: Poppins, sans-serif;
    transition: 0.3s;
    margin-top: 134px;    
    padding-bottom: 30px;

}

#listaBlog:hover>#listaEscondidaBlog{opacity: 1;
    transform: translateY(0px);}


#listaEscondidaBlog>p{color: #000;
width: 180px;
height: 50px;
display: flex;
align-items: center;
padding-left: 30px;
}

#listaEscondidaBlog>p>a{color: #000;
font-size: 12px;
text-transform: uppercase;
}


#contato{margin-left: -150px;}

#bloga:hover{color:  #c96b2d;}

#ultimoBlog{border-top: #d3d3d3 solid 1px;}

#listaEscondidaBlog>p:hover{background-color:  #c96b2d;}


#retanguloPreto {
    display: flex;
    flex-direction: column;
    width: 550px;
    height: 24.5vh;
    background-color: #000;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#retanguloPreto>h2 {
    margin-top: 12%;
    font-size: 36px;
    font-weight: 200;
    margin-bottom: 2vh;
    font-family: Poppins,sans-serif;
}

#retanguloPreto>p {
    font-size: 14px;
    padding-bottom: 60px;
    color: #fff;
}

#retanguloPreto>#btnAmarelo {
    display: flex;
    padding: 12px 25px;
    background-color:  #c96b2d;
    color: #000;
    justify-content: center;
    align-items: center;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
}

#retanguloPreto>#btnAmarelo:hover{box-shadow: 2px 2px 10px #000;}







#images {
    height: 90vh;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

#images>#lista {
    display: flex;
    margin-top: 13vh;
    width: 1100px;
    border: 1px solid #d3d3d3;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.elementoList {
    color: #000;
    border: #d3d3d3 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-top: 0;
    border-bottom: 0;
    transition: 0.5s;
}

#All {
    width: 80px;
    background-color:  #c96b2d;
}



.elementoList:hover {
    background-color:  #c96b2d;
}

#todasImages {
    display: flex;
    margin-top: 8vh;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}

.imagesTots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 450px;
    width: 20%;
    transition: 0.3s;
}

.textoImage {
    font-size: 18px;
    font-weight: 600;
    margin-top: 320px;
    transition: 0.3s;
    margin-bottom: 10px;
}


#i1 {
    background-image: url(FOTOS/cafe\ produto\ 1.jpg);
}

#i2 {
    background-image: url(FOTOS/cafe\ produto\ 2.jpg);
}

#i3 {
    background-image: url(FOTOS/cafe\ produto\ 3.jpg);
}





#ampliar {
    opacity: 0;
    transition: 0.3s;
}

.imagesTots:hover {
    background-color: rgba(0, 0, 0, 0.45);
    background-blend-mode: multiply;

}

.imagesTots:hover .textoImage {
    transform: translateY(-150px);
}

.imagesTots:hover #ampliar {
    opacity: 100;
    transform: translateY(-150px);
}

#btnLoad {
    display: flex;
    width: 195px;
    height: 40px;
    background-color:  #c96b2d;
    margin-top: 80px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
}



#feed {
    display: flex;
    height: 50vh;
    background-color:  #c96b2d;
    justify-content: center;
    align-items: center;
    gap: 10%;
    flex-wrap: wrap;
}

#feed>#esquerda {
    width: 400px;
    

}

#esquerda>h2,
p {
    color: #000;
    
}

#esquerda>h2 {
    font-size: 36px;
    padding-bottom: 3%;
}

#esquerda>p {
    font-size: 14px;
}

#direita {
    display: flex;
    width: 550px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 220px;
}

#direitaDaDireita {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
}

#direitaDaDireita>h4 {
    color: #000;
    padding-top: 2vh;
    font-size: 16px;
    padding-bottom: 1vh;
}

#direitaDaDireita>p {
    color: #777777;
  font-size: 14px;
  font-weight: 300;
}

#direitaDaDireita>h6 {
    color: #000;
    font-size: 14px;
    font-weight: 200;
}

#imgDir {
    display: flex;
    justify-content: baseline;
    align-items: baseline;
    height: 125px;
    margin-left: 25px;
}




#Why {
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#Why>h1 {
    color: #000;
    font-size: 36px;
    margin-top: 12vh;
    padding-bottom: 1vh;
   
}

#Why>p {
    color: #000;
    font-size: 14px;
    margin-bottom: 5vh;
}

#Why>#tudo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    max-width: 1200px;
    gap: 30px;
    align-items: center;
    margin-top: 4vh;
}

#Why>#tudo>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 310px;
    text-align: center;
    height: 560px;
    border: 1px solid #d3d3d3;
    width: 1000px;
    transition: 0.5s;
}

#Why>#tudo>div>h4 {
    font-size: 18px;
    padding-bottom: 2vh;
    color: #000;
    font-weight: 600;
}

#Why>#tudo>div>p {
    font-size: 14px;
    margin: 0 20px;
    text-align: center;
   font-weight: 300;
   line-height: 25px;
   transition: 0.5s;
}

#Why>#tudo>div:hover{background-color:  #c96b2d;}

#Why>#tudo>div:hover>p{color: #000;}





#rodape{height: 95vh;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;}



#btnFollow{padding: 20px 28px;
background-color: #c96b2d;
color: #000;
font-weight: 500;
text-transform: uppercase;
font-size: 14px;}


#rodaImages{display: flex;
margin-top: 9vh;
max-width: 1000px;
width: 15%;
justify-content: center;
align-items: center;}




#rodaBaixo{display: flex;
background-color:  #c96b2d;
width: 100%;
height: 80vh;
justify-content: center;
}

#rodaTodos{display: flex;
justify-content: center;
}
#rodaImages>img{
  width: 100%;
transition: 0.3s;}

#rodaImages>img:hover{transform: scale(1.05);}

.rodaText{color: white;
font-size: 14px;
line-height: 25px;}

.rodaText>a{color: whit;}

#rodaText1{padding-bottom: 30px;}

.rodaTitulo{font-size: 18px;
margin-top: 13vh;
margin-bottom: 35px;}

#RodaEsquerda{
    width: 400px;
    margin-left: -10%;
}

#RodaMeio{
    margin-left:90px;
    margin-right: 30px;
}

#RodaMeio>#inputTotal>input{width: 500px;
height: 40px;
padding-left: 15px;
color: #777777;
border: 0;}

#rodaText2{padding-bottom: 12px;}

#btnEnviarInput{display: flex;
height: 40px;
width: 50px;
justify-content: center;
align-items: center;
border: 0;
background-color:  #c96b2d;
color: #000;}

#inputTotal{
    display: flex;
    width: 400px; 
}

#redes{display: flex;
gap: 15px;}

#redes>a>svg{fill: #fff;
stroke: #fff;
transition: 0.3s;}

#redes>a>svg:hover{fill:  #c96b2d;
stroke:  #c96b2d;}
}

