@import "struttura.css";
@import "videoLightBox.css";



body {
  color: #000;
  font-family: "Titillium Web", serif;
}

body.hideScroll {
  overflow-y: hidden;
}

header.header.bkgBlack {
  background: #000;
  background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(35, 35, 35, 1) 50%, rgba(0, 0, 0, 1) 100%);
}

.header {
  background: #000;
  background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(35, 35, 35, 1) 50%, rgba(0, 0, 0, 1) 100%);
}

.home header {
  background: none;
}

.privacy-policy .col50.textMain {
  width: 100%;
}

.wrapper {
  max-width: 100%;
  width: 100%;
}

h1, h2, h3, h4, h5  {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

nav.navDesktop ul li.lowercaseText a {
    text-transform: none !important;
}

:root {
  --main-bg-blue: #163557;
  --main-bg-grey: #f2f2f2;
  --main-color-bue: #163557;
  --main-color-red: #C21F0E;
  --main-color-white: #ffffff;
  --main-dark-blue: #142F4E;
}

.bkgDarkGrey {
  background-color: #232323;
}

.backgroundGradient {
  background: rgb(254,69,96);
  background: linear-gradient(45deg, rgba(254,69,96,1) 0%, rgba(0,186,228,1) 100%);
}

.backgroundGradientProdotto {
  background: rgb(254,69,96);
  background: linear-gradient(45deg, rgba(167,177,203,1) 0%, rgba(236,129,168,1) 100%);
}

.displayFlex {
  display: flex;
}

.boxImgText .displayFlex.alignContentStart {
  align-content: flex-start;
}

.col25 {
  width: 25%;
}

.col33 {
  width: 33.33333%;
}

.col40 {
  width: 40%;
}

.col50 {
  width: 50%;
}


.col60 {
  width: 60%;
}

.col66 {
  width: 66.66666%;
}

.col75 {
  width: 75%;
}

.col100 {
  width: 100%;
}

.cta {
  display: inline-block;
  padding-right: 20px;
}

.cta a {
  border: 1px solid #00a6cc;
  padding: 25px 30px;
  display: inline-block;
  color: #fff;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}

.cta a:hover {
  background-color: #fff;
  color: #00a6cc;
}


.mainHeader {
  padding: 15px;
}

.logo-img {
  max-height: 95px;
}

.logo {
  text-align: center;
}

.claimHeader {
  position: absolute;
  top: 50px;
  left: 30px;
}

.claimHeader p {
  padding-bottom: 0;
}

/* menu */

nav.navDesktop ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav.navDesktop ul li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  padding-right: 60px;
  color: var(--main-color-white);
}

nav.navDesktop ul li a {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: left;
  color: var(--main-color-white);
  text-transform: uppercase;
}

.contactsHeader a {
  padding: 10px 36px;
  border-radius: 30px;
  border: 2px solid #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.53px;
  letter-spacing: 0.5px;
  color: var(--main-color-white);
}

#menu-footer {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

#menu-footer li a {
  font-size: 20px;
    font-weight: 400;
    line-height: 26.04px;
    text-align: left;
    color: #fff;
}


/* header */


/* menu mobile */

/* menu */

.openCloseMobile {
  float: right;
  margin-top: 40px;
  margin-right: 25px;
  display: block;
  z-index: 999999;
  position: absolute;
  top: 0;
  right: 0;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1.open span, #nav-icon3.open span, #nav-icon4.open span {
  background: #fff;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 19px;
}

#nav-icon3 span:nth-child(4) {
  top: 38px;
  width: 60%;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}  


.openCloseMobile {
  display: block;
}

.boxMenu.clearfix {
  display: none;
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 999;
  padding: 100px 60px 60px 60px;
  background: #000;
  background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(35, 35, 35, 1) 50%, rgba(0, 0, 0, 1) 100%);
  width: 100%;
  flex-wrap: wrap;
  height: 100vh;
}

.boxMenu .col33 {
  width: 33.3333%;
}

.boxMenu.clearfix.active {
  display: flex;
}

.boxMenu .col33 h3 {
  font-weight: 900;
  color: #fff;
  padding-bottom: 15px;
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
}

.boxMenu .col33 ul li {
  display: block;
  width: 100%;
  padding: 5px 0px !important;
}

.boxMenu .col33 ul li:hover a {
  color: #ee415a;
}

nav.navDesktop ul li.current_page_item a {
  color: #ee415a;
}

.home header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.home header .mainHeader {
  background-color: transparent;
}

.home header .claimHeader {
  display: none;
}

/* 01 home background */


.backgroundVideo {
  height: 88vh;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.backgroundVideo video {
  width: 100%;
}

.textBkgVideoContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  padding: 60px;
}

.textBkgVideoContainer h1 {
  font-size: 130px;
  line-height: 114px;
  font-weight: 900;
  color: #fff;
}

.ctaBkgVideo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  padding: 60px;
}

.ctaBkgVideo a {
  background-color: rgba(217,67,83,0.8);
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 100px;
  text-align: center;
  color: #000;
  align-content: center;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  float: right;
}


/* 02 text + img */

.boxImgText {
  padding: 150px 60px;
}

.boxImgText .col50.img {
  text-align: center;
}

.boxImgText .displayFlex {
  align-items: center;
}

.boxImgText h2 {
  color:#fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  padding-bottom: 50px;
}

.boxImgText p {
  color:#fff;
  padding-bottom: 80px;
}

.containerContent {
  max-width: 580px;
}

.containerContent.floatRight {
  float: right;
}

.boxImgText .displayFlex.alignContentStart {
  align-items: flex-start;
}

.boxImgText .black h2 {
  color:#000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  padding-bottom: 50px;
}

.boxImgText .black p {
  color:#000;
  padding-bottom: 10px;
}

.boxImgText .col50.colText {
  padding: 60px;
}

.boxImgText .col50.colText .containerContent  {
  width: 100%;
  max-width: 100%;
}

/* 03 */

.boxImgTextBig {
  padding: 120px 0;
}

.boxImgTextBig .displayFlex {
  gap: 80px;
}

.col50.leftCol h3 {
  text-align: right;
  margin-right: -160px;
  color: #fff;
  font-weight: 900;
  font-size: 80px;
  padding: 40px 0;
  line-height: 67px;
}

.col50.rightCol h4 {
  text-align: left;
  margin-left: -160px;
  color: #fff;
  font-weight: 900;
  font-size: 80px;
  padding: 40px 0;
  line-height: 67px;
}

.boxImgTextBig p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 40px;
}

.col50.rightCol img {
  margin-top: 100px;
}

.col50.leftCol img {
  margin-bottom: 100px;
}

/* 04 */

.bkgRete {
  background-image: url("img/elissi_home.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 60px;
}

.bkgImageBlock {
  background-image: url("img/materiali_tecnologie_home.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.bkgImageBlock h2 {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  padding-bottom: 50px;
}

.bkgImageBlock p {
  max-width: 600px;
  color: #fff;
}

.ctaContainerBox {
  padding-top: 250px;
}

/* 05 */

.boxReUp {
  background-size: cover;
  background-position: center center;
  padding: 60px 0;
}

.boxReUp .displayFlex {
  align-items: flex-end;
  min-height: 500px;
}

.contentContainerReUp {
  padding: 60px;
}

.boxReUp .col50 img {
  max-width: 350px;
}

.boxReUp .col50 p {
  padding: 30px 0;
  max-width: 450px;
}

.boxReUp .cta a {
    color: #00a6cc;
}



/* listing */

.productList {
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
}

.productSingle {
  width: 25%;
  padding: 2px;
  background: #fff;
  text-align: center;
}

.tecnologieList .productSingle img {
  max-width: 150px;
  padding: 35px 0px;
}

.productSingle:hover {
  background: linear-gradient(45deg, rgba(254,69,96,1) 0%, rgba(0,186,228,1) 100%)
}

.module {
  background: #fff;
  padding: 15px;
  display: block;
}

.module a {
  display: block;
}

.listTitle {
  text-align: center;
  padding: 20px 0 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
}


.hoverBox .listTitle {
    text-align: left;
    padding: 0 0 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 60px;
}

.genderTitle {
  text-align: center;
  padding: 0 10px 10px 10px;
  font-weight: 400;
  font-size: 18px;
  font-weight: normal;
}

.containerBoxHalf {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.containerBoxHalf .col50 img {
  max-width: 100%;
  padding: 0;
}

.hoverBox .close img {
  width: 40px;
  padding: 0;
}

.containerBoxHalf .col50 {
  text-align: left;
  width: calc(50% - 30px);
}

.containerBoxHalf .col50.smallCol {
  text-align: left;
  width: calc(30% - 30px);
}

.containerBoxHalf .col50.bigCol {
  text-align: left;
  width: calc(70% - 30px);
}

.containerBoxHalf .col50.bigCol p {
  max-width: 75%;
}

.containerBoxHalf .cta {
  padding-top: 20px;
}

.containerBoxHalf .cta a {
  border-color: #000;
  color: #000;
}

.containerBoxHalf .col50.bigCol ul li {
    padding-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.titleCollection {
  font-size: 40px;
  padding: 60px 60px 0 60px;
  text-transform: uppercase;
  color: #232323;
}

/* prodotto singolo */

.galleryProdottoContainer {
  position: relative;
}

.titleContainer {
  width: 20%;
}

.galleryContainer {
  width: 60%;
}

.thumbNailContainer {
  width: 20%;
}

.galleryContainer .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  width: inherit;
  text-align: center;
  margin: 0 auto;
  padding: 50px;
  max-width: 70%;
}

.titoloProdottoBox {
  /* transform: rotate(-90deg);
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 50px;*/

    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: clamp(1.5rem, 4vw, 4rem);
    font-weight: bold;
    color: #E6007E;
    letter-spacing: 0.1em;
    line-height: 1.1;
    position: absolute;
    bottom: 2vw;
    left: 2vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

p.topTitle {
  font-size: 88px;
  line-height: 88px;
  color: #e81665;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 700px;
  width: 100%;
}

p.smallTitle {
  color: #232323;
  font-size:28px;
  font-weight: normal;
  width: 100%;
}

section.esplosoImgAccessori {
  padding: 120px;
}

/* thumbnails */

div#sync2 .owl-stage {
  width: 100% !important;
}

div#sync2 .owl-stage .owl-item {
  width: 100% !important;
  text-align: center;
}

div#sync2 .owl-stage .owl-item .item {
  width: 140px;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}

div#sync2 {
  margin-top: 50px;
  padding-left: 180px;
}

div#sync2 .owl-item.current.active img {
  opacity: 0.5;
}


p.codice {
  padding-bottom: 30px;
}

.mainColProd {
  padding: 60px 60px 120px 60px; 
}

.mainColProd .displayFlex {
  gap: 60px;
  align-items: flex-start;
}

.dimensioniBox .accordion-content img {
  max-height: 150px;
}

.tecnologieBox .accordion-content a {
  width: 20%;
  display: inline-block;
  text-align: center;
  padding: 10px;
}

.tecnologieBox .accordion-content img {
  max-height: 100px;
}

.materialiBox .accordion-content a {
  width: 20%;
  display: inline-block;
  text-align: center;
  padding: 10px;
}

.materialiBox .accordion-content img {
  max-height: 100px;
}


.accordion-item {
  border-bottom: 1px solid #ccc;
}
.accordion-title {
  padding: 0;
  cursor: pointer;
}
.accordion-title p {
  padding: 0;
}
.accordion-content {
  display: none;
}

.accordion-title p.titoloSezione {
  font-size: 20px;
  font-weight: 700;
  padding: 45px 0;
  text-transform: uppercase;
  position: relative;
}

.accordion-content {
  padding: 0 0 20px 0;
}


.accordion-item p.titoloSezione::after {
  content: "+";
  position: absolute;
  right: 0;
  font-weight: 200;
  font-size: 40px;
  padding-right: 20px;
}

.accordion-item.open p.titoloSezione::after {
  content: "-";
}

section.puntiDiforza {
  padding: 60px;
  background-color: #ededed;
}

.singleCol img {
  max-height: 150px;
  width:  auto !important;
}

.textDetail {
  padding-top: 30px;
}

.numberLine p {
  padding: 12px 15px 0 0;
  font-size: 60px;
  font-weight: 700;
}

.contentLine {
  padding-left: 15px;
  border-left: 1px solid #000;
}

.titlePunti {
  padding: 0;
  font-weight: 700;
  font-size: 24px;
}

.sottotitoloPunti {
  font-size: 18px;
}

.titlePuntiDiforza h2 {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 50px;
  text-transform: uppercase;
}


/* disponibile anche */

.disponibileAnche {
  padding: 60px;
}

section.disponibileAnche {
  background-color: #ededed;
}

.disponibileAnche .col75 {
  display: flex;
  flex-wrap: wrap;
}

section.disponibileAnche .col33 {
  text-align: center;
  width: calc(33.33333% - 40px);
  margin: 20px;
  box-sizing: border-box;
  border-top:1px solid #232323;
}

section.disponibileAnche .col33 img {
  max-height: 200px;
}

section.disponibileAnche .col33 p {
  font-size: 18px;
  padding: 10px;
}

/* esploso */

.esploso {
  padding: 120px 60px;
  text-align: center;
}

.esplosoImg {
  /* background-color: #000; */
}


/* accessori */

.rowBloccoDesc p strong {
  font-size: 20px;
  font-weight: 700;
  padding: 45px 0;
  text-transform: uppercase;
  position: relative;
}

.rowBloccoDesc {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.esplosoImgAccessori img {
  width: 100%;
  text-align: center;
}

section.galleryImg {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  padding: 120px 60px;
}

.galleryImg .singleImg {
  width: calc(50% - 30px);
}

.backButton {
  position: absolute;
  bottom: 40px;
  right: 60px;
}

.backButton a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.backButton a::before {
content: "";
background-image: url(img/freccia_back.svg);
background-repeat: no-repeat;
width: 23px;
height: 12px;
display: inline-block;
}


/* footer */

footer.footerContainer {
  padding: 60px;
}

.footerContainer .displayFlex {
  flex-wrap: wrap;
}

.dividerFooter {
  width: 100%;
  height: 100px;
}

.colTitleContainer.displayFlex {
  align-items: flex-end;
  gap: 30px;
  flex-wrap: nowrap;
}

.colContentContainer.displayFlex {
  gap: 30px;
  flex-wrap: nowrap;
}

.colTitleContainer .col33 img {
  max-height: 70px;
}

.colTitleContainer .col33 p {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0;
}

.colTitleContainer .col33 {
  padding-bottom: 50px;
}

.colContentContainer p , .colContentContainer p a {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}

.colContentContainer p a:hover {
  text-decoration: underline;
} 

.colContentContainer ul, .colContentContainer ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.colContentContainer ul li a {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}

.subscriptionBtn a {
  border: 1px solid #fff;
  padding: 25px 30px;
  display: inline-block;
  color: #fff;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}


/* video */

.videoBox {
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  max-width: 1440px;
}

.videoContainer {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* filtri */

.filterRow {
  background-color: #e0e0e0;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  display: flex;
}

.filterTitle {
  text-transform: uppercase;
  }

.filterRow .col25 {
  padding: 0 20px;
  position: relative;
}

/*

.filterRow .col25.filterTitle:after {
  content: "";
  position: absolute;
  background-image: url("img/freccia_destra_menu.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  right: 20px;
  top: 0;
}


*/

/* tecnologie main page */

.mainTecnologie {
  background-size: cover;
  width: 100%;
  min-height: 80vh;
  background-position: center center;
}

section.tecnologieList {
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

section.tecnologieList .productSingle {
  width: calc(20% - 40px);
  margin: 20px;
  cursor: pointer;
}

section.tecnologieList .productSingle .module {
  background-color: #ededed;
}

section.tecnologieList .productSingle .module:hover {
  background-color: #fff;
}

.hoverBox {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 80px;
  margin:80px;
  background-color: #ededed;
  display: none;
  border: 1px solid #000;
  width: calc(100% - 160px);
}

.hoverBox .close {
  text-align: right;
  padding: 0 0 15px 0;
  position: absolute;
  right: 80px;
  top: 80px;
}

section.tecnologieList .productSingle .module .hoverBox.active {
  display: block;
}

.message.bot.message-bubble-border {
  max-width: 278px;
  overflow: hidden;
  width: 100%;
}

.contenutTecnologie {
  padding: 80px;
  display: flex;
  flex-wrap: wrap;
}

.contenutTecnologie .col50.colText {
  padding: 60px;
}

.contenutTecnologie .col50.colText h6 {
  color: #ff4560;
  font-size: 24px;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}

.contenutTecnologie .col50.colText h2 , .contenutTecnologie .col50.colText h1 {
  font-size: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  padding-bottom: 70px;
  font-weight: bold;
}

.close {
  cursor: pointer;
}

section.tecnologieList h3 {
  width: 100%;
  padding: 0 20px;
  font-size: 40px;
}



/* blog */


section.mainBlog {
  position: relative;
  height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.verticalTextContainer {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 88px;
  line-height: 88px;
  font-weight: 900;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}

.verticalTextContainer h1 {
  color: #fff;
  font-size: 88px;
  line-height: 88px;
  font-weight: 900;
  text-transform: uppercase;
}

.blogContainerList {
  display: flex;
  gap: 30px;
  padding: 30px 60px;
}

.blogContainerListFull {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 60px;
}

.singleBoxBlog {
  width: calc(25% - 30px);
  margin: 0;
  padding: 0;
}

.singleBoxBlog img {
  width: 100%;
}

.containerRowImgText h3 {
  text-transform: uppercase;
  font-weight: 900;
  padding: 20px 0 10px 0;
  font-size: 24px;
  line-height: 28px;
}

section.categoryBlog {
  padding: 60px 60px 30px 60px;
}

section.categoryBlog ul, section.categoryBlog li {
  list-style: none;
  margin: 0;
  padding: 0;
}

section.categoryBlog ul {
  display: flex;
  gap: 30px;
}

section.categoryBlog ul li a {
  padding: 15px 40px;
  border: 1px solid #00a6cc;
  text-transform: uppercase;
  border-radius: 15px;
  display: block;
  color: #333333;
  font-size: 16px;
}

section.categoryBlog ul li a:hover,  section.categoryBlog ul li a.currentCat {
  background-color: #00a6cc;
  color: #fff;
}


.fullColBlog {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 30px;
}

.fullColBlog h1 {
  font-size: 60px;
  font-weight: bold;
  padding-bottom: 20px;
}

.catInternal ul , .catInternal ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.catInternal ul li {
  display: inline-block;
  margin-right: 30px;
}

.catInternal ul li a {
  text-transform: uppercase;
  color: #C21F0E;
  font-size: 22px;
}


.accordion-item.istruzioniLavaggioBox img {
  max-width: 450px;
}

p.titoloTecnologieSmall {
  font-size: 16px;
  line-height: 18px;
  padding-top: 15px;
}


/* green */

.flexContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.flexContainer .col20 {
  width: calc(16.66666% - 40px);
  padding: 10px;
  margin: 0;
  text-align: center;
}

.flexContainer .col20 img {
  padding-bottom: 0;
}

.flexContainer .col20 p {
  font-size: 18px;
  font-weight: bold;
}

.mainTecnologieContent.greenTechContainer h2 {
  font-size: 60px;
  line-height: 60px;
  padding-bottom: 70px;
}

.mainTecnologieContent.greenTechContainer h2.smallTitle {
  font-size: 40px;
  line-height: 40px;
}

.mainTecnologieContent.greenTechContainer .contenutTecnologie {
  column-gap: 100px;
  align-content: flex-start;
}

.mainTecnologieContent.greenTechContainer .contenutTecnologie .col50 {
  padding:0 !important;
  width: calc(50% - 100px);
}

.bkgGrey {
  background-color: #ededed;
}

.col50.colText.whiteText h2 , .col50.colText.whiteText p {
  color: #fff;
}

.imgLogoInternal {
  padding-top: 20px;
}

.imgLogoInternal img {
  max-width: 130px;
}

.mainTecnologieContent.greenTechContainer .col100 img {
  margin-bottom: 10px;
}


img.scotch {
  position: absolute;
  top: -100px;
  left: 50%;
  max-width: 80px;
  margin-left: -30px;
}

.boxImgText .col50.img {
  position: relative;
}


section.videoVert .col33 video {
  width: 100%;
}

section.videoVert {
  display: flex;
  column-gap: 60px;
  flex-wrap: wrap;
}

section.videoVert .col33 {
  width: calc(33.3333% - 40px);
}


.videoVert {
  padding: 0 60px;
}

.contactContainer .col100 {
  padding: 60px 30px;
  text-align: center;
}

.contactContainer .col100 img {
  max-width: 300px;
}

.containerForm {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.containerFormButton {
  display: flex;
  flex-wrap: wrap;
}

.containerFormButton .btnForm {
  width: 50%;
  padding: 20px 20px;
  font-size: 20px;
  color: #000;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}

.containerFormButton .btnForm.selected {
  background-color: #ee415a;
  color: #fff;
}

.formBlock {
  display: none;
  padding: 20px 20px;
  background-color: #ededed;
}

.formBlock.active {
  display: block;
}

.formBlock input, .formBlock select, .formBlock textarea {
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #00a6cc;
  background-color: #ededed;
}

.formBlock p {
  font-size: 16px;
  padding: 15px 15px 5px 15px;
  margin: 0;
}

input.wpcf7-form-control.wpcf7-submit {
    padding: 25px 30px;
    color: #000;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #00a6cc;
}

.youtubeVideo {
  padding: 80px;
}

.youtubeVideo iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.lineLabel {
    text-align: center;
    display: inline-flex;
    align-items: center;
}

.lineLabel a {
    display: inline;
    padding: 0 5px;
    font-weight: normal;
    font-size: 12px;
}

.productSingle.partnersProduct {
    width: calc(20% - 10px);
    border: 0.3px solid #fff;
    margin:5px;
}


.productSingle.partnersProduct .module {
  position: relative;
}

.flagImg {
  max-width: 20px;
  margin: 0 5px;
    /* padding-bottom: 0;
    position: absolute;
    right: 20px;
    bottom: 18px; */
}

.mainImg {
    padding: 50px 0;
    max-width: 220px;
}


.containerFilter {
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #e0e0e0;
    width: 100%;
    display: none;
    transition: max-height 0.3s ease;
}

.containerFilter.active {
    display: block;
}

.accordionToggle {
    display: block;
    margin: 0;
    z-index: 1;
    font-size: 20px;
    cursor: pointer;
    background-image: url(img/freccia_destra_menu.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right center;
}

.accordionToggle.active {
   background-image: url(img/freccia_giù_menu.svg);
   color: #ff4560;
}

.accordionToggle:hover {
  color: #ff4560;
}

.containerFilter ul, .containerFilter li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.containerFilter ul {
  padding: 20px;
}

.containerFilter li a {
    display: inline-flex;
    gap: 10px;
    font-size: 16px;
    font-weight: normal;
    align-items: center;
}

.containerFilter li a:hover, .containerFilter li a.active {
  color: #ff4560;
}

.iconaUomo::before {
content:"";
background-image: url(img/icona_uomo1.svg);
display: inline-block;
width: 74px;
height: 60px;
background-size: cover;
background-repeat: no-repeat;
}

.iconaDonna::before {
content:"";
background-image: url(img/icona_donna1.svg);
display: inline-block;
width: 74px;
height: 60px;
background-size: cover;
background-repeat: no-repeat;
}

.iconaBambino::before {
content:"";
background-image: url(img/icona_bambino1.svg);
display: inline-block;
width: 74px;
height: 60px;
background-size: cover;
background-repeat: no-repeat;
}

.iconaStrada::before {
content:"";
background-image: url(img/icona_strada1.svg);
display: inline-block;
width: 74px;
height: 60px;
background-size: cover;
background-repeat: no-repeat;
}

.iconaMtb::before {
content:"";
background-image: url(img/icona_mtb1.svg);
display: inline-block;
width: 74px;
height: 60px;
background-size: cover;
background-repeat: no-repeat;
}

.iconaTriathlon::before {
content:"";
background-image: url(img/icona_triah1.svg);
display: inline-block;
width: 74px;
height: 60px;
background-size: cover;
background-repeat: no-repeat;
}

.iconaCitta::before {
content:"";
background-image: url(img/icona_urban1.svg);
display: inline-block;
width: 74px;
height: 60px;
background-size: cover;
background-repeat: no-repeat;
}

.iconaTmarmadillo::before {
content:"";
background-image: url(img/icona_tmarmadillo1.svg);
display: inline-block;
width: 74px;
height: 60px;
background-size: cover;
background-repeat: no-repeat;
}

.iconaTmirror::before {
content:"";
background-image: url(img/icona_tmirror1.svg);
display: inline-block;
width: 74px;
height: 60px;
background-size: cover;
background-repeat: no-repeat;
}

.iconaAirsystem::before {
content:"";
background-image: url(img/icona_air_system1.svg);
display: inline-block;
width: 74px;
height: 60px;
background-size: cover;
background-repeat: no-repeat;
}

.iconaMengoshi::before {
content:"";
background-image: url(img/icona_mengoshi1.svg);
display: inline-block;
width: 74px;
height: 60px;
background-size: cover;
background-repeat: no-repeat;
}

.iconaHt90::before {
content:"";
background-image: url(img/icona_ht901.svg);
display: inline-block;
width: 74px;
height: 60px;
background-size: cover;
background-repeat: no-repeat;
}

.iconaBladesign::before {
content:"";
background-image: url(img/icona_bslde_sign1.svg);
display: inline-block;
width: 74px;
height: 60px;
background-size: cover;
background-repeat: no-repeat;
}

.iconaEasy::before {
content:"";
background-image: url(img/icona_easy1.svg);
display: inline-block;
width: 74px;
height: 60px;
background-size: cover;
background-repeat: no-repeat;
}
				


.filterContainerList {
  padding: 60px;
}

form#search-filter-form-51103 ul {
  padding: 0;
  margin: 0;
}

form#search-filter-form-51103 li {
    display: inline-block;
    padding-right: 50px;
}

.searchandfilter h4 {
    margin: 0;
    padding: 5px 0 10px;
    font-size: 16px;
    display: inline;
    padding-right: 20px;
}

.searchandfilter select.sf-input-select {
    min-width: 170px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    font-size: 16px;
}

a.resetLink {
    padding-top: 30px;
    padding-left: 30px;
    text-transform: none;
}


.col33.flexColFooter {
  display: flex;
  flex-wrap: wrap;
}

.col33.flexColFooter .col50 {
  width: 50%;
  padding-right: 15px;
}

.paddingLogo {
  padding: 40px 0;
}

.searchBox {
    padding-top: 0px;
    padding-bottom: 20px;
}

.searchBox form.search {
    display: flex;
    align-items: center;
}

.searchBox input {
    border: 1px solid #000;
    padding: 5px 10px;
    font-size: 16px;
    width: 70%;
}

.searchBox button.search-submit {
    width: calc(30% - 25px);
    padding: 9px;
    margin: 0 0 0 5px;
    border: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}

.boxMenu.clearfix.active {
    display: flex;
    align-items: flex-start;
    gap: 0;
    align-items: flex-start;
    align-content: flex-start;
}