* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: "Raleway", sans-serif;
}

footer {
  height: 79px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

footer p {
  color: white;
  padding: 0 30px;
  font-size: 12px;

}

.padding {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 30px;
}

/*---------------------------------------------*/
a {
  font-weight: 400;
  line-height: 1.7;
  color: #212529;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

.grey {
  background: grey;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
  margin: 0px;
  padding-right: 20px;
}

ul,
li {
  margin: 0px;
  list-style-type: none;
}

h1 {
  font-weight: bolder;
  font-size: 30px;
}

h5 {
  color: #000000;
  font-weight: bolder;
}

h5 span {
  color: #000000;
}




/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #cccccc;
}

input:-moz-placeholder {
  color: #cccccc;
}

input::-moz-placeholder {
  color: #cccccc;
}

input:-ms-input-placeholder {
  color: #cccccc;
}

textarea::-webkit-input-placeholder {
  color: #cccccc;
}

textarea:-moz-placeholder {
  color: #cccccc;
}

textarea::-moz-placeholder {
  color: #cccccc;
}

textarea:-ms-input-placeholder {
  color: #cccccc;
}

select {
  width: 100%;
  border: none;
  height: 40px;
  background: transparent;
  line-height: 1.2;
  font-weight: 400;
  color: #ccc;
}



.underline {
  text-decoration: underline;
}


/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

.button {
  /*display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 50px;
  font-weight: bolder;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  background: #67a34c;
  border-radius: 25px;
  margin: 7px 0; */
}

.button button {
  position: relative;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  padding: 1rem;
  background: #67a34c;
}

.button svg {
  position: absolute;
  width: 6.5px;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-weight: 400;
  font-size: 15px;
  color: #999999;
  line-height: 1.4;
  color: #666666;
}

.txt2 {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 1.4;
  text-decoration: underline;
}

.txt3 {
  font-weight: 400;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 1.4;
}

.hov1:hover {
  color: #67a34c;
}

.text-muted {
  font-size: 12px;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-wrap: wrap;
}



.wrap-login100 {
  width: 50%;
  background: white;
  position: relative;

  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); */

}

.container-fluid {
  position: relative;
}

.riga {
  width: 30px;
  background: #666666;
  height: 2px;
  margin: 0 20px;
  opacity: 0.8;
}

.loghi {
  display: flex;
  align-items: center;
}

.p-t-14 {
  padding-top: 14px;
}

.flex {
  display: flex;
  align-items: center;
}



button p {
  color: white;
  font-weight: bolder;
  padding: 0;
  font-size: 18px;
}

/*------------------------------------------------------------------
[ Login100 more ]*/
.login100-more {
  /* background: url(../images/bg-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  width: 50%;
  position: relative;
  z-index: 1;
  /*background: #edededdd;*/
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* 
.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #67a34c;
  background: -webkit-linear-gradient(bottom, #67a34c, #67a34c);
  background: -o-linear-gradient(bottom, #67a34c, #67a34c);
  background: -moz-linear-gradient(bottom, #67a34c, #67a34c);
  background: linear-gradient(bottom, #67a34c, #67a34c);
  opacity: 0.8;
} */

/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.login100-form-title {
  display: block;
  width: 100%;
  /*font-size: 30px;*/
  font-weight: 600;
  color: #333333;
  line-height: 1.2;
  text-align: left;
}

select {
  margin-left: -5px;
}

.opacity {
  color: 0.4;
}





/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  /*border-bottom: 2px solid #dbdbdb;
  margin-bottom: 20px;*/
  margin-bottom: 15px;
}

.label-input100 {
  font-family: 700;
  font-size: 18px;
  color: #999999;
  line-height: 1.2;
  padding-left: 2px;
}

.input100 {
  display: block;
  width: 100%;
  height: 40px;
  background: transparent;
  font-weight: 400;
  color: #555555;
  line-height: 1.2;
  padding: 0 2px;

  margin-bottom: 5px;
  border-bottom: 2px solid #dbdbdb;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #67a34c;
  background: -webkit-linear-gradient(bottom, #67a34c, #67a34c);
  background: -o-linear-gradient(bottom, #67a34c, #67a34c);
  background: -moz-linear-gradient(bottom, #67a34c, #67a34c);
  background: linear-gradient(bottom, #67a34c, #67a34c);
}

.input100:focus+.focus-input100::before {
  width: 100%;
}

.has-val.input100+.focus-input100::before {
  width: 100%;
}

.custom-spacing {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  margin: 0;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #e6e6e6;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked+.label-checkbox100::before {
  color: #67a34c;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.wrap-login100-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;

}

.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 300%;
  background: #67a34c;
  background: -webkit-linear-gradient(top, #67a34c, #67a34c, #67a34c, #67a34c);
  background: -o-linear-gradient(top, #67a34c, #67a34c, #67a34c, #67a34c);
  background: -moz-linear-gradient(top, #67a34c, #67a34c, #67a34c, #67a34c);
  background: linear-gradient(top, #67a34c, #67a34c, #67a34c, #67a34c);
  bottom: -100%;
  left: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 244px;
  height: 50px;
  font-weight: bolder;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
  bottom: 0;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::after {
  content: attr(data-validate);
  position: absolute;
  max-width: 80%;
  background-color: #fff;
  border: 1px solid #A64452;
  border-radius: 2px;
  padding: 4px 30px 4px 10px;
  bottom: calc((100% - 3px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 2px;
  pointer-events: none;
  color: #A64452;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::before {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  z-index: 2;
  color: #A64452;
  font-size: 18px;
  bottom: calc((100% - 3px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 8px;
}

.select.alert-validate::after {
  right: 27px;
}

.select.alert-validate::before {
  right: 32px;
}

.alert-validate:hover:after {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  p {
    line-height: 1.5;
  }

  .alert-validate::before {
    top: -20px;
  }

  .privacy.alert-validate::before {
    display: none !important;
  }

  .alert-validate::after {
    position: relative;
    visibility: visible;
    opacity: 1;

    display: inline-block;
    top: -15px;
    padding: 4px 10px 4px 10px;
  }

  .select.alert-validate::after {
    right: 0px;
  }
}

.true-validate::after {
  content: "\f26b";
  font-family: Material-Design-Iconic-Font;
  font-size: 22px;
  color: #67A34C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: calc((100% - 2px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 5px;
}

/* Testata */
.header {
  width: 100%;
  min-height: 75vh;

  background-image: url(../images/header_2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header .pt-6 {
  padding-top: 30vh;
}

.header h1, .header h3 {
  color: #FFFFFF;
}

.header h1 {
  font-size: 65px;
}

.header h3 {
  font-size: 2.4rem;
}


#cookieChoiceInfo {
  display: none;
  background-color: #fff;
  color: #000;
  left: 0;
  margin: 0;
  padding: 4px;
  position: fixed;
  text-align: center;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

#cookieChoiceInfo.visible {
  display: block;
}

#cookieChoiceInfo {
  padding: 15px !important;
  bottom: 1rem !important;
  left: 1rem !important;
  width: 20% !important;
  border-radius: 4px;
}

#cookieChoiceInfo .consentText{
  font-size: 0.8rem;
  float: left;
  margin: 0.2rem 0.3rem 0.5rem;
  text-align: justify;
}

.italybtn {
  padding: 0.2rem 0.5rem;
  background: #fff;
  border-radius: 4px;
  font-size: 0.8rem;
  color: #000;
  margin-left: 0 !important;
}

#cookieChoiceDismiss{
  color: #fff;
  background: #68a037;
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (min-width: 1101px) {

  .desktop {
    display: block !important;
  }

  .mobile {
    display: none !important;
  }

  form h4 {
    font-size: 30px !important;
  }

  .custom-spacing {
    margin-top: 65px;
  }

}

@media (max-width: 1100px) {

  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .container-login100 {
    height: auto;
  }

  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: auto;
    padding-bottom: 60px;

  }

  .login100-more {
    width: 100%;
    padding-bottom: 50px;
    background-size: cover;
  }

  .logo {
    position: relative;
  }

  .text {
    padding: 0;
  }

  .relative {
    position: relative;
  }

  p {
    padding-right: 0;
  }

  .padding {
    padding: 0;
  }

  .p-l-50 {
    padding-left: 30px;
  }

  .p-r-50 {
    padding-right: 30px;
  }

  .custom-listing {
    padding-left: 0.5rem !important;
  }

  .custom-spacing {
    display: block !important;
  }

  .cta {
    margin-top: 40px;
  }


  #cookieChoiceInfo {
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 5px !important;
  }

  #cookieChoiceInfo .consentText {
    margin: 0.2rem 0.3rem 0.5rem;
    text-align: justify;
    font-size: 0.7rem;
  }

}

/* Elenco puntato */

.custom-listing {
  list-style: none;
}

.custom-listing li:before {
  content: "•";
  font-size: 40px;
  float: left;
  line-height: 0.55;
  margin: 0;
  padding: 0;
  width: 0px;
}

/* Grazie */

.grazie {
  display: flex;
  justify-content: center;
  height: 89vh;
  flex-direction: column;
}