.header{
    position: relative;
    top:-8px;
    left:-10px;
    width: 101%;
    height: 260px;
    background: rgba(7, 3, 255,1);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  }
  .header .background {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(media/BACKGROUND.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 1;

  }
  .header .logo {
    position:absolute;
    margin-top: 45px;
    left:50%;
    margin-left: -160px;
    width: 320px;
    height: 140px;
    opacity: 1;
    z-index: 2;
  }

  .header .nav {
    justify-content: center;
    position:sticky;
    top: 280px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.23)

  }

  .header .nav .nav-links a {
    color: rgb(255, 255, 255);
    font-family: sans-serif;
    font-weight: 550;
    padding: 14px 120px;
    text-decoration: none;
    display: block;
  }


  .header .nav a:hover {
    background-color: #ffffff;
    color:rgba(4, 0, 255, 1);
    transition: all 0.3s;
    border-radius: 15px;

  }


  .header .menu-toggle {
    background: none;
    border: none;
    color: white;
    font-size: 28px;
    padding: 14px 20px;
    cursor: pointer;
    display: none;
  }

  .header .nav-links {
    list-style:none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    z-index: 1;
  }

.body {
  background-color: #dddddd83;
}
.container {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  background-color: #ffffff;
  display: flex;
  flex-direction:row;
  align-items:flex-start;     
  gap: 80px; 
  width: 95%;
  margin: 0 auto; 
  padding: 60px 80px; 
}
.container  .prod-container{
  width:250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 45px;
  background-color: rgba(255, 255, 255, 0.842);
  border-radius: 10%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.prod-container .logo_prod{
  height: 120px;
}
.prod-container .foto_prod{
  height: 180px;
}

.container .desc_container{
  position: relative;
  padding: 0px 80px;
  font-weight: 300;
  text-decoration: none;
  text-align:justify;
  letter-spacing: .5px;
  word-spacing: 2px;
  font-family:verdana;
  font-size: 16px;
  color: rgb(59, 68, 77);
}

@media (max-width: 768px) {
    .header .logo{
      position: inline-block;
      padding-left: 250px;
      width: 160px;
      height: 70px;
    }
    
    .header .menu-toggle {
        display: block; 
    }
    .header .nav-links {
        flex-direction: column;
        display: none;
        background-color: rgba(0, 0, 0, 0.23)
    }
    .header .nav-links.active {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.23)
    }
}
@media (max-width: 410px) {
    .header {
      width:  420px;
    }
    .header .logo{
    position:absolute;
    margin-top: 45px;
    left: 30%;
    width: 120px;
    height: 50px;
    opacity: 1;
    z-index: 2;
    }
    .header .menu-toggle {
    display: block; 
    }
    .header .nav-links {
        flex-direction: column;
        display: none;
        background-color: rgba(0, 0, 0, 0.23)
    }
    .header .nav-links.active {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.23)
    }
    .container {
    flex-direction: column;
    gap: 30px;
    width: 90vw;
    max-width: 400px;
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .container .prod-container {
    width: 90%;
    padding: 13px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
  }

  .prod-container .logo_prod {
    height: auto;
    max-width: 100%;
  }

  .prod-container .foto_prod {
    height: auto;
    max-width: 100%;
  }

  .container .desc_container {
    padding: 0 10px;
    font-size: 14px;
    text-align: justify;
  }
}
@media (max-width: 360px) {
    .header {
      width: 335px;
    }
    .header .logo{
    position:absolute;
    margin-top: 45px;
    left: 30%;
    width: 120px;
    height: 50px;
    opacity: 1;
    z-index: 2;
    }
    .header .menu-toggle {
    display: block; 
    }
    .header .nav-links {
        flex-direction: column;
        display: none;
        background-color: rgba(0, 0, 0, 0.23)
    }
    .header .nav-links.active {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.23)
    }
    .container {
    flex-direction: column;
    gap: 30px;
    width: 90vw;
    max-width: 340px;
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .container .prod-container {
    width: 90%;
    padding: 13px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
  }

  .prod-container .logo_prod {
    height: auto;
    max-width: 100%;
  }

  .prod-container .foto_prod {
    height: auto;
    max-width: 100%;
  }

  .container .desc_container {
    padding: 0 10px;
    font-size: 14px;
    text-align: justify;
  }
}