:root {
  --blu-sfondo: #383b46;
  --colore-1: #78836d;
  --white: white;
  --colore-2: #d2934d;
  --black: black;
  --arancio-maggio-2023: #fda100;
  --burlywood: #c7a45d;
  --grigio-maggio-2023: #ededed;
  --testo-scuro: #383b46;
  --rosso-maggio-2023: #ba0029;
  --peru: #bd7b58;
  --blu-maggio-2023: #054695;
  --dim-grey: #606154;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.body {
  color: var(--blu-sfondo);
  font-family: Garamondpremrpro, sans-serif;
}

.header {
  background-color: var(--colore-1);
}

.top-header {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bottom-header {
  border-top: 1px solid #fff;
  border-bottom: 1px solid var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-top-header {
  justify-content: space-between;
  align-items: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  width: 300px;
}

.button {
  border: 1px solid var(--white);
  background-color: var(--colore-2);
  color: var(--white);
  padding: 15px 30px;
  font-family: Garamondpremrpro smbd, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
}

.button:hover {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.outline {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
}

.button.outline:hover {
  border-color: var(--colore-2);
  background-color: var(--colore-1);
  color: var(--white);
}

.button.registration {
  background-color: var(--colore-2);
  color: var(--white);
}

.button.registration:hover {
  border: 0px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.btn-form {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  height: 55px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.button.btn-previa {
  margin-top: 8px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 16px;
}

.button.over-gold {
  background-color: var(--arancio-maggio-2023);
  border-width: 0;
}

.button.over-gold:hover {
  color: var(--burlywood);
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container.center.m-top.none {
  display: none;
}

.container.center.ma-non-colonna {
  margin-top: 100px;
  padding-bottom: 40px;
}

.container.center.ma-non-colonna.m-top.tanto-top {
  margin-top: 100px;
}

.link-nav {
  color: var(--white);
  letter-spacing: 1px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Garamondpremrpro smbd, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.link-nav.first {
  margin-left: 0;
}

.link-nav.last {
  margin-right: 0;
}

.link-nav.nascosto {
  display: none;
}

.row {
  justify-content: space-between;
  display: flex;
}

.header-social {
  align-self: center;
}

.link-social {
  width: 20px;
  margin-left: 8px;
  margin-right: 8px;
}

.intro {
  background-image: url('../images/Raggruppa-156.png'), linear-gradient(to bottom, var(--grigio-maggio-2023), var(--grigio-maggio-2023));
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 60%, auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.intro.new {
  background-image: linear-gradient(to bottom, var(--grigio-maggio-2023), var(--grigio-maggio-2023));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-bottom: 39px;
}

.h1 {
  color: var(--blu-sfondo);
  text-align: left;
  font-family: Garamondpremrpro smbd, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 75px;
}

.h1.new {
  text-align: center;
}

.text-slide {
  color: #383b46;
  width: 400px;
  margin-bottom: 20px;
  font-family: Garamondpremrpro, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-slide.new {
  text-align: center;
  width: auto;
}

.section {
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section.dark {
  background-color: var(--grigio-maggio-2023);
}

.section.iscriviti {
  background-image: url('../images/sfondo-iscriviti.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.icone-svg {
  padding-top: 110px;
  padding-bottom: 80px;
}

.section.dark {
  background-color: var(--white);
  padding-top: 0;
}

.section.bg-grigio {
  background-color: var(--grigio-maggio-2023);
  padding-top: 0;
  padding-bottom: 60px;
}

.section.loghi-verticale {
  display: none;
}

.box-info {
  display: flex;
}

.info-icona {
  background-color: var(--rosso-maggio-2023);
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  display: flex;
}

.h6 {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
}

.h6.h6-previa {
  padding-top: 8px;
  padding-bottom: 8px;
}

.heading {
  margin-bottom: 0;
  font-family: Garamondpremrpro smbd, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.img {
  width: 100%;
}

.h2 {
  color: var(--blu-sfondo);
  margin-top: 0;
  font-family: Garamondpremrpro smbd, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.h2.white {
  color: var(--blu-sfondo);
}

.h2.white.registration {
  margin-top: 40px;
  margin-bottom: 50px;
}

.h2.black-title {
  color: var(--black);
}

.h2.black-title.registration {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 50px;
}

.p {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.p.white {
  color: var(--black);
}

.p.white.footer-email {
  color: var(--grigio-maggio-2023);
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 300;
}

.p.m-bottom {
  margin-bottom: 35px;
}

.p.center {
  margin-top: 34px;
  margin-bottom: 12px;
}

.p.center.nascosto {
  display: none;
}

.m-top {
  margin-top: 50px;
}

.m-top.align-center {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.m-top.eq-height-all {
  display: flex;
}

.m-top.eq-height-all.none {
  display: none;
}

.h3 {
  margin-top: 0;
  font-family: Garamondpremrpro smbd, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 27px;
}

.h3.center {
  text-align: left;
}

.loghi-alpori {
  text-align: center;
}

.alporifesta {
  width: auto;
  max-width: 80px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.vinigiusti {
  width: 120px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.altofermento {
  width: auto;
  max-width: 80px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.img-90 {
  background-image: url('../images/shutterstock_1708231747.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 100%;
  margin-left: 0;
}

.center {
  text-align: center;
}

.maniva {
  width: 130px;
  margin-top: -21px;
}

.qba {
  width: 100px;
}

.carslerg {
  width: 130px;
}

.be-fu {
  width: 100px;
}

.zanin {
  width: 150px;
}

.subtitle {
  border-top: 1px solid var(--burlywood);
  border-bottom: 1px solid var(--burlywood);
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Garamondpremrpro smbd, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  display: inline-block;
}

.subtitle.white {
  border-top-color: var(--black);
  border-bottom-color: var(--black);
  color: var(--black);
}

.subtitle.white.footer-title {
  margin-bottom: 30px;
}

.subtitle.black-subtitle {
  border-top-color: var(--peru);
  border-bottom-color: var(--peru);
  color: var(--white);
}

.subtitle.black-subtitle.footer-title {
  margin-bottom: 30px;
}

.subtitle.footer-grey {
  border-top-color: var(--black);
  border-bottom-color: var(--black);
  color: var(--black);
}

.subtitle.footer-grey.footer-title {
  border-top-color: var(--peru);
  border-bottom-color: var(--peru);
  color: var(--white);
  margin-bottom: 30px;
}

.row-gallery {
  margin-top: 0;
  margin-bottom: 20px;
}

.row-gallery.first {
  margin-top: 0;
}

.box-iscrizione {
  text-align: center;
  background-color: #000c;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 100px;
}

.footer {
  background-color: var(--colore-1);
}

.footer-top {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 20px;
}

.logo-footer {
  width: 280px;
}

.footer-bottom {
  margin-bottom: 50px;
}

.footer-text {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.link-footer {
  color: var(--burlywood);
  text-decoration: none;
}

.right {
  text-align: right;
}

.form-newsletter {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.field-form {
  border: 1px solid var(--white);
  color: #fff;
  background-color: #0000;
  height: 55px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.copyright {
  border-top: 1px solid var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-copyright {
  color: var(--white);
  align-items: center;
  margin-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 300;
  display: block;
}

.text-copyright.text-partner {
  margin-top: 0;
  margin-right: 10px;
}

.partner {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.milklab {
  width: 60px;
}

.be {
  width: 40px;
}

.link-partner {
  margin-right: 10px;
}

.icona-svg {
  width: 30px;
}

.column-progetto {
  display: none;
}

.link-previa {
  background-color: var(--burlywood);
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
}

.btn-box-center {
  text-align: center;
  margin-top: 50px;
}

.eq-height {
  display: flex;
}

.img-castello {
  background-image: url('../images/castello-brescia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.h4 {
  font-size: 22px;
  line-height: 26px;
}

.form-block {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.box-social-footer {
  text-align: center;
  width: 120px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.popupvideo {
  z-index: 999;
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.content-popupvideo {
  width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.clode-pop {
  border: 1px solid var(--white);
  color: var(--white);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  position: absolute;
  top: -55px;
  right: -25px;
}

.img-loghi {
  object-fit: contain;
  width: 120px;
}

.img-loghi.piccola {
  width: 60%;
}

.img-loghi.medio, .img-loghi.medium {
  width: 70%;
}

.img-loghi.molto-piccola {
  width: 35%;
}

.img-loghi.superpiccola {
  width: auto;
  min-width: 0;
  max-width: 100px;
  height: 100px;
}

.img-loghi.maxi-piccola {
  width: 25%;
}

.aling-center {
  align-items: center;
  display: flex;
}

.aling-center.toppino {
  justify-content: center;
  margin-top: 20px;
}

.privacy-check {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.privacy-box {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.checkbox-label {
  color: #fff;
  margin-bottom: 0;
  margin-left: 10px;
}

.checkbox {
  margin-top: 0;
}

.link-privacy, .iubenda-nostyle.iubenda-noiframe.iubenda-embed {
  color: var(--burlywood);
  text-decoration: none;
}

.text-area {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  min-height: 150px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.box-textarea {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 10px;
}

.link {
  color: var(--burlywood);
  font-weight: 700;
  text-decoration: none;
}

.p-2 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.p-2.white {
  color: #fff;
}

.subtitle-2 {
  color: #000;
  text-transform: uppercase;
  border-top: 1px solid #c7a45d;
  border-bottom: 1px solid #c7a45d;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Garamondpremrpro smbd, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  display: inline-block;
}

.subtitle-2.white {
  border-top-color: var(--peru);
  border-bottom-color: var(--peru);
  color: var(--blu-sfondo);
}

.h2-2 {
  color: #000;
  margin-top: 0;
  font-family: Garamondpremrpro smbd, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.h2-2.white {
  color: var(--blu-sfondo);
}

.button-2 {
  background-color: #c7a45d;
  border: 1px solid #c7a45d;
  padding: 20px 30px;
  font-family: Garamondpremrpro smbd, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
}

.button-2:hover {
  color: #fff;
  background-color: #0000;
}

.button-2.outline {
  color: #c7a45d;
  background-color: #0000;
  border: 1px solid #c7a45d;
}

.button-2.outline:hover {
  color: #fff;
  background-color: #c7a45d;
}

.button-blue {
  border: 0px solid var(--burlywood);
  background-color: var(--blu-maggio-2023);
  padding: 15px 30px;
  font-family: Garamondpremrpro smbd, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
}

.button-blue:hover {
  color: var(--black);
  background-color: #0000;
}

.button-blue.outline {
  border: 1px solid var(--burlywood);
  color: var(--burlywood);
  background-color: #0000;
}

.button-blue.outline:hover {
  background-color: var(--burlywood);
  color: var(--white);
}

.button-blue.registration {
  background-color: var(--white);
  color: var(--black);
}

.button-blue.registration:hover {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

.button-blue.btn-form {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  height: 55px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.button-blue.btn-previa {
  margin-top: 8px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 16px;
}

.button-blue.over-gold:hover {
  color: var(--burlywood);
}

.button-blue.new {
  float: none;
  text-align: left;
  margin-left: 348px;
  position: static;
  overflow: auto;
}

.container-intro {
  width: 40%;
  margin-left: 40px;
  margin-right: auto;
  display: block;
}

.container-intro.center.m-top.none {
  display: none;
}

.container-intro.center.ma-non-colonna.m-top.tanto-top {
  margin-top: 100px;
}

.container-intro.new {
  object-fit: fill;
  width: 75%;
  margin-left: 150px;
  position: static;
}

.info-icona-rosso {
  background-color: var(--rosso-maggio-2023);
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  display: flex;
}

.info-icona-arancio {
  background-color: var(--peru);
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  display: flex;
}

.info-icon-blu {
  background-color: var(--blu-maggio-2023);
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  display: flex;
}

.riga-progetto-di {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: center;
  display: flex;
}

.we-love {
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-without-image {
  background-color: var(--grigio-maggio-2023);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px;
  display: none;
  position: relative;
}

.masterclass {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.img-masterclass {
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.container-loghi {
  align-items: center;
  display: flex;
}

.column {
  margin-top: 220px;
}

.image {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: var(--black) var(--black) #0000004a;
}

.columns {
  margin-top: 10px;
}

.text-block {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  position: static;
}

.h-loghi {
  color: var(--blu-sfondo);
  margin-top: 0;
  padding-left: 40px;
  font-family: Garamondpremrpro smbd, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.h-loghi.white {
  color: var(--white);
}

.h-loghi.white.registration {
  margin-top: 40px;
  margin-bottom: 50px;
}

.mc-img {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: var(--black) var(--black) #0000004a;
  max-width: 300px;
}

.beer-img {
  max-width: 60px;
}

.bold-text {
  color: var(--blu-sfondo);
}

.image-2 {
  text-align: center;
  width: 500px;
  margin-top: -2px;
  margin-left: 224px;
}

.image-3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  display: inline-block;
  position: static;
  overflow: visible;
}

.container-intro-new {
  margin-left: 40px;
  margin-right: auto;
  display: block;
}

.container-intro-new.center.m-top.none {
  display: none;
}

.container-intro-new.center.ma-non-colonna.m-top.tanto-top {
  margin-top: 100px;
}

.container-intro-new.new {
  object-fit: fill;
  width: 75%;
  margin-left: 150px;
  position: static;
}

.intro-new {
  background-image: linear-gradient(to bottom, var(--grigio-maggio-2023), var(--grigio-maggio-2023));
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.intro-new.new {
  background-image: linear-gradient(to bottom, var(--grigio-maggio-2023), var(--grigio-maggio-2023));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-bottom: 39px;
}

.column-2 {
  flex-flow: column;
  place-content: space-around space-between;
  align-items: stretch;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.image-4 {
  max-width: 50%;
}

.image-5 {
  flex: 0 auto;
}

.column-3, .columns-2 {
  display: flex;
}

.image-6 {
  padding: 40px;
}

.image-7 {
  display: none;
}

.button-orange {
  border: 0px solid var(--burlywood);
  background-color: var(--peru);
  padding: 15px 30px;
  font-family: Garamondpremrpro smbd, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
}

.button-orange:hover {
  color: var(--black);
  background-color: #0000;
}

.button-orange.outline {
  border: 1px solid var(--burlywood);
  color: var(--burlywood);
  background-color: #0000;
}

.button-orange.outline:hover {
  background-color: var(--burlywood);
  color: var(--white);
}

.button-orange.registration {
  background-color: var(--white);
  color: var(--black);
}

.button-orange.registration:hover {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

.button-orange.btn-form {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  height: 55px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.button-orange.btn-previa {
  margin-top: 8px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 16px;
}

.button-orange.over-gold:hover {
  color: var(--burlywood);
}

.button-orange.new {
  float: none;
  text-align: left;
  margin-left: 348px;
  position: static;
  overflow: auto;
}

.info-icona-verde {
  background-color: var(--dim-grey);
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  display: flex;
}

.info-icon-viola {
  background-color: #794461;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  display: flex;
}

.img-santellone {
  background-image: url('../images/Santellone.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.icona-vinigiusti {
  width: auto;
  max-width: 120px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.button-yellow {
  border: 0px solid var(--burlywood);
  background-color: var(--colore-2);
  color: var(--white);
  padding: 15px 30px;
  font-family: Garamondpremrpro smbd, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
}

.button-yellow:hover {
  background-color: var(--colore-1);
  color: var(--white);
}

.button-yellow.outline {
  border: 1px solid var(--burlywood);
  color: var(--burlywood);
  background-color: #0000;
}

.button-yellow.outline:hover {
  background-color: var(--burlywood);
  color: var(--white);
}

.button-yellow.registration {
  background-color: var(--white);
  color: var(--black);
}

.button-yellow.registration:hover {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

.button-yellow.btn-form {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  height: 55px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.button-yellow.btn-previa {
  margin-top: 8px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 16px;
}

.button-yellow.over-gold:hover {
  color: var(--burlywood);
}

.button-yellow.new {
  float: none;
  text-align: left;
  margin-left: 348px;
  position: static;
  overflow: auto;
}

.info-icona-blu {
  background-color: var(--colore-1);
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  display: flex;
}

.info-icona-giallo {
  background-color: var(--colore-2);
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  display: flex;
}

.blu-2023 {
  color: var(--colore-1);
  font-weight: 700;
}

.link-2 {
  text-decoration: none;
}

.img-villa-litta {
  background-image: url('../images/villa-litta.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.alambricchi {
  width: auto;
  max-width: 80px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.html-embed {
  display: none;
}

.text-span {
  font-weight: 300;
}

.text-span-2 {
  font-weight: 700;
}

.email-link {
  color: var(--grigio-maggio-2023);
  font-weight: 700;
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
}

html.w-mod-js [data-ix="fadetop"] {
  opacity: 0;
  transform: translate(0, -70px);
}

html.w-mod-js [data-ix="fadeleft"] {
  opacity: 0;
  transform: translate(-70px);
}

html.w-mod-js [data-ix="faderight"] {
  opacity: 0;
  transform: translate(70px);
}

html.w-mod-js [data-ix="fadebottom"] {
  opacity: 0;
  transform: translate(0, 70px);
}

html.w-mod-js [data-ix="fadein"], html.w-mod-js [data-ix="load"] {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .button:hover {
    border-width: 2px;
    flex: 0 auto;
  }

  .button.registration {
    background-color: var(--arancio-maggio-2023);
  }

  .button.registration:hover {
    border-width: 0;
  }

  .container {
    width: 1200px;
  }

  .intro {
    background-image: url('../images/Raggruppa-156.png'), linear-gradient(to bottom, var(--grigio-maggio-2023), var(--grigio-maggio-2023));
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    padding-top: 12%;
    padding-bottom: 10%;
    display: none;
  }

  .h1 {
    color: var(--testo-scuro);
    font-size: 85px;
  }

  .info-icona {
    width: 90px;
    height: 90px;
  }

  .h6 {
    font-size: 18px;
  }

  .heading {
    font-size: 25px;
    line-height: 25px;
  }

  .h2, .h2.white {
    color: var(--testo-scuro);
  }

  .p {
    text-align: left;
  }

  .p.white {
    text-align: center;
  }

  .p.center {
    text-align: center;
    margin-top: 43px;
    padding-top: 19px;
    font-family: Garamondpremrpro, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .h3.center {
    color: var(--testo-scuro);
  }

  .subtitle.black-subtitle {
    border-top-color: var(--burlywood);
  }

  .text-copyright {
    font-size: 14px;
  }

  .icona-svg {
    width: 35px;
  }

  .colonna-castello, .img-castello {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-blue:hover {
    border-width: 1px;
    border-color: var(--blu-maggio-2023);
  }

  .container-intro {
    width: 600px;
    margin-left: 300px;
  }

  .info-icona-rosso, .info-icona-arancio, .info-icon-blu {
    width: 90px;
    height: 90px;
  }

  .h-loghi, .bold-text {
    color: var(--testo-scuro);
  }

  .container-intro-new {
    width: 600px;
    margin-left: 100px;
  }

  .intro-new {
    background-image: linear-gradient(to bottom, var(--grigio-maggio-2023), var(--grigio-maggio-2023));
    padding-top: 12%;
    padding-bottom: 10%;
  }

  .button-orange:hover {
    border-width: 1px;
    border-color: var(--blu-maggio-2023);
  }

  .info-icona-verde, .info-icon-viola {
    width: 90px;
    height: 90px;
  }

  .img-santellone {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-yellow:hover {
    border-width: 1px;
    border-color: var(--blu-maggio-2023);
  }

  .info-icona-blu, .info-icona-giallo {
    width: 90px;
    height: 90px;
  }

  .img-villa-litta {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .container-top-header {
    width: 60%;
  }

  .logo {
    width: 180px;
  }

  .link-nav {
    margin-left: 10px;
    margin-right: 10px;
  }

  .intro {
    background-image: url('../images/Raggruppa-156.png'), linear-gradient(#0000, #0000);
    background-position: 50% 0, 0 0;
    background-size: 65%, auto;
    margin-top: 20px;
    padding-top: 33%;
    padding-bottom: 50px;
  }

  .h1 {
    text-align: center;
    flex: 0 auto;
    width: 80%;
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 55px;
    line-height: 55px;
  }

  .text-slide {
    margin-left: auto;
    margin-right: auto;
  }

  .section.icone-svg {
    padding-bottom: 20px;
  }

  .box-info {
    justify-content: center;
    margin-bottom: 20px;
  }

  .text-info {
    width: 200px;
  }

  .maniva {
    width: 90px;
    margin-top: -13px;
  }

  .qba {
    width: 70px;
  }

  .carslerg {
    width: 80px;
  }

  .be-fu {
    width: 70px;
  }

  .zanin {
    width: 110px;
  }

  .box-iscrizione {
    width: 70%;
    padding: 100px 50px;
  }

  .right {
    text-align: center;
    margin-top: 30px;
  }

  .text-copyright {
    text-align: center;
  }

  .partner {
    justify-content: center;
    margin-top: 10px;
  }

  .colonna-castello {
    margin-top: 80px;
  }

  .colonna-footer {
    text-align: center;
  }

  .eq-height {
    display: block;
  }

  .img-castello {
    height: 400px;
  }

  .form-block {
    width: 80%;
  }

  .content-popupvideo {
    width: 90%;
  }

  .img-loghi {
    padding: 5px;
  }

  .container-intro {
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin-left: auto;
    display: flex;
  }

  .masterclass {
    max-width: 728px;
  }

  .container-intro-new {
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin-left: auto;
    display: flex;
  }

  .intro-new {
    background-image: linear-gradient(#0000, #0000);
    margin-top: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column-2 {
    padding-right: 0;
  }

  .image-5 {
    margin-top: 60px;
  }

  .column-3 {
    flex-wrap: nowrap;
    align-content: flex-end;
  }

  .columns-2 {
    flex-wrap: wrap;
  }

  .image-6 {
    display: none;
  }

  .image-7 {
    max-width: 80%;
    display: block;
  }

  .img-santellone, .img-villa-litta {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .container-top-header {
    width: 70%;
  }

  .logo {
    width: 150px;
  }

  .button {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .button.registration:hover {
    border-width: 0;
  }

  .link-nav {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px;
  }

  .intro {
    background-image: url('../images/Raggruppa-156.png'), linear-gradient(#0000, #0000);
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 75%, auto;
  }

  .h1 {
    margin-top: 60px;
  }

  .text-slide {
    width: 90%;
  }

  .section {
    padding-bottom: 80px;
  }

  .section.iscriviti {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.icone-svg {
    padding-top: 40px;
  }

  .h2.white.registration {
    font-size: 30px;
    line-height: 30px;
  }

  .h2.center-mobile {
    text-align: center;
    margin-top: 50px;
  }

  .h2.black-title.registration {
    font-size: 30px;
    line-height: 30px;
  }

  .m-top.eq-height-all {
    display: block;
  }

  .alporifesta {
    margin-bottom: 40px;
  }

  .altofermento {
    padding-bottom: 40px;
  }

  .img-90 {
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
  }

  .row-gallery {
    margin-bottom: 0;
  }

  .box-iscrizione {
    width: 90%;
    padding-left: 50px;
  }

  .logo-footer {
    width: 200px;
  }

  .column-progetto {
    margin-top: 50px;
  }

  .col-gallery {
    margin-bottom: 20px;
  }

  .form-block {
    width: 100%;
  }

  .content-popupvideo {
    width: 80%;
  }

  .button-2, .button-blue {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .riga-progetto-di {
    flex-flow: wrap;
    padding-top: 0;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .img-masterclass {
    padding-top: 40px;
  }

  .container-loghi {
    flex-direction: column;
  }

  .h-loghi.white.registration {
    font-size: 30px;
    line-height: 30px;
  }

  .h-loghi.center-mobile {
    text-align: center;
    margin-top: 50px;
  }

  .intro-new {
    background-image: linear-gradient(#0000, #0000);
  }

  .column-2 {
    padding-right: 0;
  }

  .image-7 {
    max-width: 80%;
  }

  .button-orange {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .icona-vinigiusti {
    padding-bottom: 40px;
  }

  .button-yellow {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .alambricchi {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .top-header {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-top-header {
    text-align: center;
    width: 80%;
    display: block;
  }

  .logo {
    width: 180px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button {
    padding: 10px 15px;
    font-size: 14px;
  }

  .container.center.ma-non-colonna {
    display: block;
  }

  .container.container-menu {
    width: 99%;
  }

  .nav-menu {
    text-align: center;
    margin-bottom: 10px;
  }

  .link-nav {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 12px;
  }

  .row {
    display: block;
  }

  .header-social {
    text-align: center;
  }

  .link-social {
    width: 18px;
  }

  .intro {
    background-image: url('../images/Raggruppa-156.png'), linear-gradient(to bottom, null, null);
    background-size: 80%, auto;
    padding-top: 33%;
    padding-bottom: 30px;
  }

  .h1 {
    margin-top: 60px;
    font-size: 45px;
    line-height: 45px;
  }

  .text-slide {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .section {
    padding-bottom: 0;
  }

  .section.iscriviti {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.loghi-verticale {
    margin-bottom: -140px;
  }

  .text-info {
    width: 180px;
  }

  .h2 {
    font-size: 35px;
    line-height: 35px;
  }

  .h2.white.registration, .h2.black-title.registration {
    font-size: 25px;
    line-height: 25px;
  }

  .p, .p.white {
    font-size: 16px;
  }

  .p.center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .m-top.align-center {
    flex-direction: row;
    display: block;
  }

  .m-top.align-center.no-top-mobile {
    margin-top: 0;
  }

  .h3.center {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 30px;
  }

  .center {
    justify-content: center;
    align-items: center;
    min-height: 80px;
    margin-bottom: 20px;
    display: flex;
  }

  .subtitle {
    font-size: 12px;
    line-height: 12px;
  }

  .box-iscrizione {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .icona-svg {
    width: 20px;
  }

  .btn-box-center {
    margin-top: 20px;
  }

  .aling-center.toppino {
    display: block;
  }

  .p-2, .p-2.white {
    font-size: 16px;
  }

  .subtitle-2 {
    font-size: 12px;
    line-height: 12px;
  }

  .h2-2 {
    font-size: 35px;
    line-height: 35px;
  }

  .button-2, .button-blue {
    padding: 10px 15px;
    font-size: 14px;
  }

  .container-intro.center.ma-non-colonna {
    display: block;
  }

  .container-intro.container-menu {
    width: 99%;
  }

  .riga-progetto-di {
    padding-bottom: 60px;
  }

  .masterclass {
    max-width: none;
  }

  .column {
    margin-top: 80px;
    padding-bottom: 0;
  }

  .h-loghi {
    font-size: 35px;
    line-height: 35px;
  }

  .h-loghi.white.registration {
    font-size: 25px;
    line-height: 25px;
  }

  .container-intro-new.center.ma-non-colonna {
    display: block;
  }

  .container-intro-new.container-menu {
    width: 99%;
  }

  .intro-new {
    background-image: linear-gradient(#0000, #0000);
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .column-2 {
    padding-right: 0;
  }

  .button-orange, .button-yellow {
    padding: 10px 15px;
    font-size: 14px;
  }
}


@font-face {
  font-family: 'Garamondpremrpro smbd';
  src: url('../fonts/GaramondPremrPro-Smbd.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garamondpremrpro';
  src: url('../fonts/GaramondPremrPro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}