* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  background-color: var(--grigio);
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "roc-grotesk";
}


:root {
  --arancione: #ec512d;
  --biancosporco: #e0e0e0;
  --blu: #1c61eb;
  --bordeaux: #78222d;
  --giallo:#f8d409;
  --grigio: #1f2933;
  --lilla: #ca71cf;
  --verde: #4bc3a1;
  --verdemilitare: #475732;
}


.swiper-button-next {
    right: 0;
    left: auto;
    top: 0;
    height: 100vh;
    width: 20%;
}

.swiper-button-prev {
    left: 0;
    right: auto;
    top: 0;
    height: 100vh;
    width: 20%;
}


/* var(--main-bg-color); */



#big-container {
  width: 100%;
  height: 100%;
  padding-top: 65px;
}

/*  SWIPER */

.swiper-container {
  width: 100%;
  height: calc(100% - 65px);
}

.swiper-wrapper {
  background-color: var(--grigio);
}

.swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0;
}


.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}


.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  top: 0;
}


.swiper-pagination-bullet {
  width: 14px;
  height: 4px;
  display: inline-block;
  border-radius: 0;
  background: #ffffff;
  opacity: .2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}


/* CLOSE BUTTON */

#close-button {
  position: absolute;
  top: 90px;
  right: 15px;
  width: 30px;
  height: 30px;
  z-index: 5;
  display: none;
}

#close-button button {
  background-color: transparent;
  border: 0;
  color: var(--biancosporco);
  font-size: 30px;
	margin: 0;
	padding: 0;
}


#close-button button:hover,
#close-button button:focus {
  color: #ffffff;
  outline: none;
}


/* CARDS */

.slide-content-apertura {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}


.slide-content {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.slide-content-text {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 40px;
}


/* CARD 0 - APERTURA */


#card-0-apertura {
  background-color: var(--grigio);
  color: var(--lilla);
}


#card-0-apertura-titolo h1 {
  font-family: "roc-grotesk-wide";
  font-size: 42px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.0;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 0;
}

#card-0-apertura-img {
  height: calc(100vh - 350px);
  width: 100%;
}


.img-apertura {
  width: 80%;
  height: 80%;
}


#card-0-apertura-btn {
  text-align: center;
}


#card-0-apertura-btn button {
  background-color: var(--lilla);
  color: var(--biancosporco);
  border: 0;
  border-radius: 25px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: center;
  padding: 10px 30px;
  z-index: 90;
  text-transform: uppercase;
  margin-bottom: 70px;
}

#card-0-apertura-btn button:hover,
#card-0-apertura-btn button:focus {
  background-color: #6b0f66;
  color: #ffffff;
  outline: none;
}




/* CARDS 1 - DECESSI */


#card-1 {
  background-color: var(--lilla);
}


#card-1-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-1-numero {
  font-family: "roc-grotesk-wide";
  font-size: 170px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding-top: 20px;
}

#card-1-unita {
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-1-testo {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}


/* CARDS 2 - DPCM */


#card-2 {
  background-color:  var(--lilla);
}

#card-2-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-2-numero {
  font-family: "roc-grotesk-wide";
  font-size: 170px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-2-unita {
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-2-testo {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  padding-top: 40px;
}


/* CARD 3 - cassa integrazione */

#card-3 {
  background-color: var(--arancione);

}


#card-3-occhiello-inps {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #000000;
}

#card-3-occhiello-data {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #000000;
}


#card-3-numero {
  font-family: "roc-grotesk-wide";
  font-size: 80px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-1-numero span {
  font-size: 48px;
}

#card-3-testo {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}


/* CARD 4 - mascherini e guanti */

#card-4 {
  background-color:  var(--verdemilitare);
}

#card-4-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-4-numeri-box {
  width: 100%;
  position: relative;
  padding-top: 20px;
}

#card-4-numero-160 {
  font-family: "roc-grotesk-wide";
  font-size: 75px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.80;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  text-align: left;
}

#card-4-numero-440 {
  font-family: "roc-grotesk-wide";
  font-size: 75px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.80;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  text-align: right;
}

#card-4-svg-line {
  position: absolute;
  top: -30px;
  left: 75px;
}

#card-4-unita {
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-4-testo {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}






/* CARD 5 - lievito di birra */

#card-5 {
  background-color:  var(--verdemilitare);
}

#card-5-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-5-numero {
  font-family: "roc-grotesk-wide";
  font-size: 100px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-5-numero span {
  font-size: 60px;
}

#card-5-testo {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}



/* CARD 6 - S&P */

#card-6 {
  background-color:  var(--arancione);
}

#card-6-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-6-numero {
  font-family: "roc-grotesk-wide";
  font-size: 139px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-6-numero span {
  font-size: 83px;
}

#card-6-testo {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}






/* CARD 7 - gel igienizzante */

#card-7 {
  background-color:  var(--verdemilitare);
}

#card-7-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-7-numero {
  font-family: "roc-grotesk-wide";
  font-size: 139px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-7-unita {
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-7-testo {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  padding-top: 20px;
}




/* CARD 8 - acquisti online */

#card-8 {
  background-color:  var(--verdemilitare);
}


#card-8-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-8-numero {
  font-family: "roc-grotesk-wide";
  font-size: 139px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.0;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-8-numero span {
  font-size: 83px;
}

#card-8-testo {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}




/* CARD 9 - zoom */

#card-9 {
  background-color:  var(--verde);
}

#card-9-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-9-numero {
  font-family: "roc-grotesk-wide";
  font-size: 100px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-9-numero span {
  font-size: 60px;
}

#card-9-testo {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}




/* CARd 10 - petrolio */

#card-10 {
  background-color:  var(--arancione);
}

#card-10-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-10-numero {
  font-family: "roc-grotesk-wide";
  font-size: 139px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-10-numero span {
  font-size: 83px;
}

#card-10-testo {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}


/*  CARD 11 - cinema  */

#card-11 {
  background-color: var(--verde);
}


#card-11-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-11-numero {
  font-family: "roc-grotesk-wide";
  font-size: 100px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-11-numero span {
  font-size: 60px;
}

#card-11-testo {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}




/* CARD 12 - Istat occupati */

#card-12 {
  background-color: var(--arancione);
}


#card-12-occhiello-istat {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #000000;
}

#card-12-occhiello-data {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #000000;
}


#card-12-numero {
  font-family: "roc-grotesk-wide";
  font-size: 120px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-12-unita {
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.2;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-12-testo {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  padding-top: 20px;
}




/* CARD 13 - TURISTI */

#card-13 {
  background-color: var(--arancione);
}



#card-13-occhiello-istat {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #000000;
}

#card-13-occhiello-data {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #000000;
}


#card-13-numero {
  font-family: "roc-grotesk-wide";
  font-size: 80px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}


#card-13-numero span {
  font-size: 48px;
}


#card-13-testo {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}





/* CARD 14 - VOLI */


#card-14 {
  background-color: var(--verde);
}


#card-14-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-14-numero {
  font-family: "roc-grotesk-wide";
  font-size: 65px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}


#card-14-testo {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}




/* CARD 15 - svago */

#card-15 {
  background-color: var(--blu);
}


#card-15-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-15-numero {
  font-family: "roc-grotesk-wide";
  font-size: 65px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}


#card-15-testo {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}




/* CARD 16 - CREDITI */

#card-16 {
  background-color: var(--grigio);
}

.card-16-crediti-titolo {
  font-family: "roc-grotesk-wide";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--verdemilitare);
  align-self: flex-start;
}

#card-16 div:nth-child(3) {
  margin-top: 30px;
}

.card-16-crediti-testo {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: var(--biancosporco);
  align-self: flex-start;
  text-align: left;
}


/* FOOTER */

.faN {
  width: 30px !important;
  height: 30px !important;
}

#close-button {    
	top: 74px;
	right: 7px;
}

@media only screen and (max-height: 700px) and (min-height: 550px) {
	
#card-0-apertura {
  background-color: var(--grigio);
  color: var(--lilla);
}

#card-0-apertura-img {
  height: 60vw;
  width: 100%;
}

#card-0-apertura-titolo h1 {
  font-family: "roc-grotesk-wide";
  font-size: 42px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.0;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 0;
}


.img-apertura {
  width: 100%;
  height: 100%;
}


#card-0-apertura-btn {
  text-align: center;
}


#card-0-apertura-btn button {
  background-color: var(--lilla);
  color: var(--biancosporco);
  border: 0;
  border-radius: 25px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: center;
  padding: 10px 30px;
  z-index: 90;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#card-0-apertura-btn button:hover,
#card-0-apertura-btn button:focus {
  background-color: #6b0f66;
  color: #ffffff;
  outline: none;
}




/* CARDS 1 - DECESSI */


#card-1 {
  background-color: var(--lilla);
}


#card-1-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-1-numero {
  font-family: "roc-grotesk-wide";
  font-size: 100px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding-top: 20px;
}

#card-1-unita {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-1-testo {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}


/* CARDS 2 - DPCM */


#card-2 {
  background-color:  var(--lilla);
}

#card-2-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-2-numero {
  font-family: "roc-grotesk-wide";
  font-size: 100px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-2-unita {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-2-testo {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  padding-top: 40px;
}


/* CARD 3 - cassa integrazione */

#card-3 {
  background-color: var(--arancione);

}


#card-3-occhiello-inps {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #000000;
}

#card-3-occhiello-data {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #000000;
}


#card-3-numero {
  font-family: "roc-grotesk-wide";
  font-size: 70px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-1-numero span {
  font-size: 48px;
}

#card-3-testo {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}


/* CARD 4 - mascherini e guanti */

#card-4 {
  background-color:  var(--verdemilitare);
}

#card-4-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-4-numeri-box {
  width: 100%;
  position: relative;
  padding-top: 20px;
}

#card-4-numeri-box img {
	width: 60%!important;
}

#card-4-numero-160 {
  font-family: "roc-grotesk-wide";
  font-size: 75px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.80;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  text-align: left;
}

#card-4-numero-440 {
  font-family: "roc-grotesk-wide";
  font-size: 75px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.80;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  text-align: right;
}

#card-4-svg-line {
  position: absolute;
  top: -30px;
  left: 75px;
}

#card-4-unita {
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-4-testo {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}






/* CARD 5 - lievito di birra */

#card-5 {
  background-color:  var(--verdemilitare);
}

#card-5-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-5-numero {
  font-family: "roc-grotesk-wide";
  font-size: 90px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-5-numero span {
  font-size: 60px;
}

#card-5-testo {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}



/* CARD 6 - S&P */

#card-6 {
  background-color:  var(--arancione);
}

#card-6-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-6-numero {
  font-family: "roc-grotesk-wide";
  font-size: 110px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-6-numero span {
  font-size: 83px;
}

#card-6-testo {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}






/* CARD 7 - gel igienizzante */

#card-7 {
  background-color:  var(--verdemilitare);
}

#card-7-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-7-numero {
  font-family: "roc-grotesk-wide";
  font-size: 110px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-7-unita {
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-7-testo {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  padding-top: 20px;
}




/* CARD 8 - acquisti online */

#card-8 {
  background-color:  var(--verdemilitare);
}


#card-8-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-8-numero {
  font-family: "roc-grotesk-wide";
  font-size: 100px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.0;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-8-numero span {
  font-size: 83px;
}

#card-8-testo {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}




/* CARD 9 - zoom */

#card-9 {
  background-color:  var(--verde);
}

#card-9-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-9-numero {
  font-family: "roc-grotesk-wide";
  font-size: 100px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-9-numero span {
  font-size: 60px;
}

#card-9-testo {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}




/* CARd 10 - petrolio */

#card-10 {
  background-color:  var(--arancione);
}

#card-10-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-10-numero {
  font-family: "roc-grotesk-wide";
  font-size: 139px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-10-numero span {
  font-size: 83px;
}

#card-10-testo {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}


/*  CARD 11 - cinema  */

#card-11 {
  background-color: var(--verde);
}


#card-11-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-11-numero {
  font-family: "roc-grotesk-wide";
  font-size: 100px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-11-numero span {
  font-size: 60px;
}

#card-11-testo {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}




/* CARD 12 - Istat occupati */

#card-12 {
  background-color: var(--arancione);
}


#card-12-occhiello-istat {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #000000;
}

#card-12-occhiello-data {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #000000;
}


#card-12-numero {
  font-family: "roc-grotesk-wide";
  font-size: 120px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#card-12-unita {
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.2;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-12-testo {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  padding-top: 20px;
}




/* CARD 13 - TURISTI */

#card-13 {
  background-color: var(--arancione);
}



#card-13-occhiello-istat {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #000000;
}

#card-13-occhiello-data {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #000000;
}


#card-13-numero {
  font-family: "roc-grotesk-wide";
  font-size: 80px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}


#card-13-numero span {
  font-size: 48px;
}


#card-13-testo {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}





/* CARD 14 - VOLI */


#card-14 {
  background-color: var(--verde);
}


#card-14-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-14-numero {
  font-family: "roc-grotesk-wide";
  font-size: 65px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}


#card-14-testo {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}




/* CARD 15 - svago */

#card-15 {
  background-color: var(--blu);
}


#card-15-occhiello {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

#card-15-numero {
  font-family: "roc-grotesk-wide";
  font-size: 65px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}


#card-15-testo {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}




/* CARD 16 - CREDITI */

#card-16 {
  background-color: var(--grigio);
}

.card-16-crediti-titolo {
  font-family: "roc-grotesk-wide";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--verdemilitare);
  align-self: flex-start;
}

#card-16 div:nth-child(3) {
  margin-top: 30px;
}

.card-16-crediti-testo {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: var(--biancosporco);
  align-self: flex-start;
  text-align: left;
}
	
	#card-4-unita {
	  font-size: 30px;
	  line-height: 1.3;
	}	
	#card-5 .slide-content-text{
		padding-top: 0;}	
	#card-7 .slide-content-text{
		padding-top: 0;}
	
	#card-6-numero {
	  font-size: 90px;
	}

	#card-6-numero span {
	  font-size: 60px;
	}

	#card-8-numero {
	  font-size: 70px;
	}

	#card-8-numero span {
	  font-size: 60px;
	}
	
	#card-9-numero {
	  font-size: 80px;
	}

	#card-9-numero span {
	  font-size: 40px;
	}
	
	#card-9-testo {
	  font-size: 26px;
	}
	
	#card-10-numero {
	  font-size: 90px;
	}

	#card-10-numero span {
	  font-size: 80px;
	}
	
	#card-11-numero {
	  font-size: 90px;
	}
	#card-11 .slide-content-text{
		padding-top: 0;}
	
	#card-12-numero {
	  font-size: 90px;
	}
	#card-12 .slide-content-text{
		margin-top: -20px;
		padding-top: 0;}
	
	#card-15 .slide-content-text{
		padding-top: 0;}
}


@media only screen and (max-width: 380px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 4px;
  }
}


/* IPHONE 5 */
@media only screen and (max-width: 340px) and (max-height: 600px) {
  
	.slide-content-text {
    padding-top: 10px;
  }

  #card-0-apertura-titolo h1 {
    margin-top: -20px;
  }

  #card-0-apertura-img {
    margin-top: -50px;
}

#card-0-apertura-btn {
  padding-bottom: 50px;
}

  #card-2-unita {
    padding-top: 20px;
  }


  #card-1-numero,
  #card-2-numero,
  #card-3-numero,
  #card-4-numero,
  #card-5-numero,
  #card-6-numero,
  #card-7-numero,
  #card-8-numero,
  #card-9-numero,
  #card-10-numero,
  #card-11-numero,
  #card-12-numero,
  #card-13-numero,
  #card-15-numero {
    font-size: 60px;
  }

  #card-14-numero {
    font-size: 54px;
  }

  #card-1-numero span,
  #card-2-numero span,
  #card-3-numero span,
  #card-4-numero span,
  #card-5-numero span,
  #card-6-numero span,
  #card-7-numero span,
  #card-8-numero span,
  #card-9-numero span,
  #card-10-numero span,
  #card-11-numero span,
  #card-12-numero span,
  #card-13-numero span,
  #card-14-numero span,
  #card-15-numero span {
    font-size: 44px;
  }


  #card-1-unita,
  #card-2-unita,
  #card-3-unita,
  #card-4-unita,
  #card-5-unita,
  #card-6-unita,
  #card-7-unita,
  #card-8-unita,
  #card-9-unita,
  #card-10-unita,
  #card-11-unita,
  #card-12-unita,
  #card-13-unita,
  #card-14-unita,
  #card-15-unita {
    font-size: 30px;
  }

  #card-1-testo,
  #card-2-testo,
  #card-3-testo,
  #card-4-testo,
  #card-5-testo,
  #card-6-testo,
  #card-7-testo,
  #card-8-testo,
  #card-9-testo,
  #card-10-testo,
  #card-11-testo,
  #card-12-testo,
  #card-13-testo,
  #card-14-testo,
  #card-15-testo {
    font-size: 20px;
  }

}
