
@media only screen and (max-width: 900px) {

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

  .hero {
    overflow-x: hidden;
  }

.top-header{
  display: none;
}

.header{
  background-image: url(../img/header.jpg);
  background-size: 100% 100%;
  position: relative;
  z-index: 999;
  box-shadow: none;
  height: 100px;
      box-shadow: 2px 2px 15px 0px  rgba(0, 0, 0, .42);
  
}

  .navbar {
    margin-right: 20px;
    
  }
  .navbar h2 {
    font-size: 2em;
  }

  .fruta {
    display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 130px; /* ajusta tamaño */
  height: auto;
}

  .navbar .menu {
    padding-left: 50px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 64px;
    align-items: stretch;
    background-image: url(../img/headerv.jpg);
    background-size: 100% 100%;
    height: 68vh;
    height: 450px;
    left: -1em;

    transform: translateX(-120%);
    transition: all 1.4s;
    background-repeat: no-repeat;
    z-index: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 1);
  }
  .navbar .menu-toggle {
    transform: translateY(0%);
    margin-right: auto;
  }
  .menu li {
    margin-top: 3em;
  }
  .navbar .menu-bar {
    display: block;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 16px;
    right: auto;
  }

  .titol{
    margin-left: 40px;
  font-family: "Good";
  font-size: 20px;
  user-select: none;
  color: #f7b733;
   -webkit-text-stroke: 0.2px #f7b733;
}



.titol2{
  font-family: "Good";
  color: white;
  font-size: 35px;
  user-select: none;
  color: white;
  text-shadow:
    -2px -2px 0 rgb(85, 162, 85),
     2px -2px 0 rgb(85, 162, 85),
    -2px  2px 0 rgb(85, 162, 85),
     2px  2px 0 rgb(85, 162, 85);
}


  /* MAIN SECTION */

  .main {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    height: 70vh;
  }
  .main img {
    width: 12em;
  }
  .main h1 {
    margin-top: -80px;
  }
  .main .button-content {
    display: flex;
    flex-direction: column;
    margin: 30px;
  }
  
.logo{
  font-size: 230px;
}

 /* ABOUT SECTION */
  .logo{
    width: 100%;
  }

  .about{
    text-align: center;
  }

  .about .about-content img {
    width: 300px;
    margin-top: 50px;
  }

  .about h2{
    font-size: 30px;
  }

  .about .about-content {
    flex-direction: column;
  }
  
  .about .about-content .about-info {
    margin-top: 20px;
    text-align: center;
    padding: 10px;
    width: 100%;
  }

  #fondo{
    border-radius: 0;
    width: 100%;
    margin-top: -20px;
  }
 
   /* PRODUCTS SECTION */

   .products .container-products {
     display: flex;
     flex-direction: column;
   }
   .products h2 {
     font-size: 20px;
   }

   .products .container-products .btn-product {
     margin-bottom: 3em;
   }

    /* SUPPORT SECTION */

  .support {
    display: flex;
    align-items: center;
  }
  
.support button{
  display:  none;
}

  .whatsapp{
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: block;
    width: 75px;
    margin-left: 90px;
  }

  .support .support-info h2 {
    font-size: 2em;
    font-weight: 500;
  }

  .support .support-info {
    text-align: center;
  }
    
  .support img {
    margin-top: 50px;
  }

  .dubte{
    display: none;
  }

  

    /* BANNER SECTION */


    #banner {
      height: 50vh;
      background-position: center;
    }

    .banner .rating img {
      width: 50px;

    }
    .banner .rating h2 {
      font-size: 2em;
    .contenedor {
  display: flex;
  flex-direction: column; /* Força que els ítems estiguin un sota l'altre */
  gap: 25px;              /* Espaiat homogeni entre cada bloc */
  padding: 20px;
  margin-bottom: 60px;
}

.item {
  display: flex;
  align-items: center;    /* Centra la icona verticalment respecte al text */
  text-align: left;       /* Text alineat a l'esquerra */
  gap: 15px;              /* Espai entre la imatge i el text */
}

/* Control net de les imatges des de CSS */
.item img {
  display: block;
  object-fit: contain;
  width: 45px;            /* Mida fixa ideal per a les icones */
  height: auto;
}}

    .banner .secundary-info {
      display: none;
    }

  /* FOOTER SECTION */

    .footer {
      background-image: url(/img/fondo_header.jpg);
      height: auto;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
      display: flex;
      flex-direction: column;
      
    }

    .footer .quicklinks .menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    } 

    .footer .social-network {
      transition: 2s;
      display: block;
    }
    .footer h3 {
      font-weight: lighter;
      margin-top: 1em;
      color: #f7b733;;
    }
    .brand-name{
  font-family: "good";
  font-size: 35px;
  color: #f7b733;
  user-select: none;
}



}