/**/

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300italic,400italic,700,700italic,900,900italic);

body, input, button, select, textarea, p, footer, .menu-item a, .menu-entry a{
	font-family: 'Lato', sans-serif!important;
}
b, .block.type-10 .content .price, .block.type-10 .content .title,.button, .woocommerce a.button, .woocommerce button.button, .woocommerce #review_form #respond .form-submit input, .woocommerce
.cart .button, .woocommerce .cart input.button, button.button, input.button, .woocommerce button.button, .woocommerce input.button, #bridge input[type='submit'], a.btn.btn-primary, .typography-block h2,
.block.type-1 .icon-entry .title, .block.type-3 .icon-entry .title, .feature.icon-entry .title, .typography-block h1, .price-entry .top .title, .price-entry .bottom .price, .block.type-14 .entry .title,
.footer-entry .title, .footer-entry .widgettitle, .footer-line-entry .content, .footer-line-entry .content a, .banner-tabs .title,
h1, h2, h3, h4, h5, h6{
	font-family: 'Lato', sans-serif!important;
	font-weight:bold;
}
h1{
  font-size: 40px;
    line-height: 48px;
    color: #232C3B;
    
}
h2{
  font-size: 40px;
    line-height: 48px;
    color: #232C3B;
    
}
p {
    font-size: 20px;
    line-height: 30px;
}
a {
    color: #0067b2;
}

.loader-content .circle1 {
    background-color: transparent;
    background-image: url(../img/immerenergy-load-blu.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
}
.loader-content .circle2 {
    background-color: transparent;
    /* background-image: url(img/icona-loader2.png); */
    background-image: url(../img/immerenergy-load-grigio.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
}
.box-wid {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.hero-container{
  position:relative;
  /*padding-top: 140px;*/
}
.home .hero-baloon{
   background: #fff;
    border-radius: 20px;
    padding: 40px;
    position: absolute;
    bottom: 80px;
    display: inline-block;
    min-width: 565px;
}

/* posizione hero baloon */
.hero-baloon{
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    position: absolute;
    bottom:80px;
    display: inline-block;
    min-width: 565px;
    
}

.hero-baloon.sinistra{
  left: 110px;
}
.hero-baloon.destra{
  right:88px;
}

@media screen and (max-width:1100px) and (min-width:992px){
  .hero-baloon{
      bottom: 30px!important;
    min-width: 410px!important;}
    .hero-baloon.sinistra{
      left:50px;
    }
    .hero-baloon.destra{
      right:50px;
    }
}
@media screen and (max-width:769px){
  .hero-baloon{
    
    top: auto;
    bottom: 0;
    transform: translateY(0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    }
    .hero-baloon.sinistra{
      right: 130px;
      left: 0px;
      border-top-left-radius: 0;
      box-shadow: -6px -4px 24px 0px rgba(0,0,0,0.1)
    }
    .hero-baloon.destra{
      right: 0px;
      left: 130px;
      border-top-right-radius: 0;
      box-shadow: -6px -4px 24px 0px rgba(0,0,0,0.1)
    }
}

@media screen and (max-width:500px){
  .hero-baloon{
    position: static;
    display: block;
    width: 90%;
    margin-top: -100px;
    min-width: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   
    }
    
    .hero-baloon.sinistra{
       margin-left: 0;
    margin-right: auto;
    }
    
    .hero-baloon.destra{
       margin-left: auto;
    margin-right: 0;
    }
}

@media screen and (max-width:1400px) and (min-width:601px){
  .hero-baloon{padding:30px;}
}




@media screen and (max-width: 1800px){}
  .home .hero-baloon{
      bottom: 80px;
  }
}
@media screen and (min-width: 992px){
  .home .hero-baloon {
      right: 40px;
      min-width: 0!important;
      top: auto;
      bottom: 30px;
  }
  .home .hero-baloon br {display:none}
}

@media screen and (min-width: 1200px){
  .home .hero-baloon {
      right: 40px;
      min-width: 0!important;
      top: 30%;
      bottom: auto!important;
  }
}
@media screen and (min-width: 1800px){
  .home .hero-baloon {
      min-width: 0!important;
      top: 30%;
      bottom: auto!important;
      right: 260px;
  }
}

.hero-title-1{
    font-size: 40px;
    line-height: 48px;
    color: #232C3B;
    font-weight: bold;
    margin-bottom:0;
}

.hero-title-2{
    font-size: 40px;
    line-height: 48px;
    color: #0067b2;
    font-weight: bold;
}

@media screen and (max-width: 1400px) and (min-width: 993px){
  .hero-title-1, .hero-title-2{
    font-size:32px;
    line-height:40px;
  }
}


.hero-img-desktop{
  width:100%; 
  height: auto;
  display:block;
}
.hero-img-mobile{
  display:none!important;
}
@media screen and (max-width:992px){
  .hero-img-desktop{
    display:none!important;
  }
  .hero-img-mobile{
    display:block!important;
    width:100%; 
    height: auto;
  }
}

@media screen and (max-width: 769px){
  .home .hero-baloon{
      right: 0px;
      left: 130px;
      border-top-right-radius: 0;
  }
}
@media screen and (max-width: 992px) and (min-width: 601px){
  .home .hero-baloon {
      padding: 30px!important;
  }
}

@media screen and (max-width: 769px){
  .home .hero-baloon {
      top: auto;
      bottom: 0;
      transform: translateY(0);
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
  }
  .hero-title-1{
    font-size: 30px;
    line-height: 36px;
  }
  .hero-title-2{
    font-size: 30px;
    line-height: 36px;
  }
}

@media screen and (max-width:500px){
  .home .hero-baloon{
    position: static;
    display: block;
    width: 90%;
    margin-top: -100px;
    min-width: 0;
    margin-left: auto;
    margin-right: 0;
  }
}




@media screen and (max-width:576px){
  .container {
    max-width: 100%;
  }
}

@media (min-width: 576px){
  .container {
    max-width: 540px;
  }
}
@media (min-width: 992px){
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px){
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px){
  .container {
      max-width: 1140px;
  }
}
.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1170px;
    max-width: 100%;
}

.offerta{
  background: #fff;
  padding: 20px;
  text-align: center;
  margin: 0 10px;
  border-radius: 20px;
}
.offerta_img_container {
    text-align: center;
    margin-top: -70px;
}
.offerta_img_container img {
    display: inline-block;
    width: 145px;
    height: 145px;
    margin-top: -17px;
}

.icona-testo-pulstante-titolo{
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  font-size:16px;
  line-height: 1.42857143;
  text-transform: uppercase;
}

.icona-testo-pulsante-testo{
  margin-bottom: 40px;
  font-size:16px;
  line-height: 1.42857143;
}


.btn-offerta{
  width: 200px;
  padding-top: 13px!important;
  height: 45px;
  }

.btn-immergas{
     text-decoration:none!important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    background: #0067b2;
    color: #fff!important;
    
    display: inline-block;
    padding: 10px 20px;
   
    border: 1px solid #0067b2;
}

.btn-immergas:hover {
    background: #fff;
    color: #0067b2!important;
}

.prima_riga_icone, .seconda_riga_icone {
    padding-left: 110px;
    padding-right: 110px;
    padding-top:80px;
    padding-bottom:80px;
}

.prima_riga_icone .vc_column-inner , .seconda_riga_icone .vc_column-inner  {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
@media (max-width: 992px){
  .prima_riga_icone, .seconda_riga_icone {
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom:0;
  }
}

@media (max-width: 992px){
  .offerta {
    margin-bottom: 70px;
  }
  .last-offerta .offerta{
    margin-bottom:0;
  }
}



.home-video-container {
    position: relative;
    z-index: 10;
    margin-top: 30px;
}
.home-video-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background-size: cover;
    background-position: center center;
}

.wpb_wrapper h2.titolo_video {
    color: #fff;
    text-align: center;
    padding: 20px 20px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    letter-spacing: 1px;
    font-size: 40px!important;
    font-weight: bold;
    line-height: 48px!important;
    text-transform: uppercase;
}

.home-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    width: 120px;
}
@media screen and (max-width: 992px){
  .wpb_wrapper h2.titolo_video {
    left: 0;
    margin-left: 0;
    padding: 10px 20px;
    top: 5px;
    font-size: 30px!important;
  } 
  .home-video-play {
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
  }
  .home-video-container {
      /*margin-left: -15px;
      margin-right: -15px;*/
  }
}


.consfondo {
    margin-right: 15px;
    margin-left: 15px;
}
.divider {
    padding-top: 80px;
}
.divider.more {
    padding-top: 180px;
}

.block-button-container {
    position: relative;
    padding-bottom: 60px;
}

.button-left a {
    box-shadow: 0 0 0 transparent;
    font-size: 20px;
    text-transform: none;
    background-color: #007FFF;
    border-radius: 10px;
    padding: 18px 70px;
    line-height: 20px;
    text-align: center;
    margin-right: -10px;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    border: 1px solid transparent;
    width: 410px;
}
.button-right a {
    width: 410px;
    box-shadow: 0 0 0 transparent;
    font-size: 20px;
    text-transform: none;
    background-color: #007FFF;
    border: none;
    border-radius: 10px;
    padding: 18px 70px;
    line-height: 20px;
    text-align: center;
    margin-right: 20px;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    border: 1px solid transparent;
}

 .standard-button a:hover, .info-box-white .info-box-text a:hover, .info-box-grey .info-box-text a:hover {
    border: 1px solid #0067b2!important;
    color: #0067b2!important;
    background: #fff!important;
    box-shadow: 0px 0px 0px transparent, inset 0 0px transparent!important;
}

.button:hover, .button-right a:hover {
    border: 1px solid #0067b2!important;
    background: #0067b2!important;
    box-shadow:none;
}

@media screen and (max-width: 500px){
  .button-right a, .button-left a {
    padding-left: 0!important;
    padding-right: 0!important;
    width: 300px;
}
}


.sticky-logo .logo_img {
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-left: 30px;
}


.slide-img{
  width:100%;
  height:auto;
  display:none;
}
.slide-container{
  position:relative;
}
.slide-baloon {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    position: absolute;
    bottom: 80px;
    display: inline-block;
    min-width: 565px;
}

.slide-baloon.slide-destra{
  right: 88px;
}
.slide-baloon.slide-sinistra{
  left: 110px;
}
.slide-logo{
  margin-bottom:24px;
}
@media screen and (max-width: 1400px) and (min-width: 993px){
  .slide-baloon {
      padding: 30px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 992px){
  .slide-baloon.slide-destra {
      right: 50px;
  }
  .slide-baloon.slide-sinistra{
    left: 50px;
  }
  .slide-baloon{bottom:20px;}
  .slide-logo{margin-bottom:0;}
}

@media screen and (max-width: 769px){
  .slide-baloon{
    top: auto;
    bottom: 0;
    transform: translateY(0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .slide-baloon.slide-destra {
      right: 0px;
      left: 130px;
      border-top-right-radius: 0;
  }
  .slide-baloon.slide-sinistra{
    left: 0px;
    right: 130px;
    border-top-left-radius: 0;
  }
}

@media screen and (max-width:500px){
  .slide-baloon{
    position: static;
    display: block;
    width: 90%;
    margin-top: -100px;
    min-width: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

  }
  .slide-baloon.slide-destra {
      margin-right: 0px;
      margin-left: auto;
      border-top-right-radius: 0;
  }
  .slide-baloon.slide-sinistra{
    margin-right: auto;
      margin-left: 0px;
    border-top-left-radius: 0;
  }
}

.slide-title-1{
  font-size: 40px;
    line-height: 48px;
    color: #232C3B;
    font-weight: bold;
}
.slide-text{
  
    font-size: 24px;
    line-height: 32px;
    color: #6a7483;
    margin-top: 24px;

}

.btn-slide{
  background: #0067b2;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    margin: 15px 5px 15px 0;
    width: auto;
    text-align: center;
    padding: 10px 70px!important;
    border: 1px solid #0067b2;
    font-size: 20px;
    line-height:28px;
}
@media screen and (max-width: 1400px) and (min-width: 993px){
  .slide-title-1, .slide-title-2{
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width:769px){
  .slide-title-1{

    font-size: 30px;
    line-height: 36px;

  }
}


@media screen and (min-width:1401px){
  .slide-img.slide-img-desktop{display:block;}
}
@media screen and (max-width:1400px) and (min-width:993px){
  .slide-img.slide-img-tableto{display:block;}
}
@media screen and (max-width:992px) and (min-width:601px){
  .slide-img.slide-img-tabletv{display:block;}
}
@media screen and (max-width:600px){
  .slide-img.slide-img-mobile{display:block;}
}

@media screen and (max-width:992px){
  .container-fluid .move-top-mobile{
    margin-top:-30px!important;
  }
  .move-top-mobile.consfondo{
    margin-top:0!important;
  }
  .full-width-img .wpb_content_element{
    padding-left: 0px;
    padding-right: 0px;
  }
  
}





footer {
    margin-top:30px;
    font-size: 14px;
    line-height: 22px;
    padding-top: 40px;
    color: #c6cad2;
    background: #232c3b;
    margin-left: 15px;
    margin-right: 15px;
}


@media (max-width: 992px){
  .vc_column_container>.vc_column-inner {
      padding-left: 0!important;
      padding-right: 0!important;
  }

}

.up {
    position: fixed;
    bottom: 10px;
    z-index: 9999;
    opacity: 0;
    right:0;
}

.up.mostrata {
    opacity: 1;
}

footer .social-icon:before {
    background: rgba(0,0,0,0.2)!important;
}

@media screen and (max-width: 992px){
  .menu-secondario-container {
    display: none;
  }
}

#navbar {
    padding-bottom: 0!important;
}



.full-width-img .vc_single_image-img {
    width: 100%;
}

.infobox{position:relative;}
.infobox.al-sinistra{text-align:right;}
.infobox.al-destra{text-align:left;}

.infobox-img{display:none;}


@media screen and (min-width:1401px){
  .infobox-img.infobox-img-desktop{display:inline-block;}
}
@media screen and (max-width:1400px) and (min-width:993px){
  .infobox-img.infobox-img-tableto{display:inline-block;}
}
@media screen and (max-width:992px) and (min-width:601px){
  .infobox-img.infobox-img-tabletv{display:inline-block;}
}
@media screen and (max-width:600px){
  .infobox-img.infobox-img-mobile{display:inline-block;}
}

.infobox-baloon{
    width: 665px;
    padding: 30px;
    background: #EEE;
    border-radius: 20px;
    position: absolute;
    bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom:35px;
    text-align:left;
    }

.infobox-baloon.arancio{
  background:#0067b2
}
    
.infobox-baloon.infobox-destra{
  right: 180px
  }

.infobox-baloon.infobox-sinistra{
  left:180px;
  }

@media screen and (max-width: 1600px){
  .infobox-baloon.infobox-destra{
  right: 100px
  }
  .infobox-baloon.infobox-sinistra{
  left:100px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 992px){
  .infobox-baloon.infobox-destra{
  right: 50px
  }
  .infobox-baloon.infobox-sinistra{
  left: 50px
  }
  
  .infobox-baloon{
    padding:30px;
    width: 410px;
    bottom: 30px;
  }
}

@media screen and (max-width:992px){
  .infobox-baloon.infobox-destra{
    position: relative;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: -15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: -100px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .infobox-baloon.infobox-sinistra{
    position: relative;
    width: calc(100% - 30px);
    margin-left: -15px;
    margin-right: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: -100px;
    top: auto;
    bottom: auto;
    left: auto!important;
    right: auto!important;
  }
}


.infobox-title-1{
  font-size:40px; 
  line-height:48px;
  color:#0067b2;
  font-weight:bold;
  margin-bottom:15px;
  }

.arancio .infobox-title-1{
  color:#fff;
}
  
.infobox-text{
  font-size: 24px;
  line-height: 36px;
  color: #6A7483;
  margin-bottom:15px;
}
.infobox-text p {
  font-size: 24px;
  line-height: 36px;
  color: #6A7483;
}
@media screen and (max-width: 1100px) and (min-width: 992px){
  
  .infobox-text{
    font-size: 20px;
    line-height: 30px;
  }
}

.arancio .infobox-text{
  color:#fff;
}


.btn-infobox{
  display: inline-block;
  border: 1px solid transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 10px;
  text-transform: none;
  font-size: 20px;
  line-height: 22px;
  width: auto!important;
  padding: 15px 30px;
}

.arancio .btn-infobox{
  border: 1px solid #fff;
}

.grigio .btn-infobox:hover{
  border: 1px solid #0067b2;
}

@media screen and (max-width: 992px){
  .mobile-grigio {
      background: #f5f5f5;
  }
  .eq-height.no-padding .vc_single_image-img {
    width: 100px;
    height: 100px;
  }
  .wpb_single_image.wpb_content_element {
    text-align: center!important;
  }
  .center_mobile p {
    padding: 0 50px;
    text-align: left!important;
  }
  .center_mobile h3 {
    padding: 0 50px;
    text-align: left!important;
  }
}

@media screen and (max-width:500px){
  .center_mobile p {
        text-align: center!important;
    padding: 0 20px;
  }
  .center_mobile h3 {
        text-align: center!important;
    padding: 0 20px;
  }
}


@media (max-width: 992px){
  .divider {
    padding-top: 0px;
  }
}

@media (min-width: 992px){
  .ext-lar .container {
    width: auto;
    margin-left: 110px;
    margin-right: 110px;
  }
}

.no-padding .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}


@media screen and (max-width: 992px){
  .vc_col-sm-6 {
    width: 100%!important;
}
.prima_riga_icone .vc_col-sm-4 {
    width: 100%!important;
}
  
  .button-right a, .button-left a {
    margin-left: auto!important;
    margin-right: auto!important;
    display: block!important;
}
  .consfondo.sfondotop {
    background-position: top center!important;
  }
  
  
}

@media screen and (max-width:1880px){
  footer{
    margin-left:0;
    margin-right:0;
  }
  
}

body {overflow-x:hidden;}

@media (min-width: 1100px){
  .no-padding .wpb_text_column {
    padding-right: 150px!important;
  }
}


@media (min-width: 1400px){
  .no-padding .wpb_text_column {
    padding-right: 275px!important;
  }
}


.video-mini-title{
  font-size: 20px;
  line-height: 20px;
  color: #232c3b;
  font-weight:700;
}

.standard-button a {

    background-color: #0067b2!important;
    bottom: 60px;
    position: relative;
    border: 0;
    box-shadow: none;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    border-radius: 10px;
    padding: 30px 70px;
    border: 1px solid transparent;
}


.hero-logo{
  margin-bottom:24px;
}

.block.type-1 .icon-entry:nth-child(3n+1) {
    clear: both;
}

.linea_4 .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
}

.linea_4 .icon-entry img {
    width: 120px!important;
    height: 120px!important;
}

.linea_4 .text, .linea_4 .title {
    font-size: 20px!important;
    line-height: 30px!important;
    margin-left: 60px;
}


@media screen and (min-width: 993px){
  .senza_slider{padding-top:150px;}
  .senza_slider #navbar{display:none;}
  #sticky-bar.special_page{z-index:9;}
}

select, input[type="text"] {
    background: none!important;
    font-size: 14px;
    line-height: 50px;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    resize: vertical;
    color: #6a7483;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    margin-bottom: 20px;
}

.aicod_button {
    background: #0067b2;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    margin: 15px 5px 15px 0;
    width: auto;
    text-align: center;
    padding: 10px 70px!important;
    border: 1px solid #0067b2;
    font-size: 20px;
}




.title.text-center{
  font-size:48px;
  width: 100%;
  line-height:56px;
  color: #232C3B;
}
.cerca_cat_container{
  margin-top:48px;
}

.cerca_cat_container select{
  font-size: 16px;
    line-height: 1.42857143;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    resize: vertical;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    margin-bottom: 20px;
}

.cat_result h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #232C3B;
    font-family: 'Lato', sans-serif!important;
    font-weight: bold;
}

.button-telefono{
  
    text-transform: none;
    vertical-align: top;
    margin-top:20px;
}

.cat_result {
    background: #f9f9f9;
    -webkit-box-shadow: 1px 1px rgba(0,0,0,.05);
    box-shadow: 1px 1px rgba(0,0,0,.05);
    padding: 25px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
}

.cat_desc, .tel{
  font-size: 20px;
  line-height: 1.2;
}

.tel a:hover{
  color: #232C3B
}

@media screen and (max-width: 992px){
  .linea_4 .icon-entry img {
    width: 100px!important;
    height: 100px!important;
}
}
@media screen and (max-width: 768px){
  .linea_4 .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
}

.hero-pulsanti-flag{display:none;}
@media screen and (max-width:992px){
  .hero-pulsanti {display: none}
  .hero-pulsanti-flag {
    display: block;
    position:absolute;
    top:50%;
    
    transform: translateY(-50%);
    }
    
  .hero-pulsanti-flag a{margin: 0; display:block; padding: 10px;}
  .hero-pulsanti-flag a.btn-green{margin-top: 30px;}
  
  .hero-pulsanti-flag.sinistra {left:0; }
  .hero-pulsanti-flag.sinistra a{ border-top-left-radius:0;border-bottom-left-radius:0;}
  .hero-pulsanti-flag.destra {right:0;}
  .hero-pulsanti-flag.destra a{border-bottom-right-radius:0; border-top-right-radius:0;}
  .hero-pulsanti-flag a img {width: 75px;}
  
  
}

@media screen and (max-width:600px){
  .hero-pulsanti-flag{
    top:20%
  }
  .hero-pulsanti-flag a img {width: 40px;}
}

@media screen and (max-width:992px){
  #sticky-bar.fixed{display:none;}
}

.btn-alone-container.centra {text-align:center;}

.btn-alone-container.spostato {
       transform: translateY(-100%);
    position: relative;
    z-index: 10;
}

@media screen and (max-width:992px){
  .btn-alone-container.spostato{
    transform: translateY(-70%);
  }
}

.special-svg:hover svg{
  fill: #0067b2;
  
}

.special-svg.btn-green:hover svg{
  fill: #2AB128;
  
}

.special-svg:hover svg path{
  fill: #0067b2;
  
}
.special-svg.btn-green:hover svg path{
  fill: #2AB128;
  
}


.icona120 img{
  width:120px;
}

@media (max-width: 992px){
.standard-button a {
    border: 1px solid transparent!important;
    box-shadow: none;
    background-color: #0067b2!important;
    bottom: 60px;
    position: relative;
    border: 0;
    box-shadow: none;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    border-radius: 10px;
    padding: 15px 30px;
}
}
@media screen and (max-width: 500px){
  .standard-button a {
    margin-top: -20px; 
    position: static;
    /*transform: translateY(-5px);*/
        line-height: 24px;
    max-width: 300px;
}
}

.btn-slide-standard{
  margin: 15px 5px 15px 0;
    width: auto;
    text-align: center;
   /* padding: 10px 70px!important;*/
    border: 1px solid #0067b2;
    font-size: 20px;
    border-radius: 10px;
    text-transform: none;
    font-size: 20px;
    line-height: 22px;
    width: auto!important;
    padding: 15px 30px;
    display:inline-block;
}

.infobox-baloon.arancio a{
  color: #fff;
  text-decoration:underline;
}

@media screen and (max-width: 992px){
  
  .wpcf7{padding-left:20px; padding-right:20px;}
  
  .btn-slide-standard {
        border-radius: 10px;
    padding: 18px 40px!important;
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
}
footer{margin-top: 0px;}

#navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transform:none;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
#sticky-bar.fixed{display:none!important;}

.block-button-container {
    padding-bottom: 20px!important;
}

.infobox-title-1{font-size:30px; line-height:36px;}
.infobox-text{font-size:20px; line-height:32px;}

.video-mini-title{padding:20px;}

.pulsante_innovazione{margin-top:-70px;}



}



.blog-container {
    padding-top: 35px;
}
.anteprima_articolo{width:50%; float: left; padding: 50px; position:relative;}
.fine_grid{clear: both;}
.anteprima-link-articoli{}
.titolo-anteprima-blog{
  font-size:30px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
  margin-bottom:0;
}

.titolo-anteprima-blog-contenitore{
  background:#0067b2;
  border-top-left-radius: 20px;
  position: absolute;
  right:50px;
  bottom:52px;
  padding:30px 40px;
  width:75%;
  

}
.anteprima_articolo_img{width:100%;}

@media screen and (max-width:992px){
  .titolo-anteprima-blog-contenitore{
  background:rgba(227,65,39,0.8);}
  .anteprima_articolo{float:none; width:100%; padding: 0 0 30px 0;}
  .blog-grid{padding: 0 0 50px 0;}
  .titolo-anteprima-blog-contenitore{right:0; bottom:32px; width: 90%; padding:20px;}
  .titolo-anteprima-blog{font-size:24px; line-height: 1.2;}
  .anteprima-link-articoli:nth-child(2n) .titolo-anteprima-blog-contenitore{right:auto; bottom:32px; left: 0; border-top-left-radius: 0px; border-top-right-radius: 20px; }
  .blog-container {
    padding-top:0;
  }
}

.blog .main-menu-select::after {
   top: 18px;
    background-image: url(../img/orangeRectangle.svg);
    content: "";
    background-repeat: no-repeat;
}
.single-post .main-menu-select::after {
   top: 18px;
    background-image: url(../img/orangeRectangle.svg);
    content: "";
    background-repeat: no-repeat;
}

.single_blog{margin-top:100px; margin-bottom:100px;}

.exp_blog{
  font-size: 25px;
    line-height: 1.2;
        color: #6a7483;
    text-align:left;
    margin-bottom:30px;
}

.title_blog{text-align:left; margin-bottom:30px; font-size: 40px;
    line-height: 48px;
    color: #232C3B; font-weight:bold;}
    
.testo_articolo h2{
  font-size:32px;
  line-height:1.2;
  color: #0067b2;
}
.testo_articolo{margin-top:50px;}

@media screen and (max-width:992px){
  .title_blog{font-size:30px; line-height:36px;}
  .exp_blog {
    font-size: 22px;
  line-height: 30px;
  margin-bottom:20px;}
  
  .testo_articolo h2 {
    font-size:30px;
    line-height:36px;
  }
  .single_blog{
    margin-top:30px;
  }
  .title_blog{
    margin-bottom:20px;
  }
  .testo_articolo{
    margin-top:0;
  }
  
  
}

.testata_news{
  width:100%;
  height:auto;
  display:block;
}

.anteprima_data{
  color:#fff;
  font-size: 18px;
    line-height: 30px;
    margin-bottom:10px;
}

.anteprima-intro *{
  color: #fff;
  font-size:20px;
  line-height:30px;
 
}
.anteprima-intro{margin-top: 10px;}
.btn-immergas.btn-share{background: #fff; color: #e34127!important; border:1px solid #e34127}
.btn-immergas.btn-share2{background: #fff; color: #e34127!important; border:1px solid #e34127}


#social-list-share{overflow:hidden; width:0; transition: all 1s; display:inline-block; vertical-align:top;}
#social-list-share2{overflow:hidden; width:0; transition: all 1s; display:inline-block; vertical-align:top;}

.share-area{margin-bottom:60px;}
.share-area2{margin-bottom:30px; margin-top:60px;}
#share-container{width:300px; display: inline-block;padding-left: 20px;}
#share-container2{width:300px; display: inline-block;padding-left: 20px;}

#social-list-share a {font-size: 30px;
    padding: 0px 5px;
    color: #232C3B!important;
    line-height: 36px;}

#social-list-share2 a {font-size: 30px;
    padding: 0px 5px;
    color: #232C3B!important;
    line-height: 36px;}

.data-notizia-singola{font-size:20px; line-height:30px; margin-bottom:20px;     color: #6a7483;}

@media screen and (max-width:992px){
  #social-list-share{overflow:hidden; width:0;     }
  #social-list-share2{overflow:hidden; width:0;     }
  #social-list-share.aperto{width:150px;}
  #social-list-share2.aperto{width:150px;}
  #share-container{width:150px!important; display: block;}
  #share-container2{width:150px!important; display: block;}
  .share-area { margin-bottom: 30px;}
  .seguici_container { margin-top: 30px;}
  .single_blog{margin-bottom:60px;}
}
@media screen and (min-width:992px){
  .btn-immergas.btn-share:hover{background: #e34127; color: #fff!important; border:1px solid #e34127}
  .btn-immergas.btn-share2:hover{background: #e34127; color: #fff!important; border:1px solid #e34127}
  .share-area:hover #social-list-share{width:300px; }
  .share-area:hover #social-list-share2{width:300px; }
  .share-area2:hover #social-list-share{width:300px; }
  .share-area2:hover #social-list-share2{width:300px; }
  #social-list-share a:hover{color: #e34127!important; }
  #social-list-share2 a:hover{color: #e34127!important; }
  .data-notizia-singola{float: left;
    line-height: 2;
    border-right: 1px solid;
    padding-right: 20px;
    margin-right: 20px;}
}

.seguici_su_icon{font-size: 24px;
    line-height: 1.2;
    
    padding-left: 0;
    padding-right: 15px;
    color: #6a7483;}
.seguici_su_icon:hover{color: #e34127}
.seguici_su{font-size:20px; line-height:30px; padding-right:20px;}
.seguici_container{margin-top:30px;}

@media screen and (max-width:992px){
  .anteprima-intro{display:none;}
}

@media screen and (max-width:992px){
  .blog .hero-baloon {padding: 20px 30px; position:absolute; margin-top: 0; bottom:-1px;}
  .blog  .hero-container {margin-bottom:30px;}
  
}

@media (max-width: 1300px) and (min-width: 992px){
  .prima_riga_icone .offerta_img_container img {
    width: 80px;
    height: 80px;
  }
  .seconda_riga_icone .offerta_img_container img {
    width: 80px;
    height: 80px;
}
}

.hero-baloon-blog{
  max-width:650px;
}

@media screen and (min-width:992px){
  .anteprima-link-articoli:hover .titolo-anteprima-blog{text-decoration:underline;}
}

.fixed .box-ris{
  padding-left: 30px;
    padding-right: 30px;
}
.fixed.special_page .box-ris{
  padding-left: 30px;
    padding-right: 30px;
}

/*
.fixed.special_page .box-ris {
    padding-left: 15px;
    padding-right: 15px;
}
*/

.aicod_button:hover{
  border: 1px solid #0067b2;
  background: #fff;
  color:#0067b2!important;
}


.blog-grid{
  width: 1400px;
    margin-left: auto;
    margin-right: auto;
    max-width:100%
}

@media screen and (max-width:1300px) and (min-width:992px){
  .anteprima_articolo{padding:20px;}
  .titolo-anteprima-blog-contenitore{right: 20px;
    bottom: 22px;
    padding: 20px 20px;width: 80%;}
}


.standar_logo .main-logo{margin-top: -8px;}

@media screen and (min-width:992px){
  
  .menu-primario-item:nth-child(1){width:15%}
  .menu-primario-item:nth-child(2){width:15%}
  .menu-primario-item:nth-child(3){width:13%}
  .menu-primario-item:nth-child(4){width:13%}
  .menu-primario-item:nth-child(5){width:22%}
  .menu-primario-item:nth-child(6){width:13%}
  .menu-primario-item:nth-child(7){width:8%}
  
  
  .desktop-landing .menu-primario-item{
    width:auto;
  }
}


.input_cat{margin-right:30px;}
.cat_result_smarteck{ padding:20px 0;}
.smartech-special-form .cerca_cat_results{margin-top:30px; margin-bottom:30px;}
.smartech-special-form p{margin-top:30px;}
.smartech-special-form p.privacy_warning{margin-top:0px;}
.seleziona_centro_assistenza_vicino{margin-bottom:30px;}


.wpcf7 {padding-left:15px; padding-right: 15px;}

.testo_articolo a {text-decoration:underline;}
.testo_articolo a:hover {text-decoration:none; color: #ef4023;}



.btn-hero {
    display: inline-block;
    border: 1px solid transparent;
    box-shadow: 0 0 0 transparent;
    border-radius: 10px;
    text-transform: none;
    font-size: 20px;
    line-height: 22px;
    width: auto!important;
    padding: 15px 30px;
    
}

.btn-hero:hover{
  border: 1px solid #0067b2
}


.hero-button-container{
  padding-top:15px;
}

.btn-immerenergy{
  position:relative;
  height: 80px;
  padding-left: 100px;
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  border-top-right-radius:15px;
  border-bottom-right-radius:15px;
  padding-right:100px;
  padding-top:30px;
  }
.btn-immerenergy-testo{
  font-size:20px;
}  
.btn-chiaro{
  background: #007FFF;
  border:1px solid #007FFF;
}
.btn-chiaro:hover{
  background: #0067b2;
  border:1px solid #0067b2;
  color:#fff;
}
.btn-chiaro:hover .btn-immerenergy-testo{
  color:#fff;
}
  
.btn-immerenergy-img {
    position: absolute;
        height: 80px;
    top: -1px;
    left: -40px;
    width: 81px;
}


.btn-immerenergy-container {
  padding: 0 20px 0 70px;
}

@media screen and (max-width: 992px){
  .btn-immerenergy-container {text-align:center!important; padding: 0 0 50px 50px;}
}


.slide_pulsante_icona_container .btn-immerenergy{height:64px; padding-top:22px; padding-left:70px; padding-right:70px;}
.slide_pulsante_icona_container .btn-immerenergy .btn-immerenergy-img {
    height: 64px;
    width: 64px;
    left: -32px;
}
.slide_pulsante_icona_container{padding-left:32px; display:inline-block; width:auto; max-width:calc(50% - 30px);}
.slide_pulsante_icona_container.secondo{margin-left:20px;}
.slide-text-pulsanti{margin-bottom:15px;}

@media screen and (max-width:767px){
  .slide_pulsante_icona_container{width:100%; max-width:100%;}
  .slide_pulsante_icona_container.secondo{margin-left:0px; padding-top:15px;}
}

#loader-wrapper{z-index:1031;}

h3{color: #0067b2;}

.btn-slide-2:hover{background: #007FFF;
  border:1px solid #007FFF;}
.btn-slide-2{
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
}
.btn-slide-2:hover span{color:#fff;}

.btn-standard{
  font-size: 24px;
    font-weight: 400;
    text-transform: none;
    border-radius: 10px;
    padding: 30px 70px;
    border: 1px solid transparent;
}

.voci_intestazione_container{
  text-align:center;
}
.voci_intestazione{
  font-weight: bold;
      font-size: 40px;
    line-height: 48px;
    color: #232C3B;
}

.elenco_features{width:50%; margin: 50px auto 0 auto; background:#fff; border: 10px solid rgba(0,103,178,0.2); border-radius:15px; padding: 40px; }

.elenco_features_ul {
    column-count: 2;
    column-gap: 40px;
}
.elenco_features_ul li{padding-top: 20px;font-size: 20px; padding-bottom:20px; display:inline-block;
    line-height: 30px; position:relative; padding-left:25px;}
    
.point{display: inline-block;
    height: 8px;
    width: 8px;
    background: #0067b2;
    border-radius: 50%;
    /* vertical-align: middle; */
    position: absolute;
    left: 0;
    top: 32px;}

.voci_intestazione{
  margin-bottom:40px;
}

@media screen and (max-width: 992px){
  .elenco_features{width: calc(100% - 20px)}
  .elenco_features_ul { columns: 1;}
  .elenco_features_ul li{ display: block;}
}

.button-white a{border: 1px solid #0067b2!important; color: #0067b2!important; background:#fff!important;}
.button-white a:hover{border: 1px solid #0067b2!important; color: #fff!important; background:#0067b2!important;}

.titolo_fascia_blu{text-align: center; background:#0067b2; width:50%; margin: 0 auto; padding: 30px 0;}
.titolo_fascia_blu h2{color:#fff;}

.titolo_fascia_grigia{text-align: center; background:#EDEDED; width:50%; margin: 0 auto; padding: 20px 0; border: 3px solid #e1e3e6; border-top: 0; border-bottom:0;}
.titolo_fascia_grigia_contenuto{font-size:20px; line-height:30px;font-weight: bold;}


/*.titolo_fascia_grigia.bordato{border: 3px solid #e1e3e6; border-top: 0; border-bottom:0;}*/
.lista_container{width:50%; margin: 0 auto; padding: 30px 0; border: 3px solid #dcdee1; border-top: 0; padding: 20px; }
.point-fix{display:inline-block; background: #0067b2; width:8px; height:8px; border-radius:50%; margin-right:10px;    vertical-align: middle;
    line-height: 1;
    margin-top: -3px; }
.elemento_singolo{display:inline-block; text-align:left; width:50%; font-size:18px; line-height:30px;    vertical-align: top;
    padding: 0px 10px;}

.lista_icona_container{
  border: 3px solid #e1e3e6; border-top: 0; border-bottom:0;padding:20px;width:50%; margin: 0 auto; text-align:center;
}

.elemento_singolo_icona{width:134px; margin-right:100px;  }
.elemento_singolo_icona_container{display: inline-block; position:relative;vertical-align: top;}
.elemento_singolo_icona_plus{position: absolute;
    top: 35px;
    right: 41px;}
.elemento_singolo_icona_testo{margin-bottom:20px; font-size:24px; line-height:30px; font-weight:bold;margin-top: 10px;}

.elemento_singolo_icona_container.ultimo .elemento_singolo_icona_plus{display:none}
.elemento_singolo_icona_container:last-child .elemento_singolo_icona_plus{display:none}

.elemento_singolo_icona_container.ultimo .elemento_singolo_icona{margin-right:0;}
.elemento_singolo_icona_container:last-child .elemento_singolo_icona{margin-right:0;}

@media screen and (max-width:992px){
  .menoplus .elemento_singolo_icona_plus{display:none!important;}
}

.elenco_features{min-width:890px}
  .titolo_fascia_blu{min-width:890px}
  .titolo_fascia_grigia{min-width:890px}
  .lista_icona_container{min-width:890px}
  .lista_container{min-width:890px}

@media screen and (max-width:1100px){
  
  .titolo_fascia_blu{width:100%; min-width: 0;}
  .titolo_fascia_grigia{width:100%; min-width: 0;}
  .lista_icona_container{width:100%; min-width: 0;}
  .lista_container{width:100%; min-width: 0;}
}

@media screen and (max-width: 992px){
  .elenco_features{width: calc(100% - 40px); min-width: 0;}
  .elenco_features_ul { columns: 1;}
  .elenco_features_ul li{ display: block;}
  
  .titolo_fascia_blu{width: calc(100% - 40px); min-width: 0;}
  .titolo_fascia_grigia{width: calc(100% - 40px); min-width: 0;}
  .lista_icona_container{width: calc(100% - 40px); min-width: 0;}
  .lista_container{width: calc(100% - 40px); min-width: 0;}
  
  
  .elemento_singolo_icona_container{display:block}
  .elemento_singolo_icona { width: 100%;  margin: 0;  display: block;}
  .elemento_singolo_icona_plus {
    position: static;
    margin-bottom: 20px;
    display: block;
  }
  .elemento_singolo_icona_container.ultimo .elemento_singolo_icona_plus{display:block}
  .lista_icona_container br{display:none}
  .elemento_singolo{width:100%!important; padding: 10px 0;}
  

  
}

.center_mobile h3{font-size:24px;}

.btn-icona:hover{
  border: 1px solid #0067b2;
}

.elemento_singolo_label{
  display: inline-block;
    width: calc(100% - 20px);
    vertical-align: top;
}



.case_study_intro{
  text-align:center;
  background: #0067B2;
  padding: 20px;
}
.case_study_title{
  color:#fff;
  line-height: 40px;
  font-size:32px;
  font-weight: bold;
}
.case_study_img{display:block; width:100%; height: auto;}
.case_study_tabella_container{padding: 0 60px; border: 2px solid #d5d5d5; border-top:0;}
.immerenergy_table_case_study{border-bottom:0; margin-bottom:0;}
.immerenergy_table_case_study td{text-align:center; vertical-align:middle; border-top: 2px solid #d5d5d5; padding:20px 0; line-height:1;}
.immerenergy_table_case_study tr:nth-child(1) td{border-top:0;}
.immerenergy_table_case_study tr td:nth-child(1){border-right: 2px solid #d5d5d5;}
.subtab{border-right: 2px solid #d5d5d5;}
.immerenergy_table_case_study span{font-weight:bold; text-align:left;    width: 100%;
    display: inline-block;}
.case_study{margin-bottom:70px}
.case_study:nth-child(1){margin-top:70px}


.only_mobile{display:none}

@media screen and (max-width:992px){
  .only_desktop{display:none;}
  .only_mobile{display:flex;}
 /* .case_study_tabella_container{max-width:100%; overflow-x:scroll; padding: 0 30px;}*/
 .case_study_tabella_container{padding:0;}
 .immerenergy_table_case_study td {
    line-height: 1.5;
    font-size: 13px;
    padding:20px 5px;
  }
  .soluzioni-intelligenti br{
    display:none;
  }
}
@media screen and (max-width:350px){
  .immerenergy_table_case_study td{
    font-size:11px;
  }
}
@media screen and (min-width:992px){
  p.form-half{width: calc(50% - 2px);
    display: inline-block;
    padding-left: 10px;}
  p.form-half.primo{padding-left:0; padding-right:10px;}
}

#map {height:600px}

.page-404-text a{color: #0067B2}

.heading h1 + p, .heading h2 + p, .heading h3 + p, .heading h4 + p, .heading h5 + p, .heading h6 + p{ margin-left:0; margin-right:0; padding-left:0; padding-right:0; width:auto;}

@media screen and (max-width:992px){
  .hero-title-wysiwyg h1{font-size:32px; line-height:36px;}
  .hero-title-wysiwyg h1 br{display:none;}
  .hero-title-wysiwyg h2 br{display:none;}
  h2{font-size:30px; line-height:36px;}
  .slide_pulsante_icona_container .btn-immerenergy{width:215px;}
  .icona120 img{width:100px; height:100px;}
  .titolo_fascia_blu h2{font-size:30px; line-height:40px;}
  .btn-standard{
    border: 1px solid transparent!important;
    box-shadow: none;
    
    bottom: 60px;
    position: relative;
    border: 0;
    box-shadow: none;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    border-radius: 10px;
    padding: 15px 30px;
  }
  .hero-title-wysiwyg h6{
    font-size: 20px;
    line-height:26px;
  }
  .voci_intestazione{font-size:32px; line-height:40px;}
  .heading h2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 25px;
    text-align:left!important;
  }
  .heading h1 + p, .heading h2 + p, .heading h3 + p, .heading h4 + p, .heading h5 + p, .heading h6 + p{text-align:left!important; margin-left:0; margin-right:0; padding-left:0; padding-right:0; width:auto;}
  .heading br{display:none;}
}

@media screen and (max-width:500px){
  .btn-standard{
        margin-top: -20px;
    position: static;
    transform: translateY(-5px);
    line-height: 24px;
    max-width: 300px;
  }
  .btn-alone-container.spostato{transform:none;}
}

.footer-line-entry .content a:hover,footer ul li a:hover, footer ul li a.active {
    color: #0067b2;
}

.footer_logo_container{
  text-align:right;
  padding:25px 15px;
}
.logo_footer{
  width:200px;
}

.fake_space{display:inline-block; padding-left:3px;}

@media screen and (max-width:992px){
  .footer_logo_container{text-align: left;
    padding: 25px 30px; }
  .case_study_title {
    
    line-height: 40px;
    font-size: 30px;
  }
  
}
input.wpcf7-form-control.wpcf7-text.input_con_misura{
  width: calc(100% - 50px);
}

.istruzioni-pin{
  padding: 20px;
    background: #f1f1f1;
    margin-bottom: 20px;
    border-radius: 10px;
}

.social-icons-wrapper{display:none;}

@media screen and (min-width:992px){
  .consfondo {
    margin-right: 15px!important;
    margin-left: 15px!important;
}
}

@media screen and (max-width:992px){
  .btn-immerenergy{width:260px; margin-left:-10px;}
  .btn-immerenergy-container{padding-bottom: 20px;}
}

@media screen and (max-width: 992px) and (min-width:600px){
  .btn-alone-container.spostato {
    transform: translateY(-13%);
  }
}

@media screen and (min-width:992px) and (max-width:1200px){
  .infobox-baloon {
  width: 665px;}
  .soluzioni-intelligenti br {
    display: none;
}
}

.footer_links_pad{padding-left: 15px;}

.dropdown-item:last-child{border-bottom-right-radius: 15px;}

sup{font-size:12px;}
#warning_chiavi{display:none;padding: 15px;font-size: 20px;
    line-height: 30px;font-family: 'Lato', sans-serif!important;color: #6a7483;}
    
.select2-container--default .select2-selection--single{
  font-size: 16px;
    line-height: 1.42857143;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    resize: vertical;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    margin-bottom: 20px!important;
    border:1px solid #eee;
}

.select2-container .select2-selection--single .select2-selection__rendered{
  padding-top:10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top:10px;
}


.divider_mini {
    padding-top: 40px;
}

.testo_immagine_wrap{padding: 80px 20px; background:#eeeeee;}
.testo_immagine_container{max-width:1450px; margin-left:auto; margin-right:auto; text-align:center;}
.testo_immagine_titolo{
  color: #0067b2; font-weight:bold;
}
.testo_immagine_testo, .testo_immagine_testo p{font-size: 20px; color: #6a7483;
    line-height: 30px;}
.testo_immagine_img{width: 100%; height: auto; display:block;}
.testo_immagine_text{background:#fff; padding: 40px 0;}



.contenitore_form_privati_2021 form{display:none;}
#form-privati-info{display:block;}
#form-fotovoltaico-info{display:block;}
#immerenergy-form{display:block;}
#spiegazione_form_2021, #seconda_domanda{display:none;}
#spiegazione_form_2021{ padding: 20px;
    background: #f1f1f1;
    margin-bottom: 20px;
    border-radius: 10px; margin-top:20px;}
.contenitore_form_privati_2021 p{margin-bottom:20px;}
.contenitore_form_privati_2021 .select2-container{width:100%!important;}
#scarica_la_guida{display:none;}
#form-fotovoltaico-info small{
  font-size: 0.8em;
}

.campo_nascosto{display:none;}

.menu_interno{
  background:#F9F9F9;
  padding: 40px 0;
  text-align:center;
}

.menu_interno_wrap{
  display:flex;
  justify-content:center;
}
.menu_interno_item{
  padding: 0 30px;
  border-left: 1px solid #0067B2;
}
.menu_interno_item:first-child{
  border-left:0;
}
.menu_interno_item_link{
  text-transform:uppercase;
  font-size: 18px;
  line-height:1;
  font-weight:600;
  color: #273243;
}
.menu_interno_item_link:hover{
  color:  #0067B2;
}

@media screen and (max-width:992px){
  .menu_interno_wrap{
    padding: 0px;
    gap: 20px;
    /* word-break: keep-all; */
    width: 1050px;
    justify-content: flex-start;
  }
  .menu_interno_item{
    padding: 10px ;
    text-align: left;
    border: 2px solid #ddd;
    display:inline-block;
    border-radius: 5px;;
  }
  .menu_interno_item:first-child{
    border-left:2px solid #ddd;;
  }
  .menu_interno{overflow-x:scroll;}
}

.case_history_title{
  font-size:40px;
  font-weight:bold;
  line-height:48px;
  margin-bottom:40px;
}
.case_history_title span{
  color:#0067B2
}
.case_history{
  padding: 45px 0;
}
.case_history_text{
  color: #6A7483;
  font-size:20px;
  line-height:30px;
  margin-bottom:40px;
}
.case_history_link{
  font-size:20px;
  font-weight:bold;
  line-height:1;
  display:block;
  margin-bottom:40px;
}
.case_history_gallery{
  border: 2px solid #eee;
  padding: 35px;
}
.case_history_gallery_inner{
  display:flex;
  justify-content: space-between;
  column-gap:35px;
}
.case_history_mini{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.case_history_mini_img{
  margin-bottom:31px;
}
.case_history_mini_img:last-child{
  margin-bottom:0;
}

.case_history_gallery_inner.immagine_singola{
  display:block;
}
.copertina_immagine_singola{
  display:block;
  width:100%;
  height:auto;
}


.mt-35{
  margin-bottom:35px;
}

@media screen and (max-width:992px){
  .case_history_gallery{padding:20px;}
  .mt-35{
    margin-bottom:20px;
  }
}

@media screen and (max-width:650px){
  .case_history_gallery_inner{display:block;}
  .copertina_immagine_multipla{margin-bottom:35px;}
}
.domanda_titolo{    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #232C3B;
    background-image: url(../img/d-plus.svg);
    padding: 10px 100px 10px 60px;
    background-repeat: no-repeat;
    background-position: 0px 15px;
    cursor:pointer;}
.faq_container{max-width: 1402px; margin-left:auto; margin-right:auto; margin-bottom:45px;}
.domanda{background:#eee; margin-bottom:5px; padding: 20px 30px;}
.domanda_testo{border-left: 2px solid #0067B2;font-size:22px; line-height:30px;
    margin-left: 80px;
    padding:10px 0 10px 30px; display:none;}

.domanda_titolo.aperta{background-image: url(../img/d-minus.svg);background-position: 0px 23px;}

@media screen and (max-width:992px){
  .domanda_testo {margin-left: 0; }
}

@media screen and (max-width:650px){
  .domanda_titolo {padding-right:10px}
}

.case_history_mini_img img{display:block;}


.menu_interno.fixed{
  position:fixed;
  left:0;
  right:0;
  z-index:99;
  box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
}

.gallery_mobile{display:none}
@media screen and (max-width:992px){
  .gallery_mobile {display:block;}
  .gallery_desktop {display:none;}
  .case_history_mini_img {
    margin-bottom: 20px;
  }
  
  .case_history_mini_img img{
    width:100%; height: auto; display:block;
  }
  .case_history_title{
    font-size:32px; line-height:40px;
  }
  .domanda_titolo{font-size:20px; line-height:26px;}
  .domanda_testo{font-size:18px; line-height:24px;}
}

.header_contenitore {box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);}

.form_nascosto{display:none;}


.hero-title-wysiwyg:not(.seconda_parte) h1{
  font-size: 20px;
  line-height: 20px;
  font-family: 'Lato', sans-serif!important;
  font-weight: bold;}
  
.evidenza_wrap{display:flex;justify-content:center; align-items:center;margin:0 auto; }
.evidenza_elementi{background:#eee; padding: 80px 20px; margin-bottom:80px; margin-left:-15px; margin-right:-15px;}
.logo_evidenza{width:25%; text-align:right; padding-right:45px;}
.logo_evidenza img{width:150px;}
.testo_evidenza h2 {margin-bottom:40px;}
.testo_evidenza h2 span{color: #25df82}
.testo_evidenza{width:75%;padding: 0 25px;}

.testo_evidenza a{text-decoration:underline;}
@media screen and (max-width:768px){
  .testo_evidenza, .logo_evidenza{width:100%; padding: 0 25px;}
  .evidenza_wrap{display:block;}
  .logo_evidenza{text-align:center; margin-bottom:40px;}
  .testo_evidenza{text-align:center;}
}



.accordion-wrap{position:relative; overflow:hidden; margin-left:-15px; margin-right:-15px;}
.accordion-bg{position:absolute; top:0; left:0; right:0; height:100%; display:block;z-index:1;}
.accordion-bg img{object-fit:cover; height:100%; width:100%; object-position:top;}
.accordin-content{position:relative; z-index:2;}
.accordion{text-align:center;}
.accordion.bianco .titolo{margin-bottom:35px;}
.accordion .titolo span{color: #0067b2}
.accordion.bianco .titolo, .accordion.bianco .testo{color:#fff;}
.accordion .testo{margin-bottom:35px;}

.singolo-dropdown {width:100%; background: #fff; border-radius:4px; border: 1px solid #fff; text-align:left; margin-bottom: 10px; padding: 0px 35px;}
.singolo-dropdown-titolo{display:block; color: #0067b2; font-weight:bold; font-size:18px; line-height:1.2; padding-left:70px; cursor:pointer; background-image: url('../img/plus-circle.svg'); background-repeat: no-repeat; background-position: left center; padding-top:30px; padding-bottom:30px; }
.singolo-dropdown-testo-el{padding: 35px 0 35px 70px; color: #6A7483; font-size: 20px; line-height: 1.2; }
.open .singolo-dropdown-titolo{background-image: url('../img/minus-circle.svg');}

@media screen and (max-width:992px){
	.accordion-wrap{padding-top:35px; padding-bottom:35px; margin-left:0; margin-right:0;}
	 
}

.nounderline, .nounderline *{text-decoration:none!important;}


.page-landing-content{min-height:calc(100vh - 220px)}


/*form nuovi come sito immergas 2025*/
.wpcf7-form-control-wrap{
  position: relative;
}
form input[type="checkbox"] {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.wpcf7-form-control,
input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control,
select, input[type="text"] {
    height: 56px;
    font-size: 20px;
    color: #232c3b;
    color: #707070;
    border-radius: 6px;
    box-shadow: none;
    border: 2px solid #f1f1f1;
    margin: 10px 0 0 0;
}
.wpcf7-form-control:focus,
input.wpcf7-form-control.wpcf7-text:focus  textarea.wpcf7-form-control:focus,
select:focus, input[type="text"]:focus {
  border-color: #0478D0;
}

form p{
  color: #232c3b;
}

/*Case study*/
.hero-margin{
/*  margin: 0 110px!important;*/
  padding: 35px 20px;
}
@media (min-width: 992px){
  .hero-margin .container{
    margin: 0 110px!important;
    width: auto;
    padding: 80px 20px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
  .hero-margin .container{
    margin:0 20px!important;
    width: 100%;
  }
}

.single-case_study #main_contenitore ul{
  font-size: 20px;
  line-height: 30px;
  color: #6a7483;
  list-style-image: url('../img/check.svg');
  padding-left: 25px;
}
.single-case_study #main_contenitore ul li{
  list-style-position: outside;
  margin-bottom:18px;
  padding-left: 10px;
}
.single-case_study #main_contenitore ul li::marker{
  margin-right: 20px;
}
.home-video-container.video_quadrato{
  width: 100%;
  padding-bottom:100%;
  margin-bottom: 30px;
}
.home-video-container.video_quadrato a.home-video-img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.home-video-container.video_quadrato .video_container_elements{
  position: absolute!important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-video-container.video_quadrato iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 992px){
  .center-text{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0vw 20px 3vw!important;
  }
}
@media (min-width: 1200px){
  .center-text{
    padding: 20px 3vw 20px 6vw!important;
  }
}

.lista-case-study .row{
  padding-top: 40px;
}
.lista-case-study .container{
  max-width: 1026px;
  width: 100%;
}
.lista-case-study .colonna{
  padding-bottom:30px;
}
.case-study-item{
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.case-study-item.disabilitato{
  background-color: #F1F1F1;
}
.btn-immergas.disabilitato,
.btn-immergas.disabilitato:hover, .btn-immergas.disabilitato:focus{
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color:#6A7483!important;
  cursor: not-allowed;
}
.lista-case-study .case-study-item .item-img{
  min-height: 39%;
  background: #ccc;
}
.case-study-item .item-img img{
  width: 100%;
  height: auto;
  display: block;
}
.case-study-item .item-content{
  padding:30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.case-study-titolo{
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.disabilitato .case-study-titolo{
      color: #6a7483;
}
.case-study-button{
  margin-top: auto;
}

.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
}
.swiper-slide{
  height: auto;
}

.carosello-immagini .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: auto;
}
@media (max-width:992px){
  .carosello-immagini .swiper-slide {
    height: 250px;
  }
}

.lista-case-study .swiper-slide{
  width: 312px;
}
.carosello-immagini .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
}
.swiper-scrollbar-drag{
  background: #0067b2;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
  height: 10px;
  top: auto;
  bottom:20px;
  width: 100%;
  left: 0;
}
.carosello-immagini .swiper-horizontal>.swiper-scrollbar, .carosello-immagini .swiper-scrollbar.swiper-scrollbar-horizontal{
  width: calc(100% - 2* 8vw);
  left: calc(8vw);
}
.lista-case-study .swiper{
  padding-top: 20px;
}
.case-study-item.disabilitato{
  filter: grayscale(1);
}
/*button-icon button-info*/
.button-icon a{
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  position: relative;
  min-height: 72px;
/*  width: auto;*/
  min-width: 300px;
  padding: 24px 32px 24px 93px;
  font-weight: bold;
}
.button-icon a:before{
  content:'';
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  background-repeat: no-repeat;
}
.button-icon.button-info a:before{
  background-image:url(../img/icona-info.svg);
}
.button-icon.button-documento a:before{
  background-image:url(../img/icona-documento.svg);
}

.home-video-play.play-2{
  display: none;
}
.play-azzurro .home-video-play{
  display: none;
}
.play-azzurro .home-video-play.play-2{
  display: block;
}

@media (min-width:992px){
  .extra-padding-top-desktop{
    padding-top: 40px;
  }
}