body {
  font-family: "Source Sans Pro", sans-serif;
}

header {
  position: relative;
  padding: 2rem 0;
  border-bottom: 1px solid #e7e7e7;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .logo {
  width: 20rem;
}

header .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

header .menu-principale {
  text-transform: uppercase;
}

header .menu-principale a {
  color: #000;
  font-weight: 600;
}

header .menu-principale ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header .menu-principale ul li {
  display: inline-block;
  margin-left: 1rem;
}

header .hamburger {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10rem;
}

header .hamburger button {
  background: none;
  border: none;
  color: #c8102e;
}

header .hamburger button span {
  font-size: 3rem;
}

header .hamburger button img {
  width: 3rem;
}

header .hamburger button .testo {
  font-size: 0.9rem;
  font-weight: bold;
}

header .area-pulsanti {
  position: absolute;
  right: 5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#slider-home .slider-home {
  height: 780px;
}

#slider-home .slider-home .slide {
  position: relative;
  width: 100%;
  height: 100%;
}

#slider-home .slider-home .slide .contenuto {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 0;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-size: 1.1rem;
}

#slider-home .slider-home .slide .contenuto h3 {
  font-weight: bold;
  color: #c8102e;
}

#slider-home .slider-home .slide .contenuto h3 a {
  color: #c8102e;
}

#slider-home .slider-home .slide .sfondo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#slider-home .swiper-button-next,
#slider-home .swiper-button-prev {
  color: #c8102e;
}

#chi-siamo {
  padding: 4rem 0;
  font-size: 1.2rem;
  font-weight: 500;
}

#cosa-facciamo {
  padding: 4rem 0;
  background: #c8102e;
}

#cosa-facciamo .titolo-sezione {
  color: #fff;
}

#cosa-facciamo .titolo-sezione:after {
  background: #fff;
}

#cosa-facciamo .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

#cosa-facciamo .wrapper .box {
  position: relative;
  height: 200px;
  border-radius: 1rem;
}

#cosa-facciamo .wrapper .box:hover .contenuto {
  background: rgba(0, 0, 0, 0.7);
}

#cosa-facciamo .wrapper .box .contenuto {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  padding: 2rem;
}

#cosa-facciamo .wrapper .box .contenuto a {
  color: #fff;
  font-weight: 600;
}

#cosa-facciamo .wrapper .box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
  z-index: 0;
}

#cosa-facciamo-old {
  position: relative;
}

#cosa-facciamo-old .wrapper {
  width: 100%;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#cosa-facciamo-old .immagine {
  width: 50%;
  padding: 2rem;
}

#cosa-facciamo-old .immagine figure {
  height: 500px;
}

#cosa-facciamo-old .immagine figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.8rem;
}

#cosa-facciamo-old .contenuto {
  width: 50%;
  padding: 2rem;
}

#cosa-facciamo-old .wrapper-pulsanti {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  width: 70%;
}

#cosa-facciamo-old .rettangolo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}

#notizie {
  padding: 4rem 0;
}

#notizie .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
  grid-template-columns: 70% 30%;
  gap: 1rem;
}

footer h3 {
  font-size: 1.4rem;
  font-weight: bold;
}

footer a {
  color: #000;
  font-weight: 600;
}

footer a:hover {
  color: #000;
}

footer .lista {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .container {
  padding: 4rem 0;
  border-top: 1px solid #e7e7e7;
}

footer .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

footer .logo {
  width: 20rem;
  margin-bottom: 1rem;
}

footer .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

footer .partner {
  width: 10rem;
}

footer .dati {
  font-weight: 600;
  padding-left: 6rem;
}

footer .dati .campo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  line-height: 150%;
}

footer .dati span {
  color: #c8102e;
  margin-right: 0.5rem;
  display: block;
  font-size: 1.1rem;
  line-height: 150%;
}

#elenco-aziende .wrapper-aziende {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2rem;
}

#elenco-aziende .wrapper-aziende .box {
  text-align: center;
  padding: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

#elenco-aziende .wrapper-aziende .box img {
  width: 100%;
  margin-bottom: 1rem;
}

#elenco-aziende .wrapper-aziende .box h3 {
  font-weight: 600;
  font-size: 1rem;
}

#elenco-aziende .wrapper-aziende .box h3 a {
  color: #000;
}

/* COMPONENTI */
.pulsante {
  background: #c8102e;
  color: #fff;
  border-radius: 2rem;
  padding: 0.8rem 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
}

.pulsante:hover {
  background: #a7142c;
  color: #fff;
  text-decoration: none;
}

.pulsante-cerchio {
  background: #c8102e;
  color: #fff;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 0.5rem 0.5rem 0;
}

.pulsante-cerchio:hover {
  background: #a7142c;
  color: #fff;
  text-decoration: none;
}

.pulsante-extra {
  background: #fff;
  color: #000;
  border: 2px solid #c8102e;
  border-radius: 3rem;
  padding: 0.8rem 1.5rem;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.5rem 0.5rem 0;
  font-weight: bold;
  font-size: 1.1rem;
}

.pulsante-extra:hover {
  color: #c8102e;
}

.pulsante-extra img {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}

.pulsante-freccia {
  color: #c8102e;
  font-weight: bold;
  text-transform: uppercase;
}

.pulsante-freccia:hover {
  color: #c8102e;
}

.pulsante-freccia::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.3rem;
}

.titolo-pagina {
  font-size: 1.8rem;
  font-weight: bold;
}

.titolo-sezione {
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  margin-bottom: 2.5rem;
}

.titolo-sezione::after {
  content: "";
  height: 4px;
  width: 120px;
  background: #c8102e;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}

.titolo-sezione.centrale::after {
  content: "";
  height: 4px;
  width: 120px;
  background: #c8102e;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.titolo-sm {
  font-weight: bold;
  font-size: 1.4rem;
}

.data-calendario {
  font-weight: bold;
}

.data-calendario span {
  color: #c8102e;
}

.img-articolo {
  height: 350px;
  width: 100%;
  padding: 1rem 0;
}

.img-articolo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.8rem;
}

.avviso {
  background: #c8102e;
  color: #fff;
}

.avviso a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.avviso a:hover {
  color: #fff;
}

.avviso .contenuto {
  position: relative;
  padding: 2rem 3rem 2rem 0;
}

.avviso #close-alert {
  position: absolute;
  right: 0;
  top: 2rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 1rem;
  padding: 0;
}

.slider-news {
  padding: 1rem 1rem 1rem 0.5rem;
}

.slider-news .pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
}

.slider-news .swiper-pagination {
  position: relative;
  width: unset;
  left: unset;
  bottom: unset;
}

.box-news {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}

.box-news figure {
  width: 100%;
  height: 250px;
}

.box-news figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.5rem;
}

.box-news .contenuto {
  padding: 1.5rem;
}

.box-news .contenuto h3 {
  font-size: 1.3rem;
  font-weight: bold;
}

.box-news .contenuto h3 a {
  color: #000;
}

.box-news .contenuto h3 a::hover {
  color: #000;
}

.box-news .contenuto .data {
  font-weight: 500;
  margin-bottom: 1rem;
}

.box-news .contenuto .data span {
  color: #c8102e;
}

.area-login.corta {
  width: 500px;
}

.area-login form {
  padding: 1rem 0;
}

.area-login form input {
  width: 100%;
  padding: 0.8rem 2rem;
  border-radius: 2rem;
  border: 2px solid #c8102e;
  margin-bottom: 0.5rem;
}

.area-login form button {
  border: none;
}

.area-login .recupero {
  font-size: 0.9rem;
}

.area-login .recupero a {
  font-weight: bold;
  color: #c8102e;
}

.bg-grigio {
  background: #f8f8f8;
}

.sidebar h3 {
  font-weight: bold;
  font-size: 1.3rem;
}

.lista-bullet {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
}

.lista-bullet li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.8rem;
}

.lista-bullet li a {
  color: #000;
}

.lista-bullet li a:hover {
  color: #000;
}

.lista-bullet li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #c8102e;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

details {
  margin-bottom: 1rem;
}

details summary > * {
  display: inline;
}

/* fine COMPONENTI */
/* OVERRIDE */
.swiper-pagination-bullet-active {
  background: #c8102e;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

figure {
  margin: unset;
}

/* fine OVERRIDE */
/* Menu Popup */
.menu-popup {
  visibility: hidden;
}

.menu-popup .overlay {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-popup a {
  text-decoration: none;
}

.menu-popup a:hover {
  text-decoration: underline;
}

.menu-popup .menu {
  position: fixed;
  width: 25%;
  background: #c8102e;
  height: 100%;
  overflow-y: scroll;
  overflow: auto;
  z-index: 99999;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-popup .menu .header-menu {
  padding: 0.5rem 1rem 0 1rem;
  margin-bottom: 3rem;
}

.menu-popup .menu .header-menu .chiudi {
  color: #fff !important;
  font-size: 2rem;
  float: right;
}

.menu-popup .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-popup .menu button {
  background: none;
}

.menu-popup .menu button:hover a {
  color: #fff !important;
}

.menu-popup .menu .primo-livello {
  width: 100%;
  text-align: left;
  color: #fff !important;
  border: none;
  padding: 1.5rem 1rem;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #fff;
}

.menu-popup .menu .primo-livello a {
  color: #fff !important;
  display: inline-block;
}

.menu-popup .menu .primo-livello:hover {
  background: #fff;
  color: #c8102e !important;
}

.menu-popup .menu .primo-livello:hover a {
  color: #c8102e !important;
}

.menu-popup .menu .primo-livello::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  float: right;
  text-decoration: none;
}

.menu-popup .menu .primo-livello li {
  color: #fff !important;
}

.menu-popup .menu .primo-livello ul.secondo-livello {
  width: 100%;
  text-align: left;
  color: #000;
  background: #fff;
  border: none;
  padding: 0 0 1rem 0;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}

.menu-popup .menu .primo-livello ul.secondo-livello::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  float: right;
}

.menu-popup .menu .primo-livello ul.secondo-livello li {
  color: #000;
}

.menu-popup
  .menu
  .primo-livello
  ul.secondo-livello[aria-expanded="true"]::after {
  content: "\f077";
}

.menu-popup
  .menu
  .primo-livello
  ul.secondo-livello[aria-expanded="false"]::after {
  content: "\f078";
}

.menu-popup .menu .primo-livello[aria-expanded="true"] {
  background: #fff;
  color: #c8102e !important;
}

.menu-popup .menu .primo-livello[aria-expanded="true"] a {
  color: #c8102e;
}

.menu-popup .menu .primo-livello[aria-expanded="true"]:hover {
  color: #c8102e;
}

.menu-popup .menu .primo-livello[aria-expanded="true"]:hover a {
  color: #c8102e;
}

.menu-popup .menu .primo-livello[aria-expanded="true"]::after {
  color: #c8102e !important;
  content: "\f077";
}

.menu-popup .menu .primo-livello[aria-expanded="false"]::after {
  content: "\f078";
}

.menu-popup .menu ul.terzo-livello {
  padding: 0 0 0 2rem;
}

.menu-popup .menu button.secondo-livello {
  width: 100%;
  text-align: left;
  color: #c8102e;
  border: none;
  padding: 1.5rem 2rem;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}

.menu-popup .menu button.secondo-livello:hover {
  background: #fff;
  color: #c8102e !important;
}

.menu-popup .menu button.secondo-livello:hover a {
  color: #fff !important;
}

.menu-popup .menu button.secondo-livello a {
  color: #c8102e;
}

.menu-popup .menu button.secondo-livello::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  float: right;
}

.menu-popup .menu button.secondo-livello[aria-expanded="true"]::after {
  content: "\f077";
}

.menu-popup .menu button.secondo-livello[aria-expanded="false"]::after {
  content: "\f078";
}

.menu-popup .menu .collapse-voce {
  background: #fff !important;
}

.menu-popup .menu .collapse-voce .sotto-voce {
  display: block;
  color: #000;
  font-weight: 500;
  padding: 1rem 2rem;
}

.menu-popup.active {
  visibility: visible;
}

.menu-popup.active .overlay {
  opacity: 1;
}

.menu-popup.active .menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.container-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta-button {
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.cta-button .icona {
  font-size: 4rem;
  color: #c8102e;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.cta-button .testo {
  color: #c8102e;
  font-size: 2rem;
  font-weight: 600;
}

.cta-button:hover {
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  text-decoration: none;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .menu-popup .menu {
    min-width: 60%;
  }
}

@media (max-width: 768px) {
  .menu-popup .menu {
    min-width: 80%;
  }
  #slider-home .slider-home {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .menu-popup .menu {
    width: 90%;
  }
}

/* fine Menu Popup */
.menu23.active::before {
  content: "\f0d7";
}
/*# sourceMappingURL=style.css.map */
