@font-face {
  font-family: "AvenirNext LT Pro";
  src: url(/fonts/AvenirNextLTPro-Heavy.woff2?3f77541fd3e0d38b98a6ebd8ea7dc4f7) format("woff2"), url(/fonts/AvenirNextLTPro-Heavy.woff?12600bab02c6761e380519344d227f49) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirLTStd";
  src: url(/fonts/AvenirLTStd-Heavy.woff2?49ce17cdc46d6a2c49fca21ea0229496) format("woff2"), url(/fonts/AvenirLTStd-Heavy.woff?8aaa3e0934f4c0a924bb84afcdc00255) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirLTStd";
  src: url(/fonts/AvenirLTStd-Medium.woff2?4ec06d8829349e2d020d88bab98737e6) format("woff2"), url(/fonts/AvenirLTStd-Medium.woff?af72909ca37798368530311139eb6435) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirLTStd-Roman";
  src: url(/fonts/AvenirLTStd-Roman.woff2?f6c03ef0b593168859045a9f29b036d3) format("woff2"), url(/fonts/AvenirLTStd-Roman.woff?d39793b60e7dce72694eff6a79b4a093) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1 {
  color: #fff;
  font-size: 150px;
}

h2 {
  color: #fff;
  font-size: 120px;
  font-weight: 200;
}

h3 {
  color: #fff;
  font-size: 70px;
}

h4 {
  color: #fff;
  font-size: 40px;
}

h5 {
  color: #fff;
  font-size: 28px;
}

.title {
  padding: 100px;
  position: relative;
}
.title h2 {
  font-weight: 600;
  font-size: 110px;
}

.title::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 177px;
  background-color: red;
  bottom: 60px;
}

.btn {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  position: relative;
}

.btn:active {
  background-color: rgba(255, 255, 255, 0.7);
}

.big {
  height: 400px;
  width: 400px;
}

.small {
  height: 140px;
  width: 265px;
}

.square {
  height: 100px;
  width: 100px;
  position: relative;
}

.short {
  width: 80%;
  margin: 20px auto;
  height: 150px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.red {
  display: block;
  background-color: red;
  width: 30%;
  height: 100px;
  margin: auto;
  font-size: 48px;
  color: #fff;
  text-align: center;
  line-height: 100px;
  margin-top: 40px;
}
.red :active {
  background-color: #aa3131;
}

.overline {
  display: flex;
  justify-content: space-around;
  align-items: center;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.overline .flag {
  height: 110px;
  width: 110px;
  margin: 35px;
}
.overline .small_flag {
  height: 70px;
  width: 70px;
  margin: 20px;
}

.header_nav {
  padding-top: 50px;
  height: 150px;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.header_nav i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #192D55;
}

.container {
  width: 95%;
  margin: auto;
  z-index: 10;
}

.footer_logo {
  position: fixed;
  bottom: 0;
  height: 10%;
  z-index: 0;
}
.footer_logo img {
  display: flex;
  width: 50% !important;
  margin: auto;
}

a {
  text-decoration: none;
}

.solid-container {
  height: 600px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #192D55;
  font-family: Avenir;
}

.slide {
  width: 100%;
  height: 100vh;
  position: relative;
}

#slide_1 {
  background-color: #192D55;
}
#slide_1 img {
  width: 100%;
}

#slide_2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#slide_2 .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#slide_2 .box h2 {
  color: #ddd;
}
#slide_2 .box img {
  position: absolute;
  width: 190px;
  bottom: 150px;
  right: 445px;
}
#slide_2 .box h3 {
  position: absolute;
  bottom: 80px;
}

#slide_3 .tiles {
  display: flex;
  justify-content: space-around;
  width: 87%;
  margin: auto;
  padding-top: 50px;
}

#slide_4 .divisioni {
  width: 80%;
  margin: 150px auto 20px auto;
  height: 500px;
  position: relative;
}
#slide_4 .divisioni .prodotti_img {
  width: 500px;
  position: absolute;
  bottom: -32px;
}
#slide_4 .divisioni h4 {
  position: absolute;
  top: 50%;
  right: 10%;
}
#slide_4 .short .btn_img {
  width: 50%;
  display: flex;
  justify-content: center;
}
#slide_4 .short .btn_img #magazine {
  width: 100px;
}
#slide_4 .short .btn_img #video {
  width: 77px;
}
#slide_4 .short .btn_img #plant {
  width: 82px;
}
#slide_4 .short .btn_img #registrati {
  font-size: 95px;
  color: #fff;
}
#slide_4 .short .btn_img #shield {
  font-size: 95px;
  color: #fff;
  margin-left: 80px;
}
#slide_4 .short .btn_label {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  padding-right: 80px;
}
#slide_4 .short #temp {
  width: 70%;
  padding-right: 73px;
}

#slide_5 #prima, #slide_5 #ultima {
  width: 500px;
  height: 706px;
  margin: auto;
}

#slide_6 a div {
  position: fixed;
  bottom: 55px;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: 500;
  color: #fff;
  height: 100px;
  width: 300px;
}
#slide_6 a div i {
  margin-left: 10px;
}
#slide_6 a div:active {
  background-color: red;
}

#slide_7, #slide_12 {
  overflow: hidden;
}
#slide_7 #title_temp, #slide_12 #title_temp {
  padding: 80px;
}
#slide_7 #title_temp h2, #slide_12 #title_temp h2 {
  font-size: 85px;
}
#slide_7 .row, #slide_12 .row {
  display: flex;
  justify-content: space-between;
}
#slide_7 .row .inputBox, #slide_12 .row .inputBox {
  z-index: 10;
  width: 45%;
  margin: 30px auto;
  height: 110px;
  line-height: 110px;
  text-align: center;
}
#slide_7 .row .inputBox .text_box, #slide_12 .row .inputBox .text_box {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  line-height: 80px;
  color: #fff;
  font-size: 35px;
  padding: 10px;
  text-align: center;
}
#slide_7 .row .inputBox input::-webkit-input-placeholder, #slide_12 .row .inputBox input::-webkit-input-placeholder {
  color: #fff;
}
#slide_7 .row .inputBox input:focus::-webkit-input-placeholder, #slide_12 .row .inputBox input:focus::-webkit-input-placeholder {
  opacity: 0;
}
#slide_7 .row #ditta, #slide_12 .row #ditta {
  width: 94%;
}
#slide_7 .inputCheck, #slide_12 .inputCheck {
  z-index: 10;
  width: 65%;
  margin: 20px auto;
  display: flex;
  align-items: center;
}
#slide_7 .inputCheck .checkbox, #slide_12 .inputCheck .checkbox {
  -webkit-appearance: none;
  height: 70px;
  width: 70px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 25px;
}
#slide_7 .inputCheck .checkbox:checked, #slide_12 .inputCheck .checkbox:checked {
  background-color: red;
  border: 1px solid red;
  color: red;
}
#slide_7 .inputCheck label, #slide_12 .inputCheck label {
  color: #fff;
  font-size: 25px;
  margin-left: 25px;
}
#slide_7 #temp, #slide_12 #temp {
  width: 95%;
  margin: 20px 0px;
  display: flex;
  align-items: center;
}
#slide_7 .firma, #slide_12 .firma {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-top: 30px;
}
#slide_7 .firma .red, #slide_12 .firma .red {
  margin-top: 100px;
}
#slide_7 .firma #clear, #slide_12 .firma #clear {
  color: #fff;
}

#slide_8 h2, #slide_13 h2 {
  margin-top: 300px;
}
#slide_8 h4, #slide_13 h4 {
  margin: 50px 20px 0px 20px;
}

#slide_9 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#slide_9 .container #piantina {
  width: 750px;
  z-index: -1;
}
#slide_9 .container .pin {
  position: absolute;
  top: 1481px;
  left: 338px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#slide_9 .container .pin i {
  color: red;
  font-size: 70px;
}
#slide_9 .container .pin p {
  font-size: 30px;
  font-weight: 800;
}
#slide_9 .container .menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 575px;
}
#slide_9 .container .menu .square {
  width: 400px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

#slide_10 .title h2 {
  font-size: 100px;
}
#slide_10 .div_menu {
  display: flex;
  justify-content: space-around;
}
#slide_10 .div_menu .square {
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#slide_10 .product {
  display: flex;
  flex-direction: row;
}
#slide_10 .product .product_wrap {
  width: 50%;
  position: relative;
}
#slide_10 .product .product_wrap img {
  position: absolute;
  width: 100%;
}
#slide_10 .product .product_wrap .title {
  padding-left: 0px;
  position: absolute;
  top: 107px;
}
#slide_10 .product .product_wrap p {
  color: #fff;
  font-size: 30px;
}
#slide_10 .product .square {
  width: 100%;
}

#slide_11 iframe {
  margin-top: 30px;
  width: 100%;
  height: 80%;
}

#slide_12 .inputCheck label {
  font-size: 20px;
}

#slide_14 .divisioni {
  width: 80%;
  margin: 70px auto 20px auto;
  height: 400px;
  position: relative;
  display: flex;
  flex-direction: row;
}
#slide_14 .divisioni .prodotti_img {
  width: 500px;
  position: absolute;
  bottom: -32px;
}
#slide_14 .divisioni h4 {
  font-size: 50px;
}
#slide_14 .divisioni .btn_img {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#slide_14 .divisioni .btn_img #registrati {
  font-size: 130px;
  color: #fff;
}
#slide_14 .divisioni .btn_img #shield {
  font-size: 130px;
  color: #fff;
  margin-left: 80px;
}
#slide_14 .divisioni .btn_label {
  display: flex;
  align-items: center;
  width: 50%;
}
#slide_14 .divisioni #temp {
  width: 70%;
  padding-right: 73px;
}

#slide_15 {
  color: #fff;
}
#slide_15 .container .informativa {
  width: 90%;
  padding: 0 10px 0 10px;
  margin: auto;
  height: 1000px;
  overflow: scroll;
}
#slide_15 .container .informativa #blu {
  color: #4F81BD;
}
#slide_15 .container .informativa .intestazione {
  font-size: 24px;
  margin-bottom: 20px;
  margin-right: 10px;
}
#slide_15 .container .informativa h5 {
  margin-bottom: 20px;
}
#slide_15 .container .informativa p {
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-word;
}
#slide_15 .container .informativa li {
  margin-left: 19px;
  color: #fff;
}

#slide_16 {
  color: #fff;
}
#slide_16 .qr_reader {
  margin-top: 200px;
}
#slide_16 .qr_reader #qr-reader {
  margin: auto;
}

#slide_17 .container .alert, #slide_18 .container .alert {
  width: 95%;
  margin: auto;
  text-align: center;
  margin-top: 200px;
}
#slide_17 .container .alert i, #slide_18 .container .alert i {
  font-size: 400px;
}
#slide_17 .container .alert .fa-check-circle, #slide_18 .container .alert .fa-check-circle {
  color: green;
}
#slide_17 .container .alert .fa-times-circle, #slide_18 .container .alert .fa-times-circle {
  color: red;
}
#slide_17 .container .alert h2, #slide_18 .container .alert h2 {
  margin-top: 50px;
}
#slide_17 .container h4, #slide_18 .container h4 {
  margin: 150px 20px 0px 20px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next, .text {
    font-size: 11px;
  }
}
