/*************GENERAL*************/
/*************GENERAL*************/
label {
  font-size: 12px;
  color: #8a8a8a;
  line-height: 12px;
}
input[type=text], input[type=email] {
  font-size: 14px;
  padding: 5px 7px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #e8e8e8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}




/*********NEWSLETTER*********/
/*********NEWSLETTER*********/
.form-popup {
  display: none;
}
.form-popup form {
  z-index: 9;
  max-width: 570px;
  padding: 22px 22px;
  top: 50%;
  background: #fff;
  position: fixed;
  transform: translatey(-50%);
  box-shadow: 5px 25px 38px rgb(0 0 0 / 15%);
  margin: 0 auto;
  left: 10px;
  right: 10px;
}
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}
.titulo-suscribete {
  font-family: 'Libre Franklin';
  font-size: 24px;
  color: #fff;
  background: #c71d1d;
  padding: 6px 14px 5px 0;
  margin-left: -22px;
  margin-right: -22px;
  margin-top: -22px;
  text-align: center;
  font-weight: 700;
}
.bottom-suscribete {
  font-size: 16px;
  line-height: 25px;
  margin-top: 4px;
  text-align: center;
  margin-left: -22px;
  margin-right: -22px;
  background: #ffd006;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: -23px;
  padding: 3px 5px;
  letter-spacing: 0.3px;
}
.popup-overlay {
  cursor: pointer;
  background: rgba(60, 60, 60, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  transition: width 2s;
}
.form-popup input[type=submit] {
  background: rgb(254, 196, 0) !important;
  background: -moz-linear-gradient(90deg, rgba(254, 196, 0, 1) 0%, rgba(255, 255, 1, 1) 47%, rgba(254, 196, 0, 1) 100%) !important;
  background: -webkit-linear-gradient(90deg, rgba(254, 196, 0, 1) 0%, rgba(255, 255, 1, 1) 47%, rgba(254, 196, 0, 1) 100%) !important;
  background: linear-gradient(90deg, rgba(254, 196, 0, 1) 0%, rgba(255, 255, 1, 1) 47%, rgba(254, 196, 0, 1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fec400", endColorstr="#fec400", GradientType=1) !important;
  border: 3px solid #fff;
  box-shadow: 0 0 7px rgb(0 0 0 / 25%);
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Libre Franklin', sans-serif;
  border-radius: 99px;
  padding: 2px 10px;
}
.response {
  font-size: 13px;
  line-height: 20px;
  margin-top: -5px;
  margin-bottom: 5px;
}
