/* BLOCK_001 */
/* SLIDER */

#block_001 {
  position: relative;
}

#block_001 .splide__pagination {
  display: none;
}

#block_001 .single-slide {
  height: calc(100vh - 92px);
  width: 100%;
  display: flex;
  align-items: end;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  overflow: hidden;
}

#block_001 .arrow-down {
  position: absolute;
  z-index: 10;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  width: 60px;
  border-radius: 10px;
  filter: drop-shadow(1px 2px 10px rgba(0, 0, 0, 0.2));
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#block_001 .arrow-down:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-size: 30px;
  font-weight: 100;
  color: var(--dark);
}

#block_001 .splide__arrow {
  background-color: transparent;
  border-radius: 0;
}

#block_001 .splide__arrow i {
  font-size: 60px;
  color: var(--primary-color);
}

@media screen and (max-width: 768px) {
  #block_001 .single-slide {
    height: 73vh;
    width: 100%;
    display: flex;
    align-items: end;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
  }

  #block_001.mobile .single-slide {
    position: relative;
  }

  #block_001.mobile .single-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }

  #block_001.mobile .section-title {
    font-size: 30px;
  }

  #block_001.mobile .section-label {
    font-weight: 600;
  }

  #block_001.mobile .btn-1 {
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: transparent;
  }

  #block_001.mobile .splide__arrow {
    top: 35%;
    width: 4em;
    bottom: 40px;
    z-index: 1;
  }

  #block_001.mobile .splide__arrow i {
    font-size: 30px;
    color: #ffffff !important;
  }

  #block_001.mobile .splide__arrow--next {
    right: 18em;
  }

  #block_001.mobile .splide__arrow--prev {
    left: 0em;
  }

  #block_001.mobile .splide__pagination {
    display: none;
  }
}

/* BLOCK_002 */
/* LOOP DELLE CATEGORIE PRODOTTO */

/* il CSS del singolo box si ripete quindi è stato messo nel custom.css */

#block_002 {
  overflow: hidden;
  position: relative;
  background: transparent linear-gradient(180deg,
      #f3f3f3 0%,
      var(--unnamed-color-ffffff) 22%,
      var(--unnamed-color-ffffff) 80%,
      #eaeaea 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #f3f3f3 0%, #ffffff 22%, #ffffff 80%, #eaeaea 100%) 0% 0% no-repeat padding-box;
}

#block_002 .container-fluid:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#block_002 .container-fluid:last-child {
  max-width: unset !important;
  margin-right: -50px;
}

#block_002 .splide__track {}

#block_002 .splide__arrow {
  background: unset;
  border-radius: unset;
  opacity: 1;
}

#block_002 .splide__arrow i {
  font-size: 30px;
  color: var(--dark) !important;
}

#block_002 .splide__arrow--next {
  right: 160px;
  top: -10%;
}

#block_002 .splide__arrow--prev {
  right: 210px;
  left: unset;
  top: -10%;
}

@media screen and (max-width: 768px) {
  #block_002 .container-fluid:first-child {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }

  #block_002 .container-fluid:last-child {
    max-width: unset !important;
    margin-right: 0;
  }

  #block_002 .splide__arrow--next {
    right: 15px;
    top: -10%;
  }

  #block_002 .splide__arrow--prev {
    left: unset;
    right: 60px;
    top: -10%;
  }
}

/* BLOCK_003 */
/* FAQ */

#block_003 .section-label::before {
  position: absolute;
  top: -12px;
  left: 0;
  transform: translateX(0);
}

#block_003 .accordion {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 99px #0000001a;
  opacity: 1;
  color: var(--dark);
  cursor: pointer;
  padding: 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  font-weight: bold;
  transition: 0.4s;
  position: relative;
}

#block_003 .accordion:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-size: 23px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#block_003 .active,
.accordion:hover {
  background: #ffffff !important;
}

#block_003 .panel {
  background: #ffffff !important;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#block_003 .decoration {
  position: absolute;
  left: 60%;
  top: 30px;
  transform: translateX(-50%);
  height: 120%;
  max-height: 1000px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #block_003 .accordion {
    padding: 15px 45px 15px 15px;
    font-size: 15px;
  }

  #block_003 .decoration {
    position: absolute;
    left: 50%;
    top: unset;
    transform: translateX(-50%);
    height: auto;
    width: 150%;
    max-height: 1000px;
    z-index: -1;
    bottom: -30px;
  }

  #block_003 .panel #editor p {
    font-size: 14px;
  }
}

/* BLOCK_005 */
/* LOOP DEI SETTORI */

/* il CSS del singolo box si ripete quindi è stato messo nel custom.css */

#block_005 {
  background: var(--unnamed-color-f0f0f0) 0% 0% no-repeat padding-box;
  background: #f0f0f0 0% 0% no-repeat padding-box;
}

/* BLOCK_006 */
/* SEZIONE MEDIA / TEXT */

#block_006 .logo-certificazione {
  height: 200px;
}

#block_006 .decoration-banner {
  position: relative;
}

/*#block_006 .decoration-banner:before {
  content: "";
  position: absolute;
  top: 35%;
  right: -10%;
  transform: translateY(-50%);
  height: 165%;
  width: 180%;
  border-radius: 25px;
  background-color: #f0f0f0;
  z-index: -1;
}
*/

#block_006 .decoration-banner:before {
  content: "";
  position: absolute;
  right: -10%;
  transform: translateY(-10%);
  height: 120%;
  width: 180%;
  border-radius: 25px;
  background-color: #f0f0f0;
  z-index: -1;
}

#block_006 .decoration-img {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 450px;
}

#block_006 .video-iframe {
  width: 100%;
}

#block_006 .video-iframe iframe {
  width: 100% !important;
  min-height: 300px !important;
  height: 25vw !important;
  max-height: 550px !important;
  border-radius: 20px !important;
}

@media screen and (max-width: 768px) {
  #block_006 .decoration-banner:before {
    display: none;
  }

  #block_006 .decoration-banner {
    background-color: var(--light-grey);
    border-radius: 25px;
  }

  #block_006 .decoration-banner .decoration-img {
    position: absolute;
    top: 40px;
    left: 30px;
    width: 230px;
  }

  #block_006 .logo-certificazione {
    height: 130px;
  }
}

/* BLOCK_007 */
/* LOOP DELLE NEWS */

/* il CSS del singolo box si ripete quindi è stato messo nel custom.css */

#block_007 .container-fluid {
  max-width: unset !important;
}

/* BLOCK_008 */
/* LOOP DEI MARCHI */

#block_008 {}

/* BLOCK_009 */
/* INTESTAZIONE PAGINA */

#block_009.v6 .box-icona {
  height: 150px;
  width: 150px;
  background-color: #ffffff;
  box-shadow: 1px 1px 30px 25px rgba(81, 81, 81, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

#block_009.v6 .icona {
  width: 55px;
}

#block_009 .box-icona i {
  font-size: 50px;
  color: var(--primary-color);
}

/* BLOCK_011 */
/* COSTI E PIANI */

#block_011 .icona i {
  font-size: 45px;
  color: var(--primary-color);
}

#block_011 .titolo,
#block_011 .descrizione {
  font-size: 20px;
}

#block_011 .item {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgb(217, 217, 217);
}

#block_011 .item:last-child {
  border-bottom: none;
}

#block_011 .item p {
  font-size: 13px;
  line-height: 20px;
}

/* BLOCK_013 */
/* LOOP DI BOX GENERICO */

#block_013.v1 .bg {
  background: transparent linear-gradient(180deg, #f3f3f3 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

#block_013.v1 .title {
  font-size: 24px;
  text-transform: uppercase;
  color: var(--primary-color);
  line-height: 30px;
}

#block_013.v1 .number {
  font-size: 60px;
  font-family: var(--font-family2) !important;
  color: var(--primary-color);
}

#block_013.v2 #box {
  background: transparent linear-gradient(180deg, #f3f3f3 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

#block_013.v2 .title {
  font-family: var(--font-family2);
  font-size: 24px;
  color: var(--primary-color);
  line-height: 30px;
}

#block_013 .icona {
  font-size: 70px;
  color: #989898;
}

#block_013 #editor p:last-child {
  margin-bottom: 0;
}

/* BLOCK_014 */
/* EDITOR DI TESTO */

#block_014 {
  position: relative;
}

#block_014 .decoration {
  position: absolute;
  width: 20vw;
  min-width: 250px;
  opacity: 0.2;
}

#block_014 .decoration-left {
  bottom: 100px;
  left: 0;
}

#block_014 .decoration-right {
  top: 100px;
  right: 0;
}

/* BLOCK_015 */
/* BANNER CERTIFICAZIONI */

#block_015 .logo-certificazione {
  height: 200px;
}

@media screen and (max-width: 768px) {
  #block_015 .logo-certificazione {
    height: 130px;
  }
}

/* BLOCK_016 */
/* VIDEO YOUTUBE */

#block_016 iframe {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 768px) {
  #block_016 iframe {
    width: 100%;
    height: 260px;
  }
}

/* BLOCK_017 */
/* DOWNLOAD FILES */

#block_017 #box-file {
  background: transparent linear-gradient(180deg, #f3f3f3 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

#block_017 #box-file .title {
  font-family: var(--font-family2);
  font-size: 20px;
  color: var(--primary-color);
  line-height: 25px;
}

/* BLOCK_018 */
/* PHOTOGALLERY */

#block_018 .container-fluid {
  max-width: unset !important;
}

#block_018 .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  z-index: 1;
}

#block_018 .splide__arrow i {
  color: var(--primary-color);
  font-size: 50px;
}

/* BLOCK_019 */
/* MAPPA GOOGLE MAPS */

#block_019 .map iframe {
  width: 100% !important;
  height: 450px !important;
}

/* BLOCK_020 */
/* ICONE CONTATTO */

#block_020 .contact-icon {
  height: 60px;
  width: 60px;
  border-radius: 15px;
  background-color: var(--primary-color);
  font-size: 40px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#block_020 .subtitle {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
}

#block_020 .text {
  text-decoration: none;
  color: var(--dark);
  font-size: 18px;
}


/* BLOCK_021 */
/* FORM CONTATTI */

#block_021 {
  position: relative;
  background-color: #ffffff;
}

#block_021 .decoration {
  position: relative;
}

#block_021 .decoration::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  height: 80%;
  border-radius: 25px;
  background-color: #f0f0f0;
}

#block_021 .decoration::after {
  content: url(../images/soffio.svg);
  position: absolute;
  top: 0;
  right: 0;
}

#block_021.configuratore .decoration::after {
  display: none;
}

@media screen and (max-width: 768px) {
  #block_021 {
    background-color: var(--light-grey);
  }

  #block_021 .decoration::before {
    display: none;
  }

  #block_021 .decoration::after {
    display: none;
  }

  #block_021 .decoration-mobile {
    width: 300px;
  }
}


/* BLOCK_022 */
/* LOOP DI BOX GENERICO */

#block_022 .bg {
  background: transparent linear-gradient(180deg, #f3f3f3 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

#block_022 #box {
  background: transparent linear-gradient(180deg, #f3f3f3 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

#block_022 .title {
  font-family: var(--font-family2);
  font-size: 30px;
  color: var(--primary-color);
  font-weight: 500;
}