/* ------------------------------------------- */
/* BANNER RECENSIONI */
/* ------------------------------------------ */

#banner-recensioni {
  background-color: var(--light-grey);
}

#banner-recensioni .content-recensione {
  position: relative;
}

#banner-recensioni .content-recensione .decoration {
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
}

#banner-recensioni .section-label:before {
  left: 0;
  transform: translateX(0);
}

#banner-recensioni .rating i {
  font-size: 18px;
  color: #ffc300;
  margin-right: 3px;
}

#banner-recensioni .splide__pagination {
  bottom: -2em !important;
  justify-content: start;
  padding: 0;
}


/* ------------------------------------------- */
/* BANNER FORM CONTATTI */
/* ------------------------------------------ */

#richiedi-informazioni {
  overflow: hidden;
  background: transparent
    linear-gradient(111deg, #e6001b 0%, var(--unnamed-color-682525) 100%) 0% 0%
    no-repeat padding-box;
  background: transparent linear-gradient(111deg, #e6001b 0%, #682525 100%) 0%
    0% no-repeat padding-box;
}

#richiedi-informazioni .decoration {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 130%;
}

#richiedi-informazioni .decoration-top {
  top: -55%;
}

#richiedi-informazioni .decoration-bottom {
  bottom: -55%;
}

#form input[type="text"],
#form input[type="tel"],
#form input[type="email"],
#form textarea {
  border: 1px solid #f0f0f0;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 22px;
}

#form input[type="checkbox"] {
  height: 15px !important;
  width: 15px !important;
}

#form label {
  font-family: var(--font-family) !important;
  font-size: 14px;
  font-weight: 300;
}

#form .ginput_container_consent {
  display: flex;
  align-items: center;
}

#form .gform-theme--foundation .gform_fields {
  row-gap: 25px !important;
}

/* ------------------------------------------- */
/* FOOTER */
/* ------------------------------------------ */

footer {
  background-color: #333333;
  color: #ffffff;
}

footer .border-bottom {
  border-bottom: 1px solid #707070 !important;
}

footer .title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 15px;
}

footer .social-icons a {
  font-size: 25px;
  margin-right: 10px;
  color: #ffffff;
  transition: 0.1s ease-in-out;
}

footer .social-icons a:hover {
  opacity: 0.8;
}

footer .social-icons a:last-child {
  margin-right: 0;
}

footer .contacts a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.1s ease-in-out;
}
footer .contacts a:hover {
  opacity: 0.8;
}

footer .bg-red {
  background-color: #682525;
}

footer .copyright,
.copyright a {
  text-decoration: none;
  font-size: 14px !important;
  color: #787878;
  transition: 0.1s ease-in-out;
}

footer .copyright a:hover {
  opacity: 0.8;
}

footer .up-button {
  height: 40px;
  width: 40px;
  background-color: #f5f5f5;
  color: #000;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-left: 10px;
}
