/***
NEWSLETTER
****/
#nl_modale{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(0,0,0,0.4);
  z-index:999;
  display: none;
  flex-direction: column;
  justify-content: center;
  padding:10px 20px;
}
#nl_modale.aperto{
  display:flex;
}
.nl_modale_inner{
  background: #fff;
    width: 0;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0px;
    border: 4px solid #fc9e27;
    overflow-x:hidden;
    position:relative;
    z-index: 1000;
}
.nl_modale_container{
  width: 700px;
  
}
.nl_modale_inner.complete{overflow-x:visible}
/*.nl_modale_inner:after{
  display:block;
  width:120px;
  height:120px;
  opacity: 0;
  background:#fc9e27;
  position:absolute;
  bottom: -45px;
  right:-45px;
  content:"";
  transition: all 1s;
  transform: scale(0);
}
.nl_modale_inner.complete:after{ opacity:0.8;transform: scale(1);
  }*/
#mc_embed_signup h2{font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    line-height: 49px;
    font-weight: 600;}
    
    #mc_embed_signup .titolo_nl{font-family: 'Montserrat', sans-serif; color:#282828;
    font-size: 40px;
    line-height: 49px;
    font-weight: 600;}
    
#mc_embed_signup .button{
    clear: both;
    background-color: transparent;
    border: 4px solid #fc9e27;
    border-radius: 0px;
    transition: all 0.23s ease-in-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding: 20px 60px 20px 35px;
    height: auto;
    white-space: nowrap;
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    background-image: url(../img/submit.svg);
    background-repeat: no-repeat;
    background-position: right 35px center;
    background-size: 8px;
}
#mc_embed_signup .button:hover {
    background-color: #fff;
    color:#fc9e27;
    background-image: url(../img/submith.svg);
}

@media screen and (max-width:700px){
  /*.nl_modale_inner:after{
    width:60px;
    height:60px;
    bottom: -15px;
    right:-15px;
  }*/
  .nl_modale_container{
    width: 100%;
    
  }
}

#mc_embed_signup .asterisk{color:#1d1d1d;}

.vecon_nl .vecon_pulsante{cursor:pointer}

.nl_close_mod{
  position:absolute;
  right: 0;
    top: -50px;
    width: 30px;
    cursor:pointer;
}

#mc_embed_signup .indicates-required{
  text-align:left;
  margin-bottom:30px;
}
#mc_embed_signup .mc-field-group{padding-bottom:0;}

#mc_embed_signup .mc-field-group.gdprRequired input{width:auto; display:inline-block; margin-right:20px;}

#mc_embed_signup a{text-decoration:underline}
#mc_embed_signup a:hover{color: #fc9e27}