/* CSS Document */
body {
  -webkit-font-smoothing: antialiased;
}
::selection {
  background-color: none;
  color: #EC4141;
}
#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-accept-btn, #iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-btn-primary {
  background-color: #EC4141 !important;
}
#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-reject-btn {
  background-color: #EC4141 !important;
}
h1 {
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -4px;
  font-family: "Roboto Condensed", serif;
  font-weight: bold;
}
h2 {
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -2.8px;
  font-family: "Roboto Condensed", serif;
  font-weight: bold;
}
h3 {
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -2px;
  font-family: "Roboto Condensed", serif;
  font-weight: bold;
}
h4 {
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -1.6px;
  font-family: "Roboto Condensed", serif;
  font-weight: bold;
  color: #111111;
}
p {
  font-size: 24px;
  font-family: "Inter", serif;
  font-weight: bold;
  text-align: justify;
}
a {
  font-family: "Roboto Condensed", serif;
  font-size: 20px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
body .container {
  max-width: 1620px;
}
/*Header*/
header {
  background-color: #111111;
  width: 100%;
  padding: 22px 0;
}
header .logo {
  cursor: pointer;
}
header .logo p {
  font-size: 24px;
  letter-spacing: -1.2px;
  line-height: 28px;
  font-family: "Roboto Condensed", serif;
  font-weight: bold;
  margin: 0 0 0 17px;
  color: #ffffff;
}
#social-icon {
  margin-left: 150px;
}
header #social-icon i {
  font-size: 30px;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
header #social-icon a:nth-of-type(1) i:hover {
  color: #3b5998;
}
header #social-icon a:nth-of-type(2) i:hover {
  color: #FF0000;
}
header #social-icon a:nth-of-type(3) i:hover {
  color: #DD2A7B;
}
header #social-icon a:nth-of-type(4) i:hover {
  color: #C8232C;
}
header #social-icon a {
  margin: 0 25px;
}
header nav ul li a {
  color: #ffffff;
  transition: all .2s ease-in-out;
}
header nav ul li a:hover {
  color: #EC4141;
}
header .btn-secondary {
  --bs-btn-bg: none;
  --bs-btn-border-color: none;
  --bs-btn-hover-color: none;
  --bs-btn-hover-bg: none;
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-color: #111111;
  font-family: "Roboto Condensed", serif;
  font-size: 20px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: bold;
  padding: 0;
}
.btn:hover {
  color: #EC4141;
}
header nav ul li {
  margin-left: 15px;
}
.dropdown-menu li {
  margin: 0;
}
.dropdown-menu {
  --bs-dropdown-bg: #000;
  --bs-dropdown-link-hover-bg: #EC4141;
  --bs-dropdown-link-color: #ffffff;
  --bs-dropdown-link-active-color: #111111;
  --bs-dropdown-link-active-bg: #FFFFFF;
}
.logo-mobile {
  cursor: pointer;
}
.menu-mobile {
  height: 25px;
  width: 30px;
  z-index: 999999999999999;
  cursor: pointer;
}
.menu-mobile span {
  height: 4px;
  width: 30px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
}
.menu-mobile.mostra span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 10px;
}
.menu-mobile.mostra span:nth-of-type(2) {
  opacity: 0;
}
.menu-mobile.mostra span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 10px;
}
.menu-mobile span:nth-of-type(1) {
  left: 0;
  top: 0;
  transition: all .3s ease-in-out;
}
.menu-mobile span:nth-of-type(2) {
  left: 0;
  top: 10px;
  opacity: 1;
  transition: all .3s ease-in-out;
}
.menu-mobile span:nth-of-type(3) {
  left: 0;
  top: 20px;
  transition: all .3s ease-in-out;
}
#mobileFull {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #111111;
  z-index: 999999999999999;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
#mobileFull h3 {
  margin: 0;
}
#mobileFull img {
  margin-right: 10px;
}
#mobileFull.mostra {
  left: 0;
}
#mobileFull .wrapper-menu {
  width: 50%;
}
#mobileFull .wrapper-menu ul li {
  margin-bottom: 30px;
}
#mobileFull .wrapper-menu ul li a {
  font-family: "Roboto Condensed", serif;
  font-size: 40px;
  letter-spacing: -2px;
  color: #ffffff;
  font-weight: bold;
}
#mobileFull .wrapper-menu .dropdown-menu {
  --bs-dropdown-bg: #111111;
  --bs-dropdown-link-hover-bg: #EC4141;
  --bs-dropdown-link-color: #ffffff;
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #111111;
}
#mobileFull .wrapper-menu .btn-secondary {
  --bs-btn-bg: none;
  --bs-btn-border-color: none;
  --bs-btn-hover-color: none;
  --bs-btn-hover-bg: none;
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-bg: none;
  --bs-btn-active-color: #111111;
  font-family: "Roboto Condensed", serif;
  font-size: 40px;
  letter-spacing: -2px;
  color: #ffffff;
  font-weight: bold;
  padding: 0;
}
#mobileFull .linea {
  background-color: #ffffff;
}
#mobileFull .wrapper-social {
  width: 50%
}
#mobileFull .wrapper-social i {
  font-size: 50px;
}
/*Index Home*/
#hero-video {
  width: 100%;
  height: calc(100vh - 116px);
}
#hero-video video {
  width: 100%;
  height: calc(100vh - 116px);
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 116px;
}
#hero-video .container {
  padding-bottom: 112px;
}

#hero .wrapper-titoli {
  background-color: #ffffff;
  padding: 12.5px 30px;
  border-radius: 20px;
  box-shadow: #111111 0px 0px 0px 2px inset, rgba(255, 255, 255, 0.00) 10px -10px 0px -3px, #EC4141 5px -5px, rgba(255, 255, 255, 0.00) 20px -20px 0px -3px
}
#hero h1{
	font-size: 60px;
	letter-spacing: -3px;
}
#hero p{
	font-size: 24px;
	text-align: left;
}
.wrapper-titoli p {
  font-size: 32px;
}
.tasto:nth-of-type(1) {
  margin-right: 82px;
}
.tasto {
  border: 4px solid #FFFFFF;
  border-radius: 10px 0 10px 0;
  padding: 5px 26px;
  font-size: 24px;
  font-family: "Inter", serif;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  transform: translate(0, 0);
}
.tasto:hover {
  transform: translate(8px, 8px);
}
.tasto.rosso {
  border-color: #EC4141;
  color: #EC4141;
}
.tasto::after {
  content: '';
  width: 90%;
  height: 30px;
  border-radius: 0 0 10px 0;
  border: 4px solid #ffffff;
  border-top: 0;
  border-left: 0;
  position: absolute;
  right: -12px;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  transform: translate(0, 0);
}
.tasto:hover::after {
  transform: translate(-8px, -8px);
}
.tasto.rosso:after {
  border-color: #EC4141;
}
.tasto:hover::before {
  transform: translate(-8px, -8px)
}
.tasto::before {
  content: '';
  width: 90%;
  height: 30px;
  border-radius: 10px 0 0 0;
  position: absolute;
  top: -4px;
  left: -4px;
  border: 4px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
  transition: all 0.3s ease-in-out;
  transform: translate(0, 0);
}
.tasto.rosso::before {
  border-color: #EC4141;
}
section {
  overflow: hidden;
}
#hero{
	padding: 40px 0!important;
}
section:not(#hero-video){
  padding: 70px 0px;
}
.linea {
  width: 100%;
  background-color: #111111;
  display: inline-block;
}
.linea-piccola {
  height: 3px;
  margin-bottom: 20px;
}
.linea-grande {
  height: 5px;
}
.scheda {
  height: 700px;
  width: 16.6667%;
  background-color: aqua;
  border-radius: 20px;
  transform: skewX(10deg);
  margin-right: 15px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: #111111 0px 0px 0px 2px inset, rgba(255, 255, 255, 0.00) 10px -10px 0px -3px, #EC4141 5px -5px, rgba(255, 255, 255, 0.00) 20px -20px 0px -3px;
}
.scheda:nth-of-type(6) {
  margin-right: 0;
}
.freccia {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #FFFFFF;
  top: 10px;
  right: 10px;
  transform: skewX(-10deg);
  padding: 4px;
  z-index: 9999;
}
.img-sfondo-scheda img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pannello-rosso {
  width: 100%;
  height: 100%;
  background-color: #EC4141;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  mix-blend-mode: multiply;
}
.scheda:hover .pannello-rosso {
  opacity: .7;
}
.scheda:hover p {
  opacity: 1;
}
.scheda p {
  z-index: 999;
  font-family: "Roboto Condensed", serif;
  font-weight: bold;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  transform: translate(-50%, -50%) skewX(-10deg);
  opacity: 0;
}
.sottomenu {
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 0.2s ease-in-out;
}
.sottomenu.attivo {
  left: 0;
}
.sottomenu i {
  color: #111111;
  font-size: 45px;
  transform: skewX(-10deg);
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1000;
}
.sottomenu ul {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 10px;
  transform: translate(-50%, -50%) skewX(-10deg);
}
.sottomenu ul li {
  margin-bottom: 80px;
}
.sottomenu ul li:nth-of-type(2) {
  margin-left: 15px;
}
.sottomenu ul li:nth-of-type(3) {
  margin-left: 30px;
  margin-bottom: 0;
}
.sottomenu ul li a {
  font-size: 32px;
  transition: all 0.2s ease-in-out;
  color: #111111;
}
.sottomenu ul li a:hover {
  color: #EC4141;
}
#sala-armi .sottomenu ul {
  margin-left: -10px;
}
.sottomenu#sottosala ul li:nth-of-type(2) {
  margin-left: 30px;
}
.fondoscuro {
  background-color: #111111;
}
.fondoscuro {
  color: #ffffff;
}
.fondoscuro .linea {
  background-color: #ffffff;
}
#inforario img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: -40%;
  z-index: 1;
}
#inforario .wrapper-contenuto {
  position: relative;
  z-index: 1;
}
#inforario p {
  font-size: 20px;
  font-weight: 400;
}
#inforario .row {
  margin-top: 20px;
  position: relative;
  z-index: 99999;
}
#inforario .row > div {
  border-bottom: 3px solid #ffffff;
}
#inforario .row h3 {
  display: inline-block;
  width: 226px;
}
#inforario .row .wrapper-info {
  width: 33.3334%;
}
#inforario .wrapper-intestazione p {
  font-size: 24px;
}
#inforario .wrapper-intestazione .wrapper-btn .tasto {
  margin: 0;
}
#csen {
  background-image: url("../img/sfondocsen.webp");
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  height: 750px;
}
#csen-overlay {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(236, 65, 65, 0.90);
  width: 1000px;
  height: 300px;
  border-radius: 0 20px 20px 0;
}
#csen-overlay .wrapper-contenuto {
  padding: 50px 80px;
  height: 100%;
}
#csen-overlay h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}
.numerirossi {
  color: #EC4141;
}
#competenze p {
  font-size: 20px;
  font-weight: 400;
}
#competenze .row {
  margin-top: 20px;
}
.wrapper-immagine img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#competenze .voce {
  margin-bottom: 30px;
}
#competenze .voce:nth-of-type(5) {
  margin-bottom: 0;
}
.citazioni {
  height: 610px;
  background-color: #DBCDB9;
}
.citazioni > img {
  position: absolute;
  top: 22px;
  left: 190px;
  height: 923px;
  width: 764px;
}
.citazioni h2 {
  font-family: "Crimson Text", serif;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -1.2px;
}
.citazioni p {
  font-family: "Crimson Text", serif;
  font-size: 32px;
  font-weight: 600;
}
.wrapper-citazione {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#faq img {
  position: absolute;
  top: 130px;
  right: 15px;
  height: 1050px;
  width: 800px;
}
#faq .accordion {
  --bs-accordion-bg: none;
  --bs-accordion-color: #ffffff;
  --bs-accordion-border-color: none;
  --bs-accordion-btn-color: #ffffff;
  --bs-accordion-active-bg: none;
  --bs-accordion-active-color: #ffffff;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-active-icon: none;
  --bs-accordion-btn-icon: none;
}
#faq .accordion-header {
  border-bottom: 3px solid #ffffff;
}
#faq .accordion-header p {
  font-size: 24px;
  margin-bottom: 0;
  font-family: "Roboto Condensed", serif;
}
#faq .accordion-body {
  font-size: 20px;
  font-family: "Inter", serif;
}
#collaborazioni {
  height: 500px;
}
#collaborazioni .marquee {
  display: flex;
  width: 200%;
  position: absolute;
  overflow: hidden;
  top: 230px;
  left: 0;
  animation: loop 20s linear infinite;
}
#collaborazioni .marquee > img {
  width: 150px;
  height: 150px;
  margin-right: 70px;
}
@keyframes loop {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
} /*Pagina Fonti*/
#fonti section:not(#hero) p {
  font-size: 20px;
  font-weight: 300;
}
#fonti #hero {
  height: calc(100vh - 116px);
  background-image: url("../img/sfondo-hero-fonti.webp");
  background-size: cover;
  background-position: center center;
}
#fonti h2 {
  margin-bottom: 60px;
}
#fonti h4 {
  border-bottom: 3px solid #111111;
  padding-bottom: 6px;
}
#fonti .fondoscuro h4 {
  color: #ffffff;
  border-color: #ffffff;
}
#fonti .citazioni img {
  height: 629px;
  width: 537px;
  top: -19px;
}
#i33 .miniatura, #vadi .miniatura, #marozzo .miniatura {
  height: 100%;
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}
#fiore .miniatura, #tradizione-tedescha .miniatura {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
}
#tradizione-tedescha .miniatura {
  transform: translateY(-50%) scale(-1, 1)
}
/*Pagina About*/
#aboutpage #hero {
  height: calc(100vh - 116px);
  background-image: url("../img/hero-about.webp");
  background-size: cover;
  background-position: center center;
}
#aboutpage p {
  font-size: 18px;
  font-weight: 400;
}
#aboutpage #descrizione > .container {
  margin-bottom: 40px;
}
#aboutpage #descrizione .row .wrapper-immagine {
  width: 40%;
  overflow: hidden;
  transform: skewX(10deg);
  border-radius: 20px;
  height: 700px;
  box-shadow: #111111 0px 0px 0px 2px inset, rgba(255, 255, 255, 0.00) 10px -10px 0px -3px, #EC4141 5px -5px, rgba(255, 255, 255, 0.00) 20px -20px 0px -3px
}
#aboutpage #descrizione .row .wrapper-immagine:nth-of-type(1) {
  margin-right: 40px;
}
#aboutpage #descrizione .row .wrapper-immagine img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 180%;
  transform: skewX(-10deg) translateX(-15%);
}
#aboutpage #descrizione #riga-due .wrapper-immagine {
  width: 40%;
  overflow: hidden;
  transform: skewX(-10deg);
  border-radius: 20px;
  height: 800px;
}
#aboutpage #descrizione #riga-due .wrapper-immagine img {
  transform: skewX(10deg) translateX(-15%);
}
#aboutpage #descrizione .row.rigafoto .wrapper-immagine:nth-of-type(1) {
  margin-right: 0;
}
#aboutpage #descrizione .rigafoto {
  margin: 40px 0;
  flex-wrap: nowrap;
  column-gap: 20px;
}
#aboutpage #descrizione .rigafoto .wrapper-immagine {
  width: 25%;
  height: 500px;
}
/*Crosi per Adulti*/
#corsi-adulti #hero {
  height: calc(100vh - 116px);
  background-image: url("../img/corsi-adulti.webp");
  background-size: cover;
  background-position: center center;
}
#corsi-adulti section:not(#hero) p {
  font-size: 18px;
  font-weight: 400;
}
#corsi-adulti #descrizione .row .wrapper-immagine {
  height: 280px;
  width: 90%;
  overflow: hidden;
  transform: skewX(10deg);
  border-radius: 20px;
	box-shadow: #111111 0px 0px 0px 2px inset, rgba(255, 255, 255, 0.00) 10px -10px 0px -3px, #EC4141 5px -5px, rgba(255, 255, 255, 0.00) 20px -20px 0px -3px;
}
#corsi-adulti #descrizione .row .wrapper-immagine:nth-of-type(1) {
  transform: skewX(10deg);
  margin-bottom: 20px;
}
#corsi-adulti #descrizione .row .wrapper-immagine:nth-of-type(2){
	margin-bottom: 20px;
}
#corsi-adulti #descrizione .wrapper-immagine img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 150%;
  transform: skewX(-10deg) translateX(-15%);
}
.mobile-skew {
  width: 100%;
}
#corsi-adulti #descrizione .wrapper-immagine {
  height: 181px;
  width: 100%;
  overflow: hidden;
  transform: skewX(10deg);
  border-radius: 20px;
}
#corsi-adulti #descrizione .wrapper-immagine:nth-of-type(1) {
  transform: skewX(10deg) translateX(-10%);
  margin-bottom: 10px;
}
#corsi-adulti #descrizione .mobile-skew .wrapper-immagine {
  width: 150%;
}
#corsi-adulti #descrizione .mobile-skew .wrapper-immagine:nth-of-type(1) {
  transform: skewX(10deg) translateX(0);
  margin-bottom: 10px;
}
/*Corsi Per Bambini*/
#corsi-bambini #hero {
  height: calc(100vh - 116px);
  background-image: url("../img/hero-bambini.webp");
  background-size: cover;
  background-position: center center;
  background-origin: border-box;
}
#corsi-bambini section:not(#hero) p {
  font-size: 18px;
  font-weight: 400;
}
#corsi-bambini #descrizione .wrapper-immagine {
  height: 723px;
}
#corsi-bambini #descrizione .wrapper-immagine img {
  height: 100%;
  width: auto;
  border-radius: 20px;
  object-fit: cover;
}
/*Pagina sede e orario*/
#sedieorari #hero {
  background-color: #111111;
  height: auto;
}
#sedieorari #hero .wrapper-titoli {
  color: #111111;
}
#sedieorari p{
	text-align: left;
}
#sedieorari section:not(#hero) p {
  font-size: 18px;
  font-weight: 400;
}
#sedieorari iframe {
  width: 70vw;
  height: 450px;
  border-radius: 20px 0 0 20px;
}
#sedieorari .row {
  margin-bottom: 100px;
}
#sedieorari .row::after {
  content: '';
  width: 100%;
  height: 250px;
  position: absolute;
  left: 0;
  bottom: -35px;
  z-index: -1;
  border-bottom: #EC4141 3px solid;
  border-right: #EC4141 3px solid;
}
/*Pagina Contattaci*/
#contattaci h3 {
  font-size: 32px;
}
#contattaci #hero {
  height: calc(100vh - 116px);
  background-image: url("../img/contattaci.webp");
  background-size: cover;
  background-position: center center;
}
#contattaci #schedaform {
  background-color: #111111;
  color: #ffffff;
}
#contattaci #schedaform .linea {
  background-color: #ffffff;
}
#contattaci img {
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
#contattaci #schedaform form .row {
  margin-bottom: 30px;
}
#contattaci .wrapper-input {
  position: relative;
  border: #EC4141 solid 3px;
}
#contattaci .no-bordo .wrapper-input {
  border: none;
}
#contattaci .wrapper-input .input-label {
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background-color: #111111;
  padding: 10px;
  transition: .3s all ease-in-out;
  pointer-events: none;
}
#contattaci .wrapper-input .input-label.attivo {
  font-size: 20px;
  top: 0;
}
#contattaci .wrapper-input .text-label {
  top: 35px;
  left: 30px;
}
input, select {
  color: #ffffff;
  font-family: "Inter", serif;
  padding-left: 30px;
}
:focus-visible {
  outline: none;
  background-color: #111111;
  color: #ffffff;
  padding: 0px 30px;
  font-family: "Inter", serif;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #111111 inset;
  -webkit-text-fill-color: #ffffff;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #111111 inset;
  -webkit-text-fill-color: #ffffff;
}
#contattaci .wrapper-input input, #contattaci .wrapper-input select {
  width: 100%;
  height: 70px;
  background-color: #111111;
  border: none;
}
#contattaci .wrapper-input textarea {
  resize: none;
  width: 100%;
  height: 350px;
  background-color: #111111;
  border: none;
  padding: 30px;
  font-family: "Inter", serif;
  color: #ffffff;
}
#contattaci form input[type="checkbox"] {
  width: 30px;
  height: 30px;
  margin-right: 30px;
  position: relative;
  appearance: none;
  border: #EC4141 solid 3px;
  background-color: #111111;
}
#contattaci form input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  width: 20px;
  height: 15px;
  background-color: #EC4141;
  transition: all .12s ease-in-out;
}
#contattaci form input[type="checkbox"]:checked::after {
  opacity: 1;
}
label[for="termini"] {
  font-family: "Inter", serif;
}
#contattaci form input[type="submit"] {
  display: none;
}
#contattaci .no-bordo .tasto {
  margin: 0;
}
#contattaci #descrizione-staff img {
  top: 0;
  left: 50%;
  transform: translate(-50%);
  opacity: 0.2;
}
#contattaci a {
  font-size: 20px;
  font-family: "Inter", serif;
  color: #111111;
}
#contattaci i {
  font-size: 40px;
  margin-right: 15px;
}
/*Pagina Staff*/
#staff #hero {
  height: calc(100vh - 116px);
  background-image: url("../img/hero-staff.webp");
  background-size: cover;
  background-position: center center;
}
#staff .row a {
  color: #111111;
}
#staff .wrapper-immagine {
  border: 3px #EC4141 solid;
  border-radius: 20px;
  width: 100%;
  height: 500px;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
#staff .wrapper-immagine i {
  font-size: 25px;
  color: #EC4141;
  position: absolute;
  top: 25px;
  right: 25px;
  transition: all .3s ease-in-out;
}
#staff .wrapper-immagine img {
  width: auto;
  height: 100%;
}
#staff .wrapper-immagine:hover i {
  font-size: 35px;
  top: 22px;
  right: 22px;
}
#staff .wrapper-contenuto {
  margin-top: 20px;
}
#staff .wrapper-contenuto h3 {
  border-bottom: 3px solid #111111;
  padding-bottom: 15px;
}
#staff .offcanvas {
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
#staff .offcanvas .row img {
  width: 100%;
  height: auto;
}
#staff .offcanvas h5 {
  font-family: "Roboto Condensed", serif;
  font-size: 32px;
  letter-spacing: -1.6px;
}
#staff .offcanvas p {
  font-size: 16px;
  font-weight: 400;
}
#staff .offcanvas ul li {
  font-family: "Inter", serif;
  padding: 5px 0;
}
/*Pagina Equipaggiamento*/
#equipaggiamento #hero {
  height: calc(100vh - 116px);
  background-image: url("../img/equipaggiamento-hero.webp");
  background-size: cover;
  background-position: center center;
}
#equipaggiamento section:not(#hero) p {
  font-size: 18px;
  font-weight: 400;
}
#equipaggiamento #descrizione .row {
  margin: 30px 0px;
}
#equipaggiamento #descrizione .row .wrapper-immagine {
  height: 460px;
  position: relative;
}
#equipaggiamento #descrizione .row .wrapper-immagine img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#equipaggiamento .accordion .accordion-button {
  border: none;
}
#equipaggiamento .accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #111111;
  background-color: #FFFFFF;
}
#equipaggiamento .accordion h2 .accordion-button {
  font-size: 24px;
  font-weight: bold;
  font-family: "Roboto Condensed", serif;
}
#equipaggiamento .accordion .accordion-button:focus {
  box-shadow: none;
}
#equipaggiamento .accordion .accordion-item {
  border: none;
  border-bottom: 3px #111111 solid;
  border-radius: 0;
  margin-bottom: 20px;
}
/*Pagina gallery*/
#gallery #hero {
  height: calc(100vh - 116px);
  background-image: url("../img/gallery-hero.webp");
  background-size: cover;
  background-position: left bottom;;
}
#gallery #ancora {
  width: 100%;
  background-color: #111111;
  padding: 30px;
  color: #ffffff;
}
#gallery #ancora i {
  font-size: 40px;
  margin-right: 15px;
}
#gallery .wrapper-marquee {
  height: 600px;
}
#gallery .galleryMarquee {
  display: flex;
  width: 200%;
  position: absolute;
  top: 0;
  left: 0;
  animation: loop 30s linear infinite;
}
#gallery .galleryMarquee .wrapper-immagine {
  height: 500px;
  overflow: hidden;
  min-width: 315px;
  transform: skewX(10deg);
  border-radius: 20px;
  position: relative;
  margin: 0 20px;
  box-shadow: #111111 0px 0px 0px 2px inset, rgba(255, 255, 255, 0.00) 10px -10px 0px -3px, #EC4141 5px -5px, rgba(255, 255, 255, 0.00) 20px -20px 0px -3px
}
#gallery .galleryMarquee .wrapper-immagine img {
  transform: skewX(-10deg);
  width: 200%;
  position: absolute;
  top: 0;
  left: -75%;
}
#gallery .row .wrapper-immagine {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
}
#gallery .swiper {
  width: 100%;
  height: 600px;
}
#gallery .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
#gallery .swiper .swiper-slide iframe {
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(50%);
  border-radius: 20px;
}
#gallery .swiper-button-next, #gallery .swiper-button-prev {
  color: #EC4141;
}
/*Footer*/
footer {
  background-color: #111111;
  padding: 50px 0;
}
footer h4 {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -1.2px;
}
footer img {
  width: 115px;
  height: 115px;
  margin-right: 18px;
}
footer ul li {
  margin-bottom: 30px;
}
footer ul li a {
  text-decoration: underline;
}
#social-icon-footer i {
  font-size: 50px;
  margin-right: 35px;
}
/*Form ok*/
#formok {
  width: 100%;
  height: 100%;
  background-color: #111111;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
}
#formok #card {
  height: 70%;
  width: 70%;
  background-color: white;
  border-radius: 20px;
  padding: 50px;
  box-shadow: #111111 0px 0px 0px 2px inset, rgba(255, 255, 255, 0.00) 10px -10px 0px -3px, #EC4141 5px -5px, rgba(255, 255, 255, 0.00) 20px -20px 0px -3px;
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%)
}
#formok #card img {
  height: 150px;
  width: 150px;
}
#formok #card .link a {
  color: #111111;
}
/*Safeguarding*/
#safeguarding p {
  font-size: 18px;
  font-weight: 400;
}
/*Pc small*/
@media (min-width:1200px) and (max-width:1619px) {
  body .container {
    max-width: 1200px;
  }
  #social-icon {
    margin-left: 120px;
  }

header #social-icon a {
  margin: 0px 10px;
}
	header #social-icon i{
		font-size: 24px;
	}
#csen-overlay {
  width: 800px;
}
#i33 .miniatura, #vadi .miniatura, #marozzo .miniatura {
  opacity: 0.8;
}
#fiore .miniatura, #tradizione-tedescha .miniatura {
  left: 0;
  opacity: 0.8;
}
	#corsi-adulti #descrizione .row .wrapper-immagine {
  height: 360px;
}
#aboutpage #descrizione #riga-due .wrapper-immagine {
  height: 700px;
}
#equipaggiamento #descrizione .row .wrapper-immagine {
  height: 400px;
}
#inforario img {
  opacity: 0.5;
}
	}
/*tablet lanscape*/
@media (min-width:992px) and (max-width:1199px) {
  body .container {
    max-width: 1000px;
  }
  h2 {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
  header .logo p {
    font-size: 16px;
    letter-spacing: -1px;
  }
  header #social-icon i {
    font-size: 20px;
  }
  header nav ul li a {
    font-size: 16px;
  }
  .dropdown button {
    font-size: 16px;
  }
  header #social-icon a:nth-of-type(2) {
    margin: 0 30px 0 30px;
  }
  #social-icon {
    margin-left: 0px;
  }
  .pannello-rosso {
    opacity: .7;
    background-color: #111111;
  }
  .scheda p {
    opacity: 1;
    font-size: 32px;
  }
  #inforario img {
    top: 0;
    right: -50%;
    transform: translateX(-50%);
    opacity: 0.5;
  }
  #inforario .wrapper-intestazione {
    margin-top: 20px;
  }
  #csen {
    height: 650px;
  }
  #csen-overlay {
    height: 250px;
    width: 600px;
  }
  #csen-overlay h3 {
    font-size: 32px;
  }
  #competenze h3 {
    font-size: 32px;
  }
  #competenze p {
    font-size: 16px;
  }
  .citazioni {
    height: 423px;
  }
  .citazioni > img {
    top: 0px;
    left: 100px;
    height: 755px;
    width: 625px;
  }
  .citazioni h2 {
    font-size: 32px;
  }
  .citazioni p {
    font-size: 24px;
  }
  #faq img {
    top: 50%;
    right: 50%;
    opacity: 0.5;
    transform: translate(50%, -50%);
  }
  #collaborazioni .marquee > img {
    width: 100px;
    height: 100px;
  }
  #fonti .citazioni img {
    height: 470px;
    width: 401px;
    top: -45px;
  }
  #i33 .miniatura, #vadi .miniatura, #marozzo .miniatura {
    height: 100%;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
    opacity: 0.8;
  }
  #fiore .miniatura, #tradizione-tedescha .miniatura {
    height: 100%;
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
    opacity: 0.8;
  }
  #tradizione-tedescha .miniatura {
    transform: translateY(-50%) scale(-1, 1)
  }
  #corsi-adulti section:not(#hero) p {
    font-size: 16px;
    font-weight: 400;
  }
  #corsi-adulti #descrizione .wrapper-immagine {
    height: 257px;
  }
  #corsi-bambini #descrizione .wrapper-immagine img {
    width: 100%;
    height: auto;
  }
  #sedieorari iframe {
    height: 360px;
  }
  #equipaggiamento #descrizione .row .wrapper-immagine {
    height: 300px;
  }
  #staff .offcanvas p {
    font-size: 14px;
  }
  #staff .offcanvas ul li {
    font-size: 14px;
  }
  #gallery .swiper {
    height: 450px;
  }
  footer h4 {
    font-size: 20px;
  }
  footer ul li {
    margin-bottom: 15px;
  }
  footer ul li a {
    font-size: 16px;
  }
  #social-icon-footer i {
    font-size: 40px;
  }
}
/*tablet portrait*/
@media (min-width: 768px) and (max-width:991px) {
  body .container {
    max-width: 750px;
  }
 #hero h1 {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
	#hero-video h1{
		 font-size: 48px;
    letter-spacing: -2.4px;
	}
  h2 {
    font-size: 40px;
    letter-spacing: -2px;
  }
	#hero p{
	font-size: 20px;	
	}
  p {
    font-size: 20px;
  }
  .wrapper-titoli p {
    font-size: 24px;
  }
  header .logo p {
    font-size: 16px;
    letter-spacing: -1px;
  }
  #social-icon {
    margin-left: 0px;
  }
  header #social-icon i {
    font-size: 20px;
  }
  header #social-icon a:nth-of-type(2) {
    margin: 0 30px 0 30px;
  }
  .scheda {
    height: 500px;
  }
  .pannello-rosso {
    opacity: .7;
    background-color: #111111;
  }
  .sottomenu ul li a {
    font-size: 24px;
  }
  .scheda p {
    opacity: 1;
    font-size: 24px;
  }
  #inforario img {
    top: 0;
    right: -50%;
    transform: translateX(-50%);
    opacity: 0.5;
  }
  #inforario .wrapper-intestazione {
    margin-top: 20px;
  }
  #inforario h3 {
    font-size: 32px;
    letter-spacing: -1.6px;
  }
  #inforario p {
    font-size: 16px;
  }
  #csen-overlay {
    height: 200px;
    width: 550px;
  }
  #csen-overlay h3 {
    font-size: 24px;
  }
  .citazioni {
    height: 423px;
  }
  .citazioni > img {
    top: 0px;
    left: -13px;
    height: 674px;
    width: 558px;
  }
  .citazioni h2 {
    font-size: 24px;
  }
  .citazioni p {
    font-size: 16px;
  }
  #faq img {
    top: 50%;
    right: 50%;
    opacity: 0.5;
    transform: translate(50%, -50%);
  }
  #collaborazioni .marquee > img {
    width: 100px;
    height: 100px;
  }
  #i33 .miniatura, #vadi .miniatura, #marozzo .miniatura {
    right: 0;
    opacity: 0.4;
  }
  #fiore .miniatura, #tradizione-tedescha .miniatura {
    left: 0;
    opacity: 0.4;
  }
  #corsi-adulti section:not(#hero) p {
    font-size: 16px;
    font-weight: 400;
  }
  #corsi-adulti #descrizione .wrapper-immagine {
    height: 190px;
  }
  #corsi-adulti #descrizione .row .wrapper-immagine {
    height: 182px;
  }
  #corsi-bambini section:not(#hero) p {
    font-size: 16px;
  }
  #corsi-bambini #descrizione .wrapper-immagine {
    height: 50%;
  }
  #corsi-bambini #descrizione .wrapper-immagine:nth-of-type(1) {
    margin-bottom: 40px;
  }
  #corsi-bambini #descrizione .wrapper-immagine img {
    width: 100%;
    height: auto;
  }
  #sedieorari iframe {
    height: 360px;
  }
  #equipaggiamento #descrizione .row .wrapper-immagine {
    height: 250px;
  }
  #staff .offcanvas p {
    font-size: 14px;
  }
  #staff .offcanvas ul li {
    font-size: 14px;
  }
  #gallery .wrapper-marquee {
    height: 450px;
  }
  #gallery .galleryMarquee .wrapper-immagine {
    height: 400px;
    min-width: 265px;
  }
  #gallery .swiper {
    height: 350px;
  }
  #gallery .swiper .swiper-slide iframe {
    width: 80%;
  }
  footer .container .row > div:nth-of-type(1) {
    margin-bottom: 30px;
  }
  footer h4 {
    font-size: 20px;
  }
  footer ul li {
    margin-bottom: 15px;
  }
  footer ul li a {
    font-size: 16px;
  }
  #social-icon-footer i {
    font-size: 33px;
  }
}
/*Mobile*/
@media (max-width: 767px) {
  body .container {
    max-width: 100%;
    padding: 0 20px;
  }
 #hero h1 {
    font-size: 40px;
    letter-spacing: -2px;
  }
	#hero-video h1{
	 font-size: 40px;
    letter-spacing: -2px;	
	}
  h2 {
    font-size: 32px;
    letter-spacing: -1.6px;
  }
  h3 {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
  p {
    font-size: 16px;
  }
	#hero p{
		font-size: 16px;
	}
  .tasto {
    font-size: 20px;
  }
  header .logo img {
    height: 50px;
    width: 50px;
  }
  header .logo p {
    font-size: 16px;
  }
  #mobileFull .wrapper-menu ul li a {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
  #mobileFull .wrapper-menu .btn-secondary {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
  #mobileFull .wrapper-social i {
    font-size: 32px;
  }
  #mobileFull img {
    height: 50px;
    width: 50px;
  }
  #mobileFull > div:nth-of-type(1) {
    margin-bottom: 15px;
  }
  #mobileFull .linea-grande {
    margin-bottom: 6px;
  }
  #hero-video video {
    top: 100px;
  }
  .wrapper-titoli p {
    font-size: 16px;
  }
  .tasto:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .wrapper-btn {
    flex-direction: column;
    text-align: center;
  }
  .tasto {
    width: 100%;
  }
  #hero-video .container {
    padding-bottom: 40px;
  }
  #hero-video {
    background-image: url("../img/herovideo-mobile.webp");
    background-size: cover;
    background-position: center center;
    height: calc(100dvh - 100px);
  }
  #hero .wrapper-titoli {
    padding: 12.5px 30px;
  }
  section:not(#hero-video) {
    padding: 30px 0px;
  }
  .wrapper-menu {
    display: flex;
    flex-direction: column;
  }
  .scheda {
    width: 100%;
    height: 60px;
    margin-bottom: 7px;
  }
  .pannello-rosso {
    opacity: .7;
    background-color: #111111;
  }
  .scheda p {
    opacity: 1;
    font-size: 16px;
  }
  .freccia {
    width: 43px;
    height: 43px;
    padding: 4px;
    top: 50%;
    transform: skewX(-10deg) translateY(-50%);
  }
  .freccia img {
    width: 35px;
    height: 35px;
  }
  .sottomenu ul {
    display: flex;
    margin: 0;
  }
  .sottomenu ul li {
    margin-bottom: 0;
  }
  .sottomenu ul li:nth-of-type(2) {
    margin-left: 60px;
  }
  .sottomenu ul li:nth-of-type(3) {
    margin-left: 60px;
  }
  .sottomenu ul li a {
    font-size: 16px;
  }
  .sottomenu i {
    font-size: 35px;
    top: 50%;
    right: 14px;
    transform: skewX(-10deg) translateY(-50%);
  }
  #inforario img {
    top: 0;
    right: -50%;
    transform: translateX(-50%);
    opacity: 0.5;
  }
  #inforario .row {
    display: flex;
    justify-content: center;
  }
  #inforario .row div {
    flex-direction: column;
    text-align: center;
    width: 70%;
  }
  #inforario .row .wrapper-info {
    width: 100%;
  }
  #inforario .wrapper-intestazione {
    margin-top: 20px;
  }
  #inforario .wrapper-intestazione div {
    width: 100%;
    text-align: start !important;
  }
  #inforario .wrapper-intestazione p {
    font-size: 16px;
  }
  #inforario .wrapper-intestazione .wrapper-btn {
    text-align: center !important;
  }
  #csen {
    height: 600px;
  }
  #csen-overlay {
    height: 200px;
    width: 300px;
  }
  #csen-overlay .wrapper-contenuto {
    padding: 20px;
  }
  #csen-overlay h3 {
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 0;
  }
  #csen-overlay img {
    width: 80px;
    height: 80px;
  }
  .citazioni {
    height: 423px;
  }
  .citazioni > img {
    top: 18px;
    left: 3px;
    height: 388px;
    width: 321px;
  }
  .citazioni h2 {
    font-size: 20px;
  }
  .citazioni p {
    font-size: 16px;
  }
  .wrapper-citazione {
    right: 20px;
  }
  #faq img {
    top: 50%;
    right: 50%;
    opacity: 0.5;
    transform: translate(50%, -50%);
  }
  #faq .accordion-header p {
    font-size: 20px;
  }
  #faq .accordion-body {
    font-size: 16px;
  }
  #collaborazioni {
    height: 210px;
  }
  #collaborazioni .marquee {
    top: 100px;
  }
  #collaborazioni .marquee > img {
    width: 50px;
    height: 50px;
    margin-right: 30px;
  }
  footer img {
    width: 50px;
    height: 50px;
  }
  h4 {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  #fonti section:not(#hero) p {
    font-size: 16px;
  }
  #fonti #hero {
    background-position: center left;
    height: calc(100dvh - 100px);
  }
  #fonti h4, #corsi-adulti h4 {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
  #i33 .miniatura, #vadi .miniatura, #marozzo .miniatura {
    height: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    opacity: 0.4;
  }
  #fiore .miniatura, #tradizione-tedescha .miniatura {
    height: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
  }
  #fonti .citazioni img {
    height: 454px;
    width: 388px;
    top: -22px;
  }
  #aboutpage #hero {
    height: calc(100dvh - 100px);
  }
  #aboutpage p {
    font-size: 16px;
  }
  #aboutpage #descrizione .rigafoto {
    column-gap: 10px;
  }
  #aboutpage #descrizione .rigafoto .wrapper-immagine {
    height: 300px;
  }
  #aboutpage #descrizione .row .wrapper-immagine img {
    object-position: top center;
    width: 300%;
  }
  #corsi-adulti #hero {
    height: calc(100dvh - 100px);
  }
  #corsi-adulti section:not(#hero) p {
    font-size: 16px;
  }
  #corsi-adulti #descrizione .grass {
    font-size: 14px;
  }
  #corsi-bambini #hero {
    height: calc(100dvh - 100px);
    background-image: url("../img/hero-bambini-due.webp");
  }
  #corsi-bambini h4 {
    font-size: 20px;
  }
  #corsi-bambini section:not(#hero) p {
    font-size: 16px;
  }
  #corsi-bambini #descrizione .wrapper-immagine.mobile {
    height: 500px;
  }
  #sedieorari #hero-video {
    background-color: #111111;
    height: auto;
    background-image: none;
  }
  #sedieorari section:not(#hero) p {
    font-size: 16px;
  }
  #sedieorari h2 {
    font-size: 24px;
    border-bottom: #EC4141 3px solid;
  }
  #sedieorari .row {
    margin-bottom: 30px;
  }
  #sedieorari .row::after {
    display: none;
  }
  #sedieorari iframe {
    height: 234px;
    width: 100%;
    border-radius: 20px;
  }
  #sedieorari .wrapper-btn {
    margin-top: 15px;
  }
  #social-icon-footer i {
    font-size: 30px;
    margin-right: 25px;
  }
  #contattaci #hero {
    height: calc(100dvh - 100px);
  }
  #contattaci h3 {
    font-size: 24px;
  }
  #contattaci a {
    font-size: 16px;
  }
  #contattaci #schedaform form .row {
    margin-bottom: 0;
  }
  #contattaci #schedaform form .row > div {
    margin-bottom: 20px;
  }
  #contattaci img {
    top: 0;
    left: -50%;
    height: 100%;
    width: auto;
  }
  #contattaci .wrapper-input .input-label {
    font-size: 20px;
  }
  #equipaggiamento #hero {
    height: calc(100dvh - 100px);
    background-image: url("../img/equipaggiamento-hero-2.webp")
  }
  #equipaggiamento #descrizione .row .wrapper-immagine {
    height: 200px;
  }
  #staff #hero {
    height: calc(100dvh - 100px);
    background-image: url("../img/hero-staff-2.webp")
  }
  #staff .offcanvas p {
    font-size: 12px;
  }
  #staff .offcanvas ul li {
    font-size: 12px;
  }
  #gallery #hero {
    height: calc(100dvh - 100px);
    background-image: url("../img/gallery-hero-due.webp")
  }
  #gallery .wrapper-marquee {
    height: 340px;
  }
  #gallery .galleryMarquee .wrapper-immagine {
    height: 300px;
    min-width: 215px;
  }
  #gallery .swiper {
    height: 350px;
  }
  #gallery .swiper .swiper-slide iframe {
    width: 80%;
  }
  footer ul li {
    margin-bottom: 15px;
  }
  footer ul li a {
    font-size: 16px;
  }
  footer .row > div:nth-of-type(1) {
    margin-bottom: 15px;
  }
  #formok #card {
    padding: 50px 20px;
  }
  #formok #card img {
    height: 80px;
    width: 80px;
  }
  #safeguarding p {
    font-size: 16px;
    font-weight: 400;
  }
}