.cf7sg-container {
  font-size: 18px !important;
  line-height: 1.5em !important;
}
a.btnet-link {
  color:  #00a3c8 !important;
}
a.btnet-link:hover {
  color:  #000 !important;
}
.cf7sg-container .field.checkbox span.wpcf7-checkbox>span {
  display: block;
  padding: 4px 0;
}
.modulo {
  padding-top: 0 !important;
}
.modulo label:empty{
  display: none !important;
}

body:not(.wp-admin) input[type=checkbox], body:not(.wp-admin) input[type=radio] {
  position: relative;
  --webkit-appearance: none;
  --moz-appearance: none;
  --o-appearance: none;
  appearance: none;
  border: 0;
  border-color: transparent;
  font-family: FontAwesome;
  --webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  cursor: pointer;
  font-size: 1.3em;
  position: relative;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  top: -6px;
  line-height: 0 !important;
  padding-right: 30px !important;
  outline: none;
  outline-style: none;
  box-shadow: none;
}

body:not(.wp-admin) input[type=checkbox]::before, body:not(.wp-admin) input[type=radio]::before {
  content: '';
  content: '\f0c8';
  border: 3px solid #aaaaaa7d;
  border-radius: 5px;
  width: 22px;
  height: 22px;
  display: inline-block;
  color: transparent
}
body:not(.wp-admin) input[type=checkbox]:hover, body:not(.wp-admin) input[type=radio]:hover, body:not(.wp-admin) input[type=checkbox]:active, body:not(.wp-admin) input[type=radio]:active, body:not(.wp-admin) input[type=checkbox]:focus, body:not(.wp-admin) input[type=radio]:focus {
  border: 0 !important;
}

body:not(.wp-admin) input[type=checkbox]:checked::after, body:not(.wp-admin) input[type=radio]:checked::after {
  content: '\f00c';
  position: absolute;
  top: 12px;
  left: 3px;
  font-size: 1.5em;
  color: #0B0;
  left: -6px;
  font-weight: 200;
}                          