/* Form */
.input{
  margin-bottom: 10px;
}
 
label.hs-error-msg{
  font-size: 13px;
  font-weight: bold;
}

fieldset{
  max-width: inherit!important;
}
fieldset.form-columns-2 .input, fieldset.form-columns-1 .input{
  margin-left:4px;
  margin-right:4px!important;  
}
.input input{
  height: 30px;
  color: black;
  width:100%!important;
  border: 1px solid #ccc;  
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

fieldset.form-columns-1 .hs-input{
  width: 100%!important;
}

.input input[type="checkbox"]{
  width: inherit!important;
  height: auto;
  margin-right:5px;
}

.hs-form-booleancheckbox-display {
  font-weight: 400;
}

.hs-form-booleancheckbox-display a{
  text-decoration: underline;
  color: #333;
  font-weight: 400;
}

.input input::placeholder{
  color: #ccc;
  padding-left: .5em;
}

form .actions{
  text-align:center;
}

form input[type="submit"]{
  color: #fff !important;
  background-color: #FF4A50;
  border: 2px solid #FF4A50;
  font-weight: bold;
  width: 95%;
  padding: 6px 12px;
}

form input[type="submit"]:hover{
  background-color: #000;
  border-color: #000;
}
.inputs-list{
  list-style: none;
  padding-left:0;
  margin: 8px 0;
}

ul.inputs-list.multi-container {
    margin: 0;
}

.hs-richtext.hs-main-font-element p{
  margin-top: 0;
  font-weight: 500;
  padding-left: .45em;
}

.hs-form-field>label{
  display:none;
}

li.hs-form-booleancheckbox {
    font-size: 10px;
    line-height: 1.3;
}

fieldset.form-columns-1 input[type="radio"]{
  width: auto!important;
  height: auto;
}
.hs-form-radio label span{
  font-size: 16px;
  margin-left: 5px;
  font-weight: 500;
}

fieldset.form-columns-1 .hs-input.select2-hidden-accessible {
    width: 0 !important;
}

/* background */
.bg-grey{
  background-color: #8c959d;
}

.bg-light-grey{
  background-color: #e8e9ea;
}

/* typography */
.tec p {
  font-size: 12px;
  padding: 0;
  text-align: justify;
  margin: 32px 0;
}

.chi-siamo p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom:0;
}

.font-min{
  font-size: 14px;
}

.text-white{
  color: #fff;
}

.semibold{
  font-weight: 600;  
}

.bold{
  font-weight: 700;  
}

.form-title{
    text-align: center;
    font-weight: 800;
    color: #fff;
    font-size: 32px;
    line-height: 27px;
    margin-top: 10px;
}
.form-title small {
    font-size: 18px;
}

/* images */
img{
  margin:0;
}


/* spacer */
.py-1{
  padding-top:1em;
  padding-bottom:1em;
}

.py-2{
  padding-top:2em;
  padding-bottom:2em;
}

.my-3{
  margin-top: 3em;
  margin-bottom: 3em;
}

.mt-0{
  margin-top: 0;
}
.mb-3{
  margin-bottom: 3em;
}

/* various */
.img-fluid {
    max-width: 100%;
    height: auto;
}

.relative{
  position:relative;
}

.d-flex{
  display: flex;
}

.visible-xs{
  display: none;
}

.i-form iframe{
  width: 100%;
  height: 400px;
  border: 0;
  margin-top:0em;
}

.as-center{
  align-self: center;
}


/* media query */
@media(min-width: 768px){
  .bg-header{
    background-image: url(https://6886918.fs1.hubspotusercontent-na1.net/hubfs/6886918/bg-header.jpg);
    background-size:cover;
    background-repeat: no-repeat:;
    background-position: center;
  }
  .d-flex-sm-up{
    display: flex;
  }
}

@media(max-width: 767px){
  .d-none-sm-down{
    display: none;
  }
  .text-center-sm-down{
    text-align:center;
  }
  .order-xs{
    flex-direction: column-reverse;
  }
  .my-xs{
    margin-top:1.5em;
    margin-bottom:1.5em;
  }
  .car-text {
    padding: 2em 15px;
  }
  .bg-form{
    background-color: #8995a1;
    padding-left:15px;
    padding-right:15px;
  }
  .px-0-sm-down{
    padding-left:0;
    padding-right:0;
  }
  .row-fluid .span8-xs {
    width: 65.81196581200001%;
    display: block;
    float: left;
  }
  .row-fluid .span4-xs {
    width: 31.623931624%;
    display: block;
    float: left;
  }
}

@media(max-width: 575px){
  .visible-xs{
    display: block;
  }
  .hidden-xs{
    display: none;
  }
}

@media(min-width: 992px) and (max-width: 1199px){
  .row-fluid .span5-lg {
    width: 40.425531911%;
    margin-left: 2.062431%;
  }
  .row-fluid .span7-lg {
    width: 57.446808505%;
  }
}

@media(min-width: 768px) and (max-width: 991px){
  .row-fluid .span6-md {
    width: 48.618784527%;
  }
}

@media(max-width: 991px){
  .p-unset-md-down{
    position:unset;
  }
  .i-form iframe{
    height: 370px;
  }
}