@import "servizi.css";
@import "lavorazioni.css";
@import "referenze.css";
@import "azienda.css";
@import "videoLightBox.css";
/* 
  font-family: 'Space Grotesk', sans-serif;
*/

body {
  font-family: 'Space Grotesk', sans-serif;
  color: #5d6162;
  background-color: #F6F6F6;
}

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

p {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-family: 'Space Grotesk', sans-serif;
  color: #006428;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

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

h1 {
  font-size: 50px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  font-family: 'Space Grotesk', sans-serif;
}

h2 {
  color: #006428;
  font-size: 48px;
  line-height: 50px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
}

.bkgGreen {
  background-color: #006428;
}

.bkgWhyte {
  background-color: #fff;
}

.cta {
  padding-top: 40px;
}

.cta a {
  color: #006428;
  font-size: 16px;
  text-decoration: underline;
}

.cta a:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #006428;
  display: block;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

/* dots general */

.owl-theme .owl-dots .owl-dot span {
  background: #006428;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #00C846;
}


/* header */

header {
  background-color: #006428;
  margin: 0;
  padding: 0;
}

.logo {
  padding: 40px 50px;
  display: inline-block;
}

.logo-img {
  height: 50px;
}

/* menu */

/* menu */

.openCloseMobile {
  float: right;
  margin-top: 58px;
  margin-right: 50px;
  display: block;
  z-index: 999999;
  position: fixed;
  top: 0;
  right: 0;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 24px;
  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: #00C846;
  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: #00C846;
}





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

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

#nav-icon3 span:nth-child(4) {
  top: 24px;
  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%;
}  

nav.navMobile {
  padding: 150px 200px 80px 80px
}

nav.navMobile li {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

nav.navMobile li a:hover {
  color: #fff;
}

nav.navMobile li.mainMenuTitle {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 5px;
}

nav.navMobile li.mainMenuTitle a:hover {
  color: #000;
}

nav.navMobile li.mainMenuTitle.active a:hover {
  color: #fff;
}

.containerMenuMobile {
  display: none;
}

.containerMenuMobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
}

.navMobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  padding-bottom:25px;
}

.navMobile ul li a {
  color: #006428;
  font-size: 40px;
  line-height: 62px;
}

.navMobile ul li:hover a {
  color: #00C846;
}

/* slider home */

.containerSliderHome {
  background-color: #006428;
}

.singleSlide {
  position: relative;
  height: calc(100vh - 151px);
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.imageMainSlider {
  width: 60%;
  text-align: right;
  float: right;
  position: relative;
}

.containerTextSlider h2 {
  color: #fff;
  font-size: 90px;
  max-width: 630px;
  line-height: 110px;
  font-weight: 400;
}

.containerTextSlider {
  position: absolute;
  top: 10%;
  left: 15%;
  z-index: 999;
}

.patternGreen {
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
}


.patternOrange {
  position: absolute;
  bottom: -125px;
  width: 100%;
  max-width: 390px;
  left: calc(40% - 195px);
  z-index: 9;  
}


/* container containerBloccoImgDescriptionHome */

.containerBloccoImgDescriptionHome.conteinerWidth {
  background-color: #fff;
  padding: 0;
  margin: 0 auto;
  max-width: 1400px;
  margin-bottom: 200px;
  margin-top: 350px;
}

.sidebarContainer {
  width: 30%;
}

.centralContent {
  width: 40%;
  padding: 60px;
}

.sidebarImages {
  width: 30%;
  position: relative;
}

.img1 {
  display: block;
  margin-top: -40px;
  text-align: right;
}

.img2 {
  position: absolute;
  right: 0;
  bottom: -40px;
}


/* container lavorazioni */

.containerLavorazioni.conteinerWidth {
  display: block;
}

.containerLavorazioni.conteinerWidth .boxContainerLavorazioni {
  position: relative;
}

.containerLavorazioni.conteinerWidth .boxContainerLavorazioni .patternPosition {
  position: absolute;
  left: 160px;
  bottom: -222px;
}

.containerLavorazioni.conteinerWidth .rowcontainer {
  display: flex;
  flex-wrap: wrap;
  padding-top: 300px;
  padding-bottom: 130px;
}

/* container progetti home */

.imgBox {
  position: relative;
}

.imgBox img {
  width: 100%;
}

.patternPositionProgetti {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  max-width: 180px;
}

.patternPositionProgetti2 {
  position: absolute;
  left: 180px;
  bottom: -161px;
  width: 100%;
  max-width: 180px;
}

.containerProgetti .link {
  padding-top: 60px;
}

.containerProgetti .link a {
  display: inline-block;
  width: 120px;
  margin-right: 20px;
}

.containerProgetti.conteinerWidth {
  padding-top: 0;
  padding-bottom: 280px;
}

.containerProgetti .containerText {
  padding-top: 60px;
  color: #fff;
  width: 100%;
  max-width: 540px;
  padding-right: 40px;
}

.containerProgetti .containerText h2, .containerProgetti .containerText p {
  color: #fff;
}


/* referenze home */

.containerReferenze.conteinerWidth {
  display: block;
  padding-top: 150px;
  padding-bottom: 150px;
}

.containerReferenze .containerText {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.containerReferenze .owl-stage {
  display: flex;
  align-items: center;
}

.containerReferenze .ctaContaier {
  text-align: center;
}

.containerReferenze .cta {
  display: inline-block;
}

.sliderReferenze {
  margin-top: 40px;
}

.sliderReferenze  .itemReferenza {
  text-align: center;
}

.sliderReferenze.owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
  max-width: 220px;
}

/* animazioni */

.fullImgBkg {
  height: 100vh;
}

.anim-at-100 {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 2s, transform 1s;
}

.anim-at-100.anim {
  opacity: 1;
  transform: translateY(0px);
}

.anim-at-20 {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 2s, transform 1s;
}

.anim-at-20.anim {
  opacity: 1;
  transform: translateY(0px);
}

.anim-at-40 {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 2s, transform 1s;
}

.anim-at-40.anim {
  opacity: 1;
  transform: translateX(0px);
}

.anim-at-60 {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 2s, transform 1s;
}

.anim-at-60.anim {
  opacity: 1;
  transform: translateY(0px);
}

.containerSliderHome .owl-item h2 {
  opacity:0;
}

.containerSliderHome .owl-item.active  h2 {
  opacity:1;
  transform: translateX(150px);
  transition: opacity 5s, transform 2s;
}

/* footer */

.footerContainer {
  background-color: #231F20;
}

.footerContainer .conteinerWidth {
  padding: 80px 20px;
}

.footerContainer p strong {
  color: #00C846;
  font-size: 16px;
  font-weight: 400;
}

.footerContainer p, .footerContainer p a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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



/* servizi */

.serviziLink {
  background-color: #fff;
}

.itemLinkServizi {
  width: calc(100% / 6);
  text-align: center;
}

.itemLinkServizi img {
  width: 100%;
  max-width: 80%;
}

.itemLinkServizi:hover .imgTop {
  display: none;
}

.itemLinkServizi .imgHover {
  display: none;
}

.itemLinkServizi:hover .imgHover {
  display: inline-block;
}


/* contatti */

.containerFormContatti {
  width: 100%;
  max-width: 580px;
  padding: 20px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 130px;
}

.containerFormContatti label {
  font-size: 18px;
  display: inline-block;
  padding-bottom: 15px;
  line-height: 30px;
  width: 100%;
}

.containerFormContatti .wpcf7-form-control-wrap input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #aaa;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 10px;
  color: #006428;
}

.containerFormContatti .wpcf7-form-control-wrap textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #aaa;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 10px;
  color: #006428;
}

.containerFormContatti .wpcf7-form-control-wrap .wpcf7-acceptance input {
  width: auto;
}

.wpcf7-not-valid-tip {
  font-size: 15px;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.wpcf7-form-control.wpcf7-submit {
  background-color: transparent;
  border: 1px solid #006428;
  padding: 10px 30px;
  color: #006428;
  font-weight: 500;
}



/* video iframe */

.youtubeVideoContainer {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 0px; /* 30 */
  position: relative;
}
.youtubeVideoContainer iframe,
.youtubeVideoContainer object,
.youtubeVideoContainer embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}