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

.header.sticky .logoSticky {
    left: 20px;
    margin-left: 0;
}

.containerMenuMobile {
  width: 100%;
}

.containerTextSlider h2, .containerTextSlider h1 {
  font-size: 55px;
  line-height: 67px;
}

.row .twocol .col50 {
  width: 100%;
  padding: 40px 20px;
}

.row .twocol .col50 h3 {
  font-size: 40px;
  line-height: 45px;
}

.footerWrapper .col25 {
  width: 50%;
}

.footerWrapper .col25.lastMobile.noMobile {
  display: none;
}

.footerWrapper .col25.lastMobile {
  order: 4;
  width: 100%;
  padding-top: 30px;
}


.containerTextSlider {
  position: absolute;
  left: 30px;
  bottom: 50px;
  right: 30px;
}

.containerTextSlider h2, .containerTextSlider h1 {
  font-size: 55px;
  line-height: 67px;
}

.containerTextInternal h2 {
  max-width: 800px;
  font-size: 25px;
  line-height: 40px;
}

.containerRowImgText .col50 {
  width: 100%;
}

.containerRowImgText h3 {
  font-size: 40px;
  line-height: 45px;
}

.imgTerritorioContainer .singleImg {
  width: 100%;
  padding: 0 18px;
  position: relative;
  margin-bottom: 20px;
}

.col33 {
  width: 100%;
}

.col66 {
  width: 100%;
}

.containerTitleCamere {
  padding-bottom: 50px;
}

.containerBigimg {
  padding: 0 40px;
  margin-top: 40px;
}

.singleCameraList h2 {
  font-size: 42px;
  line-height: 42px;
}

.bloccoServizio {
  width: 100%;
  padding-right: 0;
  padding-bottom: 75px;
}

.containerRowImgText .orderFirst {
  order: -1;
}

.descrizioneServizio p {
  font-size: 14px;
  line-height: 22px;
}

}


/* form */

div#mc_embed_signup p {
  color: #5d6162;
}

div#mc_embed_signup span {
  color: #5d6162;
}

#mc_embed_signup h2 {
  color: #5d6162;
}

#mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica,Arial,sans-serif;
  width: 100% !important;
  max-width: 600px;
}


.formLightBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100vh;
  overflow-y: auto;
  right: 0;
  bottom: 0;
  padding: 10px 0;
  background-color: #fff;
}

.formLightBox.active {
  display: block;
}


.close {
  position: absolute;
  right: 10px;
  top: 0;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

#mc_embed_signup {
  margin: 0 auto;
}