


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Petrona';
    color: #250900;
    

}


body{
    background-color: #fff;
   
}
/*menu*/
.menu{
   /* border: 1px solid black;*/
   width: 100%;
  /* border: 1px solid black;*/
   background-color: #Eee2c9;
   position: relative;
   font-size: 23px;
}

.logo-candy{
   border: 1px solid black;
    height: 100px;

}

.lista3 h1{
    margin-left: -3%;
}

 section img{
    width: 300px;
    margin-left: 5%;
   /* border: 1px solid black;*/

 }


 .carrao{
    position: absolute;
    left: 85%;
    bottom: 30%;
  
 }

 .carrao a{
    color: white;
    text-decoration: none;


 }

 .carrao i{
    font-size: 30px;
   
 }


 .usuario{
    position: absolute;
    left: 80%;
    bottom: 30%;
   /* border: 1px solid black;*/
   

 }

 .usuario a{
    color: white;
 }

 .usuario i{
    font-size: 30px;
 }
/*barra de pesquisa*/



.search-box{
    position: absolute;
    top: 45%;
    left:55%;
    transform: translate(-50%,-50%);
   /* background: white;*/
    height: 90px;
    border-radius: 5px;
    padding: 10px;


    display: flex;
    justify-content: space-between;
    align-items: center;

}

.search-text{
    background: none;
    border: 0;
    outline: none;
    font-size: 16px;
    width: 200px;
}


.loupe-blue{
    position: relative;
    left: 40%;
    
}
.loupe-white{
    display: none;

}

.form_2 {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 5px;
    
}

.pesquiso{
    width: 300px;
    padding: 10px;
    border: none;
    outline: none;
    height: 50px;
    width: 350px;
    border-radius: 5px;
    font-size: 16px;
}

.pesquisa {
    background-color:  #250900;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    right: 22%;
    margin-top: 5px;
   
    height: 50px;
}

/* Estilos para os resultados em forma de divs */
.resultados {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
    padding: 5%;
    gap: 5%;
}

.resultado1{
    text-align: center;
}

.banana{
    position: relative;
    bottom: 5%;
}

.resuts{
    text-align: center;
    margin-top: 29px;
}

.produto {
    border: 1px solid #ccc;
    background-color: #Eee2c9;
    padding: 20px;
    margin: 10px;
    width: 300px;
    margin-left: 42px;
    text-align: center;
    border-radius: 15px;
}

.produto img {
    max-width: 100%;
    height: 200px;
}

.produto h4 {
    margin-top: 10px;
    font-size: 18px;
}

.produto p {
    margin-top: 5px;
    font-size: 17px;
    font-weight: bold;
}

/* Estilos para o botão "Comprar agora" */
.button {
    display: block;
    background-color:  #250900;
    color: white;
    padding: 10px 20px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
    border-radius: 12px;
}



/*dropdown*/

nav{

    background-color: #Eee2c9;;
    border: 1px solid  #775c4f;

    text-align: center;
    font-weight: bold;
    position: relative;
   z-index: 2;

   

}

nav ul{
    display: inline-flex;
    list-style: none;
   z-index: 3;

}

nav ul li{
    width: 120px;
    margin: 15px;
    padding: 15px;
    font-size: 23px;

}

nav ul li a{
    text-decoration: none;
      color: #250900;

}

.sub-menu-1{
    display: none;

}

nav ul li:hover .sub-menu-1{
    display: block;
    position: absolute;
    background-color: #Eee2c9;;
    margin-top: 15px;
    margin-left: -38px;


}

nav ul li:hover .sub-menu-1 ul{
    display: block;

}

nav ul li:hover .sub-menu-1 ul li{
    width: 150px;
    text-align: center;
    border-radius: 10px;
    transition: 0.7s;

}

nav ul li:hover .sub-menu-1 ul li:hover{
    background-color: #dcbfa6;

}

.sub-menu-2{
    display: none;

}

.hover-sub:hover .sub-menu-2{
    display: block;
    position: absolute;
    margin-top: -40px;
    margin-left: 140px;
    background-color: #Eee2c9;
    

}

/*menu lateral*/

/*aside{
    position: fixed;
    top: 0%;
    right: 0%;
    display: flex;

}

.icon-menu img{
    width: 36px;
    height: 36px;
    margin-top: 15px;
    margin-right: 15px;

}

#barra-menu{
    background-color: #2b6b6b;
    height: 100vh;
    width: 0px;
    transition: 0.3s all;

}

#barra-menu ul li{
    list-style: none;
    margin-top: 10px;
    display: inline-block;

}

#barra-menu a{
    color: white;
    text-decoration: none;

}*/

/*carrossel*/

.carrocinha{
    position: relative;
    
    padding: 10%;
    height: 100vh;
  /*  border: 1px solid black;*/
   
}

.content{
   height:  600px;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
   position: absolute;
    top: 0%;
    right: 0%;
   transform: translate(0, 0);
   z-index: 1;
   /* box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);*/
}

.content .slide img{

    height: 100%;
    width: 100%;




}


.navigation{

    position: absolute;
    bottom: 15%;
    left: 620px;
    display: flex;
    z-index: 4;
   /* border: 1px solid black;*/



}


.bar{
    width: 15px;
    height: 15px;
    border: 2px solid white;
    margin: 6px;
    border-radius: 15px;
    cursor: pointer;
    transform: .5s ease;


}

.bar:hover{
    background-color: white;


}

.input{
    display: none;

}


/*pagina individual*/




/**/




.slider {
    display: flex;
    padding: 50px;
   
}

.slider  .card{
    background-color: #e9d88f;
    border-radius: 5px;
    margin: 1rem;
    padding: 1rem;
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid black;


}


.slider  .card .like{
    background-image: url("https://raw.githubusercontent.com/Cassianosch/programador.cs-reels/75c124c5a1b82f9168513e17dfae83f4fc4d0857/slider-produtos-simples/assets/images/ic-heart.png");
    height: 20px;
    width: 20px;
    background-size: 20px;
    display: flex;
    place-self: flex-end;
    transition: .3s all ease;
    margin-bottom: 0.3rem;
    cursor: pointer;

}

.slider  .card .like:hover{
    background-image: url("https://raw.githubusercontent.com/Cassianosch/programador.cs-reels/75c124c5a1b82f9168513e17dfae83f4fc4d0857/slider-produtos-simples/assets/images/ic-heart-red.png");

   

}

.slider  .card img.product{
    width: 200px;

}

.slider  .card .title{
 font-weight: 300;
 font-size: 20px;
 margin: 0.5 0;

}

.slider  .card .rating{
   color: #ffc002;
   
}

.slider  .card .price{
    display: flex;
    gap: 10px;
    margin: 0.5rem 0;

}

.slider  .card .price h5:first-child{
    font-weight: 400;
   
    color: #d0d2d6;
    
}

.slider  .card .price h5:last-child{
    font-weight: 600;
    color: #747d89;


}
.slider   .card a.button{
    color: brown;
    border: 1px solid #Eee2c9;
    border-radius: 30px;
    padding: 0.5rem 1rem;
    margin-bottom: 1.8rem;
    text-decoration: none;

    transition: 0.3s all ease;



}
.slider   .card a.button:hover{
    color: white;
    background-color: #dbbe7d;
    cursor: pointer;





}


/*  Página individual de produtos   







*/





.doce{
    font-size: 22px;
   position: relative;
   right: -2%;
   top: -4%;
   color: #250900;
   font-weight: bold;
}


.listagem{
    display: flex;
 
    margin-left: 35%;
    margin-top: -25%;

}

.lino{
    width: 290px;
    background-color: black;
    border: 1px solid #250900;
    position: relative;
    right: 4%;
    top: -10%;
}

footer{
    background-color: #Eee2c9;         
       padding: 70px;
       height: 66vh;
       color: #250900;
       
    
       
      
}


.listagem2{
margin-left: 35%;
margin-top: -17%;
list-style: none;
}

.lista1{
    margin-top: -1%;
    margin-left: -8%;
}

.lista1 h1{
    margin-left: -28%;
}

.lista1 ul{
list-style: none;
margin-left: -35%;

}

.lista1 ul li{
padding: 5px;
font-size: 30px;
margin-left: 4%;

}

.lista1 ul li a{
text-decoration: none;
color: #250900;
}

.lista2 ul li a{
text-decoration: none;
color:  #250900;
}


.lista2 ul li{
padding: 5px;
font-size: 30px;
}

.lista2 ul{
margin-left: -30% ;
margin-top: 22%;
list-style: none;

}

.lista3{
    margin-top: -2%;
}


.lista3 ul{
margin-left: -5%;
margin-top: 2%;
list-style: none;
}

.lista3 ul li{
padding: 5px;
font-size: 30px;
}


.lista3 ul li a{
text-decoration: none;
color: #250900;
}

.listagem2 li{
padding: 3px;
}

.listagem2 a{
text-decoration: none;

    
}

.catego{
    margin-left: 25%;
    margin-top: -10%;
}

.luneta{
   margin-left: 50%;
   
margin-top: -8%;

}

.logo_house{
    width: 250px;
    margin-top: -5%;
    margin-left: -1%;
}



.logo_mauna{
   /* border: 1px solid black;*/
    position: relative;
   
   
    right: 20px;
    bottom: 20px;
  
    width: 250px;
}

.redes-sociais{
    display: flex;
    margin-top: 3%;

   
}

.links-redes{
    margin-left: -1%;
    margin-top: -19%;
}

.links-redes ul li{
    padding: 15px;
    list-style: none;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    
}

.links-redes ul li a{
    text-decoration: none;
  color:  #250900;
}

#footer_social_media{
    margin-left: 75%;
    padding: 2%;
    
  

display: flex;
flex-direction: column;
gap: 1rem;
margin-top: -21%;

}

#footer_social_media .footer-link{
display: flex;
align-items: center;
justify-content: center;

height: 2.5rem;
width: 2.5rem;
color: white;
border-radius: 50%;
transition: all 0.4s;
text-decoration: none;

}

#footer_social_media .footer-link i{
font-size: 1.25rem;
color: white;

}
#footer_social_media .footer-link:hover{
opacity: 0.8;

}

#instagram{
background: #250900;

}

#facebook{
background-color: #250900;
}

#whatsapp{
background-color: #250900;

}
