/* COLORI */

:root {
 --primo: #38bff0;
 --primo-chiaro:#9fdaec;
 --secondo: #008ccd;
 --terzo: #1B264F;
 /*--quarto: #004385;
 --quinto: #05B2DC;*/
 --nero: #302B27;
 --bianco: #F5F3F5;
 --grigio: #f2f2f2;
 --trasp: rgba(0, 0, 0, 0);
}

/* FINE COLORI */

/* FONT */

/*font-family: "Staatliches", sans-serif;*/
/*font-family: "Lato", sans-serif;*/

/* FINE FONT */

html, body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  background-color: var(--bianco);
  font-size: 20px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: var(--primo);
  color: var(--bianco);
}

::-moz-selection {
  background: var(--primo);
  color: var(--bianco);
}

a{
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Staatliches", sans-serif;
  color: var(--primo);
}

p {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 40px;
  color: var(--nero);
}

p strong{
  color: var(--secondo);
}

section {
  margin-top: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--bianco);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:last-child a {
  display: block;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--bianco);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
  background-color:var(--trasp);
  padding: 0px 0px !important;
}

.header-area.background-header .main-nav .nav li a {
  color: var(--terzo);
}

.header-area.background-header .main-nav .nav li:last-child a {
  color: var(--terzo);
}

.header-area.header-sticky .nav li a.active {
  color: var(--primo-chiaro);
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 25px;
}

.header-area .main-nav .nav li:last-child a:hover {
  color: var(--primo-chiaro);
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: var(--primo-chiaro);
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: var(--primo-chiaro);
  opacity: 1;
}

.background-header.background-header .main-nav .nav li:hover a,
.background-header.background-header .main-nav .nav li a.active {
  color: var(--primo);
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub:after {
  color: var(--bianco);
}

.header-area.background-header .main-nav .nav li.has-sub:after {
  color: var(--terzo);
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 260px;
  background-color: var(--bianco);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 0px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: var(--bianco);
  color: var(--terzo)!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid var(--primo-chiaro);
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: var(--primo);
  color: var(--bianco)!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a {
  margin-left: 0px;
  padding-left: 20px!important;
  padding-right: 0px;
  border-radius: 0px;
  padding-top: 0px !important;
  height: 40px;
}

.header-area {
  background-image: none;
  background: #1B264F;
  background: -webkit-linear-gradient(0deg, rgba(27, 38, 79, 0) 0%, rgba(27, 38, 79, 0.7) 100%);
  background: -moz-linear-gradient(0deg, rgba(27, 38, 79, 0) 0%, rgba(27, 38, 79, 0.7) 100%);
  background: linear-gradient(0deg, rgba(27, 38, 79, 0) 0%, rgba(27, 38, 79, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1B264F", endColorstr="#1B264F", GradientType=0);
  position: absolute;
  height: 110px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.background-header {
  background: var(--bianco)!important;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  z-index: 999;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: var(--bianco);
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 10px 0;
}

.header-area.background-header .main-nav .logo {
  padding: 0;
}

.header-area .main-nav .logo img{
  position: relative;
  height: 80px;
}

.header-area.background-header .main-nav .logo img{
  position: relative;
  height: auto;
}

.hero{
  position: relative;
  z-index: auto;
  width: 100%;
  height: 100vh;
  background-color: var(--nero);
  margin: 0;
}

.cornice-video{
  position: relative;
  z-index: auto;
  height: 100vh;
  z-index: 2;
}

.section_video {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
	z-index: -1;
}
.section_video .mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	/*background: url(../video/videomask.png) repeat center;*/
}
.section_video video {
	position: absolute;
	top: 0;
  left: 50%;
  transform: translateX(-50%);
	min-height: 100%;
	min-width: 100%;
	z-index: 1;
}

.container-strisce{
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.container-strisce div{
  position: relative;
  width: 100%;
  height: 25%;
  margin: 0;
  padding: 0;
}

.container-strisce div.striscia_1{
  background-color: var(--primo);
  -webkit-animation: hero-stripe 3s ease-in-out 1s both;
	        animation: hero-stripe 3s ease-in-out 1s both;
}
.container-strisce div.striscia_2{
  background-color: var(--secondo);
  -webkit-animation: hero-stripe 3s ease-in-out 1.5s both;
	        animation: hero-stripe 3s ease-in-out 1.5s both;
}

.container-strisce div.striscia_3{
  background-color: var(--terzo);
  -webkit-animation: hero-stripe 3s ease-in-out 2s both;
	        animation: hero-stripe 3s ease-in-out 2s both;
}

.container-strisce div.striscia_4{
  background-color: var(--secondo);
  -webkit-animation: hero-stripe 3s ease-in-out 2.5s both;
	        animation: hero-stripe 3s ease-in-out 2.5s both;
}

@-webkit-keyframes hero-stripe {
  0% {
    width: 0%
  }
  100% {
    width: 100%
  }
}
@keyframes hero-stripe {
  0% {
    width: 0%
  }
  100% {
    width: 100%
  }
}

.text-hero{
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 100px;
}

.text-hero h2, .text-hero small {
  position: relative;
  font-size: 40px;
  line-height: 40px;
  color: var(--bianco);
  margin: 0 0 40px 0;
  padding: 0;
  -webkit-animation: slide-right 1s ease-in-out 2s both;
	        animation: slide-right 1s ease-in-out 2s both;
}

.text-hero h2 strong, .text-hero small strong {
  font-weight: 400;
  color: var(--primo-chiaro);
}

.text-hero h1 {
  position: relative;
  font-size: 100px;
  line-height: 100px;
  color: var(--bianco);
  margin: 0 0 40px 0;
  padding: 0;
  -webkit-animation: slide-right 1s ease-in-out 2.5s both;
	        animation: slide-right 1s ease-in-out 2.5s both;
}

.text-hero h1 strong{
  font-weight: 400;
  font-size: 120px;
  color: var(--primo-chiaro);
}

.cta-button-hero{
  position: relative;
  display: inline-block;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 24px;
  color: var(--terzo);
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--bianco);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cta-button-hero:hover{
  color: var(--bianco);
}

.cta-button-hero span{
  position: relative;
  z-index: 2;
}

.cta-button-hero::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: var(--primo);
  left: 0;
  bottom:0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cta-button-hero:hover::before{
  height: 100%;
}

.cta-hero{
  -webkit-animation: slide-right 1s ease-in-out 3s both;
	        animation: slide-right 1s ease-in-out 3s both;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
            opacity: 1;
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
            opacity: 1;
  }
}

.about-us{
  position: relative;
  padding-top:120px;
  padding-bottom:120px;
}

.box-titolo{
  position: relative;
  background-color: var(--nero);
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  margin: 0!important;
}

.box-titolo::before{
  content: "";
  display: block;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--nero);

  background-size: cover;
  z-index: 1;
}

.about-us .box-titolo::before{
  background-image:url(../images/azienda_home.jpg);
}



/*.box-titolo::after{
  content: "";
  display: block;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #0082D6;
  background: -webkit-linear-gradient(350deg, rgba(0, 130, 214, 0) 40%, rgba(0, 130, 214, 1) 70%, rgba(0, 130, 214, 1) 100%);
  background: -moz-linear-gradient(350deg, rgba(0, 130, 214, 0) 40%, rgba(0, 130, 214, 1) 70%, rgba(0, 130, 214, 1) 100%);
  background: linear-gradient(350deg, rgba(0, 130, 214, 0) 40%, rgba(0, 130, 214, 1) 70%, rgba(0, 130, 214, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0082D6", endColorstr="#0082D6", GradientType=0);
  mix-blend-mode: multiply;
}*/

.box-titolo-testo{
  position: relative;
  z-index: 3;
  padding: 60px;
}

.box-titolo-testo h4{
  position: relative;
  color: var(--bianco);
  font-size: 36px;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.box-titolo-testo h3{
  position: relative;
  color: var(--bianco);
  font-size: 120px;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.box-titolo-testo h3 span,
.box-titolo-testo h4 span{
  color: var(--primo-chiaro);
}

.box-animation-01 .container-strisce-titolo,
.box-animation-02 .container-strisce-titolo,
.box-animation-03 .container-strisce-titolo{
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.box-animation-01 .container-strisce-titolo div,
.box-animation-02 .container-strisce-titolo div,
.box-animation-03 .container-strisce-titolo div{
  position: relative;
  width: 0%;
  height: 25%;
  margin: 0;
  padding: 0;
}



.box-animation-01 .container-strisce-titolo div.striscia_1,
.box-animation-02 .container-strisce-titolo div.striscia_1,
.box-animation-03 .container-strisce-titolo div.striscia_1{
  background-color: var(--primo);
  -webkit-transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -o-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
}

.box-animation-01.active .container-strisce-titolo div.striscia_1,
.box-animation-02.active .container-strisce-titolo div.striscia_1,
.box-animation-03.active .container-strisce-titolo div.striscia_1{
  width: 100%;
}

.box-animation-01 .container-strisce-titolo div.striscia_2,
.box-animation-02 .container-strisce-titolo div.striscia_2,
.box-animation-03 .container-strisce-titolo div.striscia_2{
  background-color: var(--secondo);
  -webkit-transition: all 3s ease 0.3s;
  -moz-transition: all 3s ease 0.3s;
  -o-transition: all 3s ease 0.3s;
  transition: all 3s ease 0.3s;
}

.box-animation-01.active .container-strisce-titolo div.striscia_2,
.box-animation-02.active .container-strisce-titolo div.striscia_2,
.box-animation-03.active .container-strisce-titolo div.striscia_2{
  width: 100%;
}

.box-animation-01 .container-strisce-titolo div.striscia_3,
.box-animation-02 .container-strisce-titolo div.striscia_3,
.box-animation-03 .container-strisce-titolo div.striscia_3{
  background-color: var(--terzo);
  -webkit-transition: all 3s ease 0.6s;
  -moz-transition: all 3s ease 0.6s;
  -o-transition: all 3s ease 0.6s;
  transition: all 3s ease 0.6s;
}

.box-animation-01.active .container-strisce-titolo div.striscia_3,
.box-animation-02.active .container-strisce-titolo div.striscia_3,
.box-animation-03.active .container-strisce-titolo div.striscia_3{
  width: 100%;
}

.box-animation-01 .container-strisce-titolo div.striscia_4,
.box-animation-02 .container-strisce-titolo div.striscia_4,
.box-animation-03 .container-strisce-titolo div.striscia_4{
  background-color: var(--secondo);
  -webkit-transition: all 3s ease 0.9s;
  -moz-transition: all 3s ease 0.9s;
  -o-transition: all 3s ease 0.9s;
  transition: all 3s ease 0.9s;
}

.box-animation-01.active .container-strisce-titolo div.striscia_4,
.box-animation-02.active .container-strisce-titolo div.striscia_4,
.box-animation-03.active .container-strisce-titolo div.striscia_4{
  width: 100%;
}

.box-animation-01 h4,
.box-animation-02 h4,
.box-animation-03 h4{
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transition: all 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -o-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}

.box-animation-01.active h4,
.box-animation-02.active h4,
.box-animation-03.active h4{
  opacity: 1;
  transform: translateX(0px);
}

.box-animation-01 h3,
.box-animation-02 h3,
.box-animation-03 h3{
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transition: all 1s ease 0.7s;
  -moz-transition: all 1s ease 0.7s;
  -o-transition: all 1s ease 0.7s;
  transition: all 1s ease 0.7s;
}

.box-animation-01.active h3,
.box-animation-02.active h3,
.box-animation-03.active h3{
  opacity: 1;
  transform: translateX(0px);
}

.box-testo{
  margin-top: 0;
}

h5.sottotitolo-home{
  position: relative;
  color: var(--primo);
  font-size: 36px;
  margin: 0;
  padding: 0;
}

.cta-button{
  position: relative;
  display: inline-block;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 24px;
  color: var(--bianco);
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--terzo);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cta-button:hover{
  color: var(--bianco);
}

.cta-button span{
  position: relative;
  z-index: 2;
}

.cta-button::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: var(--primo);
  left: 0;
  bottom:0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cta-button:hover::before{
  height: 100%;
}

.prodotti{
  position: relative;
  overflow: hidden;
}

.prodotti::before{
  content: "";
  position: absolute;
  display: block;
  width: 79px;
  height: 200px;
  background-image: url(../images/gancio.png);
  background-position: top center;
  background-repeat: no-repeat;
  top:-10px;
  z-index: 1;
  opacity: 0.3;
  -webkit-animation: gancio 20s ease-in-out infinite both;
	        animation: gancio 20s ease-in-out infinite both;
}

@-webkit-keyframes gancio {
  0% {
    left: 0px;
    transform: rotate(0deg);
  }
  5% {
    left: 0px;
    transform: rotate(0deg);
  }
  45% {
    left: calc(100% - 77px);
    transform: rotate(10deg);
  }
  50%{
    transform: rotate(-5deg);
  }
  55% {
    left: calc(100% - 77px);
    transform: rotate(0deg);
  }
  95% {
    left: 0px;
    transform: rotate(-10deg);
  }
  100% {
    left: 0px;
    transform: rotate(0deg);
  }
}
@keyframes gancio {
  0% {
    left: 0px;
    transform: rotate(0deg);
  }
  5% {
    left: 0px;
    transform: rotate(0deg);
  }
  45% {
    left: calc(100% - 77px);
    transform: rotate(10deg);
  }
  50%{
    transform: rotate(-5deg);
  }
  55% {
    left: calc(100% - 77px);
    transform: rotate(0deg);
  }
  95% {
    left: 0px;
    transform: rotate(-10deg);
  }
  100% {
    left: 0px;
    transform: rotate(0deg);
  }
}

.prodotti-intro{
  position: relative;
  background-color: var(--terzo);
  padding-top: 120px;
  padding-bottom:120px;
}

.prodotti-intro p{
  color: var(--bianco);
}

.prodotti-intro p strong{
  color: var(--primo-chiaro);
}

h5.titolo-prodotti{
  position: relative;
  color: var(--primo-chiaro);
  font-size: 60px;
  line-height: 60px;
  margin: 0 0 20px 0;
  padding: 0;
}

.box-titolo-testo-2{
  position: relative;
  z-index: 3;
  padding: 0px;
}

.box-titolo-testo-2 h4{
  position: relative;
  color: var(--bianco);
  font-size: 36px;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.box-titolo-testo-2 h3{
  position: relative;
  color: var(--bianco);
  font-size: 120px;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.box-titolo-testo-2 h3 span,
.box-titolo-testo-2 h4 span{
  color: var(--primo-chiaro);
}

.box-prodotti-home{
  position: relative;
  padding: 80px 0;
  margin: 0px;
  background-color: var(--terzo);
  border-top: 10px solid var(--bianco);
}

.box-prodotti-home::before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: var(--secondo);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.box-prodotti-home:hover::before{
  height: 100%;

}

.box-prodotti-home .sfondo-box-prodotti-home{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.box-prodotti-home .sfondo-box-prodotti-home img{
  position: relative;
  width: 100%;
}

.box-prodotti-home .container{
  position: relative;
  z-index: 3;
}

.contatti{
  position: relative;
  padding-top:180px;
  padding-bottom:120px;
}

.contatti .box-titolo::before{
  background-image:url(../images/contatti-home.jpg);
}

#contatti input {
  width: 100%;
  height: 50px;
  background-color: var(--bianco);
  color: var(--nero);
  border-radius: 0px;
  border: none;
  border-bottom:3px solid var(--primo);
  padding: 0px 15px;
  font-size: 20px;
  outline: none;
  margin-bottom: 60px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#contatti input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-left: -20px;
    margin-right: 5px;
    position: absolute;
}

#contatti input:focus{
  border-bottom:3px solid var(--terzo);
}

#contatti textarea {
  width: 100%;
  height: 240px;
  max-height: 24px;
  min-height: 150px;
  background-color: var(--bianco);
  color: var(--nero);
  border-radius: 0px;
  border: none;
  border-bottom:3px solid var(--primo);
  padding: 15px 15px;
  font-size: 20px;
  outline: none;
  margin-bottom: 60px;
}

#contatti textarea:focus {
  border-bottom:3px solid var(--terzo);
}

#contatti input::placeholder,
#contatti textarea::placeholder {
  color: var(--nero);
}

button.cta-button, .wpcf7-form input[type="submit"],
.wpcf7-submit {
  position: relative!important;
  display: inline-block!important;
  padding: 16px 32px!important;
  border: 0!important;
  font-size: 16px!important;
  line-height: 24px!important;
  color: var(--bianco)!important;
  text-transform: uppercase!important;
  font-weight: 600!important;
  background-color: var(--terzo)!important;
  overflow: hidden!important;
  -webkit-transition: all 0.3s ease-out!important;
  -moz-transition: all 0.3s ease-out!important;
  -o-transition: all 0.3s ease-out!important;
  transition: all 0.3s ease-out!important;
}

button.cta-button:hover, input.wpcf7-form-control.wpcf7-submit.has-spinner.cta-button:hover{
  color: var(--bianco)!important;
}

button.cta-button span, input.wpcf7-form-control.wpcf7-submit.has-spinner.cta-button span{
  position: relative!important;
  z-index: 2!important;
}

button.cta-button::before, input.wpcf7-form-control.wpcf7-submit.has-spinner.cta-button::before{
  content: ""!important;
  display: block!important;
  position: absolute!important;
  width: 100%!important;
  height: 5px!important;
  background-color: var(--primo)!important;
  left: 0!important;
  bottom:0!important;
  z-index: 1!important;
  -webkit-transition: all 0.3s ease-out!important;
  -moz-transition: all 0.3s ease-out!important;
  -o-transition: all 0.3s ease-out!important;
  transition: all 0.3s ease-out!important;
}

button.cta-button:hover::before, input.wpcf7-form-control.wpcf7-submit.has-spinner.cta-button:hover::before{
  height: 100%!important;
}

#contact label.hide-label {
  position: absolute;
  left: -100%;
}

.fieldset-submit {
  margin-top: 15px;
}

/* MAPPA */

.mappa{
  position:relative;
  margin: 0;
  padding: 0;
}

#map{
  display: block;
  position: relative;
  width: 100%;
  height: 600px;
}

.leaflet-tile-pane {
  -webkit-filter: grayscale(100%)!important;
  filter: grayscale(100%)!important;
}

/* FINE MAPPA */

section.map{
  position: relative;
  z-index: 999;
  padding-bottom: 80px;
}

section.map .info-item {
  text-align: center;
  padding: 40px 30px;
  border-radius: 0px;
  background-color: var(--primo);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
  transition: all .5s;
}

section.map .info-item:hover {
  margin-top: -70px;
}

section.map .info-item i {
  font-size: 36px;
  color: #43ba7f;
  margin-bottom: 25px;
}

section.map .info-item h4 {
  font-size: 18px;
  color: #212741;
  font-weight: 600;
  margin-bottom: 12px;
}

section.map .info-item a {
  font-size: 15px;
  font-weight: 600;
  color: #43ba7f;
  transition: all 0.3s;
}

section.map .info-item a:hover {
  color: #ff511a;
}

.box-contatti{
  position: relative;
  padding: 80px 40px;
  text-align: center;
}

.box-contatti-01{
  background-color: var(--primo);
}

.box-contatti-02{
  background-color: var(--secondo);
}

.box-contatti-03{
  background-color: var(--terzo);
}

.box-contatti-04{
  background-color: var(--secondo);
}

.box-contatti i{
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--bianco);
}

.box-contatti h4{
  color: var(--bianco);
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.box-contatti p{
  color: var(--bianco);
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.box-contatti a:link,
.box-contatti a:visited{
  color: var(--primo-chiaro);
  position: relative;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 10px 0;
  font-weight: 400;
  text-decoration: none!important;
}

.box-contatti a:hover{
  color: var(--bianco);
}

.box-contatti a::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom:5px;
  width: 100%;
  height: 2px;
  background-color: var(--primo-chiaro);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.box-contatti a:hover::before{
  width: 0%;
  background-color: var(--bianco);
}

.box-contatti a::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom:5px;
  width: 0%;
  height: 2px;
  background-color: var(--primo-chiaro);
  -webkit-transition: all 0.3s ease-out 0.2s;
  -moz-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
  transition: all 0.3s ease-out 0.2s;
}

.box-contatti a:hover::after{
  width: 100%;
  background-color: var(--bianco);
}

footer{
  position: relative;
  background-color: var(--bianco);
  text-align: left;
  padding: 80px 0 0 0;
}

footer img{
  width: 80%;
  margin-bottom: 20px;
}

footer p{
  position: relative;
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--nero);
  font-weight: 400;
}

footer h5{
  position: relative;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 20px;
}

.link-social{
  position: relative;
  margin: 40px 0;
  display: flex;
}

.link-social li{
  position: relative;
  margin: 0 20px 0 0;
}

.link-social li a:link,
.link-social li a:visited{
  position: relative;
  z-index: auto;
  color: var(--terzo);
  font-size: 32px;
}

.link-social li a:hover{
  color: var(--secondo);
}

.lista-link li a{
  position: relative;
  z-index: auto;
  font-size: 16px;
  line-height: 24px;
  color: var(--terzo);
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 10px;
}

.lista-link li a:hover{
  color: var(--secondo);
}

.lista-link li a::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom:5px;
  width: 100%;
  height: 2px;
  background-color: var(--terzo);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.lista-link li a:hover::before{
  width: 0%;
  background-color: var(--secondo);
}

.lista-link li a::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom:5px;
  width: 0%;
  height: 2px;
  background-color: var(--terzo);
  -webkit-transition: all 0.3s ease-out 0.2s;
  -moz-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
  transition: all 0.3s ease-out 0.2s;
}

.lista-link li a:hover::after{
  width: 100%;
  background-color: var(--secondo);
}

.lista-link.no-titolo{
  margin-top: 52px;
}

footer .colophon{
  position: relative;
  padding: 40px 0 40px 0;
  background-color: var(--terzo);
}

footer .colophon p{
  position: relative;
  color: var(--bianco);
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

footer .footer-link{
  padding-bottom: 40px;
}

footer .colophon p a:link,
footer .colophon p a:visited{
  position: relative;
  padding-bottom: 10px;
  color: var(--primo-chiaro);
}

footer .colophon p a:hover{
  color: var(--bianco);
}

footer .colophon p a::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom:5px;
  width: 100%;
  height: 2px;
  background-color: var(--primo-chiaro);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

footer .colophon p a:hover::before{
  width: 0%;
  background-color: var(--bianco);
}

footer .colophon p a::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom:5px;
  width: 0%;
  height: 2px;
  background-color: var(--primo-chiaro);
  -webkit-transition: all 0.3s ease-out 0.2s;
  -moz-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
  transition: all 0.3s ease-out 0.2s;
}
footer .colophon p a:hover::after{
  width: 100%;
  background-color: var(--bianco);
}

/* HEADER PAGINA INTERNA */

.page-heading.hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0px 120px 0px;
  text-align: left;
  height: auto;
}

.head_01{
  background-image: url(../images/heading-bg_01.jpg);
}

.head_02{
  background-image: url(../images/heading-bg_02.jpg);
}

.head_03{
  background-image: url(../images/heading-bg_03.jpg);
}

.head_04{
  background-image: url(../images/heading-bg_04.jpg);
}

.page-heading h2 {
  position: relative;
  font-size: 40px;
  line-height: 40px;
  color: var(--primo);
  margin: 0px;
  padding: 0;
  -webkit-animation: slide-right 1s ease-in-out 2.5s both;
	        animation: slide-right 1s ease-in-out 2.5s both;
}

.page-heading h1 {
  position: relative;
  font-size: 100px;
  line-height: 100px;
  color: var(--bianco);
  margin: 0px;
  padding: 0;
  -webkit-animation: slide-right 1s ease-in-out 2s both;
	        animation: slide-right 1s ease-in-out 2ss both;
}

.page-heading .container-strisce{
  width: 50%;
  z-index: 1;
}

.page-heading .container{
  position: relative;
  z-index: 2;
}

/* FINE HEADER PAGINA INTERNA */

.top-section{
  position: relative;
  margin-top: 90px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.cont-section{
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

main .cont-section:nth-child(even){
  background-color: #b5dfee;
}

.box-immagine{
  position: relative;
  background-color: var(--trasp);
  padding: 0px;
  overflow: hidden;
}

.box-immagine .box-titolo-testo{
  position: absolute;
  z-index: 3;
  padding: 60px;
  top:0;
  left: 0;
  width: 100%;
}

.box-immagine .box-titolo-testo h4, .box-immagine .box-titolo-testo h3 small{
  position: relative;
  color: var(--bianco);
  font-size: 36px;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.box-immagine .box-titolo-testo h3{
  position: relative;
  color: var(--bianco);
  font-size: 75px;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.partner-intro{
  position: relative;
  background-color: var(--terzo);
  padding-top: 120px;
  padding-bottom:120px;
}

.partner-intro p{
  color: var(--bianco);
}

.partner-intro p strong{
  color: var(--primo-chiaro);
}

.partner{
  position:relative;
  overflow:hidden;
}

.partner::before{
  content: "";
  position: absolute;
  display: block;
  width: 79px;
  height: 200px;
  background-image: url(../images/gancio.png);
  background-position: top center;
  background-repeat: no-repeat;
  top:-10px;
  z-index: 1;
  opacity: 0.3;
  -webkit-animation: gancio 20s ease-in-out infinite both;
	        animation: gancio 20s ease-in-out infinite both;
}

#gallery-cert img{
  width: auto!important;
  max-width: 100%;
}

#contatti .box-contatti{
  position: relative;
  padding:40px;
  text-align: center;
}

#contatti .box-contatti .info-item{
  display: flex;
  justify-content: center;
  align-items:center;
}

#contatti .box-contatti .info-item i{
  margin-right: 20px;
}

ul.lista{
  position: relative;
  margin-bottom: 40px;
  padding-left: 40px;
}

ul.lista li{
  position: relative;
  margin-bottom: 10px;
}

ul.lista li::before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primo);
  position: absolute;
  top:10px;
  left: -30px;
}


.box-prodotti{
  position: relative;
  padding: 40px;
  margin: 0px 0px 20px 0px;
  background-color: var(--terzo);
}

.box-prodotti::before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: var(--secondo);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.box-prodotti:hover::before{
  height: 100%;

}

.box-prodotti .sfondo-box-prodotti{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.box-prodotti .sfondo-box-prodotti img{
  position: relative;
  height: 100%;
}

.box-prodotti h5,
.box-prodotti p,
.box-prodotti a{
  position: relative;
  z-index: 3;
}

.box-prodotti h5{
  min-height: 96px;
  height:auto !important;
  height: 96px;
  font-size: 48px;
  line-height: 48px;
}

.box-prodotti p{
  min-height: 130px;
  height:auto !important;
  height: 130px;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}

.testo_scheda h3{
  position: relative;
  color: var(--primo);
  font-size: 75px;
  line-height: 75px;
  margin: 0 0 40px 0;
  padding: 0;
  z-index: 2;
}

.gallery_prodotto{
  position: relative;
  z-index: auto;
}

.gallery_frame{
  display: flex;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2/1;
    // Fallback
    @supports not (aspect-ratio: 2/1) {
    &::before {
      float: left;
      padding-top: 50%;
      content: "";
    }

    &::after {
      display: block;
      content: "";
      clear: both;
    }
  }
}

.gallery_frame img{
  position: relative;
  z-index: auto;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery_frame:hover img{
  transform: scale(1.05);
  filter: brightness(0.6);
}

ul.caratteristiche{
  position: relative;
  width: 100%;
  border-top:3px solid var(--secondo);
  border-bottom:3px solid var(--secondo);
  padding: 40px 0 40px 0;
  margin-bottom: 80px;
}

ul.caratteristiche li{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

ul.caratteristiche li i{
  width: 80px;
  font-size: 40px;
  line-height: 40px;
  color: var(--secondo);
  text-align:center;
}

ul.caratteristiche li .testo_caratteristiche{
  position: relative;
  margin-left: 20px;
  border-left: 3px solid var(--primo);
  padding: 20px;
  width: calc(100% - 100px);
}

ul.caratteristiche li .testo_caratteristiche p{
  margin: 0;
}



/* STILI PER MOBILE */

@media only screen and (min-width: 1920px) {
}

@media only screen and (max-width: 1500px) {
  .text-hero h2, .text-hero small {
    font-size: 32px;
    line-height: 32px;
  }

  .text-hero h1 {
    font-size: 80px;
    line-height: 80px;
  }

  .text-hero h1 strong{
    font-size: 90px;
  }

  .box-titolo-testo h4{
    font-size: 32px;
  }

  .box-titolo-testo h3{
    font-size: 90px;
  }

  .box-titolo-testo-2 h4{
    font-size: 32px;
  }

  .box-titolo-testo-2 h3{
    font-size: 90px;
  }

  .page-heading h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .page-heading h1 {
    font-size: 80px;
    line-height: 80px;
  }

  .box-immagine .box-titolo-testo h4, .box-immagine .box-titolo-testo h3 small{
    font-size: 32px;
  }

  .box-immagine .box-titolo-testo h3{
    font-size: 74px;
  }

  .testo_scheda h3{
    font-size: 74px;
    line-height: 74px;
  }

}

@media only screen and (max-width: 1400px) {
  .box-prodotti h5{
    min-height: 80px;
    height:auto !important;
    height: 80px;
    font-size: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 1300px) {
  .box-prodotti h5{
    min-height: 64px;
    height:auto !important;
    height: 64px;
    font-size: 32px;
    line-height: 32px;
  }

  .box-prodotti p{
    min-height: 160px;
    height:auto !important;
    height: 160px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .text-hero h2, .text-hero small {
    font-size: 26px;
    line-height: 26px;
  }

  .text-hero h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .text-hero h1 strong{
    font-size: 74px;
  }

  .box-titolo-testo h4{
    font-size: 26px;
  }

  .box-titolo-testo h3{
    font-size: 74px;
  }

  h5.sottotitolo-home {
    font-size: 26px;
  }

  .box-titolo-testo-2 h4{
    font-size: 26px;
  }

  .box-titolo-testo-2 h3{
    font-size: 74px;
  }

  .page-heading h2 {
    font-size: 26px;
    line-height: 26px;
  }

  .page-heading h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .box-immagine .box-titolo-testo h4, .box-immagine .box-titolo-testo h3 small{
    font-size: 26px;
  }

  .box-immagine .box-titolo-testo h3{
    font-size: 74px;
  }

  .testo_scheda h3{
    font-size: 74px;
    line-height: 74px;
  }
}

@media only screen and (max-width: 1239px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 1043px) {
}

@media (max-width: 992px) {

  .header-area .main-nav .nav li:last-child {
    display:list-item;
  }

  .hero_01,
  .hero_02{
    height: 50vh;
  }

  .hero_01{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .container-strisce{
    height: 50vh;
  }

  .page-heading .container-strisce{
  height: 100%;
  }

  .cornice-video{
    height: 50vh;
  }

  .box-prodotti-home .sfondo-box-prodotti-home img{
    transform: scale(280%);
  }
}

@media only screen and (max-width: 991px) {

  p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 32px;
  }

  ul.lista li {
    font-size: 16px;
    line-height: 24px;
  }

  h5.titolo-prodotti{
    font-size: 42px;
    line-height: 42px;
  }

  .cta-button-hero{
    padding: 12px 24px;
    font-size: 14px;
    line-height: 21px;
  }


  .cta-button-hero::before{
    height: 3px;
  }

  .cta-button{
    padding: 12px 24px;
    font-size: 14px;
    line-height: 21px;
  }

  .cta-button::before{
    height: 3px;
  }

  .cta-button:hover::before{
    height: 100%;
  }


  .header-area .main-nav .logo img{
    height: 50px;
  }

  .header-area .main-nav .nav li a {
    font-size: 14px;
    letter-spacing: 0px;
  }

  .header-area .main-nav .nav li:last-child a {
    font-size: 14px;
    letter-spacing: 0px;
  }


  .box-titolo{
    min-height: 500px;
    margin-bottom: 32px!important;
  }

  .box-contatti i{
    font-size: 30px;
  }

  .box-contatti h4{
    color: var(--bianco);
    font-size: 32px;
    line-height: 32px;
  }

  .box-contatti p{
    color: var(--bianco);
    font-size: 14px;
    line-height: 21px;
  }

  .box-contatti{
    position: relative;
    padding: 80px 40px;
    text-align: center;
  }

  .box-contatti{
    padding: 40px 40px;
  }

  #contatti input {
    font-size: 16px;
  }

  #contatti input:focus{
    border-bottom:2px solid var(--terzo);
  }

  #contatti textarea {
    font-size: 16px;
  }

  #contatti textarea:focus {
    border-bottom:2px solid var(--terzo);
  }

  button.cta-button{
    padding: 12px 24px;
    font-size: 14px;
    line-height: 21px;
  }

  button.cta-button::before{
    height: 3px;
  }

  .box-immagine{
    margin-bottom: 32px;
  }

  #gallery-cert .col-lg-4{
    margin-bottom: 32px;
  }
  #contatti .box-contatti-04 {
    margin-bottom: 90px;
  }

  .box-prodotti h5{
    min-height: 64px;
    height:auto !important;
    height: 64px;
    font-size: 32px;
    line-height: 32px;
  }

  .testo_scheda .cta-button{
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .main-nav .nav{
    height: calc(100vh - 80px);
    background-color: var(--bianco);
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid var(--grigio);
    text-align: center;
  }

  .header-area .main-nav .nav li {
    background: var(--bianco);
    border-bottom: 1px solid var(--grigio);
  }

  .header-area .main-nav .nav li.has-sub:after {
    color: var(--terzo);
  }

  .header-area.background-header .main-nav .nav li.has-sub:after {
    color: var(--terzo);
  }

  .header-area .main-nav .nav li a {
    background: var(--bianco) !important;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: var(--primo)!important;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu{
    position: relative;
    width: 100%;
    top:0;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0);
    opacity: 1!important;
    transform: translateY(0em);
    visibility:visible;
    z-index: 1;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu li a{
    height: 28px !important;
    line-height: 28px !important;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu li a:hover{
    background-color: var(--primo)!important;
  }
  section.about-us {
    margin-top: 0px;
  }

  .contatti {
    padding-top: 120px;
  }

  .page-heading .container-strisce {
    width:75%;
  }

  .top-section{
    margin-top: 0px;
  }
}

@media only screen and (max-width: 620px) {
}

@media only screen and (max-width: 575px) {
  .lista-link.no-titolo {
    margin-top: 0px;
  }
  .hero_01{
    height: 70vh;
  }

  .hero_02{
    height: 30vh;
  }

  .container-strisce {
    height: 70vh;
  }

  .page-heading .container-strisce{
  height: 100%;
  }

  .cornice-video {
    height: 30vh;
  }

  .text-hero {
    padding: 0 20px;
  }

  .text-hero h2, .text-hero small {
    font-size: 22px;
    line-height: 22px;
  }

  .text-hero h1 {
    font-size: 52px;
    line-height: 52px;
  }

  .text-hero h1 strong{
    font-size: 62px;
  }

  .box-titolo-testo h4{
    font-size: 22px;
  }

  .box-titolo-testo h3{
    font-size: 62px;
  }

  h5.sottotitolo-home {
    font-size: 22px;
  }

  .box-titolo-testo-2 h4{
    font-size: 22px;
  }

  .box-titolo-testo-2 h3{
    font-size: 62px;
  }

  .box-immagine .box-titolo-testo h4, .box-immagine .box-titolo-testo h3 small{
    font-size: 22px;
  }

  .box-immagine .box-titolo-testo h3{
    font-size: 62px;
  }

  .testo_scheda h3{
    font-size: 62px;
    line-height: 62px;
  }

  footer p{
    font-size: 14px;
    line-height: 21px;
  }

  footer h5{
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  footer .colophon p{
    font-size: 14px;
    line-height: 21px;
  }

  .page-heading h2 {
    font-size: 22px;
    line-height: 22px;
  }

  .page-heading h1 {
    font-size: 52px;
    line-height: 52px;
  }

  .box-titolo-testo {
    padding: 60px 20px;
  }
  .box-immagine .box-titolo-testo {
    padding: 60px 20px;
  }
}

@media only screen and (max-width: 559px) {
}

@media only screen and (max-width: 479px) {
}


@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (orientation: landscape) {
}


@media only screen and (max-width: 1024px) {

.hero {
    padding-top: 150px;
    overflow: hidden;
    }

}


@media only screen and (max-width: 768px) {
	
	.background-header .main-nav .menu-trigger span, .background-header .main-nav .menu-trigger span:before, .background-header .main-nav .menu-trigger span:after {
       background-color: var(--primo)!important;
    }
    
    .hero {
    padding-top: 80px;
    overflow: hidden;
    }
    
}


.fieldset-submit {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    height: 60px;
}


/* FINE STILI PER MOBILE */
