/* -------------------------------------------------------------------------------- */
/* ! Header */
/* -------------------------------------------------------------------------------- */
.prenota_button a{
  color: white !important; background-color: #AF93EC; padding: 10px !important;
  border-radius: 5px !important; display: block !important; font-size: 14px !important;
  box-shadow: 0px 4px 5px 0px black; font-weight: normal !important; font-family: "Montserrat", sans-serif;
}

.prenota_button a:hover{transform: scale(1.2); color: #977ecd; }

.pad li{padding: 3rem;}

/* -------------------------------------------------------------------------------- */
/* ! Slide Carousel Home  */
/* -------------------------------------------------------------------------------- */
.slide_home .swiper-slide-next{transform: scale(1.2) !important; transition: 0.8s !important;}
.slide_home .swiper-slide{transform: scale(0.8); transition: 0.5s;}

/* -------------------------------------------------------------------------------- */
/* ! Sezione 1 - Primo riquadro dopo lo slide */
/* -------------------------------------------------------------------------------- */
.sez-1 h2{font-weight: 600; letter-spacing: 2px;}
.sez-1 .button-lilla a{font-weight: 300; font-family: "Montserrat", sans-serif;}
.sez-1 .font-1{line-height: 60px;}

/* -------------------------------------------------------------------------------- */
/* ! Sezione 2 - Banner lilla */
/* -------------------------------------------------------------------------------- */
.banner-lilla{ padding: 50px 100px; margin: 0 -10px; box-shadow: 0px 1px 5px 0px black; background-color: rgb(175, 147, 236); }
@media (max-width: 768px) {
  .banner-lilla{padding: 50px 0px !important;}
}
/* -------------------------------------------------------------------------------- */
/* ! Sezione 3 - Parte delle 2 colonne con Digitale e Stampato */
/* -------------------------------------------------------------------------------- */
.button-lilla-pers a{ 
  background-color: #AF93EC; padding: 15px 20px; border-radius: 10px;
  box-shadow: 0px 2px 5px 0px black; text-transform: none; color: white;
  font-size: 16px; font-weight: 300; font-family: "Montserrat", sans-serif;
}

.button-lilla-pers a:hover {
  transition: 0.5s;
  font-size: 18px;
  letter-spacing: 1.5px;
  padding: 20px 25px;
}

.cornice_prova{ box-shadow: 0px 0px 0px 8px white, 0px 0px 0px 17px black;}

/* -------------------------------------------------------------------------------- */
/* ! Sezione 4 - Chi sono, situato dopo lo slider */
/* -------------------------------------------------------------------------------- */

.grid--pers{max-width: 1000px;}

.who h2{ text-decoration: underline; text-underline-offset: 11px; text-decoration-thickness: 1px; text-decoration-color: #AF93EC; }
.who figure{ border: 4px solid black; border-radius: 50%; box-shadow: 0px 25px 0 0px #af93ec, 0px 26px 0 3px black; }

.who_2 figure{ border: 4px solid black; border-radius: 50%; box-shadow: 20px 0px 0 0px #af93ec, 21px 0px 0 3px black; }

@media (max-width: 768px) {
  .who figure{width: 300px; margin: 0 auto 30px auto !important;}
}

.carousel_dig img {
  max-width: 100%;
  display: block;
}

.carousel_dig figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
}

.carousel_dig figure > img {
  grid-row: 1 / -1;
  grid-column: 1;
}


@media (max-width: 768px) {
  /* ! Header Sito Mobile */
  .second_menu_sito{margin-top: 150px;}
  .prenota_button a{margin: 10px; width: 26%;}
  .pad li{padding: 10px !important;}
}

