/*
Theme Name: QQ
Theme URI: http://thegap.it
Author: Luigi Lucioli
Version: 1.0.0
License: Private
Text Domain: testing
*/

@font-face {
  font-family: NeueHaas-Light;
  src: url(./fonts/NeueHaasGrotDisp-45Light.woff) format("woff");
}

@font-face {
  font-family: Scto-Grotesk-A-Medium;
  src: url(./fonts/Scto\ Grotesk\ A\ Medium.woff) format("woff");
}

@font-face {
  font-family: Helvetica;
  src: url(./fonts/Helvetica.woff) format("woff");
}

@font-face {
  font-family: Helvetica-Bold;
  src: url(./fonts/Helvetica-Bold.woff) format("woff");
}

@font-face {
  font-family: Helvetica-Light;
  src: url(./fonts/Helvetica-Light.woff) format("woff");
}

@font-face {
  font-family: NeueHaas-Medium;
  src: url(./fonts/NeueHaasGrotDisp-65Medium.woff) format("woff");
}

@font-face {
  font-family: Helvetica-Roman;
  src: url(./fonts/NeueHaasGrotDisp-55Roman.woff) format("woff");
}

@font-face {
  font-family: NeueHaas-Light;
  src: url(./fonts/NeueHaasGrotDisp-45Light.woff) format("woff");
}

:root {
  --varVh: 1vh;
  --vh: 1vh;
  --paragrafoSize: 15px;
  --paragrafoLineHeight: 16px;
  --titoloSize: 40px;
  --titoloLineHeight: 36px;
  /* --didascaliaSize: 10px;
  --didascaliaLineHeight: 11px; */
  --didascaliaSize: 11px;
  --didascaliaLineHeight: 12px;
  --margineEsterno: 12px;
  --margineInterno: 6px;
}

@media screen and (min-width: 768px) {
  :root {
    /* --paragrafoSize: 24px;
    --paragrafoLineHeight: 25px; */
    /* --titoloSize: 13px;
    --titoloLineHeight: 14px; */
    /* --margineEsterno: 24px;
    --margineInterno: 12px; */
  }
}

@media screen and (min-width: 1025px) {
  :root {
    /* --paragrafoSize: 32px;
    --paragrafoLineHeight: 35px; */
    --paragrafoSize: 28px;
    --paragrafoLineHeight: 30px;
    --titoloSize: 75px;
    --titoloLineHeight: 70px;
    --margineEsterno: 25px;
    --margineInterno: 12px;
  }
}

@media screen and (min-width: 1536px) {
  :root {
    /* --paragrafoSize: 35px;
    --paragrafoLineHeight: 38px; */
    --didascaliaSize: 18px;
    --didascaliaLineHeight: 20px;
    --paragrafoSize: 31px;
    --paragrafoLineHeight: 34px;
    --titoloSize: 94px;
    --titoloLineHeight: 88px;
  }
}

@media screen and (min-width: 1920px) {
  :root {
    /* --paragrafoSize: 38px;
    --paragrafoLineHeight: 42px; */
    --didascaliaSize: 20px;
    --didascaliaLineHeight: 22px;
    --margineEsterno: 40px;
    --margineInterno: 20px;
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  /* cursor: none !important; */
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

*::-moz-selection {
  background-color: #fff;
  color: #000;
}

*::selection {
  background-color: #fff;
  color: #000;
}

body {
  position: relative;
  /* overflow: hidden; */
  background-color: #000000;
}

.logo {
  display: none;
}

@media screen and (min-width: 1025px) {
  .logo {
    display: block;
    width: 125px;
    fill: #fff;
    position: absolute;
    top: var(--margineEsterno);
    left: var(--margineEsterno);
  }
}


.logo-contattaci {
  left: 100px;
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 1000px) {
  .wrapper {
    width: calc(100% - 75px);
    margin-right: 100px;
  }
}

.hero {
  height: calc(calc(100 * var(--vh)) - 63px);
  margin-top: 62px;
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 1025px) {
  .hero {
    height: calc(calc(100 * var(--vh)) - 33px);
    margin-top: 0;
    justify-content: space-between;
    flex-direction: row;
  }
}

@media screen and (min-width: 1536px) {
  .hero {
    height: calc(calc(100 * var(--vh)) - 35px);
  }
}

.hero-container-text {
  width: 100%;
  padding: var(--margineEsterno) var(--margineEsterno) 5px var(--margineEsterno);
}

@media screen and (min-width: 1025px) {
  .hero-container-text {
    padding: 0;
    display: flex;
    align-items: center;
    width: calc(56% - 37px);
    margin: var(--margineEsterno) var(--margineInterno) var(--margineEsterno) var(--margineEsterno);
  }
}

.hero-text {
  font: normal var(--titoloSize) 'NeueHaas-Medium', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  line-height: var(--titoloLineHeight);
}

.hero-container-gif {
  /* height: 100%;
  width: calc(100% - (var(--margineEsterno)* 2));
  margin: 0 var(--margineEsterno);
  background: url(./video/hero.gif) no-repeat 50% 50% scroll transparent;
  background-size: cover; */
  height: 100%;
  width: calc(100% - (var(--margineEsterno)* 2));
  margin: 0 var(--margineEsterno);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .hero-container-gif {
    height: auto;
    margin: var(--margineEsterno) var(--margineEsterno) var(--margineEsterno) var(--margineInterno);
    width: calc(44% - 37px);

  }
}

.descrizione {
  font: normal var(--paragrafoSize) 'NeueHaas-Light', sans-serif;
  line-height: var(--paragrafoLineHeight);
  color: #ffffff;
  /* margin: 25px var(--margineEsterno) var(--margineEsterno) var(--margineEsterno); */
  margin: 0 var(--margineEsterno) var(--margineEsterno) var(--margineEsterno);
}

@media screen and (min-width: 1025px) {
  .descrizione {
    margin: 0 var(--margineEsterno) var(--margineEsterno) var(--margineEsterno);
  }
}

.container-video {
  /* padding: 37px 0px; */
  padding: 0px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  height: auto;
}

.video {
  display: block;
}


/* @media screen and (min-width: 1025px) {
  .container-video {
    padding: 170px 0px;
  }
} */

.container-info-video {
  display: flex;
  justify-content: space-between;
  padding: 0 var(--margineEsterno);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5px;
}

@media screen and (min-width: 1025px) {
  .container-info-video {
    bottom: 14px;
  }
}

.container-info-video p {
  color: #fff;
  font: normal var(--paragrafoSize) 'NeueHaas-Light', sans-serif;
  cursor: pointer;
}

.container-info-video a {
  color: #fff;
  font: normal var(--paragrafoSize) 'NeueHaas-Light', sans-serif;
  text-decoration: none;
}

.prev-arrow {
  stroke: #fff;
  width: 20px;
  transform: rotate(180deg);
  stroke-width: 100;
}

@media screen and (min-width: 1025px) {
  .prev-arrow {
    width: 30px;
    stroke-width: 70;
  }
}

.next-arrow {
  stroke: #fff;
  width: 20px;
  stroke-width: 100;
}

@media screen and (min-width: 1025px) {
  .next-arrow {
    width: 30px;
    stroke-width: 70;
  }
}

.gallery {
  margin: var(--margineEsterno) var(--margineEsterno) 0 var(--margineEsterno);
  width: calc(100% - (var(--margineEsterno) + var(--margineEsterno)));
}

@media screen and (min-width: 1025px) {
  .gallery {
    margin: var(--margineEsterno) 0 0 0;
    width: 100%;
  }
}

.swiper-container {
  width: 100%;
}

.swiper-button-container {
  width: 100%;
  margin: auto;
  margin-top: var(--margineEsterno);
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1025px) {
  .swiper-button-container {
    width: 70%;
  }
}

.swiper-slide {
  height: 58vw;
  background: url(./images/XX05.jpg) no-repeat 50% 50% scroll transparent;
  background-size: cover;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .swiper-slide {
    height: 41.4vw;
    width: 70%;
  }
}

.swiper-slide-vertical {
  width: 43%;
}

@media screen and (min-width: 1025px) {
  .swiper-slide-vertical {
    width: 30%;
  }
}

.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-prev1 {
  cursor: pointer;
  border: none;
  outline: none;
}

.swiper-button-next1 {
  cursor: pointer;
  border: none;
  outline: none; 
}

.caratteristics {
  width: 100%;
  margin-top: 37px;
}

@media screen and (min-width: 1025px) {
  .caratteristics {
    width: 100%;
    height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.black {
  width: 100%;
  height: 100vh;
}

.container-title-caratteristic {
  display: flex;
}

.title-caratteristic {
  font: normal var(--titoloSize) 'NeueHaas-Medium', sans-serif;
  color: #000;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.015em;
  width: 85%;
  line-height: var(--titoloLineHeight);
}

.container-title-caratteristic:nth-child(1) .title-caratteristic {
  color: #fff;
}

.number-caratteristic {
  padding-left: var(--margineEsterno);
  font: normal var(--titoloSize) 'NeueHaas-Medium', sans-serif;
  color: #000;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.015em;
  width: 15%;
  line-height: var(--titoloLineHeight);
}

.container-title-caratteristic:nth-child(1) .number-caratteristic {
  color: #fff;
}

.container-text-caratteristic {
  overflow: hidden;
  height: 0px;
  width: 85%;
  margin: 0 0 0 15%;
  padding-right: var(--margineEsterno);
}

.container-text-caratteristic p {
  font: normal var(--paragrafoSize) 'NeueHaas-Light', sans-serif;
  line-height: var(--paragrafoLineHeight);
  color: #ffffff;
}

.caratteristics .container-text-caratteristic:nth-child(2) {
  height: auto;
}

/* .container-title-caratteristic {
  opacity: 0.3;
}

.container-title-caratteristic:nth-child(1) {
  opacity: 1;
} */

footer {
  margin-top: 75px;
  padding: 0 var(--margineEsterno) var(--margineEsterno) var(--margineEsterno);
}

@media screen and (min-width: 1025px) {
  footer {
    margin-top: 200px;
  }
}

footer p {
  font: normal var(--titoloSize) 'NeueHaas-Medium', sans-serif;
  color: #ffffff;
  line-height: var(--titoloLineHeight);
}

footer p:nth-child(2) {
}

@media screen and (min-width: 1025px) {
  footer p:nth-child(2) {
    display: none;
  }
}

footer p:nth-child(3) {
  display: none;
}

@media screen and (min-width: 1025px) {
  footer p:nth-child(3) {
    display: block;
  }
}

footer p a {
  text-decoration: none;
  color: #ffffff;
}


.contattaci {
  display: none;
}

@media screen and (min-width: 1025px) {
  .contattaci {
    position: fixed;
    width: calc(100% + 75px);
    left: calc(100% - 75px);
    /* left: 0; */
    height: calc(100 * var(--varVh));
    transform: translateY(0%);
    border-bottom: none;
    border-left: 2px solid #fff;
    background-color: #000;
    z-index: 1;
    display: flex;
  }
}

.contattaci-mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: calc(100 * var(--varVh) + 62px);
  background-color: #000;
  z-index: 1;
  left: 0;
  top: -100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1025px) {
  .contattaci-mobile {
    display: none;
  }
}

.container-home-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--margineEsterno);
  width: 100%;
  border-bottom: 2px solid #fff;
}

.container-contattaci-mobile {
  display: flex;
  justify-content: space-between;
  padding: var(--margineEsterno);
  width: 100%;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 62px;
}

.home-text-mobile {
  font: normal var(--paragrafoSize) 'NeueHaas-Light', sans-serif;
  line-height: var(--paragrafoLineHeight);
  color: #ffffff;
  cursor: pointer;
  transform: translateY(8px);
}

.contattaci-text-mobile {
  font: normal var(--paragrafoSize) 'NeueHaas-Light', sans-serif;
  line-height: var(--paragrafoLineHeight);
  color: #ffffff;
  cursor: pointer;
  transform: translateY(17px);
}

.logo-contattaci-mobile {
  display: block;
  width: 60px;
  fill: #fff;
}

.contattaci-text {
  font: normal var(--paragrafoSize) 'NeueHaas-Light', sans-serif;
  line-height: var(--paragrafoLineHeight);
  color: #ffffff;
  transform: rotate(90deg);
  transform-origin: left top;
  position: absolute;
  top: var(--margineEsterno);
  left: 52px;
  cursor: pointer;
}

.wrapper1 {
  width: calc(100% - 150px);
  margin-left: 75px;
  display: flex;
}

.container-homepage {
  width: 75px;
  height: 100%;
  border-left: 2px solid #fff;
  position: relative;
}

.homepage-text {
  font: normal var(--paragrafoSize) 'NeueHaas-Light', sans-serif;
  line-height: var(--paragrafoLineHeight);
  color: #ffffff;
  transform: rotate(90deg);
  transform-origin: left top;
  position: absolute;
  top: var(--margineEsterno);
  left: 52px;
  cursor: pointer;
}

.question {
  font: normal var(--paragrafoSize) 'NeueHaas-Light', sans-serif;
  line-height: var(--paragrafoLineHeight);
  color: #ffffff;
  padding: 75px var(--margineInterno) 0px var(--margineEsterno);
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .question {
    padding: 250px var(--margineInterno) var(--margineEsterno) var(--margineEsterno);
    width: 50%;
  }
}

.wpcf7 {
  margin: 0px;
  padding: var(--margineEsterno) var(--margineEsterno) calc(var(--margineEsterno) + 62px) var(--margineEsterno);
  width: 100%;
  flex-grow: 1;
}

@media screen and (min-width: 1025px) {
  .wpcf7 {
    margin: 250px var(--margineEsterno) var(--margineEsterno) var(--margineInterno);
    width: 50%;
    padding: 0;
    flex-grow: 0;
  }
}

input {
  width: 100%;
  font: normal var(--paragrafoSize) 'NeueHaas-Light', sans-serif !important;
  color: #000;
  background-color: #fff;
  padding: var(--margineInterno) 2%;
  border: none;
}

input[type='email'] {
  margin-top: var(--margineEsterno);
}

textarea {
  width: 100%;
  font: normal var(--paragrafoSize) 'NeueHaas-Light', sans-serif;
  color: #000;
  background-color: #fff;
  padding: var(--margineInterno) 2%;
  border: none;
  height: 200px;
  resize: none;
  margin-top: var(--margineEsterno);
}

.wpcf7-list-item {
  display: flex;
  color: #fff;
  width: 100%;
  font: normal calc(var(--paragrafoSize)/2) 'NeueHaas-Light', sans-serif;
}

.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 2em 0 1em;
}

span span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border: 1px solid red;
}

.wpcf7-list-item-label {
  margin-left: 10px;
}

span span.wpcf7-list-item {
  margin: 0;
  /* margin-top: var(--margineEsterno); */
}

.container-privacy-checkbox {
  margin-top: var(--margineEsterno);
}


input[type='checkbox'] {
  width: auto;
}

input[type='submit'] {
  width: 100%;
  font: normal var(--paragrafoSize) 'NeueHaas-Light', sans-serif;
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
  padding: var(--margineInterno) 0;
  text-align: center;
  margin-top: var(--margineEsterno);
  cursor: pointer;
}

form {
  height: 100%;
  display: flex;
  flex-direction: column;

  justify-content: space-between;
}

.wpcf7-response-output {
  display: none;
}

span input#nome.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  font-size: var(--paragrafoSize) !important;
}

span input#email.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  font-size: var(--paragrafoSize) !important;
}

span textarea#messaggio.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  font-size: var(--paragrafoSize) !important;
}

span input#submit.wpcf7-form-control.wpcf7-submit {
  font-size: var(--paragrafoSize) !important;
}

.form {
  margin: 250px var(--margineEsterno) var(--margineEsterno) var(--margineInterno);
  width: 100%;
  height: calc(100% - 275px);
  background-color: #ccc;
  width: 50%;
}

#cookie-notice {
  border-top: 2px solid #fff;
}

.cookie-notice-container #cn-notice-text {
  display: block;
  text-align: left;
  margin: 0;
  font-family: "NeueHaas-Light";
  font-size: var(--paragrafoSize);
  line-height: var(--paragrafoLineHeight);
  width: calc(100% - 56px);
}

@media screen and (min-width: 768px) {
  .cookie-notice-container #cn-notice-text {
    width: calc(100% - 66px);
  }
}

@media screen and (min-width: 1025px) {
  .cookie-notice-container #cn-notice-text {
    width: calc(100% - 85px);
  }
}

@media screen and (min-width: 1536px) {
  .cookie-notice-container #cn-notice-text {
    width: calc(100% - 90px);
  }
}

@media screen and (min-width: 1920px) {
  .cookie-notice-container #cn-notice-text {
    width: calc(100% - 110px);
  }
}





.cookie-notice-container {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

#cn-accept-cookie {
  background-color: #fff;
  border-radius: 0px;
  color: #000;
  font-family: "NeueHaas-Light";
  font-family: "NeueHaas-Light";
  font-size: var(--paragrafoSize);
}

#cn-more-info {
  background-color: #fff;
  border-radius: 0px;
  color: #000;
  font-family: "NeueHaas-Light";
  font-size: var(--paragrafoSize);
}

#cn-more-info {
  margin-right: 40px !important;
}

.cn-close-icon {
  opacity: 1 !important;
  right: var(--margineEsterno) !important;
}

.cn-animated {
  pointer-events: none;
}


.cookie-notice-container {
  padding: var(--margineEsterno) calc(var(--margineEsterno) + var(--margineEsterno) + 15px) var(--margineEsterno) var(--margineEsterno) !important;
}

#cookie-notice .cn-button {
  margin: 0 !important;
}

/* .cn-close-icon:after, .cn-close-icon:before{
  height: 50px !important;
  top: -15px !important;
} */

.composizioni1 {
  display: flex;
  flex-wrap: wrap;
}

.composizioni2 {
  display: none;
}

@media screen and (min-width: 1025px) {
  .composizioni1 {
    display: none;
  }

  .composizioni2 {
    display: flex;
    flex-wrap: wrap;
  }
}

.title-composizioni {
  font: normal var(--titoloSize) 'NeueHaas-Medium', sans-serif;
  color: #ffffff;
  line-height: var(--titoloLineHeight);
  width: 100%;
  padding: 0 var(--margineEsterno);
  margin-bottom: -6px;
}
@media screen and (min-width: 1025px) {
  .title-composizioni {
    margin-bottom: -12px;
  }
}

@media screen and (min-width: 1536px) {
  .title-composizioni {
    margin-bottom: -14px;
  }
}

.singola-composizione {
  height: 40vw;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
  overflow: hidden;
}

.singola-composizione:hover .img-composizione {
  display: none;
}

.singola-composizione:hover {
  border: 2px solid #fff;
}

.singola-composizione:nth-child(2) {
  width: calc(33.333% - 37px);
  margin: var(--margineEsterno) var(--margineInterno) 0 var(--margineEsterno);
}

.singola-composizione:nth-child(2) .img-composizione {
  background: url(./images/XX01.jpg) no-repeat 50% 50% scroll transparent;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.singola-composizione:nth-child(3) {
  width: calc(33.333% - 24px);
  margin: var(--margineEsterno) var(--margineInterno) 0 var(--margineInterno);
}

.singola-composizione:nth-child(3) .img-composizione {
  background: url(./images/XX02.jpg) no-repeat 50% 50% scroll transparent;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.singola-composizione:nth-child(4) {
  width: calc(33.333% - 37px);
  margin: var(--margineEsterno) var(--margineEsterno) 0 var(--margineInterno);
}

.singola-composizione:nth-child(4) .img-composizione {
  background: url(./images/XX03.jpg) no-repeat 50% 50% scroll transparent;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.singola-composizione:nth-child(5) {
  width: calc(66.666% - 37px);
  margin: var(--margineEsterno) var(--margineInterno) 0 var(--margineEsterno);
}

.singola-composizione:nth-child(5) .img-composizione {
  background: url(./images/P1001038.jpg) no-repeat 50% 50% scroll transparent;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.singola-composizione:nth-child(6) {
  width: calc(33.333% - 37px);
  margin: var(--margineEsterno) var(--margineEsterno) 0 var(--margineInterno);
}

.singola-composizione:nth-child(6) .img-composizione {
  background: url(./images/XX05.jpg) no-repeat 50% 50% scroll transparent;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.nome-composizione {
  font: normal var(--paragrafoSize) 'NeueHaas-Light', sans-serif;
  color: #ffffff;
  line-height: var(--titoloLineHeight);
  text-transform: uppercase;
}

.scheda-tecnica {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding-bottom: 7px;
  padding-left: 15px;
}

.scheda-tecnica div {
  width: 30px;
  height: 30px;
  /* background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; */
}

.scheda-tecnica div svg {
  stroke: #fff;
  stroke-width: 70;
  width: 30px;
  height: 30px;
}

.scheda-tecnica p {
  font: normal var(--paragrafoSize) 'NeueHaas-Light', sans-serif;
  color: #ffffff;
  padding: 0 0 0 15px;
  transform: translateY(1px);
}

.singola-composizione-mobile {
  display: block;
  text-decoration: none;
}

.singola-composizione-mobile:nth-child(2) {
  width: 50%;
  margin: var(--margineEsterno) 0 0 0;
  padding: 0 var(--margineInterno) 0 var(--margineEsterno);
}

.singola-composizione-mobile:nth-child(3) {
  width: 50%;
  margin: var(--margineEsterno) 0 0 0;
  padding: 0 var(--margineEsterno) 0 var(--margineInterno);
}

.singola-composizione-mobile:nth-child(4) {
  width: 100%;
  margin: var(--margineEsterno) 0 0 0;
  padding: 0 var(--margineEsterno);
}

.singola-composizione-mobile:nth-child(5) {
  width: 50%;
  margin: var(--margineEsterno) 0 0 0;
  padding: 0 var(--margineInterno) 0 var(--margineEsterno);
}

.singola-composizione-mobile:nth-child(6) {
  width: 50%;
  margin: var(--margineEsterno) 0 0 0;
  padding: 0 var(--margineEsterno) 0 var(--margineInterno);
}


.img-composizione-mobile {
  width: 100%;
  height: 58vw;
  background: url(i1.jpg) no-repeat 0 0 scroll transparent;
  background-size: cover;
}

.nome-composizione-mobile {
  font: normal var(--paragrafoSize) 'NeueHaas-Light', sans-serif;
  color: #ffffff;
  line-height: var(--paragrafoLineHeight);
  text-transform: uppercase;
  margin-top: var(--margineEsterno);
}

.scheda-tecnica-mobile {
  width: 100%;
  margin-top: calc(var(--margineEsterno) - 4px);
  display: flex;
  align-items: center;
}

.scheda-tecnica-mobile div {
  width: 16px;
  height: 16px;
  /* background-color: #fff; */
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.scheda-tecnica-mobile div svg {
  stroke: #fff;
  stroke-width: 100;
  width: 16px;
  height: 16px;
}

.scheda-tecnica-mobile p {
  font: normal var(--paragrafoSize) 'NeueHaas-Light', sans-serif;
  color: #ffffff;
  padding: 0 0 0 var(--margineEsterno);
  transform: translateY(2px);
}



.loader {
  width: 100%;
  height: calc(100 * var(--vh));
  background-color: #000;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--margineEsterno);
}

.loader svg {
  width: 100%;
  height: 300px;
  fill: #fff;
  /* position: absolute;
  top: calc(calc(50 * var(--vh)) - 150px);
  left: 25%; */
}

@media screen and (min-width: 1025px) {
  .loader svg {
    width: 100%;
    height: 100%;
    /* left: 35%; */
  }
}

.biancone-logo {
  width: 100%;
  height: 0%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}


.wrapper2 {
  position: relative;
  padding: 50px var(--margineEsterno) var(--margineEsterno) var(--margineEsterno);
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 1000px) {
  .wrapper2 {
    padding: 150px var(--margineEsterno) var(--margineEsterno) var(--margineEsterno);
  }
}

.wrapper2 h1 {
  font: normal var(--titoloSize) 'NeueHaas-Medium', sans-serif;
  color: #ffffff;
}

.wrapper2 h2 {
  font: normal var(--paragrafoSize) 'NeueHaas-Medium', sans-serif;
  color: #ffffff;
  margin-top: 20px;
}

.wrapper2 h3 {
  font: normal var(--paragrafoSize) 'NeueHaas-Medium', sans-serif;
  color: #ffffff;
  margin-top: 20px;
}

.wrapper2 h4 {
  font: normal var(--paragrafoSize) 'NeueHaas-Medium', sans-serif;
  color: #ffffff;
  margin-top: 20px;
}

.wrapper2 p {
  font: normal var(--paragrafoSize) 'NeueHaas-Light', sans-serif;
  color: #ffffff;
  margin-top: 20px;
}

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

.privacy-form {
  font: normal 11px 'NeueHaas-Light', sans-serif;
  text-decoration: underline;
  color: #ffffff;
  transform: translateY(-2px);
}

@media screen and (min-width: 1025px) {
  .privacy-form {
    font: normal calc(var(--paragrafoSize) / 2) 'NeueHaas-Light', sans-serif;
  }
}

.checkmark {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffffff;
  position: relative;
  left: -20px;
  top: -4px;
  pointer-events: none;
  z-index: 1;
  flex-shrink: 0;
}


input[type='checkbox'] {
  opacity: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}