p strong {
  color: var(--azzurro) !important;
}

#top #logo p {
  color: #aaa;
  font-weight: 600;
  letter-spacing: 0.025vw !important;
  text-transform: uppercase;
  font-size: 63%;
}

.titolo_sub {
  position: relative;
  z-index: 2;
  font-size: 80%;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  font-style: italic;
  gap: 5px;
  font-weight: 600;
  color: var(--blu);
}
@media (max-width: 999px) {
  .titolo_sub {
    padding-left: 50px;
    font-size: 130%;
  }
}
@media (max-width: 767px) {
  .titolo_sub {
    padding-left: 30px;
    font-size: 130%;
  }
}
.titolo_sub img {
  display: block;
  height: 24px !important;
  width: auto !important;
  margin-top: -3px !important;
}

#metodi_di_pagamento img {
  width: 100%;
}

div#mini_banner {
  padding: 40px 0;
  margin: 60px auto 0 auto;
  background: var(--azzurro);
  border-radius: 32px;
  box-shadow: var(--morph_out);
  background-image: url(https://www.uni-one.eu/wp-content/uploads/2024/05/svgImage-home-reteRicarica.svg);
  background-position: right center;
  background-repeat: no-repeat;
}
div#mini_banner h2 {
  margin-bottom: 40px;
  color: var(--bianco) !important;
  opacity: 0.5;
  font-weight: 900;
}
div#mini_banner p {
  font-weight: 800;
  color: var(--bianco) !important;
  font-size: 50px;
  line-height: 1;
}
div#mini_banner a {
  font-weight: 400;
  color: var(--bianco) !important;
  font-size: 20px;
  line-height: 1;
  text-decoration: underline;
}

@media (max-width: 999px) {
  div#hero_home div.row_col_wrap_12 div.content div.shape-code_container > div.wpb_wrapper div.shape_container div.mobile_box h1::after,
  div#hero_home div.row_col_wrap_12 div.content div.shape-code_container > div.wpb_wrapper div.shape_container div.cta_container::before,
  div#hero_home div.row_col_wrap_12 div.content div.shape-code_container > div.wpb_wrapper div.shape_container div.mobile_box h3::before,
  div#hero_home div.row_col_wrap_12 div.content div.shape-code_container > div.wpb_wrapper div.shape_container div.mobile_box h3::after {
    content: none !important;
  }
  #hero_home .inner-wrap::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 120px;
    right: 0;
    background-image: url(https://offdevelop.it/unione/wp-content/uploads/2024/04/angolo-hero-home.svg);
    background-size: contain;
    transform: rotate(180deg);
    z-index: 10;
  }
  #hero_home .inner-wrap::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 92px;
    right: 0;
    background-image: url(https://offdevelop.it/unione/wp-content/uploads/2024/04/angolo-hero-home.svg);
    background-size: contain;
    transform: rotate(270deg);
    z-index: 10;
  }
  div#hero_home div.row_col_wrap_12 div.content div.shape-code_container > div.wpb_wrapper div.shape_container div.cta_container {
    padding: 40px 15vw 0 5vw !important;
  }
}
@media (max-width: 767px) {
  #hero_home .inner-wrap::after {
    top: 139px;
  }
  #hero_home .inner-wrap .row-bg {
    background-position: right bottom !important;
    height: 75%;
  }
}
@media (max-width: 600px) {
  #hero_home .inner-wrap::after {
    top: 164px;
  }
}
@media (max-width: 600px) {
  #hero_home .inner-wrap::after {
    top: 204px;
  }
}
#intro_azienda .column-image-bg {
  background-size: cover;
}

#pubblica_amministrazione .vantaggi .controlli {
  display: none !important;
}
#pubblica_amministrazione .vantaggi_loop {
  padding-bottom: 80px;
}
#pubblica_amministrazione .vantaggi_loop .slick-track {
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#pubblica_amministrazione .vantaggi_loop .slick-track::before, #pubblica_amministrazione .vantaggi_loop .slick-track::after {
  content: none !important;
}/*# sourceMappingURL=fl4_style.css.map */