@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;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%);
  }
}
h1 {
  font-size: clamp(3rem, 4rem, 4vw);
  font-weight: 600;
  margin: 0 0 1rem;
}
h1 span {
  color: #45D0A2;
}

h2 {
  font-size: clamp(2.8rem, 3.6rem, 3.6vw);
  font-weight: 600;
  margin: 0 0 1rem;
}
h2 span {
  color: #45D0A2;
}

h3 {
  font-size: clamp(2.5rem, 3.2rem, 3.2vw);
  font-weight: 600;
  margin: 0 0 1rem;
}
h3 span {
  color: #45D0A2;
}

h4 {
  font-size: clamp(2.2rem, 2.5rem, 2.5vw);
  font-weight: 600;
  margin: 0 0 1rem;
}
h4 span {
  color: #45D0A2;
}

h5 {
  font-size: clamp(1.9rem, 2.2rem, 2.2vw);
  font-weight: 600;
  margin: 0 0 1rem;
}
h5 span {
  color: #45D0A2;
}

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

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

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

hr {
  margin: 3rem auto;
}

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

h1, h2, h3, h4, h5 {
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  /* font-weight: normal; */
  line-height: 1.2;
}

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

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

input {
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
}

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

.font {
  font-family: "Saira Condensed", sans-serif;
}

.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%;
}
.splide__arrow svg {
  fill: #fff;
}

.splide__arrow--prev {
  left: 0;
  translate: 0 -5px;
  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;
}

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

.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: #45D0A2;
}
ul.sitemap li.sublink {
  font-size: 1.6rem;
  padding: 0;
  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: 15px;
  height: 15px;
  object-fit: contain;
  transition: all 0.3s;
}

.btn {
  text-transform: uppercase;
  display: inline-block;
  padding: 2rem 4rem;
  border-top: 4px solid #45D0A2;
  border-bottom: 4px solid #45D0A2;
  transition: all 0.3s;
  line-height: 1;
  font-weight: 600;
  margin: 4rem 0 0;
}
.btn:hover {
  translate: 0 -8px;
}

.stit {
  color: #45D0A2;
  font-family: "Saira Condensed", sans-serif;
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin: 0 0 1.5rem;
}

.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: 50%;
  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;
  padding: 2rem;
  background-color: #191919;
  border-radius: 5px;
  min-width: 25rem;
  translate: -50% 0;
  text-align: center;
}
.dropdown .dropdown-content a {
  line-height: 1.2;
}
.dropdown .dropdown-content a:hover {
  color: #fff;
}
.dropdown:hover .dropdown-content {
  height: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* menu dropdown */
.menuresponsive {
  display: flex;
  width: calc(100% - 12rem - 5rem);
  justify-content: flex-end;
  align-items: center;
  order: 2;
  padding: 0 2rem 0 0;
}
.menuresponsive img {
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 330px) {
  .menuresponsive {
    width: calc(100% - 12rem - 11rem);
    padding: 0 2rem 0 2%;
  }
}
@media screen and (min-width: 1230px) {
  .menuresponsive {
    display: none;
  }
}

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

.rotate {
  rotate: 180deg;
}

/* sidenav menu resp */
.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 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  overflow-x: hidden;
  transition: 0.5s;
  right: 0;
  overflow-y: scroll;
}
.sidenav .flexnav {
  display: flex;
  position: relative;
}
.sidenav .flexnav .bgcolor {
  position: fixed;
  background-color: rgba(69, 208, 162, 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: 16rem;
  height: auto;
  object-fit: contain;
  aspect-ratio: 5/3;
}

#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;
}

.fascia_menu {
  padding: 2.5rem 0;
  width: 100%;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  z-index: 9;
}
.fascia_menu .container {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 330px) {
  .fascia_menu .container {
    align-items: center;
  }
}
.fascia_menu .container .logo {
  width: 12rem;
  height: auto;
  aspect-ratio: 74/43;
  object-fit: contain;
  max-width: 100%;
  /* @media screen and (min-width: 1286px) {
      width: 15rem;
  } */
}
.fascia_menu .container .menu {
  width: calc(100% - 24rem);
  padding: 0 1%;
  display: none;
  flex-direction: column;
  gap: 0 4rem;
  /* @media screen and (min-width: 1286px) {
      width: calc(100% - 30rem);
      padding: 0 2%;
  } */
}
@media screen and (min-width: 1230px) {
  .fascia_menu .container .menu {
    display: flex;
  }
}
.fascia_menu .container .menu .principale {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 0 0 8px;
}
.fascia_menu .container .menu .secondario {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0 0;
}
.fascia_menu .container .menu .secondario li a {
  text-transform: uppercase;
  font-size: 1.5rem;
}
.fascia_menu .container .menu li {
  /* &.personale {
      border-left: 1px solid;
      border-right: 1px solid;
      margin: 0 0 0 1rem;
      a {
          color: $mattone;
      }
  } */
}
.fascia_menu .container .menu li a {
  padding: 0 5px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (min-width: 1340px) {
  .fascia_menu .container .menu li a {
    padding: 0 1rem;
  }
}
.fascia_menu .container .menu li a:hover, .fascia_menu .container .menu li a.active {
  font-weight: bold;
}
.fascia_menu .container .cta {
  display: flex;
  align-items: center;
  width: 5rem;
  order: 3;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  /* @media screen and (min-width: 1286px) {
      width: 15rem;
  } */
}
@media screen and (min-width: 330px) {
  .fascia_menu .container .cta {
    width: 11rem;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1230px) {
  .fascia_menu .container .cta {
    width: 12rem;
  }
}
.fascia_menu .container .cta a {
  height: 3rem;
}
.fascia_menu .container .cta a img {
  width: 5rem;
  height: 3rem;
}

.btn_abs {
  position: absolute;
  top: 16rem;
  width: 100%;
  /* max-width: 142rem; */
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 9;
  text-align: right;
  display: none;
}
@media screen and (min-width: 1230px) {
  .btn_abs {
    display: block;
  }
}
.btn_abs .menu_corsi {
  max-width: 142rem;
  margin: 0 auto;
  padding: 0 2%;
}
.btn_abs .dropdown {
  width: 50%;
  padding: 0 0 1rem;
}
.btn_abs .dropdown::after {
  content: "";
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: -1.5rem;
  left: -50vw;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.btn_abs .dropdown a img {
  transition: all 0.3s;
}
.btn_abs .dropdown a.btn_corsi {
  padding: 2rem 4rem;
  display: inline-block;
  line-height: 1;
  background-color: #17B7B7;
  color: #fff;
  border-radius: 10rem;
  min-width: 100%;
  text-align: left;
  font-weight: 600;
}
.btn_abs .dropdown:hover img.chevron {
  rotate: 90deg;
}
.btn_abs .dropdown:hover::after {
  opacity: 1;
}
.btn_abs .dropdown .dropdown-content {
  width: 200%;
  background: #fff;
  padding: 5rem;
  border-radius: 4rem;
  right: 0;
  left: 0;
}
.btn_abs .dropdown .dropdown-content .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btn_abs .dropdown .dropdown-content .flex .bl {
  width: 50%;
  text-align: left;
}
.btn_abs .dropdown .dropdown-content .flex .bl:first-of-type {
  padding: 0 4rem 0 0;
  border-right: 3px solid #EAEAEA;
}
.btn_abs .dropdown .dropdown-content .flex .bl:last-of-type {
  padding: 0 0 0 4rem;
}
.btn_abs .dropdown .dropdown-content .flex .bl h3 {
  font-size: 2.2rem;
  font-weight: 500;
  padding: 0 0 1rem;
  border-bottom: 1px solid #EAEAEA;
  color: #767676;
}
.btn_abs .dropdown .dropdown-content .flex .bl h3 span {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 2rem;
}
.btn_abs .dropdown .dropdown-content .flex .bl ul {
  column-count: 2;
  padding: 3rem 0 0;
  column-gap: 3rem;
}
.btn_abs .dropdown .dropdown-content .flex .bl ul li {
  padding: 1rem 0;
}
.btn_abs .dropdown .dropdown-content .flex .bl ul li a {
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 600;
}
.btn_abs .dropdown .dropdown-content .flex .bl ul li a:hover {
  color: #17B7B7;
}

#slide-home {
  width: 100%;
  height: calc(90vh - 15rem);
  min-height: 60rem;
}
#slide-home .splide__track, #slide-home .splide_list, #slide-home .splide__slide {
  height: 100%;
}
#slide-home .splide__arrows {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 142rem;
  display: flex;
  gap: 1rem;
  z-index: 3;
  padding: 0 2%;
}
@media screen and (min-width: 769px) {
  #slide-home .splide__arrows {
    bottom: 8rem;
  }
}
#slide-home .splide__arrows .splide__arrow {
  position: relative;
  display: flex;
  background-color: #17B7B7;
  align-items: center;
  justify-content: center;
  border-radius: 4rem;
  padding: 5px 7px;
}
#slide-home .splide__arrows .splide__arrow--prev {
  translate: 0;
}
#slide-home .splide__arrows .splide__arrow svg {
  margin: 0 -4px 0 0;
}
#slide-home .overlay {
  background: #FFF;
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #slide-home .overlay {
    background: #FFF;
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);
    width: 70%;
  }
}
#slide-home .txt_slide {
  position: absolute;
  bottom: 10rem;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 142rem;
  margin: 0 auto;
  z-index: 2;
  padding: 0 2%;
}
@media screen and (min-width: 769px) {
  #slide-home .txt_slide {
    top: 50%;
    translate: 0 -50%;
    bottom: inherit;
  }
}
#slide-home .txt_slide .box {
  max-width: 50rem;
}
#slide-home .txt_slide .box h2 {
  font-size: clamp(3rem, 4.8rem, 4vw);
  font-weight: 600;
  margin: 0 0 1rem;
}
#slide-home .txt_slide .box p {
  font-size: 2.5rem;
  letter-spacing: 2px;
  line-height: 1.2;
}

.intro_chisiamo {
  padding: 8rem 2%;
  background-color: #F5F5F5;
}
.intro_chisiamo .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.intro_chisiamo .flex .bl {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .intro_chisiamo .flex .bl {
    width: 50%;
  }
}
.intro_chisiamo .flex .bl.img {
  margin: 0 0 4rem;
  text-align: center;
}
.intro_chisiamo .flex .bl.img img {
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  object-fit: cover;
  max-width: 90rem;
}
.intro_chisiamo .flex .bl.txt {
  padding: 0 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .intro_chisiamo .flex .bl.txt {
    padding: 0 4rem;
  }
}
.intro_chisiamo .flex .bl.txt .box {
  max-width: 71rem;
  margin: 0 auto 0 0;
}
.intro_chisiamo .flex .bl.txt .btn {
  border-top: 4px solid #118080;
  border-bottom: 4px solid #118080;
}

.home_servizi {
  width: 100%;
  max-width: 150rem;
  padding: 10rem 2%;
  margin: 0 auto;
}
.home_servizi .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 4rem 2rem;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .home_servizi .flex {
    gap: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .home_servizi .flex {
    align-items: center;
  }
}
.home_servizi .flex .bl {
  width: 100%;
  max-width: 46rem;
}
.home_servizi .flex .bl.vuoto {
  display: none;
}
.home_servizi .flex .bl.txt2 {
  order: 8;
}
@media screen and (min-width: 751px) {
  .home_servizi .flex .bl {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 1025px) {
  .home_servizi .flex .bl.txt2 {
    order: inherit;
  }
}
@media screen and (min-width: 1281px) {
  .home_servizi .flex .bl {
    width: calc(33.3% - 1.33rem);
  }
  .home_servizi .flex .bl.vuoto {
    display: block;
  }
}
.home_servizi .flex .bl.txt {
  padding: 2rem 2%;
}
@media screen and (min-width: 1025px) {
  .home_servizi .flex .bl.txt {
    padding: 4rem;
  }
}
.home_servizi .flex .bl.img {
  position: relative;
  transition: all 0.3s;
}
.home_servizi .flex .bl.img:hover {
  translate: 0 -8px;
}
.home_servizi .flex .bl.img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 4rem;
}
.home_servizi .flex .bl.img .title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 4rem 2rem;
}
@media screen and (min-width: 401px) {
  .home_servizi .flex .bl.img .title {
    padding: 4rem;
  }
}
.home_servizi .flex .bl.img .title .btn {
  border: none;
  background-color: #45D0A2;
  text-transform: none;
  border-radius: 5px;
  margin: 8px 0 0;
  padding: 1.5rem 3rem;
}
.home_servizi .flex .bl.img .title h3 {
  color: #fff;
}
.home_servizi .flex .bl.img .overlay {
  background: #191919;
  background: -webkit-linear-gradient(0deg, rgb(25, 25, 25) 0%, rgba(25, 25, 25, 0) 100%);
  background: -moz-linear-gradient(0deg, rgb(25, 25, 25) 0%, rgba(25, 25, 25, 0) 100%);
  background: linear-gradient(0deg, rgb(25, 25, 25) 0%, rgba(25, 25, 25, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#191919", endColorstr="#191919", GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  z-index: 1;
}

.link {
  font-size: 1.8rem;
  font-family: "Saira Condensed", sans-serif;
  letter-spacing: 2px;
  color: #45D0A2;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  margin: 8px 0 0;
}

.slide_corsi_principale {
  padding: 10rem 0;
  background-color: #118080;
  background-image: url(../images/deco.svg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.slide_corsi_principale .wrap {
  width: 100%;
  max-width: 150rem;
  margin: 0 auto 5rem;
  padding: 0 2%;
}
.slide_corsi_principale .wrap h2 {
  color: #fff;
  text-align: center;
}
.slide_corsi_principale #slide-corsi-princip, .slide_corsi_principale #slide-corsi-elearning {
  padding: 0 0 8rem 2%;
  margin: -2rem auto 0;
  overflow: hidden;
}
@media screen and (min-width: 631px) {
  .slide_corsi_principale #slide-corsi-princip, .slide_corsi_principale #slide-corsi-elearning {
    padding: 9rem 0 0 2%;
    margin: -10rem 0 0;
  }
}
.slide_corsi_principale #slide-corsi-princip .splide__track, .slide_corsi_principale #slide-corsi-elearning .splide__track {
  margin: 0 auto;
  max-width: 150rem;
  overflow: visible;
}
.slide_corsi_principale #slide-corsi-princip .splide__track .box_img, .slide_corsi_principale #slide-corsi-elearning .splide__track .box_img {
  position: relative;
}
.slide_corsi_principale #slide-corsi-princip .splide__track .box_img .img_corso, .slide_corsi_principale #slide-corsi-elearning .splide__track .box_img .img_corso {
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 4rem 4rem 0 0;
}
.slide_corsi_principale #slide-corsi-princip .splide__track .box_img .etichetta, .slide_corsi_principale #slide-corsi-elearning .splide__track .box_img .etichetta {
  top: 2rem;
  position: absolute;
  right: 2rem;
  padding: 1rem 2rem;
  background: #457AD0;
  line-height: 1;
  border-radius: 2rem;
  color: #fff;
}
.slide_corsi_principale #slide-corsi-princip .splide__track .box_txt, .slide_corsi_principale #slide-corsi-elearning .splide__track .box_txt {
  background-color: #fff;
  padding: 0 2rem 4.5rem;
  border-radius: 0 0 4rem 4rem;
}
.slide_corsi_principale #slide-corsi-princip .splide__track .box_txt .cat, .slide_corsi_principale #slide-corsi-elearning .splide__track .box_txt .cat {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin: -2rem 0 2.5rem;
  z-index: 2;
  position: relative;
}
.slide_corsi_principale #slide-corsi-princip .splide__track .box_txt .cat .ico_cat, .slide_corsi_principale #slide-corsi-elearning .splide__track .box_txt .cat .ico_cat {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
}
.slide_corsi_principale #slide-corsi-princip .splide__track .box_txt .cat .font, .slide_corsi_principale #slide-corsi-elearning .splide__track .box_txt .cat .font {
  color: #45D0A2;
  letter-spacing: 2px;
}
.slide_corsi_principale #slide-corsi-princip .splide__track .box_txt .btn, .slide_corsi_principale #slide-corsi-elearning .splide__track .box_txt .btn {
  padding: 1.5rem 2.5rem;
  border: none;
  background-color: #45D0A2;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  text-transform: none;
  margin: 0;
}
.slide_corsi_principale #slide-corsi-princip .splide__arrows, .slide_corsi_principale #slide-corsi-elearning .splide__arrows {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 150rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2%;
}
@media screen and (min-width: 631px) {
  .slide_corsi_principale #slide-corsi-princip .splide__arrows, .slide_corsi_principale #slide-corsi-elearning .splide__arrows {
    top: 1rem;
    bottom: inherit;
  }
}
.slide_corsi_principale #slide-corsi-princip .splide__arrows .splide__arrow, .slide_corsi_principale #slide-corsi-elearning .splide__arrows .splide__arrow {
  position: relative;
}
.slide_corsi_principale #slide-corsi-princip .splide__arrows .splide__arrow svg path, .slide_corsi_principale #slide-corsi-elearning .splide__arrows .splide__arrow svg path {
  fill: #45D0A2;
}
.slide_corsi_principale .btn {
  color: #fff;
  margin: 7rem auto 0;
}

.ico_cat {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
}

.row_title {
  width: 100%;
  padding: 0 2%;
  max-width: 180rem;
  margin: 0 auto 4rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row_title div {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .row_title div {
    width: 80%;
    padding: 0 2% 0 0;
  }
}

.ultime_notizie {
  padding: 10rem 0;
  background-color: #F5F5F5;
  background-image: url(../images/deco.svg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

#slide-notizie {
  padding: 0 0 8rem 2%;
  margin: -2rem auto 0;
  overflow: hidden;
}
@media screen and (min-width: 631px) {
  #slide-notizie {
    padding: 9rem 0 0 2%;
    margin: 0;
  }
}
#slide-notizie .splide__track {
  margin: 0 auto;
  max-width: 180rem;
  overflow: visible;
}
#slide-notizie .splide__track .img_slblog {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 4rem;
  margin: 0 0 2.5rem;
}
#slide-notizie .splide__track h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
#slide-notizie .splide__track .btn {
  margin: 1rem 0 0;
  padding: 5px 1rem;
  text-transform: none;
  color: #c8553d;
  border-top: 4px solid #c8553d;
  border-bottom: 4px solid #c8553d;
}
#slide-notizie .splide__arrows {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 180rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2%;
}
@media screen and (min-width: 631px) {
  #slide-notizie .splide__arrows {
    top: 1rem;
    bottom: inherit;
  }
}
#slide-notizie .splide__arrows .splide__arrow {
  position: relative;
}
#slide-notizie .splide__arrows .splide__arrow svg path {
  fill: #45D0A2;
}

.pf {
  margin: 6rem auto;
  max-width: 180rem;
  width: 96%;
  border-radius: 4rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.pf .overlay {
  background-color: rgba(25 25 25 / 40%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 4rem;
}
.pf .container {
  padding: 10rem 2%;
  max-width: 100rem;
  position: relative;
  z-index: 1;
}
.pf .container h3 {
  color: #fff;
}
.pf .container p {
  color: #fff;
}
.pf .container .btn {
  border: none;
  background-color: #F5F5F5;
  border-radius: 5px;
}

footer {
  padding: 8rem 0 11rem;
  background-color: #191919;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  z-index: 10;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #45D0A2;
}
footer strong {
  color: #45D0A2;
}
footer .container .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 3rem;
}
footer .container .flex .bl {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 551px) {
  footer .container .flex .bl {
    width: calc(50% - 1.5rem);
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  footer .container .flex .bl {
    width: calc(25% - 2.25rem);
  }
  footer .container .flex .bl:not(:first-of-type) {
    padding: 0 0 0 2rem;
    border-left: 2px solid rgba(69, 208, 162, 0.3);
  }
}

.logo_ft {
  width: 15rem;
  height: auto;
  aspect-ratio: 50/29;
  object-fit: contain;
}

.credits {
  margin: 9rem auto 0;
  text-align: center;
  color: #8D8D8D;
}
.credits a {
  color: #8D8D8D;
}

.social_ft {
  margin: 1rem 0 0;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 551px) {
  .social_ft {
    justify-content: flex-start;
  }
}
.social_ft li {
  transition: all 0.3s;
}
.social_ft li:hover {
  translate: 0 -5px;
}
.social_ft img {
  width: 2.5rem;
  height: 2.5rem;
}

#header_pag {
  height: 35rem;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 581px) {
  #header_pag {
    height: 50rem;
  }
}

.breadcrumbs {
  padding: 3rem 0 0;
}
.breadcrumbs.light {
  background-color: #F5F5F5;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  gap: 0 5px;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.breadcrumbs ul li a:hover {
  color: #45D0A2;
}

.simple {
  padding: 5rem 0;
  background-color: #F5F5F5;
}
.simple h2 {
  font-size: clamp(1.8rem, 2.5rem, 2.5vw);
  font-family: "Saira Condensed", sans-serif;
  letter-spacing: 2px;
  color: #45D0A2;
  font-weight: 400;
  margin: 0 0 2rem;
}
.simple .btn {
  font-size: 2rem;
  border: none;
  background-color: #c8553d;
  text-transform: none;
  color: #fff;
  border-radius: 5px;
}

.split {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .split {
    padding: 5rem 0;
  }
}
.split .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5rem;
  /* align-items: center; */
}
.split .container .bl {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
  padding: 5rem 4%;
}
@media screen and (min-width: 769px) {
  .split .container .bl {
    width: calc(50% - 2.5rem);
    padding: 5rem 3rem;
    border-radius: 4rem;
  }
}
.split .container .bl img {
  width: 100%;
  border-radius: 4rem;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
}
.split .container .bl img.full {
  height: 100%;
  object-fit: cover;
}
.split .container .bl ul li {
  list-style: inside disc;
  line-height: 1.8;
  padding: 1rem 0;
}
.split .container .bl ul li::marker {
  color: #45D0A2;
}
.split.reverse {
  margin: 4rem 0 0;
}
@media screen and (min-width: 769px) {
  .split.reverse .container {
    flex-direction: row-reverse;
  }
}

.altri_servizi {
  padding: 8rem 0;
  background-color: #F5F5F5;
}
.altri_servizi h2 {
  margin: 0 0 5rem;
}
.altri_servizi .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 7rem 3rem;
}
.altri_servizi .row_100 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  border-radius: 4rem;
}
.altri_servizi .row_100 .bl {
  width: 100%;
}
.altri_servizi .row_100 .bl img {
  width: 100%;
  height: 100%;
  border-radius: 4rem 4rem 0 0;
  object-fit: cover;
}
.altri_servizi .row_100 .bl .box {
  background-color: #fff;
  padding: 4rem 1.5rem;
  border-radius: 0 0 4rem 4rem;
  height: 100%;
}
@media screen and (min-width: 401px) {
  .altri_servizi .row_100 .bl .box {
    padding: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .altri_servizi .row_100 {
    flex-direction: row;
  }
  .altri_servizi .row_100 .bl {
    width: 50%;
  }
  .altri_servizi .row_100 .bl img {
    border-radius: 4rem 0 0 4rem;
  }
  .altri_servizi .row_100 .bl .box {
    border-radius: 0 4rem 4rem 0;
  }
}
.altri_servizi .row_33 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  width: 100%;
}
.altri_servizi .row_33 p, .altri_servizi .row_33 li {
  line-height: 1.6;
}
.altri_servizi .row_33 li {
  padding: 1rem 0;
}
@media screen and (min-width: 1025px) {
  .altri_servizi .row_33 {
    width: calc(33.3% - 2rem);
  }
}
.altri_servizi .row_33 .bl {
  width: 100%;
}
.altri_servizi .row_33 .bl.img img {
  width: 100%;
  height: 100%;
  border-radius: 4rem 4rem 0 0;
  object-fit: cover;
}
.altri_servizi .row_33 .bl .box {
  background-color: #fff;
  padding: 4rem 1.5rem;
  border-radius: 0 0 4rem 4rem;
  height: 100%;
}
@media screen and (min-width: 401px) {
  .altri_servizi .row_33 .bl .box {
    padding: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .altri_servizi .row_33 {
    flex-direction: row;
  }
  .altri_servizi .row_33 .bl {
    width: 50%;
  }
  .altri_servizi .row_33 .bl.img img {
    border-radius: 4rem 0 0 4rem;
  }
  .altri_servizi .row_33 .bl .box {
    border-radius: 0 4rem 4rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .altri_servizi .row_33 {
    flex-direction: column;
  }
  .altri_servizi .row_33 .bl {
    width: 100%;
  }
  .altri_servizi .row_33 .bl.img img {
    border-radius: 4rem 4rem 0 0;
  }
  .altri_servizi .row_33 .bl .box {
    border-radius: 0 0 4rem 4rem;
  }
}

.ico_mark {
  width: 2.2rem;
  height: 2.2rem;
  object-fit: contain;
}

.pf h3 strong {
  font-weight: 600;
  display: inline-block;
  padding: 5px 1rem;
  background-color: #457AD0;
  border-radius: 5px;
}

.comprende {
  padding: 8rem 0 0;
}
.comprende .wrap {
  background-color: #F5F5F5;
  padding: 3rem 0 8rem;
  margin: -2rem 0 auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .comprende .wrap {
    margin: -2rem auto 0;
  }
}
.comprende .wrap .row {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto 5rem;
}
.comprende .wrap .row h3 {
  padding: 1rem 3rem;
  background: #17B7B7;
  color: #fff;
  border-radius: 10rem;
}
.comprende .wrap .row p {
  padding: 0 3rem;
}
.comprende .wrap .row ul:not(.accordion) {
  padding: 1.5rem 3rem;
}
.comprende .wrap .row ul li:not(.mainbox) {
  list-style: inside disc;
}
.comprende .wrap .row ul li::marker {
  color: #45D0A2;
}
.comprende .wrap .row ul.accordion .toggle {
  color: #45D0A2;
  font-size: 1.8rem;
  text-decoration: underline;
  cursor: pointer;
}
.comprende .wrap .btn {
  font-size: 2rem;
  border: none;
  background-color: #45D0A2;
  text-transform: none;
  color: #fff;
  border-radius: 5px;
  margin: 0 auto;
}

.parentesi {
  width: 100%;
  height: auto;
  aspect-ratio: 40/7;
  margin: -5vw auto 0;
}

.ico {
  width: 26rem;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  max-width: 100%;
}

.icone {
  padding: 8rem 0;
  text-align: center;
  /* @media screen and (min-width:451px) {
      text-align: left;
  } */
}
.icone .wrap {
  margin: 3rem auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 180rem;
  gap: 6rem 3rem;
  padding: 0 2%;
  justify-content: center;
}
.icone .wrap .bl {
  width: 100%;
}
@media screen and (min-width: 451px) {
  .icone .wrap .bl {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 769px) {
  .icone .wrap .bl {
    width: calc(33.3% - 2rem);
  }
}
@media screen and (min-width: 1025px) {
  .icone .wrap .bl {
    width: calc(25% - 2.25rem);
  }
}
@media screen and (min-width: 1281px) {
  .icone .wrap .bl {
    width: calc(16.66% - 2.5rem);
  }
}
.icone .wrap .bl .ico {
  border-radius: 4rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
  margin: 0 0 2rem;
}
.icone .wrap .bl h5 {
  font-size: 2rem;
  line-height: 1.5;
}
.icone .wrap .bl p {
  line-height: 1.6;
  margin: 1rem 0 0;
}

#wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#wrapper #main {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #wrapper #main {
    display: block;
    width: calc(100% - 25rem);
  }
}
@media screen and (min-width: 1281px) {
  #wrapper #main {
    width: calc(100% - 42rem);
  }
}
#wrapper #main .simple, #wrapper #main .breadcrumbs {
  background-color: #fff;
}
#wrapper #main .container {
  margin: 0 auto 0 0;
}
#wrapper #sidebar {
  position: relative;
  width: 25rem;
  background-color: #F5F5F5;
  display: none;
}
@media screen and (min-width: 1025px) {
  #wrapper #sidebar {
    display: block;
  }
}
@media screen and (min-width: 1281px) {
  #wrapper #sidebar {
    width: 42rem;
  }
}
#wrapper #sidebar #sc {
  padding: 3rem 1rem;
  background-color: #F5F5F5;
  width: 25rem;
}
@media screen and (min-width: 1281px) {
  #wrapper #sidebar #sc {
    padding: 3rem;
    width: 42rem;
  }
}
#wrapper #sidebar.sidebar-corso #sc {
  padding: 3rem 1rem;
  /* @media screen and (min-width:1421px) {
      padding: 16rem 3rem 3rem;
  } */
}
@media screen and (min-width: 1281px) {
  #wrapper #sidebar.sidebar-corso #sc {
    padding: 15rem 3rem 3rem;
  }
}
#wrapper.fix-bottom-VP #sc, #wrapper.fix-top-VP #sc {
  position: fixed;
  top: 0;
}
#wrapper.flex-bottom {
  align-items: flex-end;
}
#wrapper .slide_corsi_principale {
  background-color: #EAEAEA;
}
#wrapper .slide_corsi_principale .wrap {
  max-width: 142rem;
  margin: 0 auto 5rem 0;
}
#wrapper .slide_corsi_principale .wrap h2 {
  color: #191919;
}
#wrapper .slide_corsi_principale.elearning {
  background-color: rgba(81, 98, 124, 0.2);
  background-image: none;
}

.side_corsi {
  margin: 2rem 0 0;
}
.side_corsi li {
  margin: 0 0 1rem;
  transition: all 0.3s;
}
.side_corsi li a {
  align-items: center;
  display: flex;
  gap: 5px;
  width: 100%;
  padding: 1rem;
  background: #fff;
  border-radius: 5rem;
  line-height: 1.2;
}
.side_corsi li:hover {
  translate: 0 -4px;
}
.side_corsi li.elearning {
  margin: 4rem 0 0;
}
.side_corsi li.elearning a {
  background-color: #457AD0;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.ico_cat_side {
  width: 2.3rem;
  height: 2.3rem;
  object-fit: contain;
}

.row_cat {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
  align-items: center;
  margin: 0 0 3rem;
}
.row_cat h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.5rem, 2.5vw);
  font-family: "Saira Condensed", sans-serif;
  letter-spacing: 2px;
  color: #45D0A2;
  font-weight: 400;
}

.toggle_livelli {
  padding: 8rem 0;
}
.toggle_livelli .flex {
  margin: 6rem 0 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 3rem;
}
.toggle_livelli .flex .bl {
  width: 100%;
  border-radius: 4rem;
}
@media screen and (min-width: 769px) {
  .toggle_livelli .flex .bl {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1025px) {
  .toggle_livelli .flex .bl {
    width: calc(33.3% - 2rem);
  }
}
.toggle_livelli .flex .bl .box {
  padding: 3.5rem 3rem 0;
  border-radius: 4rem 4rem 0 0;
  box-shadow: 0 -8px 1rem rgba(105, 105, 105, 0.1);
}
.toggle_livelli .flex .bl .box .tit_livello div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-end;
  gap: 2rem;
  margin: 0 0 1rem;
}
.toggle_livelli .flex .bl .box .tit_livello div h3 {
  margin: 0;
  line-height: 1;
}
.toggle_livelli .flex .bl .box .tit_livello div img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
.toggle_livelli .flex .bl .box .tit_livello.basso {
  color: #f7cc59;
}
.toggle_livelli .flex .bl .box .tit_livello.medio {
  color: #EF9300;
}
.toggle_livelli .flex .bl .box .tit_livello.alto {
  color: #E54820;
}
.toggle_livelli .flex .bl .box p:not(.durata) {
  margin: 0 0 1.5rem;
  line-height: 2;
}
.toggle_livelli .flex .bl .box .durata {
  font-weight: 600;
  color: #45D0A2;
}
.toggle_livelli .flex .bl .mainbox {
  margin: -3.5rem 0 0;
}
.toggle_livelli .flex .bl .toggle {
  padding: 3.5rem 3rem;
  border-radius: 0 0 4rem 4rem;
  box-shadow: 0 8px 1rem rgba(105, 105, 105, 0.1);
  cursor: pointer;
  text-decoration: underline;
  line-height: 1.5;
}
.toggle_livelli .flex .bl .inner {
  margin: 2rem 0 0;
  padding: 3.5rem 3rem;
  background: #45D0A2;
  color: #fff;
  border-radius: 4rem;
}
.toggle_livelli .flex .bl .inner li {
  list-style: inside disc;
  line-height: 1.8;
}

.simple .desc h2 {
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.2;
  font-size: clamp(2.8rem, 3.8rem, 3.8vw);
  font-weight: 600;
  margin: 2rem 0 1rem;
  letter-spacing: 0;
  color: #191919;
}

.desc h3, .desc h4, .desc h5 {
  margin: 2rem 0 1rem;
}
.desc ul {
  margin: 1rem 0 3rem;
}
.desc ul li {
  padding: 1rem 0 0 3rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 2;
  gap: 5px;
}
.desc ul li::before {
  content: "";
  width: 2rem;
  display: inline-block;
  height: 2.5rem;
  object-fit: contain;
  position: absolute;
  left: 0;
  background-image: url(../images/marker.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.desc ol {
  margin: 1rem 0 3rem;
}
.desc ol li {
  padding: 1rem 0 0 0;
  line-height: 2;
  list-style: inside decimal;
}
.desc ol li::marker {
  color: #45D0A2;
}
.desc p {
  margin: 0 0 1rem;
}
.desc a {
  color: #c8553d;
  text-decoration: underline;
}

#myCat {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 128, 128, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  transition: all 0.1s;
}
#myCat .wrap {
  width: 96%;
  padding: 2rem 1rem;
  max-width: 40rem;
  background: #F5F5F5;
  margin: 0 2%;
  border-radius: 2rem;
}
@media screen and (min-width: 381px) {
  #myCat .wrap {
    padding: 2rem 3rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 380px) {
  #myCat {
    align-items: flex-start;
    overflow: scroll;
  }
  #myCat .wrap {
    margin: 7rem 2% 3rem;
  }
}
@media screen and (max-height: 600px) {
  #myCat {
    align-items: flex-start;
    overflow: scroll;
  }
  #myCat .wrap {
    margin: 7rem 2% 3rem;
  }
}
#myCat.open {
  opacity: 1;
  pointer-events: all;
}

.btn_resp_cat {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  background-color: #17B7B7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: 600;
  color: #fff;
  z-index: 11;
}
.btn_resp_cat img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 1025px) {
  .btn_resp_cat {
    display: none;
  }
}

/* DETTAGLIO CORSO */
.sticky_menu {
  padding: 1rem 0;
}
.sticky_menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem 4rem;
}
.sticky_menu h1 {
  transition: all .3s;
}
.sticky_menu ul li {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 5px;
  width: 100%;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .sticky_menu ul li {
    width: calc(33% - 3.2rem);
  }
}
.sticky_menu ul li .ico_formazione {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #fff;
}

.sticky_menu.sticky .row_cat {
  display: none;
}
.sticky_menu.sticky h1 {
  font-size: 2.5rem;
  padding: 1rem 0 0;
}

#header_corso {
  background: #FFFFFF;
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 35%, rgb(245, 245, 245) 35%);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 35%, rgb(245, 245, 245) 35%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 35%, rgb(245, 245, 245) 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#F5F5F5", GradientType=0);
}
#header_corso .breadcrumbs {
  padding: 3rem 0 0;
}
@media screen and (min-width: 1281px) {
  #header_corso .breadcrumbs {
    padding: 12rem 0 0;
  }
}
#header_corso .row_cat {
  margin: 0 0 2rem;
}
#header_corso .row_cat .ico_cat {
  width: 4rem;
  height: 4rem;
}

.wrap_img_principale {
  position: relative;
  width: 96%;
  max-width: 142rem;
  margin: 2rem auto 0;
}
.wrap_img_principale .sfumatura {
  background: rgb(43, 43, 43);
  background: -moz-linear-gradient(0deg, rgb(43, 43, 43) 0%, rgba(43, 43, 43, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgb(43, 43, 43) 0%, rgba(43, 43, 43, 0) 50%);
  background: linear-gradient(0deg, rgb(43, 43, 43) 0%, rgba(43, 43, 43, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2b2b",endColorstr="#2b2b2b",GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 98%;
  border-radius: 3rem;
  mix-blend-mode: multiply;
}

.sticky + .wrap_img_principale {
  padding-top: 14rem;
}

.img_principale {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 4rem;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .img_principale {
    aspect-ratio: 16/7;
  }
}

.prossime_date {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: -10rem auto 0;
  position: relative;
  gap: 1.5rem;
  max-width: 142rem;
  padding: 0 2%;
}

.prossime_date.e-learning {
  margin: -5rem auto 2rem;

  & p {
    color: #fff;
  }
}

.prossime_date h3 {
  width: 100%;
  font-size: 2.5rem;
  font-style: italic;
  margin: 0 0 1rem;
  color: #fff;
  text-align: center;
}
.prossime_date .box {
  /* .disponibilita {
      @include flex;
      justify-content: center;
      align-items: center;
      gap: 5px;
      margin: 5px auto 0;

      p {
          font-size: 1.6rem;
          font-style: italic;
          color: $grigio;
          font-weight: 600;
      }

      img {
          width: 1.6rem;
          height: 1.6rem;
      }
  } */
}
.prossime_date .box span {
  background-color: #45D0A2;
  padding: 2rem 3rem;
  border-radius: 1rem;
  display: block;
}
.prossime_date .box span .data {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.prossime_date .box span .ora {
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: #fff;
}
.prossime_date .box .prenota {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  gap: 5px;
  opacity: 1;
  transition: all 0.3s;
}
/* @media screen and (min-width: 1281px) {
  .prossime_date .box .prenota {
    opacity: 0;
  }
}
.prossime_date .box:hover .prenota {
  opacity: 1;
} */

.cta_date {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9b9b9b;
  text-decoration: underline;
  font-style: italic;
  gap: 1rem;
  margin: 3rem auto 0;
  width: 100%;
  max-width: 142rem;
}

.simple.dettaglio-corso {
  padding: 5rem 0;
  /* @media screen and (min-width:1421px) {
      padding: 14rem 0 5rem;
  } */
}
@media screen and (min-width: 1281px) {
  .simple.dettaglio-corso {
    padding: 9rem 3rem 3rem;
  }
}

.programma_corso {
  padding: 5rem 0;
  background-color: rgba(69, 208, 162, 0.1);
}
@media screen and (min-width: 581px) {
  .programma_corso {
    padding: 10rem 0;
  }
}
.programma_corso h4 {
  margin: 0 0 3rem;
}
.programma_corso .accordion .mainbox .toggle {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  background: #45D0A2;
  border-radius: 4rem;
  color: #fff;
  font-weight: 500;
  margin: 0 0 2rem;
  gap: 1rem;
  font-size: 2rem;
  line-height: 1.8;
  cursor: pointer;
}
@media screen and (min-width: 581px) {
  .programma_corso .accordion .mainbox .toggle {
    padding: 1rem 4rem;
  }
}
.programma_corso .accordion .mainbox .toggle .chevron {
  display: inline-flex;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid;
  border-radius: 2rem;
  align-items: center;
  justify-content: center;
}
.programma_corso .accordion .mainbox .toggle .chevron span {
  display: block;
  width: 1rem;
  height: 2px;
  background: #fff;
  border-radius: 1rem;
  position: absolute;
  transition: all 0.3;
}
.programma_corso .accordion .mainbox .toggle .chevron span:last-of-type {
  rotate: 90deg;
}
.programma_corso .accordion .mainbox .toggle .chevron.rotate span:last-of-type {
  rotate: 0deg;
}
.programma_corso .accordion .mainbox .toggle .durata {
  padding: 1rem 2rem;
  border: 1px solid;
  border-radius: 2rem;
}
.programma_corso .accordion .mainbox .toggle p {
  flex-grow: 2;
  line-height: 1.4;
  width: calc(100% - 2rem - 2.5rem - 15rem);
}
.programma_corso .accordion .inner {
  padding: 2rem;
  background: #fff;
  margin: 0 0 3rem;
  border-radius: 4rem;
}
@media screen and (min-width: 581px) {
  .programma_corso .accordion .inner {
    padding: 2rem 4rem;
  }
}

.date_disp {
  margin: 5rem auto 0;
  width: 96%;
}
@media screen and (min-width: 1281px) {
  .date_disp {
    margin: 10rem auto 10rem 2%;
  }
}
.date_disp .container {
  text-align: center;
  border-top: 3px solid #17B7B7;
  border-bottom: 3px solid #17B7B7;
  padding: 4rem 2%;
}
@media screen and (min-width: 1025px) {
  .date_disp .container {
    border: 3px solid #17B7B7;
    border-radius: 100rem;
    padding: 6rem 2%;
  }
}
.date_disp .container h3 {
  margin: 0 auto 2rem;
}
.date_disp .container ul li {
  list-style: inside disc;
  max-width: 50rem;
  margin: 0 auto 1rem;
  border-bottom: 1px solid #F5F5F5;
}
.date_disp .container ul li::marker {
  color: #17B7B7;
}
.date_disp .container ul li a {
  display: inline-block;
  width: calc(100% - 22px);
}
.date_disp .container ul li a div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 401px) {
  .date_disp .container ul li a div {
    font-size: 2rem;
  }
}
.date_disp .container ul li a div .data {
  font-weight: 300;
}
.date_disp .container ul li a div .cta {
  font-weight: 600;
  font-style: italic;
  color: #45D0A2;
}
.date_disp .container ul li a div .cta img {
  padding: 0;
  transition: all 0.3s;
  box-sizing: content-box;
}
.date_disp .container ul li a:hover .cta img {
  padding: 0 0 0 1rem;
}

.iscrizione {
  background-color: #191919;
  color: #fff;
  padding: 8rem 0;
  position: relative;
  z-index: 10;
}
.iscrizione h3.stit {
  font-size: clamp(2.5rem, 3.2rem, 3.2vw);
  font-weight: 400;
}
.iscrizione .btn {
  border: none;
  background-color: #45D0A2;
  color: #fff;
  border-radius: 5px;
  margin: 1rem auto 2rem;
}
.iscrizione .txt-small {
  color: #fff;
}

.faq {
  padding: 8rem 0;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.faq h3 {
  margin: 0 0 3rem;
}
.faq .accordion .mainbox .toggle {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  background: #fff;
  border-radius: 4rem;
  font-weight: 500;
  margin: 0 0 2rem;
  gap: 1rem;
  font-size: 2rem;
  line-height: 1.8;
  cursor: pointer;
  box-shadow: 0 0 1rem rgba(43, 43, 43, 0.2);
}
@media screen and (min-width: 581px) {
  .faq .accordion .mainbox .toggle {
    padding: 1rem 4rem;
  }
}
.faq .accordion .mainbox .toggle .chevron {
  display: inline-flex;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid;
  border-radius: 2rem;
  align-items: center;
  justify-content: center;
}
.faq .accordion .mainbox .toggle .chevron span {
  display: block;
  width: 1rem;
  height: 2px;
  background: #191919;
  border-radius: 1rem;
  position: absolute;
  transition: all 0.3;
}
.faq .accordion .mainbox .toggle .chevron span:last-of-type {
  rotate: 90deg;
}
.faq .accordion .mainbox .toggle .chevron.rotate span:last-of-type {
  rotate: 0deg;
}
.faq .accordion .mainbox .toggle p {
  flex-grow: 2;
  width: calc(100% - 3rem);
  line-height: 1.4;
}
.faq .accordion .inner {
  padding: 2rem;
  background: #F5F5F5;
  margin: 0 0 3rem;
  border-radius: 4rem;
}
@media screen and (min-width: 581px) {
  .faq .accordion .inner {
    padding: 2rem 4rem;
  }
}

/* pagina generica */
.sezione#elearning {
  margin: 8rem 0 0;
  background-color: #e9ecf2;
  padding: 8rem 0;
}
.sezione .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 8rem 3rem;
  margin: 3rem 0 0;
}
@media screen and (min-width: 1151px) {
  .sezione .flex {
    gap: 8rem 6rem;
  }
}
.sezione .flex .bl {
  width: 100%;
}
@media screen and (min-width: 651px) {
  .sezione .flex .bl {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 851px) {
  .sezione .flex .bl {
    width: calc(33.3% - 2rem);
  }
}
@media screen and (min-width: 1151px) {
  .sezione .flex .bl {
    width: calc(33.3% - 4rem);
  }
}
.sezione .box_img {
  position: relative;
}
.sezione .box_img .img_corso {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 4rem 4rem 0 0;
}
.sezione .box_img .etichetta {
  top: 2rem;
  position: absolute;
  right: 2rem;
  padding: 1rem 2rem;
  background: #457AD0;
  line-height: 1;
  border-radius: 2rem;
  color: #fff;
}
.sezione .box_txt {
  background-color: #F5F5F5;
  padding: 0 2rem 4.5rem;
  border-radius: 0 0 4rem 4rem;
}
.sezione .box_txt .cat {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin: -2rem 0 2.5rem;
  z-index: 2;
  position: relative;
}
.sezione .box_txt .cat .ico_cat {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
}
.sezione .box_txt .cat .font {
  color: #45D0A2;
  letter-spacing: 2px;
}
.sezione .box_txt .btn {
  padding: 1.5rem 2.5rem;
  border: none;
  background-color: #45D0A2;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  text-transform: none;
  margin: 0;
}

/* form */
form {
  margin: 3rem 0 0;
}
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;
}
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.6rem;
  display: block;
  margin: 0;
  font-weight: 400;
  color: #191919;
}
form label span {
  color: #45D0A2;
}
form .input__text {
  width: 100%;
  border: none;
  background-color: #D4D4D4;
  font-size: 1.6rem;
  padding: 1rem;
  color: #191919;
  border-radius: 1rem;
}
form .input__text:focus {
  outline: none;
}
form textarea.input__text {
  resize: vertical;
  min-height: 12rem;
}
form .btn {
  background-color: #45D0A2;
  color: #fff;
  border: none;
  border-radius: 5px;
}

.checkbox-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom, .checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.checkbox-custom-label {
  position: relative;
}

.checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  width: 2.3rem;
  height: 2.3rem;
  padding: 4px;
  margin-right: 1rem;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #191919;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  content: url(../images/check-form.svg);
  background: #45D0A2;
}

.checkbox-custom:focus + .checkbox-custom-label {
  outline: none; /* focus style */
}

.form_iscrizione {
  width: 100%;
  margin: 3rem auto 8rem;
  max-width: 180rem;
  background-color: #F5F5F5;
  padding: 5rem 1rem 8rem;
}
@media screen and (min-width: 401px) {
  .form_iscrizione {
    padding: 5rem 2rem 8rem;
  }
}
@media screen and (min-width: 1195px) {
  .form_iscrizione {
    width: 96%;
    margin: 13rem auto 8rem;
    border-radius: 4rem;
  }
}

.steps {
  display: flex;
  justify-content: center;
  margin: -8rem auto 6rem;
}
.steps ul {
  display: flex;
  width: 100%;
  max-width: 46rem;
  justify-content: space-between;
  text-align: center;
  position: relative;
}
.steps ul::after {
  content: "";
  width: 90%;
  height: 5px;
  background-color: #EAEAEA;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  right: 0;
  translate: 0 -50%;
  margin: 0 auto;
  z-index: 1;
}
.steps ul li {
  position: relative;
  z-index: 2;
  max-width: 5rem;
}
@media screen and (min-width: 401px) {
  .steps ul li {
    max-width: inherit;
  }
}
.steps ul li p {
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1;
  border: 5px solid #EAEAEA;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  background: #fff;
  margin: 0 auto 5px;
}
@media screen and (min-width: 401px) {
  .steps ul li p {
    width: 6rem;
    height: 6rem;
  }
}
.steps ul li span {
  line-height: 1;
  font-size: 1rem;
  display: block;
  color: #9D9D9D;
}
@media screen and (min-width: 401px) {
  .steps ul li span {
    font-size: 1.2rem;
  }
}
.steps ul li.current p {
  background-color: #45D0A2;
  color: #fff;
}
.steps ul li.current span {
  color: #191919;
}
.steps ul li.past p {
  background-color: #EAEAEA;
}
.steps ul li.past span {
  color: #191919;
}

.block_no {
  margin: 3rem auto 0;
}

form.corsi .flex {
  padding: 3rem 0;
  border-bottom: 4px solid #EAEAEA;
}
form.corsi .flex .aggiungi {
  align-items: flex-end;
  margin: 2rem auto 1rem;
}
@media screen and (min-width: 581px) {
  form.corsi .flex .aggiungi {
    margin: 0;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}
form.corsi .flex .aggiungi .btn {
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  background: #17B7B7;
  width: 100%;
  padding: 1rem;
}
@media screen and (min-width: 581px) {
  form.corsi .flex .aggiungi .btn {
        padding: 1.5rem 2rem;
        width: auto;
        margin: 1rem;
  }
}
form.corsi .flex .aggiungi .btn.disabled {
  display: none;
}
form.corsi .flex .aggiungi .btn img {
  width: 1.5rem;
  height: 1.5rem;
}
form.corsi.riepilogo .row {
  margin: 0 0 4rem;
}
form.corsi.riepilogo .row h5 {
  color: #767676;
}
form.corsi.riepilogo .row .wrap {
  padding: 0 0 3rem;
  border-bottom: 3px solid #767676;
}
@media screen and (min-width: 401px) {
  form.corsi.riepilogo .row .wrap {
    padding: 0 0 0 3rem;
    border-left: 3px solid #767676;
    border-bottom: none;
  }
}
form.corsi.riepilogo .row .wrap span {
  display: block;
  width: 100%;
  line-height: 2;
}
form.corsi.riepilogo .row .wrap span.nome_corso {
  text-transform: uppercase;
  font-size: 1.8rem;
}

.wrap_btns {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3rem auto 0;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 581px) {
  .wrap_btns {
    flex-direction: row;
  }
}
.wrap_btns .btn {
  margin: 0;
}
.wrap_btns .btn:nth-child(2) {
  order: 1;
}
@media screen and (min-width: 581px) {
  .wrap_btns .btn:nth-child(2) {
    order: 2;
  }
}
.wrap_btns .btn.indietro {
  background-color: transparent;
  padding: 0;
  color: #767676;
  text-transform: none;
  text-decoration: underline;
  order: 2;
  border: none;
  border-radius: 5px;
}
@media screen and (min-width: 581px) {
  .wrap_btns .btn.indietro {
    background-color: #767676;
    padding: 2rem 4rem;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    order: 1;
  }
}

.team {
  padding: 6rem 0;
}
.team h2 {
  margin: 0 0 3rem;
}
.team .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 3rem;
  padding: 0 2%;
  max-width: 180rem;
  margin: 0 auto;
  justify-content: center;
}
.team .flex .bl {
  width: 100%;
}
@media screen and (min-width: 451px) {
  .team .flex .bl {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 769px) {
  .team .flex .bl {
    width: calc(33.3% - 2rem);
  }
}
@media screen and (min-width: 1025px) {
  .team .flex .bl {
    width: calc(25% - 2.25rem);
  }
}
@media screen and (min-width: 1281px) {
  .team .flex .bl {
    width: calc(20% - 2.4rem);
  }
}
.team .flex .bl .img_team {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: contain;
}
.team .flex .bl .job {
  color: #959595;
  text-transform: uppercase;
  line-height: 1;
}

.blog_pag {
  padding: 8rem 0;
}
.blog_pag .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 8rem 6rem;
}
.blog_pag .container .bl {
  width: 100%;
  transition: all 0.3s;
}
.blog_pag .container .bl:hover {
  translate: 0 -8px;
}
@media screen and (min-width: 571px) {
  .blog_pag .container .bl {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 901px) {
  .blog_pag .container .bl {
    width: calc(33.3% - 4rem);
  }
}
.blog_pag .container .bl .img_blog {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 4rem;
  margin: 0 0 1.5rem;
}
.blog_pag .container .bl .link {
  margin: 1rem 0 0;
  padding: 5px 1rem;
  text-transform: none;
  color: #c8553d;
  border-top: 4px solid #c8553d;
  border-bottom: 4px solid #c8553d;
  display: inline-flex;
  line-height: 1;
}
.blog_pag .container .bl h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.blog_pag .container .bl .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  line-height: 1.8;
  margin: 0 0 1.5rem;
}

.btn_more {
  display: inline-block;
  padding: 2rem 3rem;
  margin: 8rem auto 0;
  border: 4px solid #e4e4e4;
  border-radius: 8rem;
  color: #959595;
  transition: all 0.3s;
}
.btn_more:hover {
  translate: 0 -8px;
}

.breadcrumbs.blog {
  padding: 13rem 0 0;
}

.img_dett_blog {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4rem;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 769px) {
  .img_dett_blog {
    aspect-ratio: 16/9;
    margin: 0 0 -10rem;
  }
}
@media screen and (min-width: 1281px) {
  .img_dett_blog {
    aspect-ratio: 16/7;
    margin: 0 0 -20rem;
  }
}

.blog_pag_dett {
  margin: 5rem auto;
}
@media screen and (min-width: 769px) {
  .blog_pag_dett {
    margin: 10rem auto;
  }
}
@media screen and (min-width: 1281px) {
  .blog_pag_dett {
    margin: 20rem auto 10rem;
  }
}
.blog_pag_dett .stit {
  font-size: clamp(2.5rem, 3.5rem, 3.5vw);
  font-weight: 400;
}
.blog_pag_dett .desc {
  margin: 5rem auto 0;
}

.contatti {
  font-size: 2rem;
  padding: 8rem 0;
}
.contatti .social_ft img {
  width: 3.5rem;
  height: 3.5rem;
}
.contatti .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contatti .container .box_txt {
  width: 100%;
}
@media screen and (min-width: 851px) {
  .contatti .container .box_txt {
    width: 45rem;
  }
}
.contatti .container .mappa {
  width: 100%;
  height: 40rem;
  margin: 4rem auto 0;
}
@media screen and (min-width: 851px) {
  .contatti .container .mappa {
    width: calc(100% - 45rem);
    margin: 0;
  }
}

.form_bg {
  padding: 8rem 0 10rem;
  background-color: #51627C;
  color: #fff;
}
.form_bg form label {
  color: #fff;
}
.form_bg form label a {
  color: #fff;
}
.form_bg form .txt-small {
  color: #fff;
}


/* blocchi non a slide */
.flex.no_slide_box {padding: 9rem 0 0 2%;margin: -10rem 0 0;display:flex;flex-wrap:wrap; gap: 3rem;}
.flex.no_slide_box .bl {width: 100%;}
    
@media screen and (min-width:600px) {
    .flex.no_slide_box .bl {width: calc(50% - 1.5rem);}
}
@media screen and (min-width:1150px) {
    .flex.no_slide_box .bl {width: calc(33.3333% - 2rem);}
}
@media screen and (min-width:1281px) {
    .flex.no_slide_box .bl {width: calc(50% - 1.5rem);}
}
@media screen and (min-width:1500px) {
    .flex.no_slide_box .bl {width: calc(33.3333% - 2rem);}
}

.flex.no_slide_box .bl .box_img {position: relative;}
.flex.no_slide_box .bl .box_img .img_corso {width: 100%;height: auto;aspect-ratio: 4 / 3;object-fit: cover;border-radius: 4rem 4rem 0 0;}
.flex.no_slide_box .bl .box_img .etichetta {top: 2rem;
  position: absolute;
  right: 2rem;
  padding: 1rem 2rem;
  background: #457AD0;
  line-height: 1;
  border-radius: 2rem;
  color: #fff;}

.flex.no_slide_box .bl .box_txt {background-color: #fff;padding: 0 2rem 4.5rem;border-radius: 0 0 4rem 4rem;}
.flex.no_slide_box .bl .box_txt .cat {display: flex;align-items: flex-end;gap: 1rem;margin: -2rem 0 2.5rem;z-index: 2;position: relative;}
.flex.no_slide_box .bl .box_txt .cat .ico_cat {width: 6rem;height: 6rem;object-fit: contain;}
.flex.no_slide_box .bl .box_txt .cat .font {color: #45D0A2;letter-spacing: 2px;}
.flex.no_slide_box .bl .box_txt .btn {padding: 1.5rem 2.5rem;border: none;background-color: #45D0A2;border-radius: 5px;color: #fff;font-size: 1.6rem;text-transform: none;margin: 0;}



.etichetta {
  position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12rem;
    padding: 1rem;
    text-align: center;
    line-height: 1.4;
    background: #17b7b7;
    color: #fff;
    border-radius: 2rem;
    box-shadow: 0px 1rem 2rem rgba(0 0 0 / 46%);
}

.etichetta span {
  font-size: 2rem;
  font-weight: 600;
}


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