img{
  max-width: 100%;
}

.col-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: masonry;
  grid-gap: 50px;
}

.w-50{
  width: 50%;
}

.flex{
  display: flex;
}
.flex-left {
  justify-content: flex-start;
}
.flex-right {
  justify-content: flex-end;
}
.flex-center {
  justify-content: center;
}
.flex-middle {
  align-items: center;
}
.flex-top {
  align-items: flex-start;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-space {
  justify-content: space-between;
}

.subtitle{
  color: #ff671b;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 30px;
  font-size: 23px;
  margin: 40px 0 0;
  text-align: center;
}

.campaign #ancora form._form._form_20,
.campaign #ancora form._form._form_18{
  background: transparent !important;
}

.campaign form ._form-title {
  color: #0f7dc2;
  font-size: 16px  !important;
  margin: 0 0 20px 0 !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #dfdfdf !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}

.campaign input[type="email"], .campaign input[type="text"] {
  background: #eaeaea !important;
  border: 0 !important;
  padding: 10px !important;
  color: #5c5c5c !important;
  font-size: 15px !important;
  letter-spacing: 1px !important;
  font-style: italic !important;
  margin-bottom: 20px !important;
  border-radius: 0 !important;
}

.campaign #ancora form._form._form_20 ._submit,
.campaign #ancora form._form._form_18 ._submit {
  -webkit-appearance: none !important;
  cursor: pointer !important;
  padding: 5px 30px 6px !important;
  transition: all 0.5s ease !important;
  text-decoration: none !important;
  background: #0f7dc2 !important;
  color: #fff !important;
  text-align: center !important;
  letter-spacing: 2px !important;
  font-size: 16px !important;
  border: 1px solid #0f7dc2 !important;
}

.campaign #ancora form._form._form_20 ._submit:hover,
.campaign #ancora form._form._form_18 ._submit:hover {
  background: #f69a52 !important;
  transition: all 0.5s ease !important;
}

.campaign label{
  color: #5c5c5c !important;
}

span.wpcf7-form-control-wrap{
  width: 100%;
  display: block;
}

.anr_captcha_field{
  margin-top: 20px;
}
.screen-reader-response{
    display: none !important;
}
.wpcf7-form-control-wrap{
    position: relative;
}
.wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
    position: absolute;
    top: 30px;
    left: 0;
}
#landing_captcha{
    overflow: hidden;
    margin-top: 20px;
}
#landing_captcha .rc-anchor-normal{
    width: 220px !important;
}

.wpcf7-response-output.wpcf7-mail-sent-ok{
	color: #398f14 !important;
}

.wpcf7-form p{
  margin: 0;
}

span.wpcf7-list-item{
  margin:0 !important;
}

.orange-title{
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ff671b;
  margin: 0;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
  positio: relative;
}

.orange-title:after {
  content: "";
  background: #ff671b;
  height: 8px;
  width: 100px;
  border-radius: 4px;
  display: block;
  margin-top: 25px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
}
.shrink {
  flex-shrink: 0;
}

.flex-auto {
  width: auto;
}
.flex-expand {
  flex: 1;
  min-width: 1px;
  width: 100%;
  max-width: 100%;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex,
.flex-tablet,
.flex-mobile {
  display: flex;
}
.flex-left {
  justify-content: flex-start;
}
.flex-right {
  justify-content: flex-end;
}
.flex-center {
  justify-content: center;
}
.flex-middle {
  align-items: center;
}
.flex-middle-mobile {
  align-items: center !important;
}
.flex-top {
  align-items: flex-start;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-space {
  justify-content: space-between;
}

body,
html {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #5c5c5c;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
}
:focus {
  outline: 0;
}
.mobile{
  display: none;
}
h3.grazie {
    text-transform: uppercase;
    color: #0f7dc2;
    font-size: 16px;
    text-align: left;
    display: inline-block;
    margin-top: 90px;
}
h3.grazie::after {
    content: "";
    display: inline-block;
    height: 1px;
    background: #f1f1f1;
    width: 100%;
    margin-top: 25px;
}
a.btn-grazie:hover {
    background: #ffff;
    color: #0f7dc2;
    transition: all 0.5s ease;
text-decoration: none;
}
a.btn-grazie {
    display: block;
    margin: 20px 0 400px;
    background: #0f7dc2;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    width: 200px;
    font-weight: 400;
    padding: 6px 0;
    border: 2px solid #0f7dc2;
    transition: all 0.5s ease;
text-decoration: none;
}
.container {
  width: 100%;
  position: relative;
}
.content {
  width: 1280px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}
.mini {
  width: 1144px;
  margin: 0 auto;
  position: relative;
}
img {
  display: block;
}
a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  color: #0f7dc2;
}
a:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.clear {
  margin: 0;
  padding: 0;
  clear: both;
}
header {
  height: 123px;
}
header #logo {
  position: absolute;
  left: 0;
  top: 46px;
  display: block;
}
#info {
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 16px;
}
#info ul {
  list-style: none;
}
#info ul li {
  display: inline-block;
  margin-left: 20px;
}
#info ul li.tel:before {
  background: url("../Img/tel.png") no-repeat;
  width: 33px;
  height: 29px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#info ul li.mail:before {
  background: url("../Img/mail.png") no-repeat;
  width: 33px;
  height: 29px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#info ul li.indirizzo:before {
  background: url("../Img/pin.png") no-repeat;
  width: 33px;
  height: 29px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#info ul li a {
  color: #5c5c5c;
  text-decoration: none;
}
#info ul li a:hover {
  color: #ff671b;
}
.modulo {
  /*height: 835px;
  overflow: hidden;*/
}
.modulo a{
  color: #ff671b;
  text-decoration: none;
}
.modulo a:hover{
  text-decoration: underline;
  color: #fff;
}
.modulo .mini {
  /*position: absolute;
  left: 50%;
  margin-left: -572px;*/
}
.modulo h1 {
  text-transform: uppercase;
  color: #ff671b;
  margin: 185px 0 45px 0;
  font-size: 45px;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 50px;
}
.modulo h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  font-style: italic;
  letter-spacing: 0px;
  line-height: 35px;
  margin: 0;
  font-weight: 400;
}
.modulo h2:after {
  content: "";
  background: #ff671b;
  height: 8px;
  width: 300px;
  border-radius: 4px;
  display: block;
  margin-top: 25px;
}
.modulo .bg {
  width: 100%;
  margin-top: 0px;
}
.modulo .sx {
  float: left;
  width: 55%;
}
.modulo .dx {
  float: right;
  width: 35%;
  margin-top: 120px;
}
.modulo .dx h4 {
  color: #fff;
  margin: 0 0 35px 0;
  font-size: 18px;
  font-weight: normal;
}
.modulo .dx form {
  background: #fff;
  width: 95%;
  border: 2px solid #dbdcdd;
  border-radius: 1%;
  box-sizing: border-box;
  padding: 30px 40px 30px;
}
.modulo .dx form input[type="text"] {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #1373bb;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
}
.modulo .dx form input[type="email"] {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #1373bb;
  width: 100%;
  font-size: 18px;
}
.modulo .dx form input[type="submit"] {
  background: #1373bb;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  display: block;
  padding: 10px 0;
  width: 100%;
  font-size: 21px;
  letter-spacing: 2px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modulo .dx form input[type="submit"]:hover {
  background: #ff671b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modulo .dx label {
  display: block;
  font-size: 21px;
  font-weight: bold;
  color: #1373bb;
}
.modulo .dx .check label {
  display: inline-block;
  margin: 5px;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
}
.modulo h3 {
  color: #fff;
  font-size: 23px;
  line-height: 35px;
}
.left {
  margin-top: 100px;
  float: left;
  width: 45%;
  margin-bottom: 75px;
}
.left img {
  width: 100%;
  max-width: 651px;
}
.right {
  margin-top: 100px;
  margin-bottom: 75px;
  float: right;
  width: 45%;
}
.right h1 {
  font-size: 38px;
  margin: 0px 0 40px 0;
  color: #ff671b;
  text-transform: uppercase;
}
.right h2 {
  color: #ff671b;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 30px;
  font-size: 23px;
  margin: 40px 0 0;
}
.right h2 a{
    color: #ff671b;
    text-decoration: none;
}
.right h2 a:hover{
    color: #1373BB;
}
.applicazioni {
  background: url("../Img/pattern.jpg") repeat;
  padding: 68px 0 15px;
}
.applicazioni h2 {
  margin: 0 0 55px;
  text-align: center;
  color: #ff671b;
  text-transform: uppercase;
  font-size: 38px;
}
.applicazioni .applicazione {
  margin-bottom: 45px;
}
.applicazioni .applicazione .text {
  float: right;
  width: 71%;
}
.applicazioni .applicazione img {
  max-width: 264px;
  width: 100%;
  float: left;
  margin-right: 50px;
}
.applicazioni .applicazione h1 {
  color: #ff671b;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 23px;
  margin: 0 0 30px;
}
.links {
  padding: 135px 0;
}

.links a {
  display: block;
  text-decoration: none;
  /*float: left;
  width: 25.333%;
  margin: 0 4%;*/
  background: #1373bb;
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  border-radius: 10px;
  padding: 15px 50px;
  box-sizing: border-box;
  position: relative;
}
.links a:after {
  content: "";
  height: 7px;
  width: 80%;
  left: 10%;
  margin: 0 auto;
  background: #f69a52;
  display: block;
  position: absolute;
  bottom: 0;
}
.links a:hover {
  background: #f69a52;
}
footer {
  background: #1373bb;
  padding: 45px 0 50px;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
}
footer span {
  color: #ff671b;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #ff671b;
}
.cnt-titolo .width1-2 .line{
  position: relative;
  top: auto;
  right: auto;
  margin: 20px 0;
}
.text-orange{
  color: #ff671b;
}
.text-blue{
  color: #0f7dc2;
}
.cnt-titolo.new2{
  margin-bottom: 40px;
}
.cnt-titolo.new2 h1{
  margin-top: 5px;
}
.relative{
  position: relative;
}
strong, h1, h2, h3, h4, h5, h6{
  font-weight: 600;
}
.font-16{
  font-size: 16px;
}
.width1-2{
  float: left;
  width: 50%;
}
.width1-2 img{
  margin: 0 auto;
}
.btn{
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
}

.btn.arancio{
  border: 2px solid #ff671b;
  color: #ff671b;
}

.service-news .btn.blu{
  display: table;
  margin: 80px auto 10px;
}

.btn.blu{
  border: 2px solid #0f7dc2;
  color: #0f7dc2;
  margin-left: 10px;
  padding: 10px 40px;
}

.btn.arancio:hover, .btn.arancio:focus{
  background: #ff671b;
  color: #fff;
}

.btn.blu:hover, .btn.blu:focus{
  background: #0f7dc2;
  color: #fff;
}

.btn.blu.right{
  width: auto;
  float: right;
  margin-bottom: 0;
}

.cnt-titolo.new2 .ico{
  background: url("../Img/ico2.png") no-repeat;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  vertical-align: -3px;
  display: inline-block;
}
.cnt-titolo.new2 img{
  display: inline-block;
  vertical-align: middle;
}
.cnt-titolo.new2 h1{
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}
.cnt-titolo.new2 h2{
  margin: 15px 0 0 0;
}
.cnt-titolo.new2 h2 strong{
  color: #0f7dc2;
  font-size: 21px;
  font-weight: 400;
}

.font-16{
  font-size: 16px;
}

a.btn-link{
  color: #0f7dc2;
  text-transform: uppercase;
  width: 43%;
  background: #ececec;
  padding: 30px 3%;
  font-weight: 600;
  line-height: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}

a.btn-link:hover{
  background: #888888;
  color: #fff;
}

a.btn-link span{
  background: rgba(0, 0, 0, 0) url("../Img/innovative-solution.png") no-repeat scroll 0 0;
    height: 220px;
    position: absolute;
    width: 517px;
    top: -85px;
    right: 30px;
}
a.btn-link i{
  background: url("../Img/freccia-link.png") no-repeat;
  height: 20px;
  width: 31px;
  display: inline-block;
  position: absolute;
  right: 4%;
  top: 50%;
  margin-top: -10px;
}
a.btn-link:hover i{
  background: url("../Img/freccia-linkH.png") no-repeat;
}

.btn-right{
  float: right;
}
@media (max-width: 1806px) {
  .modulo .bg {
    width: auto;
      height: 100%;
  }
}
@media (max-width: 1300px) {
	.modulo .dx form{
		padding: 30px 25px 30px;
	}
  /*.modulo .mini {
    margin-left: -480px;
  }*/
  .content,
  .mini {
    width: 960px;
  }
  .modulo h1 {
    line-height: 50px;
  }
  .modulo .dx form {
    width: 100%;
  }
  .applicazioni .applicazione .text {
    width: 67%;
  }
  /*.links a {
    width: 27.333%;
    margin: 0 3%;
  }*/
  .modulo .dx{
  	width: 40%;
  }
  .modulo h3{
  	font-size: 19px;
	line-height: 30px;
  }
}
@media (max-width: 980px) {
  .col-2{
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .w-50{
    width: 100%;
  }
  .flex{
    display: block;
  }
    a.btn-grazie {
        margin: 20px 0 300px;
    }
  /*.modulo .mini {
    margin-left: -384px;
  }*/
  .content,
  .mini {
    width: 768px;
  }
  .modulo .dx {
    width: 40%;
  }
  .modulo .dx form {
    padding: 25px;
  }
  .applicazioni .applicazione .text {
    width: 59%;
  }
  /*
  .links a {
    width: 29.333%;
    margin: 0 1%;
  }*/
  #info {
    top: 0px;
  }
  header #logo {
    top: 90px;
  }
}

@media (max-width: 959px) {
  .width1-2 {
    float: none;
    width: 100%;
  }
  a.btn-link.left, a.btn-link.right {
    float: none;
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .btn-right{
    float: none;
  }
  .btn.blu.right {
    margin-top: 30px !important;
    float: none;
  }
}
@media (max-width: 778px) {
  .flex{
    display: block;
  }
  .mobile{
    display: block;
  }
  .desktop{
    display: none;
  }
    a.btn-grazie {
        margin: 20px 0 200px;
    }
  .content {
    width: 90%;
  }
  .mini {
    width: 100%;
  }
  #info {
    display: none;
  }
  header {
    height: 100px;
  }
  header #logo {
    top: 20px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
  }
  header #logo img {
    width: 100%;
  }
  .modulo .sx,
  .modulo .dx {
    float: none;
    width: 100%;
  }
  .modulo .dx {
    margin-top: 50px;
  }
  .modulo {
    background: #1373bb;
    height: auto;
    overflow: visible;
  }
  .modulo .bg {
    display: none;
  }
  .modulo {
    padding: 160px 0 60px;
  }
  .modulo .mini {
    position: relative;
    margin-left: 0%;
    left: auto;
  }
  .modulo h1 {
    margin: 0px 0 20px 0;
    font-size: 30px;
  }
  .modulo h2 {
    line-height: 30px;
    font-size: 20px;
  }
  .modulo h3 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
  }
  .left,
  .right {
    margin-top: 50px;
    float: none;
    width: 100%;
  }
  .modulo h2:after {
    width: 200px;
  }
  .applicazioni .applicazione img,
  .applicazioni .applicazione .text {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .applicazioni .applicazione h1 {
    margin-top: 20px;
  }
  .links {
    padding: 40px 0;
  }
  .links a {
    /*width: 100%;
    margin: 0 0%;*/
    float: none;
    margin: 20px 0;
  }
}
