* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*general*/
html {/* font-size: 62.5%*/ font-size: 10px; outline: none; }
body { font-family: "Inter", sans-serif; color: #132142; font-weight: 400; background-color: #fff; }
.body { background-color: #fff; max-width: 300rem; margin: 0 auto; overflow: hidden; }
ul, li, h1, h2, h3, h4, h5, p { list-style: none; }
a { font-size: 1.6rem; text-decoration: none; color: #132142; outline: none }
a:focus, input:focus, textarea:focus, select:focus, label:focus {outline: none!important }
p, ul, li { line-height: 1.8; font-size: 1.6rem; }
.container { max-width: 150rem; margin: 0 auto; padding: 0 2%!important; width: 100%; }
.containerbig { max-width: 200rem; margin: 0 auto; padding: 0 2%!important; width: 100%; }
button { color: #132142; font-size: 1.6rem; cursor: pointer; background-color: transparent; border: none; font-family: "Inter", sans-serif;}
input, textarea, select { font-size: 1.8rem; ; font-weight: 600; font-family: "Inter", sans-serif;}

.font { font-family: "Red Hat Display", sans-serif; }

.center { text-align: center; }
.clear { clear: both; }
.float { float:left; }
.floatr { float:right; }
.flex { display: flex; flex-wrap: wrap; }
.clearfix::after { content:""; display: table; clear: both; }
.upper { text-transform: uppercase; }
.pr { position:relative; }
.oh { overflow:hidden; }

.ls { letter-spacing:1.5px }

/*colors*/
.fff {color: #fff}
.bgfff { background-color:#fff }
.bgg { background-color:#eee }
.bggr { background-color:#DAE600 }
.bgdgr { background-color:#1C4525 }
.bgf2 { background-color:#F2F2F2 }
.bgdgr { background-color:#1C4525 }
.green { color:#C3CC00 }
.darkgreen { color:#1C4525 }

/*fontsize*/
.w800 { font-weight:800 }
.w700 { font-weight:700 }
.w600 { font-weight:600 }
.w500 { font-weight:500 }
.w400 { font-weight:400 }
.w300 { font-weight:300 }
.w200 { font-weight:200 }

.t45 { font-size:4.5rem; line-height:1.2 }
.t55 { font-size:5.5rem; line-height:1.2 }
.t50 { font-size:5rem; line-height:1.2 }
.t40 { font-size:4rem; line-height:1.2 }
.t30 { font-size:3rem; line-height:1.3 }
.t35 { font-size:3.5rem; line-height:1.2 }
.t25 { font-size: 2.5rem; line-height:1.5 }
.t20 { font-size: 2rem }
.t18 { font-size: 1.8rem!important }
.t16 { font-size: 1.6rem }
.t14 { font-size: 1.4rem }

.mt1 { margin-top:1rem }
.mt2 { margin-top:2rem }
.mt3 { margin-top:3rem }
.mt4 { margin-top:4rem }
.mt5 { margin-top:5rem }
.mt6 { margin-top:6rem }
.mt8 { margin-top:8rem }
.mt9 { margin-top:9rem }
.mt10 { margin-top:10rem }
.mb1 { margin-bottom:1rem }
.mb2 { margin-bottom:2rem }
.mb3 { margin-bottom:3rem }
.mb4 { margin-bottom:4rem }
.mb5 { margin-bottom:5rem }
.mb6 { margin-bottom:6rem }
.mb8 { margin-bottom:8rem }
.mb10 { margin-bottom:10rem }

.mw100 { max-width:100rem; margin:0 auto; }

.pad { padding:6rem 0 }
.pad2 { padding:8rem 0 }
.padbig { padding:14rem 0 }

.opt { object-position:top center; }
.opb { object-position:bottom center; }
.ojf { object-fit:cover; object-position:center; height:100%; width:100% }
.multi { mix-blend-mode: multiply; }
.overlay { mix-blend-mode: overlay; }
.screen { mix-blend-mode: screen; }

.br { border-radius: 1rem }

.cta { transition: .3s; font-size: 1.6rem; font-weight: 700; border-radius: 5rem; padding: 1.5rem 2.5rem; position: relative; display:inline-block; }
.ctahover { display: inline-flex; position:relative; }
.ctahover::after { opacity:0; transition: .3s; content:""; background-image:url(../img/cta.svg); position:absolute; top:0; height:100%; width:11rem; background-size: contain; background-repeat: no-repeat; right:0 }
.ctahover .cta { z-index:1 }
.ctahover:hover::after { opacity:1; right:-4rem }
.ctahover.sotto::after { background-image:url(../img/sotto.svg); }

/*padding/margin*/
.wt100 { width:100% }
.ojf { width:100%; height:100%; object-fit:cover; }
.opt { object-position:center top!important; }
.opc { object-position:0!important }

/*TOP BUTTON*/
.div-back-to-top { cursor: pointer; transition: .3s; max-width: 400rem; width: 100%; left: 0; right: 0; bottom: 0; margin: 0 auto; position: fixed; z-index: 10000; }
.back-to-top { transition: .3s; position: absolute; z-index: 2; bottom: 2rem; right: 2rem; }
.back-to-top img { transition: .3s; width: 5.2rem; background-color:#C3CC00; padding:2rem 1.5rem; border-radius:.5rem }
.back-to-top:hover {cursor: pointer; }

header { z-index: 10; z-index:10; width: 100%; position: absolute; max-width: 300rem; padding: 4rem 0}
header .logo { position: absolute; left: 2%; transition: .3s; width: 28.3rem; }
header .logo img { width:100% }
header .info { position: absolute; right:2% }
header .menu { align-items: center; justify-content:center; }
header .menu2 { align-items: center; transition: .3s;  }
header .menu li a { font-weight: 500; transition: .3s; position: relative; font-size:1.6rem; text-transform:uppercase; }
header .menu2 li { margin:1rem 1.5rem }
header .menu li a.active { font-weight: 700;  }
header .menu li a.active:before { content:""; background-image: url(../img/leaf.svg); background-size: contain; height: 1.3rem; width: 1.3rem; position:absolute; top:2.3rem; right:0; left:0; margin:0 auto; }
header .menu li a:hover { color: #AAB300 }
header .allmenu { align-items: center; display: flex; justify-content: flex-end; width: calc(100% - 22rem);}
header .menu2 li:last-child { margin-right:0 }
header .ass img { width:16.2rem }
.sticky { padding: 2rem 0; box-shadow: 0 0 20px rgba(0, 0, 0, .2); background-color: rgba(255, 255, 255, .9); position: fixed; transition: 1s; width: 100%; top: 0; max-width: 300rem; }
.hidden-sticky { }
.sticky .logo { transition: .3s; width:20rem }
.trans { transition:.6s }

header .menu li .dropdown-content a.active { font-weight: 700; color:#C3CC00 }
header .menu li .dropdown-content a.active:before { display:none; }

header .call { display:none; }

.menuresponsive, .sidenav { display: none; }

.dropbtn { transition: all 0.3s ease 0s; padding-bottom:5rem }
.dropdown {display: inline-block; position: relative; }
.dropdown .down { width: 1rem; vertical-align: middle; margin:-.2rem 0 0 .5rem }
.dropdown .leaf { width: 1.5rem; vertical-align: middle; margin:-.1rem .5rem 0 0 }
.dropdown button { position: relative; z-index: 2; }
.dropdown-content { position: absolute; background-color: #fff; width: 31rem; border-radius: 1rem; z-index: 2; left: -2rem; margin: 1rem auto 0; height: 0; overflow: hidden; transition: all 0.3s ease-in-out; opacity: 0; }
.dropdown-content .cl { margin: 2rem; }
.dropdown-content .cl .promo { display: flex; align-items: center; }
.dropdown-content .cl .promo img { width: 2rem; margin-right: 0.5rem }
.dropdown-content a { display: flex; transition: all 0.3s ease 0s; text-decoration: none; }
.dropdown-content a:hover { color: #E1001E; opacity: 1!important}
.dropdown:hover .dropdown-content { height: auto; margin-left: 0; opacity: 1}
.dropdown .dropbtn.active {  }
header .dropdown .active::after { content:none!important; }

.flag { border-right:1px solid rgba(0, 0, 0, .5); padding-right:1.5rem; margin-right:1.6rem }
.flag .dropbtn .img { width:2rem; vertical-align: top; margin:7.5px 0 0 0 }
.flag .dropdown-content { left:-2rem; width:14rem }
.flag .cl img { width:2rem; vertical-align: top; margin-right:.5rem }

#splide3 { width: 100%; min-height: 82rem; height:80vh }
#splide3 .img, #splide3 .splide__track { width: 100%; min-height: 82rem; height:80vh; object-fit: cover; object-position: center;}
#splide3 .my-arrows {position: absolute; bottom: 10rem; margin: 0 auto; padding: 0 2%; width: 100%; z-index: 3; left: 0; right:0 }
#splide3 .my-arrows button:focus {outline: none;}
#splide3 .my-prev { background-image:url(../img/prev.svg); left:2% }
#splide3 .my-next { right: 2%; position: absolute; background-image:url(../img/next.svg); }
#splide3 .my-prev, #splide3 .my-next { width: 6.5rem; height: 6.5rem; border-radius: 0; background-color: transparent; transition: .3s; opacity: 1; cursor: pointer; background-repeat:no-repeat; background-position: center;}
#splide3 .my-prev:hover , #splide3 .my-next:hover { opacity:1 }
#splide3 .my-prev svg, #splide3 .my-next svg { fill:transparent; }
#splide3 .splide__pagination { display: block; text-align: center; width: 100%!important; bottom: 0; height: 1rem; z-index: 1}
#splide3 .splide__pagination__page { border-radius: 50%; border: 6px solid #1C4525; background: #D3D3D3; opacity: 1; width:2.6rem; height:2.6rem; margin: 0;cursor: pointer;display: block;}
#splide3 .splide__pagination__page:focus {outline: none;}
#splide3 .splide__pagination__page.is-active {background: #DAE600; opacity: 1; transform: inherit;}
.splide__slide { position:relative; }

.bggreen { background-color: #1C4525; background-image:url(../img/bg.jpg); background-size:cover; }
.txt-cta .flex { justify-content:space-between; align-items:center; }
.txt-cta .flex.nowrap { flex-wrap:nowrap; }
.txt-cta { border-bottom: 3px solid #C3CC00; }
.txt-cta .t45 { width: 60%; padding-left:4rem }
.txt-cta .t45 span { display:block; }
.txt-cta .t45 img { position:absolute; top:1.4rem; left:0 }
.txt-cta .t45 b { font-weight:600 }

.about { display: flex; align-items: center; justify-content: center; padding:40rem 0 100rem }
.about .flex { align-items:center; justify-content:space-between; }
.about .bobina { position:absolute; width:50%; right:-10% }
.about .txt { max-width:58rem }
.about .txt .t55 img { position:absolute; left: -4rem; top:3rem }

.cert { margin-top: -42rem; padding-bottom:4rem }
.cert .imgs { height:32rem ; text-align:center; position:relative; }
.cert .icon { position:absolute; top:-2rem; left:20rem; right:0; margin:0 auto; width:15rem; }
.cert .icon .green { position:absolute; top:0; left:.5rem }

.bggray { background-image:url(../img/bg2.jpg); background-size:cover; }
.etich .txt { padding:20rem 0 8rem }
.etich .imgs { height:48rem; }
.etich .imgs .cipolle { position: absolute; width:81rem; left: 0; right: 0; margin: 0 auto; bottom:-25rem }
.etich .imgs .riciclo { position:absolute; right:-75rem; top: 0; left:0; margin: 0 auto; width:27rem }

#splide1 .splide__pagination { display: block; text-align: center; width: 100%!important; bottom: 0; height: 3rem; z-index: 1}
#splide1 .splide__pagination__page { border-radius: 0; background: #E5E4F0; opacity: 1; width: 1.8rem; height: 1.8rem; border-radius: 50%; margin: 6px; cursor: pointer;display: block;}
#splide1 .splide__pagination__page:focus {outline: none;}
#splide1 .splide__pagination__page.is-active {background: #64636F; opacity: 1; transform: inherit;}
#splide1 .splide__track { width:100% }
#splide1 .my-arrows {position: absolute; bottom: 3rem; margin: 0 auto; padding: 0; width: 100%; z-index: 3; left: 0; right:0 }
#splide1 .my-arrows button:focus {outline: none;}
#splide1 .my-prev { background-image:url(../img/prev3.svg); left:0 }
#splide1 .my-next { right: 0; position: absolute; background-image:url(../img/next3.svg); }
#splide1 .my-prev, #splide1 .my-next { width: 6.5rem; height: 6.5rem; border-radius: 0; background-color: transparent; transition: .3s; opacity: 1; cursor: pointer; background-repeat:no-repeat; background-position: center;}
#splide1 .my-prev:hover , #splide3 .my-next:hover { opacity:1 }
#splide1 .my-prev svg, #splide1 .my-next svg { fill:transparent; }

.bggrafff { background: #ffffff;
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
height:30rem; position:absolute; top:0; left:0; width:100% }

.prodotti { padding:30rem 0 15rem }
.prodotti .tit { justify-content:space-between; align-items:center; }
.prodotti .box .img { height:33rem }
.prodotti .box img { transition:.8s }
.prodotti .box:hover img { transform:scale(1.1); }
.prodotti .box .cat { line-height: 1.2; position: absolute;
  top: 3rem;
  padding: .5rem 1rem;
  border-radius: 0 0 1rem 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  font-weight: 800;
  text-transform: uppercase; }

.tronca2 { width: 100%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.footer3 { background-color:#09101F }
.footer3 p, .footer3 a { font-size:1.6rem; color:#fff }
.footer3 a:hover { color: #DAE600 }
.footer3 .cl { text-align:left; padding:0 4% }
.footer3 .cl a { line-height:1.7 }
.footer3 { padding: 8rem 0; }
.footer3 .credits { padding:5rem 0 0; margin-top: 6rem; border-top: 1px solid #707070; }
.footer3 .credits span { margin:0 .5rem }
.credits a, .credits p { font-weight: 400; color:#888 }
.footer3 .flex { justify-content:center; }
.footer3 a img { vertical-align: middle; margin-top: -4px; width:1.7rem; height: 2rem; object-fit: contain; margin-right:.7rem }

/*pop-up*/
.login-popup{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  background-color:rgba(0,0,0,0.6);
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease;
}
.login-popup.show{
  visibility:visible;
  opacity: 1;
}
.login-popup .box{
  max-width: 60rem; width: 90%;
  position: absolute;
  left: 50%;
  top:50%;
  transform:translate(-50%,-50%);
  /*display: flex;
  flex-wrap: wrap;*/
  opacity: 0;
  margin-left: 50px;
  transition: all 1s ease; background-color: #fff;
  text-align: center; align-items: center; justify-content: center;
  padding: 3rem; border-radius: 2rem;
}
.login-popup .box img { width: 100%; max-height: 40vh; border-radius: 2rem; }
.login-popup.show .box{
  opacity: 1;
  margin-left: 0;
}
@keyframes zoomInOut{
  0%,100%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.1);
  }
}
.login-popup .box .close{
  position: absolute;
  right: 10px;
  top:0px;
  font-size: 30px;
  cursor: pointer;
}

/*pages*/
.page header { background-color:#fff; padding:4rem 0 }
.page .sticky { padding:2rem 0; background-color:rgba(255, 255, 255, .9); }
.mainpage { padding:20rem 0 10rem }

.azienda-img { height:50vh }

.breadcrumbs { color: #fff; padding: 3rem 0 4rem; font-size:1.4rem; }
.breadcrumbs a { color: #fff; font-size:1.4rem; }
.breadcrumbs a:last-child { font-weight:600; color:#DAE600 }

.info-prod { justify-content:space-between; }
.prod-slide { width:47% }
.prod-slide img { border-radius:1rem }
/* --- Stili slider principale: lasciati come i tuoi --- */
#splide-thumbs { width: 100%; height: auto; }
#splide-thumbs .my-arrows { position: absolute; bottom: 5rem; margin: 0 auto; padding: 0 2%; width: 15rem; z-index: 3; right: 1.5rem; }
#splide-thumbs .my-arrows button:focus { outline: none; }
#splide-thumbs .my-prev { background-image:url(../img/prev3.svg); right:0 }
#splide-thumbs .my-next { right: 0; position: absolute; background-image:url(../img/next3.svg); }
#splide-thumbs .my-prev, #splide-thumbs .my-next { width: 6.5rem; height: 6.5rem; border-radius: 0; background-color: transparent; transition: .3s; opacity: 1; cursor: pointer; background-repeat:no-repeat; background-position: center; }
#splide-thumbs .my-prev:hover, #splide-thumbs .my-next:hover { opacity: 1 }
#splide-thumbs .my-prev svg, #splide-thumbs .my-next svg { fill: transparent; }
#splide-thumbs .img, #splide-thumbs .splide__track { width: 100%; object-fit: contain; object-position: center; }
#splide-thumbs .splide__pagination { display: block; text-align: center; width: 100%!important; bottom: 3rem; height: 6rem; z-index: 1 }
#splide-thumbs .splide__pagination__page { border-radius: 0; background: #fff; opacity: 0.5; width: 5rem; height: 3px; margin: 5px; cursor: pointer; display: block; }
#splide-thumbs .splide__pagination__page:focus { outline: none; }
#splide-thumbs .splide__pagination__page.is-active { background: #fff; opacity: 1; transform: inherit; }
#splide-thumbs .splide__slide { position: relative; }
/* --- Carosello thumbnail --- */
#thumbs { width: 100%; max-width: 1200px; margin-top:1.2rem }
#thumbs .splide__track { height: auto; } /* niente vh qui */
#thumbs .splide__list { align-items: center; }
#thumbs .splide__slide { opacity: 1; transition: opacity .2s, transform .2s; cursor: pointer; }
#thumbs .splide__slide.is-active { opacity: 1; transform: scale(0.98); }
#thumbs .splide__track--nav > .splide__list > .splide__slide.is-active { border:0!important; }
#thumbs .thumb { width: 100%; object-fit: contain; object-position: center; border: 0; display: block;}
#thumbs .splide__slide { position:relative; }
#thumbs .bg { position:absolute; top:0; left:0 }
#thumbs .splide__slide.is-active .thumb { border-color: #fff;    /* bordo sulla thumb attiva */}

.info-prod .desc { width:49% }
.pdf { gap:3rem }
.pdf a { transition: .1s; text-align: center; border-radius:50%; border:3px solid #fff; height:14rem; width:14rem; display:flex; align-items:center; justify-content:center; }
.pdf a p { line-height:1.2 }
.pdf a:hover { background-color:rgba(255, 255, 255, .1); box-shadow:0 0 10px rgba(0, 0, 0, .4); }

.altre-info { padding:3.5rem 0 2rem; border-top:1px solid rgba(255, 255, 255, .3); border-bottom:1px solid rgba(255, 255, 255, .3); }
.altre-info .cl { width:30.33% }
.altre-info .flex { gap: 3%; justify-content:center; }

.page .prodotti { padding:10rem 0 }

.pdf-doc { margin:4rem 0 }
.pdf-doc .flex { transition: .4s; flex-wrap: nowrap; align-items:center; padding:2rem 0; border-bottom:1px solid rgba(255, 255, 255, .3); }
.pdf-doc .flex img { margin-right:1rem }
.pdf-doc .flex:hover { padding-left:1rem }

.scegli .flex { gap:2%; }
.scegli .flex .containercheck { width:auto; font-weight:normal;}

.pad-left { padding-left:3.2rem; border-left:1rem solid #eee; }

.banner-cert { border-top: 8px dotted #eee; }
.banner-cert .t55 img { height:4rem; object-fit:contain; }

.ctas-vert { flex-direction:column; gap:1.5rem }
.ctas-vert .cta { min-width:20rem; text-align:center; }

.all-prodotti .boxes { gap:2% }
.all-prodotti .box { width:23.5%; margin-bottom:3% }
.page .prodotti.all-prodotti { padding: 8rem 0 5rem }
.all-prodotti .box .img { position:relative; }

.divi { border-top:8px dotted #fff; margin:6rem 0 }

.main-txtimg { justify-content:space-between; flex-direction:row-reverse; }
.main-txtimg .img-top { width:30% }
.main-txtimg .txt { width:68% }

.img-tit { width:4rem }
.img-leaf { width:2.64rem; height:auto!important; }

.tabella { background-color: #fff; border:1px solid #ccc; border-radius:1rem; overflow:hidden }
.tabella .row:nth-child(even) { background-color:#ddd }
.tabella .row { display: flex; border-bottom:1px solid #ccc; }
.tabella .row:last-child, .tabella .row div:last-child { border:0 }
.tabella .row div { padding:2rem; font-size:1.6rem; border-right:1px solid #ccc; }
.tabella .row.titoli div { font-weight:700; font-size:1.8rem }
.tabella .row .cl50 { width:50% }
.tabella .row .cl25 { width:25% }

ul.punti { justify-content:center; gap:2rem }
ul.punti li { position: relative; text-transform: uppercase; width: 30%; background-color:#fff; padding:5.5rem 2rem 2rem; border-radius:1rem }
ul.punti li:before { content:''; background-image: url(../img/leafs2.svg); background-size: cover; width: 2rem; height: 1.7rem; position:absolute; left:0; right: 0; top:2.5rem; margin:0 auto; }

.contatti .bggray { width: 49%; padding:4rem; border-radius:1rem }
.contatti .bggray .contatto { border-bottom: 1px solid #ddd; padding: 1rem 0; display:flex; }
.contatti .bggray .contatto img { margin-right:1rem; margin-top: 5px; width: 2rem; height: 2rem; vertical-align: middle; background-size: contain;}
.contatti { justify-content:space-between; }
.contatti .bggreen { width: 49%; padding:4rem; border-radius:1rem }

.ckeditor { font-size:1.6rem; line-height: 1.8}
.ckeditor b, .ckeditor strong { font-weight: bold; }
.ckeditor h1,.ckeditor h2,.ckeditor h3,.ckeditor h4, .ckeditor h5, .ckeditor h6 { line-height: 1.2; font-size:3.5rem; font-weight:400; margin: 3rem 0 1rem; color:#888888 }
.ckeditor a { color:#DAE600; text-decoration:underline; font-weight:500 }
.ckeditor ul { margin:2rem 0 }
.ckeditor ul li::before { content:''; background-image: url(../img/list.svg); background-size: contain; width: 1.3rem; height: 1.3rem; position:absolute; left:0; top:.7rem }
.ckeditor li { padding-left:2rem; position:relative; font-size:1.6rem; line-height:1.7; margin:1rem 0 }
.ckeditor ol li::marker { font-weight:600; color:#DAE600; font-size:2rem; font-weight:bold; }
.ckeditor ol li { list-style:decimal; padding-left:1rem }
.ckeditor ol { padding-left:2rem; margin: 2rem 0}
.ckeditor.t25 p, .ckeditor.t25 { font-size:2.5rem }

.articolo .img { width: 30%; float:right; margin:0 0 2rem 4rem }
.date img { margin: -5px .5rem 0 0; vertical-align:middle; }

.articolo .ckeditor h1,.articolo .ckeditor h2,.articolo .ckeditor h3,.articolo .ckeditor h4, .articolo .ckeditor h5, .articolo .ckeditor h6 { color: #DAE600 }
.articolo .imgmob { display:none; }

/*form2*/
.form2 { width:100% }
.form2 input, .form2 textarea, .form2 select { font-weight:500; font-size: 1.6rem; letter-spacing: .5px; margin-bottom: 2rem; border: 0; width:100%; background-color:#fff; border-radius:5px; padding:2.5rem 2rem; }
::placeholder { color:#999; font-style:italic; font-weight:400 }
.form2 .cl30 { width:32% }
.form2 .cl50 { width:49% }
.form2 .cl100 { width:100% }
.form2 .inputs { gap:2% }
.form2 label { font-size:1.6rem; font-weight:600; margin-bottom:1rem; display:inline-block; }
.infoform label { font-size:1.4rem; font-weight:400; margin-bottom:0; display:inline-block; }
select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #111;
  background: url(../img/down.svg) no-repeat right 2rem center / 13px transparent;
}

.contatti .bggreen.formbig { width:100% }

.sitemap li a { text-transform:uppercase; color:#132142 }

.error p { font-size:30rem; line-height: 1; margin: 4rem 0 6rem; text-shadow: 8px 8px 0 #DAE600; }

.cta-down { display:inline-flex; align-items:center; text-transform:uppercase; }
.cta-down img { margin-right:1rem }

/*-------------------------style check & radio box-------------------------*/
/*style check box*/
.containercheck { text-align: left; width: 100%;
  margin: 1rem 0 2rem; font-size: 1.4rem;
  display: block;
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containercheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #fff;
  border-radius: 1px; border: 1px solid #E3E3E3;
}

/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmark {
  background-color: #C3CC00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containercheck .checkmark:after {
  left: 0.6rem;
  top: 0.3rem;
  width: 0.4rem;
  height: .8rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mailtop, .info-resp { display:none; }

@media (max-width: 2000px) {
.cert { margin-top:-35rem }
}

@media (max-width: 1700px) {
.cert { margin-top:-30rem }
}

@media (max-width: 1600px) {
html { font-size:9px }
.about { padding-top:20rem }
.about .txt .t55 img { position:relative; left:inherit; top:inherit; }
.cert .icon { top:-6rem; left:15rem }
header .menu2 li { margin:1rem }
}

@media (max-width: 1400px) {
html { font-size:9.5px }
.cert { margin-top:-25rem }
header .menu2 { display:none; }
header .logo { position:relative; }
header .info { display:flex; align-items:center; }
header .menu { justify-content:space-between; }

.page header { padding:2rem 0 }
.mainpage {padding: 16rem 0 10rem;}

.prodotti .box .img { height: 30vw; }

.menuresponsive { margin:4px 0 0 2rem }
.menuresponsive, .sidenav { display: block; }

#mySidenav { display: block; z-index: 1000; height: 100%; width: 0; position: fixed; z-index:1; top: 0; right: 0; overflow-x: hidden; transition: 0.2s; }
#mySidenav .bg a { font-size:2rem }
#mySidenav .bg li { margin:1.5rem 0 }
#mySidenav .closebtn img { width:3.5rem }
.sidenav .bgcolor { width:0; opacity:.4; height:100vh; overflow: hidden; position:absolute; right:0 }
#mySidenav .bg { background-color: #1C4525; overflow-y: scroll; width: 100%; margin: 0; height:100vh; padding:8rem 4rem }
#mySidenav .bg a, #mySidenav .bg p { color:#fff }
#mySidenav .closebtn { position: absolute; top: 0; right: 0; padding: 2rem; text-align: right; margin:0; width:100% }
#mySidenav .bg li a { text-transform: uppercase; font-size:2rem; padding-bottom: 1.5rem; display:block; }
#mySidenav .bg li a.active { color:#C3CC00 }
#mySidenav .bg li:last-child { border:0; display:flex }
#mySidenav .bg li a.cta { margin-left:0; padding-bottom:.8rem }
#mySidenav .bg li { border-bottom:1px solid rgba(255, 255, 255, .2); }

.accordion { position: relative; width:100%; text-align:left; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.accordion li { font-size:2rem; border:0!important }
.accordion li a { padding-bottom:0!important }
.accordion .btnmore { left: 0; top: 0; width: 100%; position: absolute; height: 4.5rem; cursor: pointer; }
.accordion .showhidenew img { margin: 0; transition: 1s; width: 1.8rem; position: absolute; right: 0; top: 1rem}
.accordion .text_opennew .title { padding:.5rem 1rem; border-radius:3px }
.accordion .text_opennew a { display:block; padding: .5rem 0 }
.accordion .text_opennew a { font-size:1.6rem!important }
.accordion .text_opennew a img { width:2rem }
.accordion .bggreen { background-color: #82CDC1; }
.accordion .bgblu { background-color: #5D6EA7; }
.accordion .bggreen2 { background-color: #5AB0A1; }
.accordion .text_opennew {margin: 0 0 2rem;}

.all-prodotti .box { width:32% }
.mtmob { margin-top:2rem }
}

@media (max-width: 1100px) {
.cert { margin-top:-22rem }
.cert .icon { top:0; left:8rem }
}

@media (max-width: 1024px) {
.etich .imgs .cipolle { width:80%; position:relative; bottom:0; margin:-10% 0 -30% }
.etich .imgs .riciclo { right:0; width:40%; position:relative; }
.etich .imgs { height:auto; text-align:center; }
.prodotti .box .img { height: 46vw; }

.prod-slide { width:40% }
.info-prod .desc { width:56% }

.all-prodotti .box, .all-prodotti.prod .box { width:49% }

.about { padding:10rem 0 50rem }
.about .flex { flex-direction: column; align-items: center; justify-content: center; text-align: center; max-width:100% }
.about .txt { margin-bottom: 5rem; max-width:100% }
.about .bobina { width: 90%; position:relative; right:0!important; left:inherit; }
.cert { margin-top:-18rem }
.cert .icon { top:0; left:25rem }

.articolo .img { display:none; }
.articolo .img.imgmob { display:block; width:100%; float:none; margin:3rem 0 }
}

@media (max-width: 768px) {
/*.about { height:auto; min-height:auto; padding:10rem 0 }
.about .txt { max-width:100% }
.about .bobina { width:80%; margin: 6rem auto; position:relative; right:inherit; }*/
.etich .txt { padding:8rem 0 }
.etich .imgs .cipolle { width:90% }
.prodotti .tit { flex-direction:column; }
.prodotti .tit .t55 { margin-bottom:2rem }


.txt-cta .flex { flex-direction:column; text-align:center; padding-top:2rem }
.txt-cta .t45 img { position:relative; top:inherit; left:inherit; }
.txt-cta .t45 span { display:inline; }
.txt-cta .t45 { padding:0; margin-bottom:2rem }

.flag { border:0; padding:0; margin:2px 0 0 }
.info .cta { display:none; }
.flag img { margin-top:-2px; vertical-align:middle; }
.flag .dropdown-content { left: -5.4rem; width:14rem }

.prod-slide { width:100% }
.info-prod .desc { width:100%; margin-top:5rem }

.info { display:none; }
.info.info-resp { display:block; text-align:center; }
.altre-info .cl { width:100% }
.form2 .cl30 {width: 49%}

.mailtop { display:block; position:absolute; top:4.5rem; right:0rem }
header .logo { left:0 }
header .info { right:0; padding-right:1.5rem }
header .info { margin-top:-1rem }

.main-txtimg { flex-direction:column; }
.main-txtimg .img-top { width:100%; margin-bottom:4rem }
.main-txtimg .txt { width:100% } 

.tabella .row div { display: flex; justify-content: flex-start; align-items: center; padding:1rem;font-size:1.4rem!important }
.tabella .row div.cl50 { width:40% }
.tabella .row div.cl25 { width:30% }

ul.punti li { width:48% }

.contatti { flex-direction:column; gap:4rem }
.contatti .bggreen, .contatti .bggray { width:100%; padding:2rem }

.error p { font-size:40vw}

.txt-cta .t45 { width:100% }

.azienda-img { height:auto }
}

@media (max-width: 600px){
header .logo { width:22rem }
.container { padding: 0 4%!important }
.prodotti .box .img { height:90vw }
#splide1 .my-arrows { bottom:-4rem }
.footer3 .cl { text-align:center; width:100% }

.t55, .txt-cta .t45 { font-size:4rem }
.t45 { font-size:3rem }
.t25 { font-size:2rem }

#splide3 { min-height: 55rem; height:55rem }
#splide3 .img, #splide3 .splide__track { min-height: 55rem; height:55rem; }

.prodotti { padding:15rem 0 }

.form2 .cl30, .form2 .cl50 {width: 100%}

.mainpage { padding: 14rem 0 10rem; }

.pdf { gap: 2rem; }

.pdf-doc .flex img { width:8rem }

.pad-left { padding-left:0; border:0 }
.pad2 { padding:6rem 0 }

.all-prodotti .box, .all-prodotti.prod .box { width:100%; margin-bottom:5rem }

ul.punti li { width:100% }
}

@media (max-width: 400px){
.about .bobina { width:300px!important }
.cert .icon { left:14rem; }
.cert .imgs { height:30rem }
}

/*gsap css*/
.fade-left { transform: translateX(-100%); opacity:0 }
.fade-right { transform: translateX(100%); }
.fade-in { transform: translateY(0); opacity: 0; }
.fade-in-1 { transform: translateY(0); opacity: 0; }
.fade-in-down { transform: translateY(-100%); opacity: 0; }
.fade-in-up { transform: translateY(100%); opacity: 0; }
.bounce { transform: translateY(100px); }
.rotate { transform: rotate(-180deg); }
.swing { opacity: 0; transform: rotate(-10deg); }
.shake { opacity: 0; transform: translateX(0); }
.zoom-in { transform: scale(0); }
.zoom-out { transform: scale(2); }
.roll-in { transform: translateX(-100%) rotate(-360deg); }

.rotate-slow {
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
