
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@1,600&family=Petrona:wght@300&family=Poppins:ital,wght@0,200;0,500;1,200;1,500&family=Roboto:ital,wght@0,300;1,300&display=swap');



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

}


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

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

}

 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;

}

/*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;
   

}

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

}

.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;

}


.slides{
    display: flex;
    width: 500%;
    height: 100%;

}

.slide{
    width: 20%;
    transition: .6s;

}

#slide1:checked ~ .s1{
    margin-left: 0;

}


#slide2:checked ~ .s1{
    margin-left: -20%;
    
}

#slide3:checked ~ .s1{
    margin-left: -40%;
    
}

#slide4:checked ~ .s1{
    margin-left: -60%;
    
}

#slide5:checked ~ .s1{
    margin-left: -80%;
    
}

/*cards de produtos*/

h2{
    color: #000;
    font-weight: 300;
    position: relative;
    margin-bottom: 3rem;
    text-align: center;



}





/* rodapé */

:root{
    --color-neutral-0: #0e0c0c;
    --color-neutral-10: #171717;
    --color-neutral-30: #a8a29e;
    --color-neutral-40: #f5f5f5;

}

/*footer{
    width: 100%;


}



.footer-link{
    text-decoration: none;
}

#footer_content{
    background-color: #Eee2c9;;

    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding: 3rem 3.5rem;
}

#footer_contacts img{
    width: 300px;
    right: 5%;
    position: relative;
}

#footer_social_media{
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;

}

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

    height: 2.5rem;
    width: 2.5rem;
    color: var(--color-neutral-40);
    border-radius: 50%;
    transition: all 0.4s;

}

#footer_social_media .footer-link i{
    font-size: 1.25rem;
}
#footer_social_media .footer-link:hover{
    opacity: 0.8;
    
}

#instagram{
    background: linear-gradient(#7f37c9,#ff2992,#ff9807);

}

#facebook{
    background-color: #4267b3;
}

#whatsapp{
    background-color: #25d366;

}

.footer-list{
    top: 25%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;

}

.footer-list .footer-link{
    color: #775c4f;
    font-weight: bold;
    transition: all 0.4s;

}

.footer-list .footer-link:hover{
    color: white;
    font-weight: bold;
    font-size: 25px;
}

#footer_subscribe{
    position: relative;
    top: 25%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;

}

#footer_subscribe p{
    color: white;
    font-weight: bold;
}

#input_group{
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 4px;


}

#input_group input{
    all: unset;
    padding: 0.75rem;
    width: 100%;
}

#input_group button{
    background-color: #d6a274;
    border: none;
    color: var(--color-neutral-40);
    padding: 0px 1.25rem;
    font-size: 1.125rem;
    height: 100%;
    border-radius: 0 4px 4px 0px;
    cursor: pointer;
    transition: all 0.4s;

}

#input_group button:hover{
    opacity: 0.8;
}

#footer_copywright{
    display: flex;
    justify-content: center;
    background-color: #Eee2c9;;
    border: 1px solid black;
    font-size: 0.9rem;
    padding: 1.5rem;
    font-weight: 100;

}

@media screen and (max-width:768px){
    #footer_content{
        grid-template-columns: repeat(2, 1fr);
        

    }


    
}

@media screen and (max-width:426px){
    #footer_content{
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem 2rem;

        
    }


    
}*/


