#ottobre_17 {
  font-family: "Montserrat", sans-serif;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Modale */
}
#ottobre_17 .container {
  position: relative;
}
#ottobre_17 .container #grafica_image {
  position: absolute;
  left: 0;
  max-width: 50%;
  border-radius: 20px;
  top: 9%;
}
@media (max-width: 1484px) {
  #ottobre_17 {
    height: 100%;
  }
}
#ottobre_17 .primary-color {
  color: #151515;
}
#ottobre_17 .logo1 {
  width: 90%;
  height: 80px;
  max-width: 145px;
}
#ottobre_17 .logo {
  width: 100%;
  height: 100px;
  max-width: 200px;
}
#ottobre_17 .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: right;
}
#ottobre_17 .text-wrapper h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
}
@media (max-width: 425px) {
  #ottobre_17 .text-wrapper h2 {
    font-size: 60px;
    text-align: start;
    padding: 10px;
  }
}
#ottobre_17 .text-wrapper p {
  font-size: 30px;
  line-height: 30px;
  font-weight: 100;
}
@media (max-width: 425px) {
  #ottobre_17 .text-wrapper p {
    font-size: 16px;
    text-align: start;
    padding-left: 10px;
  }
}
#ottobre_17 footer {
  background-color: transparent;
}
#ottobre_17 .boxed {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12.1px);
  -webkit-backdrop-filter: blur(12.1px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 50px;
  max-width: 700px;
}
#ottobre_17 .boxed form {
  font-family: "Montserrat", sans-serif;
  color: #151515;
}
#ottobre_17 .boxed form label.fw-bold, #ottobre_17 .boxed form a {
  color: #151515 !important;
}
#ottobre_17 .boxed form .btn-registrati {
  background-color: #e02f63;
  color: #ffffff;
}
#ottobre_17 .boxed form input, #ottobre_17 .boxed form input[readonly] {
  border: none;
  border-bottom: 1px solid #151515;
  border-radius: 0;
  background: transparent;
}
#ottobre_17 .boxed form input::placeholder, #ottobre_17 .boxed form input[readonly]::placeholder {
  color: #151515;
  opacity: 0.8;
}
#ottobre_17 .boxed form input:focus {
  border: none;
  border-bottom: 1px solid #151515;
  outline: none;
  box-shadow: 0 0;
}
#ottobre_17 .boxed form input[type="checkbox"], #ottobre_17 .boxed form input[type="radio"] {
  margin-right: 0.5rem;
}
#ottobre_17 .boxed form #workshops label {
  line-height: 18px;
}
#ottobre_17 .modal {
  display: none;
  /* Nascondi il modale di default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  /* Sfondo inscurito */
  border-radius: 16px;
}
#ottobre_17 .modal .modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  max-width: 400px;
  text-align: center;
  font-weight: bold;
  color: #000;
  border-radius: 16px;
}
#ottobre_17 .modal .modal-content p {
  font-weight: bold;
  font-size: 0.8rem;
  /* margin-bottom: 0; */
}
#ottobre_17 .modal .close {
  color: red;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#ottobre_17 .modal .close:hover, #ottobre_17 .modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#ottobre_28 {
  font-family: "Montserrat", sans-serif;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Modale */
}
#ottobre_28 .container {
  position: relative;
}
#ottobre_28 .container #grafica_image {
  position: absolute;
  left: 0;
  max-width: 50%;
  border-radius: 20px;
  top: 9%;
}
@media (max-width: 1484px) {
  #ottobre_28 {
    height: 100%;
  }
}
#ottobre_28 .primary-color {
  color: #151515;
}
#ottobre_28 .logo1 {
  width: 90%;
  height: 80px;
  max-width: 145px;
}
#ottobre_28 .logo {
  width: 100%;
  height: 100px;
  max-width: 200px;
}
#ottobre_28 .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: right;
}
#ottobre_28 .text-wrapper h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
}
@media (max-width: 425px) {
  #ottobre_28 .text-wrapper h2 {
    font-size: 60px;
    text-align: start;
    padding: 10px;
  }
}
#ottobre_28 .text-wrapper p {
  font-size: 30px;
  line-height: 30px;
  font-weight: 100;
}
@media (max-width: 425px) {
  #ottobre_28 .text-wrapper p {
    font-size: 16px;
    text-align: start;
    padding-left: 10px;
  }
}
#ottobre_28 footer {
  background-color: transparent;
}
#ottobre_28 .boxed {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12.1px);
  -webkit-backdrop-filter: blur(12.1px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 50px;
  max-width: 700px;
}
#ottobre_28 .boxed form {
  font-family: "Montserrat", sans-serif;
  color: #151515;
}
#ottobre_28 .boxed form label.fw-bold, #ottobre_28 .boxed form a {
  color: #151515 !important;
}
#ottobre_28 .boxed form .btn-registrati {
  background-color: #e02f63;
  color: #ffffff;
}
#ottobre_28 .boxed form input, #ottobre_28 .boxed form input[readonly] {
  border: none;
  border-bottom: 1px solid #151515;
  border-radius: 0;
  background: transparent;
}
#ottobre_28 .boxed form input::placeholder, #ottobre_28 .boxed form input[readonly]::placeholder {
  color: #151515;
  opacity: 0.8;
}
#ottobre_28 .boxed form input:focus {
  border: none;
  border-bottom: 1px solid #151515;
  outline: none;
  box-shadow: 0 0;
}
#ottobre_28 .boxed form input[type="checkbox"], #ottobre_28 .boxed form input[type="radio"] {
  margin-right: 0.5rem;
}
#ottobre_28 .boxed form #workshops label {
  line-height: 18px;
}
#ottobre_28 .modal {
  display: none;
  /* Nascondi il modale di default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  /* Sfondo inscurito */
  border-radius: 16px;
}
#ottobre_28 .modal .modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  max-width: 400px;
  text-align: center;
  font-weight: bold;
  color: #000;
  border-radius: 16px;
}
#ottobre_28 .modal .modal-content p {
  font-weight: bold;
  font-size: 0.8rem;
  /* margin-bottom: 0; */
}
#ottobre_28 .modal .close {
  color: red;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#ottobre_28 .modal .close:hover, #ottobre_28 .modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
