@import url('https://fonts.googleapis.com/css2?family=Grenze:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html {
     box-sizing: border-box
}

*,
*:before,
*:after {
     box-sizing: inherit
}

html {
     -ms-text-size-adjust: 100%;
     -webkit-text-size-adjust: 100%
}

body {
     margin: 0
}

.sans-serif {
     font-family: 'Public Sans', Arial, sans-serif;
}

.serif {
     font-family: Georgia, 'Times New Roman', Times, serif;
}

.serif-vintage {
     font-family: "Grenze", serif;
}

.max-width-100 {
     max-width: 100%;
     height: auto;
}

.align-center {
     text-align: center;
}

h1 {
     font-weight: 400;
     line-height: 130%;
     font-size: 190%;
     margin-top: 0;
     font-family: "Grenze", serif;
     color: #6a0029;
}

h2 {
     font-weight: 300;
     line-height: 140%;
     font-size: 180%;
     margin-top: 0;
     font-family: "Grenze", serif;
     color: #6a0029;
}

a {
     color: #6a0029;
}

a:hover {
     color: #0000CC;
}

summary {
     cursor: pointer;
     font-style: italic;
     color: #4f4f4f;
}

.header-mobile {
     display: none;
}

.header-desktop {
     width: 100%;
     background-color: #D1C6BD;
     padding-bottom: 50px;
}

.header-immagine-testo {
     display: flex;
     flex-wrap: nowrap;
     padding-right: 20px;
}

.header-immagine {
     max-width: 695px;
}

.header-immagineTesto {
     flex-grow: 1;
     margin-left: 60px;
}

.header-immagineTesto-marginTop {
     margin-top: 120px
}

.header-testo {
     margin-top: 50px;
     line-height: 150%;
     padding-left: 5px;
     font-size: 25px;
}

.header-apertura {
     color: #6a0029;
     font-weight: 600;
     font-size: 30px;
     margin-top: 30px;
}

.section-01 {
     margin-left: auto;
     margin-right: auto;
     background-color: #fbf8f5;
     display: flex;
     flex-wrap: nowrap;
     margin-top: 60px;
     width: 70%;
     justify-content: center;
     border: #bfb1b1 1px solid;
     border-radius: 10px;
     padding: 15px;
}

.section-01-only-desktop {
     max-width: 480px;
}

.section-01-only-mobile {
     display: none;
}

.section-01-secondDiv {
     width: calc(100% - 490px);
     color: #000561;
     padding: 20px;
     font-size: 17px;
     line-height: 26px;
     font-weight: 300;
}

.section-02 {
     margin-left: auto;
     margin-right: auto;
     background-color: #fbf8f5;
     margin-top: 60px;
     width: 70%;
     border: #bfb1b1 1px solid;
     border-radius: 10px;
     padding: 15px;
}

.section-02-div-flex {
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-start;
}

.section-02-49 {
     max-width: 49%;
     padding-left: 40px;
}

.section-video {
     margin-left: auto;
     margin-right: auto;
     background-color: #fbf8f5;
     margin-top: 60px;
     width: 70%;
     padding: 10px;
}

.div-tre-immagini {
     display: flex;
     flex-wrap: wrap;
     align-items: baseline;
     justify-content: center;
}

.section-tre-immagini {
     background-color: #fbf8f5;
     padding: 30px;
     margin-top: 40px;
}

.dida {
     font-family: 'Public Sans', Arial, sans-serif;
     color: #000561;
     font-size: 14px;
     line-height: 20px;
     font-weight: 600;
}

.dida-tre-immagini {
     font-style: italic;
     font-weight: 300;
     padding-left: 25px;
}

.div-logo {
     padding-bottom: 20px;
}

.img-logo {
     padding-left: 30px;
}

.footer-div-flex {
     display: flex;
     flex-wrap: wrap;
     align-items: baseline;
     justify-content: flex-start;
}

.div-img-only-mobile {
     display: none;
}

.img-float-left {
     float: left;
     margin-right: 15px;
     margin-bottom: 15px;
}

/* RESPONSIVE YOUTUBE VIDEO */
.youtube-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* Versione 2: Tablet e Smartphone Landscape (min-width 851px) */
@media screen and (min-width: 851px) and (max-width: 1200px) {
     .header-mobile {
          display: none;
     }

     .header-immagineTesto-marginTop {
          margin-top: 30px
     }

     .header-testo {
          margin-top: 50px;
          line-height: 150%;
          padding-left: 5px;
          font-size: 20px;
     }

     .header-apertura {
          color: #6a0029;
          font-weight: 700;
          font-size: 18px;
          margin-top: 30px;
     }
}

/* Versione 3: Tablet e Smartphone Landscape (min-width 1300px) */
@media screen and (max-width: 1300px) {
     .section-01 {
          margin-left: auto;
          margin-right: auto;
          background-color: #fbf8f5;
          display: block;
          margin-top: 40px;
          width: 95%;
          justify-content: center;
          
          h1 {
               text-align: center;
          }
     }

     .section-01-only-desktop {
          display: none;
     }

     .section-01-only-mobile {
          display: block;
     }

     .div-img-only-mobile {
          display: block;
          div {
               text-align: center;
          }
     }

     .section-01-secondDiv {
          width: 100%;
          padding-top: 10px;

          .dida {
               font-size: 65%;
               margin-bottom: 25px;
          }
     }

     .section-02 {
          width: 95%;
     }

     .section-02-div-flex {
          display: block;
     }

     .section-02-49 {
          max-width: 100%;
          font-size: 90%;
          padding-left: 0;
     }

     .div-tre-immagini {
          display: flex;
          flex-wrap: wrap;
          align-items: baseline;
          justify-content: space-between;

          .dida {
               font-size: 65%;
          }
     }

     .dida-tre-immagini {
          font-style: italic;
          font-weight: 300;
          padding-left: 0px;
     }

     .section-video {
          margin-left: auto;
          margin-right: auto;
          background-color: #fbf8f5;
          margin-top: 60px;
          width: 95%;
     }
}

/* Versione 4: Smartphone Portrait */
@media only screen and (max-width: 850px) {
     .header-desktop {
          display: none;
     }

     .header-mobile {
          display: block;
     }

     .header-immagine-testo {
          display: flex;
          flex-direction: column;
          padding-right: 0px;
          margin: 0px;
     }

     .header-immagineTesto {
          margin-left: 0px;
          padding-right: 30px;
          padding-left: 30px;
     }

     .header-immagineTesto-marginTop {
          margin-top: 50px;
     }

     .header-immagine {
          max-width: 100%;
     }

     .header-testo {
          margin-top: 50px;
          line-height: 150%;
          padding-left: 5px;
          font-size: 19px;
     }

     .mobile-linea-01 {
          text-align: center;
          width: 100%;
          border-top: #6a0029 1px solid;
          padding-top: 40px;
     }

     .footer-div-flex {
          display: flex;
          flex-direction: column;
     }

     .img-logo {
          padding-left: 0px;
     }

     .img-float-left {
          float: none;
     }
}

/* Versione 5:  footer */
@media only screen and (max-width: 430px) {
     .logo-chigi {
          width: 320px;
     }
}