body {
  font-family: "Poppins", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

img {
  max-width: 100%;
}

header {
  padding: 1.5rem 0;
  box-shadow: 4px 0 1rem rgba(0, 0, 0, 0.2);
}
header .wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0.5rem;
  align-items: center;
}
header .main-menu {
  justify-self: end;
}
header .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .main-menu ul li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
header .main-menu ul li:not(:last-of-type) {
  margin-right: 1rem;
}
header .main-menu ul li a {
  color: #000;
  text-decoration: none;
}
header .main-menu ul li a:hover {
  text-decoration: underline;
}
header .logo img {
  max-width: 150px;
}
header .mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  justify-self: flex-end;
  flex-shrink: 0;
}
header .mobile-menu-btn img {
  width: 3rem;
}
header .mobile-menu {
  display: none;
  position: fixed;
  padding: 1rem;
  top: 0;
  right: 0;
  width: 20rem;
  height: 100%;
  background: #fff;
  box-shadow: 8px 0 1rem rgba(0, 0, 0, 0.5);
  z-index: 9;
}
header .mobile-menu.active {
  display: block;
}
header .mobile-menu .close-mobile-menu {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
}
header .mobile-menu ul {
  text-align: right;
  list-style: none;
  padding: 2rem 0;
  margin: 0;
}
header .mobile-menu ul li {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
header .mobile-menu ul li a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
header .mobile-menu ul li a:hover {
  text-decoration: underline;
}

.section-1 {
  padding: 8rem 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.section-1 .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.section-1 .box {
  background: #f9f9f9;
  padding: 1rem;
}
.section-1 .box h2 {
  font-size: 2.2rem;
}

.section-2 {
  padding: 4rem 0;
  background: #515151;
  color: #fff;
}
.section-2 .title {
  margin-bottom: 4rem;
}
.section-2 .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.section-2 .wrapper > div:not(:last-of-type) {
  border-right: 3px solid #fff;
}
.section-2 .wrapper h3 {
  font-size: 1.5rem;
  margin-bottom: 0.2rem;
}

.section-3 {
  padding: 8rem 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.section-3 .wrapper {
  display: flex;
  justify-content: flex-end;
}
.section-3 .wrapper .box {
  background: #fff;
  padding: 1rem;
  width: 50%;
}
.section-3 .wrapper .box h2 {
  font-size: 1.6rem;
}

.vantaggi {
  padding: 8rem 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.vantaggi .box {
  width: 50%;
  color: #000;
}
.vantaggi .box h2 {
  font-size: 1.6rem;
}

.caratteristiche {
  padding: 5rem 0;
}
.caratteristiche h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
.caratteristiche .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.caratteristiche .box {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 3px solid #e5e5e5;
}
.caratteristiche .box.no-border {
  border: none;
}
.caratteristiche .box .icona {
  width: 2.5rem;
  flex-shrink: 0;
}
.caratteristiche .box h3 {
  font-size: 1.3rem;
}

.referenze {
  background: #e5e5e5;
  padding: 3rem;
}
.referenze .wrapper {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1rem;
}
.referenze img {
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.offerta {
  padding: 2rem 0;
}
.offerta h2 {
  font-size: 2.2rem;
}
.offerta h2.title-medium {
  font-size: 1.3rem;
  font-weight: 700;
}
.offerta .top {
  display: grid;
  grid-template-columns: 30% 50%;
  justify-content: space-between;
  gap: 2rem;
}
.offerta .top .box-prezzi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.offerta .top .box-prezzi .prezzo {
  position: relative;
  padding: 2rem 1rem 1rem 1rem;
  border: 3px solid #618D2A;
  border-radius: 1rem;
  text-align: center;
}
.offerta .top .box-prezzi .prezzo.prezzo-medium {
  border-color: #425f1c;
}
.offerta .top .box-prezzi .prezzo.prezzo-medium .label {
  background: #425f1c;
}
.offerta .top .box-prezzi .prezzo.prezzo-large {
  border-color: #2c3f13;
}
.offerta .top .box-prezzi .prezzo.prezzo-large .label {
  background: #2c3f13;
}
.offerta .top .box-prezzi .prezzo .label {
  position: absolute;
  padding: 0.35rem 1rem;
  border-radius: 2rem;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: #618D2A;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.offerta .top .box-prezzi .prezzo .descrizione {
  line-height: 110%;
  font-size: 0.9rem;
}
.offerta .top .box-prezzi .prezzo .valuta {
  display: flex;
  justify-content: center;
  align-items: center;
}
.offerta .top .box-prezzi .prezzo .valuta .numero {
  font-size: 2.5rem;
  font-weight: 700;
}
.offerta .top .box-prezzi .prezzo .valuta .numero span {
  font-size: 2rem;
}
.offerta .top .box-prezzi .prezzo .annui {
  margin-bottom: 0.8rem;
}
.offerta .top .box-prezzi .prezzo .dettagli {
  background: none;
  border: none;
  text-decoration: underline;
  color: #3E581C;
}
.offerta .righe {
  margin-top: 2rem;
}
.offerta .righe .riga {
  display: grid;
  grid-template-columns: 30% 50%;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 2px solid #E5E5E5;
  font-weight: 600;
  font-size: 1.2rem;
}
.offerta .righe .riga:first-of-type {
  border-top: 2px solid #E5E5E5;
}
.offerta .righe .riga h3 {
  font-size: 1rem;
  margin: 0;
}
.offerta .righe .riga .dettagli {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  text-align: center;
}
.offerta .righe .riga .dettagli img {
  width: 2rem;
  height: 2rem;
}
.offerta .righe .riga .dettagli-alternate {
  text-align: center;
  background: #E5E5E5;
  padding: 0.3rem;
  border-radius: 8px;
}

.banner-scegli {
  padding: 4rem 0;
}
.banner-scegli .banner {
  background: #3e581c;
  color: #fff;
  padding: 2rem;
  border-radius: 1rem;
}
.banner-scegli .banner h2 {
  font-size: 1.6rem;
}

.faq h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.faq details {
  border: 2px solid #7fc026;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 0.8rem;
}
.faq details summary {
  font-weight: 600;
}
.faq details .contenuto {
  margin-top: 1rem;
}

.certificazioni {
  padding: 2rem 0;
}
.certificazioni .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid #000;
}
.certificazioni .wrapper .box {
  text-align: center;
}
.certificazioni .wrapper .box img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 5rem;
}

footer {
  background: #515151;
  color: #fff;
  padding: 2rem 0;
}
footer a {
  color: #fff;
}
footer .wrapper-logo {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
footer .wrapper-logo .wb {
  max-width: 20rem;
  height: 100%;
  border-right: 1px solid #fff;
  padding-right: 1rem;
}
footer .wrapper-logo .isweb {
  max-width: 5rem;
  height: 100%;
}
footer .indirizzo {
  margin-top: 2rem;
  font-size: 0.9rem;
  text-align: center;
}

/* Utility */
.titolo-underline {
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}
.titolo-underline:after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 110%;
  height: 4px;
  background: #7fc026;
}

.btn-primary {
  background: #7fc026;
  border-color: #7fc026;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-primary.btn-primary-dark {
  background: #3e581c;
}
.btn-primary.btn-primary-light {
  background: #fff;
  color: #000;
}
.btn-primary.btn-primary-light:hover {
  background: #699927;
  color: #fff;
}
.btn-primary:hover {
  background-color: #699927;
  border-color: #699927;
}
.btn-primary:active {
  background-color: #699927 !important;
  border-color: #699927 !important;
}
.btn-primary:focus-visible {
  background-color: #699927 !important;
  border-color: #699927 !important;
}

.radios-group {
  padding: 1rem;
  border: 1px solid #dee2e6;
}
.radios-group fieldset legend {
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 1200px) {
  header .main-menu {
    display: none;
  }
  header .mobile-menu-btn {
    display: block;
  }
  .section-1 {
    padding: 3rem 0;
    background-image: none !important;
    background: #f9f9f9;
  }
  .section-1 .wrapper {
    grid-template-columns: 1fr;
  }
  .section-1 .box {
    padding: 0;
    background: none;
  }
  .section-1 .box h2 {
    font-size: 1.5rem;
  }
  .referenze .wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .section-2 .title {
    margin-bottom: 1rem;
  }
  .section-2 .title h2 {
    font-size: 1.5rem;
  }
  .section-2 .wrapper {
    grid-template-columns: 1fr;
  }
  .section-2 .wrapper > div {
    padding: 1rem 0;
  }
  .section-2 .wrapper > div:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .section-2 .wrapper h3 {
    font-size: 1.2rem;
  }
  .section-3 {
    padding: 3rem 0;
    background-image: none !important;
    background-color: #fff;
  }
  .section-3 .wrapper {
    display: block;
  }
  .section-3 .wrapper .box {
    padding: 0;
    background: none;
    width: 100%;
  }
  .vantaggi {
    padding: 3rem 0;
    background: #9bc55f;
  }
  .vantaggi .box {
    width: 100%;
  }
  .caratteristiche h2 {
    font-size: 1.5rem;
  }
  .offerta h2 {
    font-size: 1.5rem;
  }
  .offerta .top {
    grid-template-columns: 30% 70%;
  }
  .offerta .righe .riga {
    grid-template-columns: 30% 70%;
  }
  .banner-scegli .banner h2 {
    font-size: 1.5rem;
  }
  .faq h2 {
    font-size: 1.5rem;
  }
  .certificazioni .wrapper .box img {
    height: 3rem;
  }
}
@media (max-width: 768px) {
  .caratteristiche .wrapper {
    grid-template-columns: 1fr;
  }
  .offerta .top {
    grid-template-columns: 1fr;
  }
  .offerta .top .box-prezzi {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .offerta .righe {
    display: none;
  }
  .certificazioni .wrapper .box img {
    height: 2rem;
  }
  .titolo-underline {
    font-size: 1.1rem;
  }
  .titolo-underline:after {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  header .wrapper {
    grid-template-columns: 3fr 1fr;
  }
  header .mobile-menu-btn img {
    width: 2rem;
  }
  .referenze .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .certificazioni .wrapper .box img {
    max-height: 2rem;
    width: 100%;
  }
  footer .wrapper-logo .wb {
    max-width: 15rem;
  }
}/*# sourceMappingURL=style.css.map */