html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Inter', sans-serif;
  color: #344767;
    margin-bottom: 0;
}

.gradient-border {
    background-image: linear-gradient(310deg,#1C54EF,#25A6FC);
    height: 9px;
}
a {
  color: #344767;
  font-weight: 600;
  text-decoration: none;
}
a:hover {
  color: #344767;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
/* Sticky footer styles */
.footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  line-height: 17px;
    margin-top:50px;
    
}
footer .mt-3 {
    margin-top:0!important;
}
.numero_domanda {
  opacity: 0.6;
}
.alert-secondary  h5 {
    font-size: 1rem;
}

.alert-secondary  p {
    font-size: 0.90rem;
}
/********button********/
.button {
  pointer-events: auto;
  cursor: pointer;
  border: none;
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.1rem;
  padding: .7rem 2.7rem;
  font-weight: 800;
  border-radius: 40px;
}
.button:disabled {
  opacity: 0.6;
}
.button::before, .button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-primary, .btn-warning {
  background: linear-gradient(310deg,#1C54EF,#25A6FC);
  border:0;
        -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
    
}
.btn-primary:hover, .btn-warning:hover {
  background: linear-gradient(310deg,#25A6FC,#1C54EF);
  border:0;
    opacity: 1;

    
}

.btn-warning, .btn-warning:hover  {
    color:#fff;
}
.btn-primary.disabled, .btn-primary:disabled {
   background: linear-gradient(310deg,#1C54EF,#25A6FC);
    border:0;
    opacity: .65;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: linear-gradient(310deg,#25A6FC,#1C54EF);
  border-color: none;
}
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #1C54EF;
  border-color: #1C54EF;
  box-shadow: 0 0 0 .2rem rgba(37,166,252,.5);
}
.button--green {
  letter-spacing: 0.05rem;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  background: #e7e7e7;
}
.button--green span {
  position: relative;
}
.button--green::before {
  content: '';
  background-image: linear-gradient(310deg,#1C54EF,#25A6FC);
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);

}
.button--green:hover::before {
  transform: translate3d(100%, 0, 0);
}
.st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.button--green svg {
  margin-right: 10px;
}
.button--green:hover .st0 {
  stroke: #00CD6F;
}
.button--yellow {
  letter-spacing: 0.05rem;
  font-weight: 700;
  overflow: hidden;
  color: #2E2E2E;
  background: #e7e7e7;
}
.button--yellow span {
  position: relative;
}
.button--yellow::before {
  content: '';
  background: #FFCC00;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.button--yellow:hover::before {
  transform: translate3d(100%, 0, 0);
}
.button--yellow:hover {
  color: #2E2E2E;
}
.button--yellow--outline {
  letter-spacing: 0.05rem;
  font-weight: 700;
  overflow: hidden;
  color: #2E2E2E;
  background: #CFCFCF;
}
.button--yellow--outline span {
  position: relative;
}
.button--yellow--outline::before {
  content: '';
  background: #e7e7e7;
  width: 120%;
  height: 102%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.button--yellow--outline:hover::before {
  transform: translate3d(100%, 0, 0);
}
.button--yellow--outline:hover {
  color: #2E2E2E;
}

.btn {
  padding: .8rem 2.7rem;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 600;
}

.btn-default {
  background: #F6F6F6;  
}
header {
  border-bottom: 6px solid #25A6FC;
  margin-bottom: 1rem;
}
header img {
  height: 40px;  
}
.button-big h5 {
  background-color: #1C54EF;
  background-image: linear-gradient(310deg,#1C54EF,#25A6FC);
  border-radius: 6px 6px 0 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 30px 20px 20px 20px !important;
  color: white;
  font-weight: 500;
}
.button-big {
  background-color: #e9ecef !important;
  border-radius: 8px;
  margin-bottom: 10px;
  border: none;
}
.button-big p {
  background-color: #e9ecef !important;
}
/* home */
.title-home {
  font-size: 2.5rem;
  font-weight: 800;
  font-family: Inter;
    line-height: 1;
  background-image: linear-gradient(310deg,#1C54EF,#25A6FC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lead {
  font-size: 1.1rem;
  font-weight: 300;
}
.img-home {
  margin-top: -380px;
}
/* pages */
.title-page {
  font-size: 2.3rem;
  font-weight: 900;
}
.lead-page {
  font-size: 1.2rem;
  font-weight: 300;
}
.checkbox-full-width {
  border: 2px solid #00CD6F;
  border-radius: 8px;
  padding: 14px;
}
.checkbox-full-width label {
  width: 100%;
}
.list-group-item {
  user-select: none;
  border-radius: 8px;
}
.list-group-item span {
  margin-left: 40px
}
.list-group-item:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.list-group input[type="checkbox"] {
  display: none;
}
.list-group input[type="checkbox"] + .list-group-item {
  cursor: pointer;
}
.list-group input[type="checkbox"] + .list-group-item:before {
  content: url(../img/check.svg);
  color: transparent;
  font-weight: bold;
  position: absolute;
}
.list-group input[type="checkbox"]:checked + .list-group-item {
  background-color: #00CD6F;
  color: #FFF;
}
.list-group input[type="checkbox"]:checked + .list-group-item:before {
  color: inherit;
  content: url(../img/checked.svg);
}
.list-group input[type="radio"] {
  display: none;
}
.list-group input[type="radio"] + .list-group-item {
  cursor: pointer;
}
.list-group input[type="radio"] + .list-group-item:before {
  content: url(../img/check.svg);
  color: transparent;
  font-weight: bold;
  position: absolute;
}
.list-group input[type="radio"]:checked + .list-group-item {
  background-color: #00CD6F;
  color: #FFF;
}
.list-group input[type="radio"]:checked + .list-group-item:before {
  color: inherit;
  content: url(../img/checked.svg);
}
.form-control {
  height: auto;
  padding: .75rem 1.25rem;
}
footer {
  background: #F6F6F6;
}
footer img {
  display: none;
}
footer .text-white {
  color: #2e2e2e !important;
}
.bg-footer {
  margin-top: 0 !important;
}
.footer .col-12 {
  margin-top: 0 !important;
}
.contact-form {
  background: #E7F0F2;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #c0c2c5;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #25A6FC;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


@media screen and (max-width:768px) {
  body {
    margin-bottom: 0;
  }
  .button {
    width: 100%;
    margin: 5px 0;
    padding: .7rem .5rem .7rem .8rem;
  }
  .button--green svg {
    margin-right: 5px;
    width: 22px;
  }

  .formElementMult {
    margin-bottom: 1rem;
  }
  label {
    display: inline;
  }
}
body > footer {
  position: sticky;
  top: 100vh;
}