@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
/* colori */
.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.active.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade {
  -webkit-animation: fade-in 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.active.fade-up {
  -webkit-animation: fade-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.active.fade-left {
  -webkit-animation: fade-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.bounce-in-fwd {
  -webkit-animation: bounce-in-fwd 1.1s both;
  animation: bounce-in-fwd 1.1s both;
}

@-webkit-keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/* KEYFRAMES */
/* animation fade-in */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* animation fade-up */
@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-up {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* fade-left */
@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.active.bounce-in-top {
  -webkit-animation: bounce-in-top 1.1s both;
  animation: bounce-in-top 1.1s both;
}

@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/* Shine */
.shine {
  position: relative;
  overflow: hidden;
}
.shine::after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: slide 1s; /* infinite */
  display: none;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgb 128, 186, 232, 0), color-stop(100%, rgba(125, 185, 232, 0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* Chrome1 +,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#007db9e8",GradientType=1 ); /* IE6-9 */
}
.shine:hover::after {
  display: block;
}

/* animation */
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
h1 {
  font-size: 11vw;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (min-width: 321px) {
  h1 {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1281px) {
  h1 {
    font-size: 5.5rem;
  }
}

h2 {
  font-size: 11vw;
  font-weight: 500;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 321px) {
  h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1281px) {
  h2 {
    font-size: 5rem;
  }
}

h3 {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1281px) {
  h3 {
    font-size: 3rem;
  }
}

h4 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1281px) {
  h4 {
    font-size: 2.5rem;
  }
}

.stit {
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 7vw;
  line-height: 1.6;
}
@media screen and (min-width: 321px) {
  .stit {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1281px) {
  .stit {
    font-size: 2.5rem;
  }
}

.link {
  font-size: 1.6rem;
  font-weight: 600;
  color: #6783A8;
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (min-width: 1281px) {
  .link {
    font-size: 2rem;
  }
}
.link img {
  width: 1.4rem;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.link:hover {
  gap: 1.5rem;
}

.btn {
  font-size: 1.6rem;
  text-transform: uppercase;
  background-color: #6783A8;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s;
  display: inline-block;
  padding: 1.5rem 2rem;
  line-height: 1.2;
  border-radius: 1rem;
}
@media screen and (min-width: 1281px) {
  .btn {
    font-size: 1.8rem;
  }
}
.btn:hover {
  background-color: rgb(61.5188284519, 81.3179916318, 107.4811715481);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #191919;
  background: #fff;
  font-size: 1.6rem;
  line-height: 2;
}

body p {
  text-align: justify;
}

hr {
  margin: 3rem auto;
}

ul, ol, nav {
  list-style: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: #191919;
  transition: all 0.3s;
  cursor: pointer;
}

button {
  border: none;
  cursor: pointer;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: transparent;
  transition: all 0.4s;
  font-size: 1.6rem;
}

input {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

textarea {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  resize: vertical;
}

.center {
  text-align: center;
}

.container {
  width: 100%;
  max-width: 142rem;
  padding: 0 2%;
  margin: 0 auto;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.splide__arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  width: 5rem;
  height: 5rem;
}
@media screen and (min-width: 1025px) {
  .splide__arrow {
    width: 7rem;
    height: 7rem;
  }
}
.splide__arrow svg {
  fill: #191919;
}

.splide__arrow--prev {
  left: 0;
  translate: 0 -7px;
  rotate: 180deg;
}

.splide__arrow--next {
  right: 0;
}

.splide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PER ANIMAZIONI!!! mantenere in tutti i file insieme a reveal.js - selezionare le animazioni a mano e copiarle nel file animation.css con classe .active davanti*/
.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}

/* form */
form {
  padding: 5rem 3rem;
  background: #191919;
  margin: 0 auto 2rem;
  border-radius: 1rem;
}
form .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
form .flex div[class^=box-] {
  padding: 0;
  text-align: left;
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  border-bottom: 1px solid rgba(25, 25, 25, 0.4);
}
form .flex .box-50 {
  width: 100%;
}
@media screen and (min-width: 581px) {
  form .flex .box-50 {
    width: 48%;
  }
}
form .flex .box-100 {
  width: 100%;
}
form label {
  width: 100%;
  font-size: 1.5rem;
  text-transform: uppercase;
  opacity: 0.8;
  display: block;
  margin: 0;
  font-weight: 400;
  color: #191919;
}
form .input__text {
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  padding: 1rem;
  color: #191919;
}
form .input__text:focus {
  outline: none;
}
form textarea.input__text {
  resize: vertical;
  min-height: 12rem;
}
@media screen and (min-width: 769px) {
  form {
    padding: 7rem;
  }
}

.txt-small {
  font-size: 1.2rem;
  margin: 1rem 0 0;
  color: #191919;
}

.privacy h2, .privacy h3, .privacy h4, .privacy h5 {
  margin: 2.5rem 0 1rem;
}
.privacy h2 {
  font-size: 3rem;
}
.privacy h3, .privacy h4, .privacy h5 {
  font-size: 2rem;
}

/*SITEMAP*/
ul.sitemap {
  margin: 5rem auto 10rem;
}
ul.sitemap li {
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 5px 0;
}
ul.sitemap li a {
  color: #191919;
}
ul.sitemap li a:hover {
  color: #191919;
}
ul.sitemap li.sublink {
  font-size: 1.6rem;
  /* padding: 0 0 0 3rem; */
  text-transform: none;
}

p.errore {
  font-size: 27vw;
  line-height: 1;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 401px) {
  p.errore {
    font-size: 12rem;
  }
}

p.errore_p {
  font-size: 2.5rem;
  line-height: 1.4;
}

/* SITO */
.ico-down {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
  transition: all 0.3s;
}

.dropdown {
  display: inline-block;
  margin: 0;
  position: relative;
}
.dropdown .dropdown-content {
  position: absolute;
  z-index: 99;
  left: 0;
  width: auto;
  top: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  text-align: left;
  margin: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 0 0 5px 5px;
  min-width: 25rem;
}
.dropdown .dropdown-content a {
  line-height: 1.2;
}
.dropdown:hover .dropdown-content {
  height: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* menu dropdown */
.menuresponsive {
  display: flex;
  width: 6rem;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2%;
  margin: 0 0 0 1rem;
}
.menuresponsive img {
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 581px) {
  .menuresponsive {
    margin: 0 0 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .menuresponsive {
    display: none;
  }
}

ul.accordion .inner {
  overflow: hidden;
  display: none;
  padding: 1rem 0;
}

.rotate {
  rotate: 180deg;
}

/* sidenav menu resp */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  overflow-x: hidden;
  transition: 0.5s;
  right: 0;
  overflow-y: scroll;
}
.sidenav .closebtn {
  position: absolute;
  top: 2rem;
  color: #191919;
  font-size: 2.6rem;
  background: #fff;
  border-radius: 5px;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  right: 2rem;
  z-index: 9;
  background: transparent;
}
.sidenav .flexnav {
  display: flex;
  position: relative;
}
.sidenav .flexnav .bgcolor {
  position: fixed;
  background-color: rgba(103, 131, 168, 0.8);
  width: 20%;
  min-height: 100vh;
  transition-timing-function: cubic-bezier(1.28, 0.89, 0.32, 0.18);
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
}
.sidenav .flexnav .bgblack {
  background-color: #191919;
  min-height: 100vh;
  height: 100%;
  padding: 10rem 2rem;
  margin-left: 20%;
  width: 80%;
  padding: 3rem;
}
.sidenav .flexnav .bgblack a {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.sidenav .logo-resp {
  margin: 0 0 2rem;
}
.sidenav .logo-resp img {
  width: 13rem;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 1rem;
}

#myBtn {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 99;
  transition: all 0.3s;
  background: #191919;
  border-radius: 10rem;
  height: 3.5rem;
  width: 3.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
#myBtn img {
  width: 2.5rem;
  height: 2.5rem;
}
#myBtn.arrow-visible {
  opacity: 1;
  visibility: visible;
}

.header {
  background-color: #fff;
}
.header .fascia_menu {
  width: min(100%, 142rem);
  margin-inline: auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  padding: 0 2%;
  justify-content: flex-end;
  padding: 2rem 2%;
}
@media screen and (min-width: 581px) {
  .header .fascia_menu {
    padding: 3rem 2%;
  }
}
@media screen and (min-width: 1025px) {
  .header .fascia_menu {
    justify-content: flex-start;
    padding: 0 2%;
  }
}
.header .fascia_menu .logo {
  width: 12rem;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 2%;
}
@media screen and (min-width: 581px) {
  .header .fascia_menu .logo {
    width: 15rem;
  }
}
@media screen and (min-width: 1025px) {
  .header .fascia_menu .logo {
    width: 22rem;
  }
}
.header .fascia_menu .logo img {
  width: 100%;
  max-width: 16.5rem;
  background: #fff;
  aspect-ratio: 1/1;
  object-fit: contain;
  border-radius: 1rem;
}
.header .fascia_menu .cta {
  padding: 1rem 1.5rem;
  font-weight: 600;
  background: #6783A8;
  border-radius: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: auto;
  justify-content: center;
  line-height: 1;
}
.header .fascia_menu .cta:hover {
  background: rgb(61.5188284519, 81.3179916318, 107.4811715481);
}
@media screen and (min-width: 581px) {
  .header .fascia_menu .cta {
    width: 22rem;
    padding: 2rem 2.5rem;
  }
}
.header .fascia_menu .cta span {
  display: none;
}
@media screen and (min-width: 581px) {
  .header .fascia_menu .cta span {
    display: block;
  }
}
.header .fascia_menu .menu {
  width: calc(100% - 22rem);
  padding: 0 0 0 22rem;
  display: none;
}
@media screen and (min-width: 1025px) {
  .header .fascia_menu .menu {
    display: block;
  }
}
.header .fascia_menu .menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .fascia_menu .menu ul a {
  padding: 3rem 2rem;
  display: inline-block;
  background-color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 1281px) {
  .header .fascia_menu .menu ul a {
    padding: 3rem 2.5rem;
  }
}
.header .fascia_menu .menu ul a:hover {
  background-color: #E3F2D8;
}
.header .fascia_menu .menu ul a.active {
  background-color: #E3F2D8;
  font-weight: 600;
}
.header .fascia_menu .menu ul.sub-nav {
  flex-direction: column;
  padding: 1rem 0;
  background: #fff;
  align-items: stretch;
}
.header .fascia_menu .menu ul.sub-nav a {
  padding: 1rem 2.5rem;
  display: block;
  width: 100%;
}

.ico_xs {
  width: 1.4rem;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.ico_s {
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.first_home h1 {
  margin-bottom: 2.5rem;
  font-size: 4.5rem;
}

#slide-home {
  height: 75vh;
}
#slide-home .splide__arrows {
  position: absolute;
  right: 0;
  bottom: 5rem;
  width: min(100%, 142rem);
  margin: 0 auto;
  left: 0;
  text-align: right;
  padding: 0 2%;
}
#slide-home .splide__arrows .splide__arrow {
  position: relative;
}
#slide-home .splide__arrows .splide__arrow--prev {
  translate: 0;
  rotate: 0deg;
  margin: 0 1rem 0 0;
}
#slide-home .splide__track {
  height: 75vh;
}
#slide-home .splide__track .splide__list {
  height: 75vh;
}
#slide-home .splide__track .splide__list .splide__slide {
  height: 75h;
}
#slide-home .splide__track .splide__list .splide__slide img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first_home .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
  align-items: flex-start;
}
@media screen and (min-width: 1281px) {
  .first_home .container {
    gap: 6rem;
  }
}
.first_home .container .bl {
  width: 100%;
  padding: 3rem;
}
@media screen and (min-width: 1025px) {
  .first_home .container .bl {
    width: calc(50% - 0.5rem);
    padding: 4rem;
  }
}
@media screen and (min-width: 1281px) {
  .first_home .container .bl {
    width: calc(50% - 3rem);
  }
}
.first_home .container .bl.giallo {
  background-color: #FFE478;
  border-radius: 1rem;
  position: relative;
  margin: 3rem 0 0;
}
@media screen and (min-width: 1025px) {
  .first_home .container .bl.giallo {
    margin: -10rem 0 0;
  }
}
.first_home .container .bl.txt p {
  margin: 0 0 3rem;
}

.four_icons {
  padding: 6rem 0;
}
@media screen and (min-width: 1025px) {
  .four_icons {
    padding: 2rem 0 6rem;
  }
}
.four_icons .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 4rem;
  align-items: flex-start;
  justify-content: center;
}
.four_icons .container .bl {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 451px) {
  .four_icons .container .bl {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 769px) {
  .four_icons .container .bl {
    width: calc(33.3% - 2.66rem);
  }
}
@media screen and (min-width: 1025px) {
  .four_icons .container .bl {
    width: calc(25% - 3rem);
  }
}

.ico_l {
  width: 11rem;
  height: auto;
  aspect-ratio: 1/1;
}

.title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 8rem;
}
.title h2 {
  flex-grow: 2;
  margin: 0 0 2rem;
}
.title p {
  width: 100%;
}

.fascia_servizi {
  padding: 12rem 0 8rem;
}
.fascia_servizi .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 8rem 3rem;
  padding: 0 2%;
  justify-content: center;
}
.fascia_servizi .flex .bl {
  width: 100%;
  text-align: center;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 651px) {
  .fascia_servizi .flex .bl {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1025px) {
  .fascia_servizi .flex .bl {
    width: calc(33.3% - 2rem);
  }
}
@media screen and (min-width: 1281px) {
  .fascia_servizi .flex .bl {
    width: calc(25% - 2.25rem);
  }
}
.fascia_servizi .flex .bl .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fascia_servizi .flex .bl .txt {
  position: absolute;
  bottom: 1rem;
  text-align: center;
  width: 100%;
}
.fascia_servizi .flex .bl .txt h4 {
  margin: 0 10%;
  padding: 3rem 0 1.5rem;
  background: #fff;
  border-radius: 1rem 1rem 0 0;
}
.fascia_servizi .flex .bl:hover {
  translate: 0 -8px;
}

#slide-blog {
  padding: 0 0 8rem 2%;
}
@media screen and (min-width: 769px) {
  #slide-blog {
    padding: 0 0 15rem 2%;
  }
}
#slide-blog .splide__arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(100%, 142rem);
  margin: 0 auto;
  left: 0;
  text-align: right;
  padding: 0 2%;
}
#slide-blog .splide__arrows .splide__arrow {
  position: relative;
}
#slide-blog .splide__arrows .splide__arrow--prev {
  translate: 0;
  rotate: 0deg;
  margin: 0 1rem 0 0;
}
#slide-blog .img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 0 3rem;
}
#slide-blog .data {
  color: #797979;
  margin: 0 0 2rem;
  line-height: 1;
}
#slide-blog h3 {
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin: 0 0 3rem;
}
#slide-blog .btn {
  text-transform: none;
  font-size: 1.5rem;
  padding: 0.8rem 1.5rem;
}

.fascia_blog {
  padding: 12rem 0;
}
.fascia_blog .title {
  margin: 0 0 5rem;
}

.fascia_contatti {
  padding: 11rem 0;
  background-color: #8ACBE6;
  text-align: center;
}
.fascia_contatti .container {
  max-width: 120rem;
}
.fascia_contatti .container h2, .fascia_contatti .container h3 {
  margin: 0 0 3rem;
}

.cta-num {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  background-color: #6783A8;
  padding: 1rem 2.5rem;
  border-radius: 5px;
  line-height: 1.5;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 401px) {
  .cta-num {
    font-size: 2.5rem;
  }
}
.cta-num:hover {
  background-color: rgb(61.5188284519, 81.3179916318, 107.4811715481);
}
.cta-num img {
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media screen and (min-width: 401px) {
  .cta-num img {
    width: 3.5rem;
  }
}
.cta-num span {
  width: calc(100% - 3.5rem);
}
@media screen and (min-width: 401px) {
  .cta-num span {
    width: calc(100% - 4.5rem);
  }
}

footer {
  background: #6783A8;
  padding: 7rem 0 8rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
}
footer .block {
  display: block;
  margin: 0 0 3rem;
  text-align: center;
}
footer .block p {
  text-align: center;
}
@media screen and (min-width: 581px) {
  footer .block {
    display: flex;
    gap: 4rem;
    justify-content: center;
    text-align: left;
  }
  footer .block p {
    text-align: left;
  }
}
footer .block div {
  width: 100%;
  margin: 2rem auto 0;
}
@media screen and (min-width: 581px) {
  footer .block div {
    width: min(100%, 30rem);
    margin: 0;
  }
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #FFE478;
}
footer .logo_ft {
  width: 16.5rem;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  border-radius: 1rem;
  background-color: #fff;
}
footer .list-servizi {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 0 auto 6rem;
  flex-wrap: wrap;
}
footer .list-servizi li {
  transition: all 0.3s;
}
footer .list-servizi li a {
  padding: 1rem 1.5rem;
  color: #191919;
  font-weight: 600;
  border-radius: 1rem;
}
footer .list-servizi li:hover {
  translate: 0 -8px;
}
footer .list-servizi li:nth-child(1) a {
  background-color: #FFE478;
}
footer .list-servizi li:nth-child(2) a {
  background-color: #FFF0C2;
}
footer .list-servizi li:nth-child(3) a {
  background-color: #8ACBE6;
}
footer .list-servizi li:nth-child(4) a {
  background-color: #C7E2ED;
}
footer .list-servizi li:nth-child(5) a {
  background-color: #CCD9B0;
}
footer .list-servizi li:nth-child(6) a {
  background-color: #E3F2D8;
}
footer .list-servizi li:nth-child(7) a {
  background-color: #D6D6D6;
}
footer .credits {
  max-width: 100rem;
  margin: 0 auto;
  text-align: center;
  padding: 2.3rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.6);
}
footer .credits a {
  color: rgba(255, 255, 255, 0.6);
}
footer .credits a:hover {
  color: #FFE478;
}

.header {
  position: relative;
}

.header-sfondo {
  height: 30rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .header-sfondo {
    height: 45rem;
  }
}

.breadcrumbs {
  width: min(100%, 142rem);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0 2%;
}
.breadcrumbs li a, .breadcrumbs li p {
  display: inline-block;
  background-color: #FFE478;
  font-size: 1.4rem;
}
.breadcrumbs li a {
  padding: 1rem 5px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.breadcrumbs li a img {
  width: 7px;
  height: auto;
  aspect-ratio: 6/11;
}
.breadcrumbs li p {
  padding: 1rem 2rem 1rem 5px;
  border-radius: 0 1rem 0 0;
}
.breadcrumbs li:first-of-type a {
  padding: 1rem 5px 1rem 2rem;
  border-radius: 1rem 0 0 0;
}

.first {
  padding: 4rem 0;
}
@media screen and (min-width: 769px) {
  .first {
    padding: 8rem 0;
  }
}
.first .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 6rem;
}
.first .container .bl {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .first .container .bl {
    width: calc(50% - 3rem);
  }
}
.first .container .bl p {
  text-align: justify;
}

.due_box {
  padding: 4rem 0 8rem;
}
.due_box .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 6rem;
}
.due_box .container .box {
  width: 100%;
  padding: 3rem;
  border-radius: 1rem;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .due_box .container .box {
    width: calc(50% - 3rem);
    padding: 5rem;
  }
}
.due_box .container .box:first-of-type {
  background-color: #FFE478;
}
.due_box .container .box:last-of-type {
  background-color: #8ACBE6;
}

.elenco {
  padding: 4rem 0;
}
@media screen and (min-width: 581px) {
  .elenco {
    padding: 4rem 0 8rem;
  }
}
.elenco .container {
  /* max-width: 100rem; */
}
.elenco .container ul {
  padding: 2rem 2%;
}
@media screen and (min-width: 581px) {
  .elenco .container ul {
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 801px) {
  .elenco .container ul {
    column-count: 2;
    gap: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .elenco .container ul {
    column-count: 3;
  }
}
.elenco .container ul li {
  margin: 0 0 1rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  line-height: 1.8;
  text-align: justify;
}
.elenco .container ul li img {
  margin: 5px 0 0;
}

.professionisti {
  padding: 4rem 0;
}
.professionisti .container h2 {
  margin: 0 0 3.5rem;
}
.professionisti .container .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 6rem;
}
.professionisti .container .flex .bl {
  width: 100%;
}
@media screen and (min-width: 581px) {
  .professionisti .container .flex .bl {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 1025px) {
  .professionisti .container .flex .bl {
    width: calc(33.3% - 4rem);
  }
}
.professionisti .container .flex .bl img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: contain;
  margin: 0 0 1rem;
}
.professionisti .container .flex .bl a:hover {
  color: #6783A8;
}
.professionisti .container .btn {
  margin: 8rem auto 0;
}

.special {
  font-size: 2rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 1.5rem;
  color: #6783A8;
  text-align: inherit;
}

.foto_100 {
  text-align: center;
}
.foto_100 img {
  max-width: 100rem;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  height: auto;
}

.fasce {
  padding: 4rem 0 8rem;
}
@media screen and (min-width: 1025px) {
  .fasce {
    padding: 0 0 8rem;
  }
}
.fasce .container {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (min-width: 769px) {
  .fasce .container {
    gap: 6rem;
  }
}
.fasce .container .fascia .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.5rem;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .fasce .container .fascia .flex {
    gap: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .fasce .container .fascia .flex {
    align-items: center;
  }
}
.fasce .container .fascia .flex img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  height: auto;
}
@media screen and (min-width: 769px) {
  .fasce .container .fascia .flex img {
    width: 35rem;
  }
}
@media screen and (min-width: 1281px) {
  .fasce .container .fascia .flex img {
    width: 55rem;
  }
}
.fasce .container .fascia .flex .txt {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .fasce .container .fascia .flex .txt {
    width: calc(100% - 35rem - 3rem);
  }
}
@media screen and (min-width: 1281px) {
  .fasce .container .fascia .flex .txt {
    width: calc(100% - 55rem - 3rem);
  }
}
.fasce .container .fascia .flex .txt .btn {
  margin: 4rem 0 0;
}
.fasce .container .fascia:nth-child(even) .flex {
  flex-direction: row-reverse;
}

/* GERIATRIA */
.pezza {
  padding: 0 0 4rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 142rem;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .pezza {
    padding: 0 0 8rem;
  }
}
.pezza .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 4rem;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 601px) {
  .pezza .container {
    width: 50%;
  }
}
@media screen and (min-width: 820px) {
  .pezza .container {
    margin: 0;
    width: 33.3%;
  }
}
.pezza .container .bl {
  width: 100%;
  text-align: center;
  /* @media screen and (min-width:769px) {
      width: calc(50% - 3rem);
  } */
}
.pezza .container .bl.foto {
  /* text-align: left;

  @media screen and (min-width:769px) {
      text-align: right;
  } */
}
.pezza .container .bl.foto img {
  width: 100%;
  max-width: 30rem;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: contain;
}

/* Tab */
.tabs {
  padding: 0 0 8rem;
}
.tabs .container {
  text-align: center;
}
.tabs .container h2, .tabs .container p {
  max-width: 100rem;
  margin: 0 auto;
  text-align: center;
}

#thumbnail-carousel {
  margin: 6rem auto 4rem;
  max-width: 25rem;
  padding: 0 5rem;
}
@media screen and (min-width: 530px) {
  #thumbnail-carousel {
    max-width: 53rem;
  }
}
@media screen and (min-width: 1040px) {
  #thumbnail-carousel {
    max-width: 100rem;
    padding: 0 14.5rem;
  }
}

#main-carousel {
  margin: 0 auto 5rem;
  max-width: 59rem;
}
#main-carousel .splide__slide {
  background-color: #fff;
}
#main-carousel .splide__slide h4 {
  font-size: 3.5rem;
}
@media screen and (min-width: 769px) {
  #main-carousel .splide__slide h4 {
    font-size: 4rem;
  }
}

.thumb {
  position: relative;
  background-color: #6783A8;
  padding: 0;
  border-radius: 10rem;
  cursor: pointer;
}
.thumb img {
  width: 12rem;
  height: 12rem;
  pointer-events: none;
}
.thumb img.ico2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.thumb.is-active {
  background: #FFE478;
}
.thumb.is-active img.ico2 {
  opacity: 0;
}

.fasi {
  padding: 3rem 0 10rem;
}
.fasi .row {
  padding: 1rem 2rem;
  font-size: 2rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 3rem;
  border-radius: 1rem;
  margin: 0 0 2rem;
}
@media screen and (min-width: 769px) {
  .fasi .row {
    padding: 1rem 3rem;
  }
}
.fasi .row:nth-child(1) {
  background-color: #FFE478;
}
.fasi .row:nth-child(2) {
  background-color: #FFF0C2;
}
.fasi .row:nth-child(3) {
  background-color: #CCD9B0;
}
.fasi .row:nth-child(4) {
  background-color: #E3F2D8;
}
.fasi .row:nth-child(5) {
  background-color: #6783A8;
  color: #fff;
}
.fasi .row:nth-child(6) {
  background-color: #8ACBE6;
}
.fasi .row:nth-child(7) {
  background-color: #C7E2ED;
}
.fasi .row .num {
  font-size: 2.5rem;
  width: 5rem;
  height: 5rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10rem;
  color: #191919;
}
.fasi .row p {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .fasi .row p {
    width: calc(100% - 7rem - 3rem);
  }
}

.prenotazione {
  margin: 0 2%;
  background-color: #C7E2ED;
  border-radius: 1rem;
  padding: 10rem 1rem 15rem;
  text-align: center;
}
@media screen and (min-width: 581px) {
  .prenotazione {
    padding: 10rem 3rem 15rem;
  }
}
.prenotazione h2 {
  font-weight: 600;
  color: #6783A8;
}
.prenotazione p {
  text-align: center;
}
.prenotazione .giorni_disponibili {
  margin: 2rem auto 4rem;
}
.prenotazione .tit {
  font-size: 10vw;
  margin: 0 auto 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 401px) {
  .prenotazione .tit {
    font-size: 3.5rem;
  }
}
.prenotazione .giorni {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.prenotazione .giorni span {
  font-size: 3rem;
  font-weight: 600;
  display: inline-block;
  padding: 1rem 2rem;
  line-height: 1;
  border-radius: 5px;
}
.prenotazione .giorni span:nth-child(1) {
  background-color: #FFE478;
}
.prenotazione .giorni span:nth-child(2) {
  background-color: #FFF0C2;
}
.prenotazione .giorni span:nth-child(3) {
  background-color: #8ACBE6;
}
.prenotazione .contatti_disp {
  margin: 8rem auto 6rem;
}
.prenotazione .contatti_disp .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 6rem;
  justify-content: center;
}
.prenotazione .contatti_disp .flex .bl {
  width: 100%;
  padding: 4rem 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
}
@media screen and (min-width: 581px) {
  .prenotazione .contatti_disp .flex .bl {
    padding: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .prenotazione .contatti_disp .flex .bl {
    width: calc(50% - 3rem);
  }
}
.prenotazione .contatti_disp .flex .bl p {
  font-size: 2rem;
  line-height: 1.6;
  margin: 0 0 3rem;
}
.prenotazione .contatti_disp .flex .bl .cta-num {
  margin: 0 0 2rem;
}

.attenzione {
  background: #8ACBE6;
  padding: 0 2% 6rem;
  border-radius: 1rem;
  margin: 13rem auto 0;
}
.attenzione p {
  max-width: 100rem;
  margin: 0 auto;
}
.attenzione img {
  width: 15rem;
  height: 15rem;
  margin: -7rem 0 0;
}

.altri_servizi {
  padding: 8rem 2%;
}
.altri_servizi .title {
  margin: 0 0 4rem;
}
.altri_servizi .icons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.altri_servizi .icons .bl {
  width: 100%;
  margin: 0 auto 2rem;
  text-align: center;
}
@media screen and (min-width: 401px) {
  .altri_servizi .icons .bl {
    width: 50%;
    margin: 0;
    padding: 0 2%;
  }
}
@media screen and (min-width: 581px) {
  .altri_servizi .icons .bl {
    width: 33.3%;
  }
}
@media screen and (min-width: 769px) {
  .altri_servizi .icons .bl {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .altri_servizi .icons .bl {
    width: 16.6%;
  }
}

.foto_2 {
  padding: 0 0 10rem;
}
.foto_2 .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.foto_2 .container .bl {
  width: 100%;
  padding: 0;
  margin: 0 auto 5rem;
}
@media screen and (min-width: 1025px) {
  .foto_2 .container .bl {
    width: 50%;
    padding: 0 5rem;
    margin: 0;
  }
}
.foto_2 .container .bl p {
  text-align: justify;
}
.foto_2 .container .bl.img {
  text-align: center;
}
.foto_2 .container .bl.img img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  max-width: 60rem;
  object-fit: cover;
}
@media screen and (min-width: 581px) {
  .foto_2 .container .bl.img img {
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 1025px) {
  .foto_2 .container .bl.img img {
    aspect-ratio: 3/4;
  }
}
.foto_2.reverse .container {
  flex-direction: row-reverse;
}

.frase_big {
  font-size: 2.8rem;
  font-weight: 600;
}

.blogpag {
  padding: 0 0 10rem;
}
.blogpag .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 6rem;
}
.blogpag .container .bl {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .blogpag .container .bl {
    width: calc(50% - 3rem);
  }
}
.blogpag .container .bl img:not(.ico_xs) {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin: 0 0 1.5rem;
  transition: all 0.3s;
}
.blogpag .container .bl h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.blogpag .container .bl p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.blogpag .container .bl:hover img:not(.ico_xs) {
  opacity: 90%;
}

.data {
  color: #797979;
  margin: 0 0 2rem;
  line-height: 1;
}

.carica {
  margin: 7rem auto 2rem;
  font-size: 1.8rem;
  color: #797979;
  border: 2px solid #ddd;
  padding: 1.3rem 2.5rem;
  border-radius: 5rem;
  text-transform: uppercase;
  transition: all 0.3s;
}
.carica:hover {
  translate: 0 -8px;
}

.filtri {
  width: 100%;
  padding: 0 2%;
  max-width: 142rem;
  margin: 0 auto 5rem;
}

.filter {
  cursor: pointer;
  display: inline-block;
  padding: 5px 2rem;
  background-color: #FFFEF5;
  margin: 0 1rem 1rem 0;
  font-weight: 600;
  border-radius: 10rem;
  transition: all 0.3s;
}
.filter.current {
  background-color: #8ACBE6;
  color: #fff;
}
.filter:hover {
  background-color: #6783A8;
  color: #fff;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.dettaglio_blog {
  padding: 8rem 0;
}
.dettaglio_blog img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin: 4rem auto;
}
@media screen and (min-width: 1025px) {
  .dettaglio_blog img {
    aspect-ratio: 16/9;
  }
}

.gallery {
  padding: 8rem 0 0;
}
.gallery .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}
.gallery .container .foto {
  width: calc(50% - 0.5rem);
}
@media screen and (min-width: 401px) {
  .gallery .container .foto {
    width: calc(33.3% - 0.66rem);
  }
}
@media screen and (min-width: 581px) {
  .gallery .container .foto {
    width: calc(25% - 0.75rem);
  }
}
@media screen and (min-width: 769px) {
  .gallery .container .foto {
    width: calc(16.6% - 0.83rem);
  }
}
.gallery .container .foto img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
}

.desc {
  max-width: 100rem;
  margin: 0 auto;
}
.desc p {
  margin: 0 0 1.5rem;
}
.desc h2, .desc h3, .desc h4, .desc h5 {
  margin: 1.5rem 0 5px;
}
.desc h2 {
  font-size: 11vw;
}
@media screen and (min-width: 281px) {
  .desc h2 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .desc h2 {
    font-size: 4rem;
  }
}
.desc h5 {
  font-size: 2.2rem;
}
.desc ul, .desc ol {
  margin: 1rem 0 2rem;
}
.desc ul li, .desc ol li {
  list-style-position: inside;
}
.desc ul li::marker, .desc ol li::marker {
  color: #8ACBE6;
  font-weight: 800;
}
.desc ul li {
  list-style-type: disc;
}
.desc ol li {
  list-style-type: decimal;
}
.desc a {
  text-decoration: underline;
  font-weight: 600;
  color: #6783A8;
}

.downloads {
  max-width: 100rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 2rem;
  margin: 0 auto 2rem;
  padding: 0 2%;
}

.mappa {
  margin: 0 0 8rem;
}
.mappa iframe {
  border: none;
  width: 100%;
  height: 40rem;
}

/*# sourceMappingURL=style.css.map */
