* {
  box-sizing: border-box;
}
body {
  font-family: "Montserrat";
  margin: 0;
  padding: 0;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  padding: 20px 10px;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
}
#logo img {
  max-width: 50px;
}
#menuu {
  padding: 0;
  margin-left: 50px;
}

#menuu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menuu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
}

#menuu a {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  display: block;
  transition: background-color 0.3s;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

#menuu a:hover {
  background: rgba(0, 0, 0, 0.015);
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  min-width: 200px;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  background: #ebe2dd;
  z-index: 9999;
}

.submenu li {
  position: relative;
  z-index: 20;
}

.submenu a {
  padding: 10px 20px;
  z-index: 30;
}

.submenu .submenu {
  top: 0;
  left: 100%;
}

#menuu li:hover > .submenu,
#menuu li:focus-within > .submenu {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}

#menuu li:last-child .submenu .submenu {
  left: auto;
  right: 100%;
}

.hamburger {
  display: none;
  cursor: pointer;
  padding: 10px;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.nav-icon-angle {
  position: relative;
  width: 6px;
  height: 6px;
  margin-top: 1px;
  border-left: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: rotate(-135deg) translateY(50%);
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  margin-left: 6px;
  line-height: 1px;
}
#titolo {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}
#lista {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 1400px;
  text-align: center;
  margin: 0px auto;
}
#lista .articolo {
  width: 100%;
  max-width: 250px;
  margin: 20px;
  border: 1px solid #000;
}
#lista .articolo img {
  background: #000;
  border: 1px solid #fff;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin: 0px auto;
}
#lista .articolo img:hover {
  zoom: 1.5;
}
#lista .articolo .sottoarticolo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px auto;
  background: #fff;
  font-size: 0.9em;
  padding: 5px;
}
.pdf-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}
.banner-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:20px;
  margin-top: 50px;
  flex-wrap: wrap;
}
.banner-list img {
  cursor: pointer;
  max-width:350px;
}
.banner-list img:hover{
  transform: scale(1.2);
}
iframe {
  border: 1px solid #ccc;

  max-width: 1400px;
  margin: 0px auto;
  text-align: center;
  width: 100%;
  height: 100%;
}
#risultati table td {
  padding: 5px 10px !important;
  vertical-align: middle;
}
.boxxetto {
  margin-left: 60px !important;
  bottom: auto !important;
}
.boxxetto p {
  margin-bottom: 0px;
}
.foto_cerca {
  background: #000;
  border: 1px solid #ccc;
  width: 50px;
  height: auto;
  cursor: pointer;
  margin: 0px auto;
}
.foto_cerca:hover {
  transform: scale(5);
  border: 0;
}
#input_cerca {
  color: #282828;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  padding: 0 0.75em;
  height: 2.6em;
  width: 200px;
  max-width: 100%;
  vertical-align: middle;
  border-radius: 1px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#button_cerca {
  color: #ebe2dd;
  background: #818181;
  font-size: 13px;
  padding: 9px 12px;
  border: 0;
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}
svg {
  cursor: pointer;
}
#contenuto{
  text-align:center;
  max-width:1300px;
  margin:0px auto;
  margin-top:20px;
}
.page table tbody tr:nth-child(2n) td,.w2ui-overlay table tbody tr:nth-child(2n) td {
    background: #f7f7f7;
}
.login input{
 width: 200px;
height: 32px;
padding-left: 5px;
}
svg.acarrello {
  fill: #10b600 !important;
}

svg.noadded {
  fill: #e80000 !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1130px) {
  #menuu ul {
    flex-direction: column;
    display: none;
  }

  #menuu ul.active {
    display: flex;
    background: #ebe2dd;
  }

  #menuu > ul > li {
    display: block;
  }
  #menuu {
    position: absolute;
    top: 100px;
    right: 10px;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.1);
    z-index: 9999;
  }



  .submenu {
    position: relative;
    left: 0;
    top: -38px;
    left: auto;
    right: 100%;
  }
  #menuu li {
    height: 38px;
  }
  .hamburger {
    display: block;
  }
  .header {
    justify-content: space-between;
    padding: 20px;
  }
  
}