@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.boxCode {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    padding-right: 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    color: #333;
    margin-bottom: 10px;
}
.btn1 {
    background: linear-gradient(40deg,#ff6820,#ffc905)!important;
    border: 2px #ff9800 solid;
}
h1 {
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 48px;
}
p {
  letter-spacing: 1px;
  font-size: 14px;
  color: #333333;
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
.logo {
  width: 50px;
  fill: white;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.inner-header {
  width: 100%;
  margin: 0;
  padding: 0;
}
.flex {
  /*Flexbox*/
  display: flex;
  justify-content: center;
}
.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}
.content {
  position: relative;
  text-align: center;
  background-color: white;
}

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .content {
    height: 30vh;
  }
  h1 {
    font-size: 24px;
  }
}
.logo1 {
    position: absolute;
    margin: 20px 20px 0px 40px;
    border-radius: 5px;
}
.logos2 {
    float: right;
    margin: 20px 40px 0px 20px;
    background: #ffffff45;
    padding: 5px;
    border-radius: 5px;
}
.before {
    font-weight: bold;
    font-size: 40px;
    color: #fff;
}
.before2 {
    font-weight: bold;
    font-size: 70px;
    color: #333;
}
.modal {
  display: none; 
  position: fixed; 
  z-index: 11; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
  padding-top: 60px;
}
.modal-content {
    width: 50%;
    margin: auto;
    text-align:center;
}
.close {
  position: absolute;
  right: 25px;
  top: 15px;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}
.tabellaresp {
    width: 300px;
}
.lg1 {
      width: 90px;
    }
    .lg2 {
      width: 120px;
    }
    .lg3 {
      width: 90px;
    }
    .lg4 {
      width: 90px;
    }
    .col1 {
      width: 54.666667%;
      margin-top: 10px;
    }
    .col2 {
      width: 44.666667%;
    }
@media (max-width: 991px){
    .tabellaresp {
        width: 166px;
    }
    .modal-content {
        width: auto;
        margin: 5px;
    }
    .logos2 {
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    float: none;
    }
    .logo1 {
    text-align: center;
    border-radius: 0px;
    margin: auto;
    margin-top: 0px;
    position: relative;
    }
    .lg1 {
      width: 48px;
    }
    .lg2 {
      width: 100px;
    }
    .lg3 {
      width: 85px;
    }
    .lg4 {
      width: 90px;
    }
    .col1 {
      width: 93.666667%;
    }
    .col2 {
      width: 92.666667%;
      margin-top: 10px;
    }
}
.box-logo {
    display: inline-block;
    margin: 0px 0px 0px 10px;
}
@media (max-width: 500px) {
  .box-logo {
    margin: 0px;
  }
}
.boxStrumento {
  padding: 20px 10px 20px 10px;
  border: 2px #f1f1f1 solid;
  margin: 10px;
  background: #f9f7f7;
}
.razzoimg {
  /* transform: rotate(90deg); */
  width: 200px;
  margin-top: -16px;
  margin-bottom: -25px;
}
.apporientalogo {
  width: 400px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.bottonistore {
  margin-top: 15px;
}
@media (max-width:500px){
.apporientalogo {
  width: 335px;
}
.respflex {
  display: contents !important;
}
}
.cookieinfo {
    position: fixed;
    left: 0px;
    right: 0px;
    height: auto;
    min-height: 21px;
    z-index: 2147483647;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 5.1)!important;
    background: white!important;
    line-height: 21px;
    padding: 18px 18px!important;
    font-family: "Poppins", sans-serif!important;
    font-size: 14px;
    text-align: left;
    bottom: 0px;
    opacity: 1;
    color: #333!important;
}
.cookieinfo-close {
    float: right;
    display: block;
    padding: 5px 8px;
    min-width: 100px;
    margin-left: 5px;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(40deg,#ff6820,#ffc905)!important;
    border: 2px #e29200 solid;
    text-align: center;
    color: white!important;
    font-weight: bold;
}
.cookieinfo > a {
    text-decoration: none!important;
    color: #ff9014!important;
}
.iconapolicy {
    display: inline-block;
    font-size: 40px;
    width: 2.733333%;
    padding: 0;
}
@media (max-width:991px){
    .iconapolicy {
        font-size: 14px;
        margin-right: 5px;
    }
}
:root{
  scrollbar-face-color: rgb(210,210,210); /* Firefox 63 compatibility */
  scrollbar-track-color: rgb(46,54,69); /* Firefox 63 compatibility */
  scrollbar-color: rgb(210,210,210) rgb(46,54,69);
  scrollbar-width: thin;
}