/* ------------------- GLOBAL ------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Nunito', sans-serif;
}

body {
  background: white;
   
}




/* ------------------- HEADER ------------------- */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
}

.logo-img {
  width: 90px;
}

.menu a {
  margin-left: 20px;
  color: #444;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}


@media (min-width: 1024px){

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
   margin-left: 200px;
   margin-right: 200px;
}
  .logo-img {
  width: 150px;
}
}

/*--------------------SAUDAÇOES-------------------*/
.bemVindo{
  font-size: 15px;
  padding-left: 20px;
  padding-top: 20px;
  font-weight: bold;
}
/*desktop*/
@media (min-width: 1024px){
 .boasVindas{
   display: flex;
   margin-left: 200px;
   margin-right: 200px;

}
}
/* ------------------- CATEGORIAS ------------------- */

/* mobile first*/

.categorias {
  padding: 70px 20px;
   
}

.categoria-linha {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 15px;
}

.categoria-linha::-webkit-scrollbar {
  display: none;
}


.categoria2 {
  background: #e6e5e5e0;
  padding: 15px;
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.categoria2:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.categoria2 img {
  width: 40px;
  height: 40px;
}
.categoria p {
  text-align: center;
  margin: 0;
}
.categoria2 span {
  margin-top: 10px;
  font-size: 0.9rem;
  font-weight: 600;
}

/* Dsektop*/


@media(min-width: 1024px){

  .categoria-linha {
    display: flex;
    justify-content: center;
    gap: 25px;
    overflow-x: auto; 
    padding: 10px;
  }

  .categoria2 {
    min-width: 150px; 
    flex-shrink: 0;   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f3f2f2;
    border-radius: 10px;
    padding: 15px;
  }

  .categoria2 img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 10px;
  }

  .categoria2 span {
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
  }
}






/*--------------------  NOSSOS RESTAURANTE ----------------*/




.containe-food{  /*CONTAINER*/
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 25px;
  padding-bottom:40px ;
   justify-content: center;  
 }


 .intro h3{
  font-size: 15px;
  color: #484746;
  
 }
.imag{
  display: flex;
  gap: 20px;
   overflow-x: auto;
 
 
}
 .imag img{
  border-radius: 40px;
  height: 50px;
  width: 50px;
 }
 /*Desktop*/
 @media (min-width: 1024px){

  .nossos{
    display: flex;
    justify-content: center;
  }

  .containe-food{  /*CONTAINER*/
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-left: 25px;
  padding-bottom:40px ;
   justify-content:center;
   padding-top: 50px;
   padding-bottom: 150px;
   
 }


 .imag img{
  border-radius: 40px;
  height: 70px;
  width: 70px;
 }

 .intro h3{
  font-size: 25px;
  color: #484746;
  
 }


 }



/* ------------------- CARROSSEL ------------------- */
.carrossel {
  width: calc(100% - 40px);
  margin: 20px auto;
  overflow: hidden;
  border-radius: 14px;
}

.slides {
  display: flex;
  transition: transform .6s;
}

.slide {
  min-width: 100%;
}

.slide img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

/* Desktop */
@media (min-width: 1024px) {
  .carrossel {
    width: 50%; /* centralizado e mais estreito */
  }
  .slide img {
    height: 300px;
  }
}



/* ------------------- BUSCA ------------------- */
.buscar {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}

.buscar-box {
  background: #f5f5f5;
  padding: 12px 20px;
  border-radius: 25px;
  width: 90%;
  max-width: 450px; /* maior no desktop */
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.buscar-box input {
  border: none;
  background: none;
  width: 100%;
  outline: none;
  font-size: 16px;
}
 @media (min-width: 1024px){
  #campo-busca{
    border: solid 1px rgba(2, 2, 2, 0.226);
    border-radius: 10px;
    padding: 10px;
    width: 700px;
   
  }
 }

/* ------------------- FILTROS ------------------- */

 .fa-filter{
  color: #484746;
  margin-left: 10px;
 }

.filtros {
  padding: 10px 20px;
}

.filtro-menu {
  display: flex;
  gap: 10px;
  overflow-x: auto;
}


.filtro-menu button {
  padding: 10px 15px;
  background: #fffdfd;
  color: #e49800;
  border: 1px solid #e49800;

  border-radius: 6px;
  margin-right: 8px;
  cursor: pointer;
}

.filtro-menu button:hover {
  background: #e79b02;
  color: white;
}
.filtros {
  position: relative;
  padding: 20px;
}



.dropdown-menu label.opcao {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 15px;
}

.dropdown-menu label.opcao:hover {
  background: #f2f2f2;
}

.dropdown-menu input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.dropdown-menu {
  display: none;
  margin-right: 150px;
  border: 1px solid black;
  border-radius: 10px;
  background-color:#ffffff ;
}
/*filtro de tempo*/
.tempo-filtro label.opcao{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 15px;
}
.tempo-filtro label.opcao:hover{
  background: #f2f2f2;
}

.tempo-filtro input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 20px;
   
}

.opcao{
  color:#111010 ;
}


.tempo-filtro{
  display: none;
  margin-right: 150px;
}

/*desktop*/
@media (min-width: 1024px){
  .filtros{
    display: flex;
    justify-content: center;
    margin-left: 400px;
    margin-right: 400px;
   
  }
  .filter{
   
    margin-left: 800px;
    margin-right: 400px
    
  }
}


/* ------------------- RESTAURANTES ------------------- */
.titulo-secao {
  margin: 20px;
  font-size: 22px;
}

.restaurantes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding-bottom: 100px;
}

.restaurante {
  width: 160px;
  background: #fafafa;
  border-radius: 14px;
  padding: 10px;
  text-align: center;
  transition: 0.3s;
}

.restaurante:hover {
  transform: scale(1.05);
}

.restaurante img {
  width: 80%;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
}

.restaurantes h3{
  font-size: 15px;

}

.restaurantes p{
font-size: 10px;
}

.restaurante a{
  text-decoration: none;
  color: black;
}
/* versao desktop */
 @media (min-width: 1024px){
  .restaurante img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
}

.restaurantes p{
font-size: 15px;
}
.restaurantes h3{
  font-size: 20px;
  font-weight: 400;

}
.lojass{
 
  margin: 0px 400px 0px 400px;
  margin-left: 700px;

}

 }



