@import url("https://fonts.cdnfonts.com/css/apex-new");
header.header-default {
  background-color: #003761;
  color: #ffffff;
  width: 100%;
}
header.header-default .navbar-brand {
  flex-grow: 1;
}
header.header-default .navbar-brand img {
  max-width: 250px;
}
header.header-default .navbar-dark .navbar-toggler {
  border: 1px solid #ffffff;
}
header.header-default .navbar-nav {
  gap: 10px;
}
header.header-default #navbarSupportedContent {
  justify-content: end;
}
header.header-default #navbarSupportedContent .nav-link {
  font-size: 1.3rem;
  color: #ffffff;
  padding: 20px 30px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  border-radius: 16px;
}
header.header-default #navbarSupportedContent .nav-link:hover {
  color: #003761;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  header.header-default #navbarSupportedContent .navbar-nav {
    margin-top: 20px;
  }
  header.header-default #navbarSupportedContent .nav-item {
    display: flex;
    align-items: center;
  }
  header.header-default #navbarSupportedContent .nav-link {
    padding: 10px;
    font-size: 1.2rem;
  }
}
@media (max-width: 960px) {
  header.header-default #navbarSupportedContent .nav-item {
    display: flex;
    align-items: center;
  }
}
/* Stili per il contenitore principale */
#confermapresenza {
  /* Stili per Font Awesome */
  /* Sezione Hero */
  /* Sezione Programma */
  /* Sezione Dove */
  /* Sezione Contatti */
}
#confermapresenza .fab, #confermapresenza .fa-brands {
  font-family: "Font Awesome 6 Brands";
}
#confermapresenza .fas, #confermapresenza .fa-classic, #confermapresenza .fa-solid, #confermapresenza .far, #confermapresenza .fa-regular {
  font-family: "Font Awesome 6 Free";
}
@media (max-width: 991px) {
  #confermapresenza .hero {
    padding: 0 !important;
  }
}
#confermapresenza .hero .img-spirale {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 700px;
  pointer-events: none;
  /* Permette di cliccare attraverso l'immagine */
}
#confermapresenza .hero .glass-effect {
  background: rgba(90, 90, 90, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.8px) !important;
  -webkit-backdrop-filter: blur(7.8px) !important;
  border: none;
  /* Rimuovo tutti i bordi */
  border: 3px solid rgba(255, 255, 255, 0.531);
  /* Solo bordo sinistro */
  z-index: 999;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  #confermapresenza .hero .glass-effect {
    background: rgba(0, 55, 97, 0.34);
  }
}
#confermapresenza .hero .custom-text {
  font-family: "Apex New Book";
  font-size: 40px;
  line-height: 46px;
}
@media (max-width: 650px) {
  #confermapresenza .hero .custom-text {
    font-size: 30px;
    line-height: 36px;
  }
}
#confermapresenza .hero .box-unisalute {
  padding: 80px;
  color: #ffffff;
  text-align: start;
}
@media (max-width: 767px) {
  #confermapresenza .hero .box-unisalute {
    padding: 40px;
  }
}
#confermapresenza .hero .box-unisalute img {
  width: 100%;
  margin-bottom: 70px;
  object-fit: cover;
  object-position: center;
}
#confermapresenza .hero .box-unisalute p {
  font-family: "Apex New";
  font-size: 30px;
}
#confermapresenza .hero .box-unisalute .desktop {
  display: block;
}
@media (max-width: 455px) {
  #confermapresenza .hero .box-unisalute .desktop {
    display: none;
  }
}
#confermapresenza .hero .box-unisalute .mobile {
  display: none;
}
@media (max-width: 455px) {
  #confermapresenza .hero .box-unisalute .mobile {
    display: block;
  }
}
#confermapresenza .hero .boxed {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 30px;
  background: white;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  /* Stili per il form */
}
#confermapresenza .hero .boxed form {
  /* Stili per gli input di testo */
  /* Stili per il pulsante di invio */
  /* Animazione per la scelta delle esigenze alimentari */
  /* Animazione per la selezione delle scelte alimentari */
  /* Animazione per la sezione privacy sensibile */
  /* Animazione per la sezione privacy immagini */
}
#confermapresenza .hero .boxed form label, #confermapresenza .hero .boxed form input[type="checkbox"] {
  cursor: pointer;
}
#confermapresenza .hero .boxed form label {
  display: block;
}
#confermapresenza .hero .boxed form input[type="text"], #confermapresenza .hero .boxed form input[type="email"], #confermapresenza .hero .boxed form input[readonly] {
  background: transparent !important;
}
#confermapresenza .hero .boxed form input[type="text"]:focus, #confermapresenza .hero .boxed form input[type="email"]:focus, #confermapresenza .hero .boxed form select:focus, #confermapresenza .hero .boxed form input[readonly]:focus {
  outline: none;
  box-shadow: 0 0;
}
#confermapresenza .hero .boxed form input[type="checkbox"], #confermapresenza .hero .boxed form input[type="radio"] {
  margin-right: 0.5rem;
}
#confermapresenza .hero .boxed form .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
#confermapresenza .hero .boxed form .input-wrapper {
  margin-bottom: 1rem;
}
#confermapresenza .hero .boxed form input, #confermapresenza .hero .boxed form textarea {
  box-shadow: 0 0;
  outline: none;
}
#confermapresenza .hero .boxed form input:focus, #confermapresenza .hero .boxed form textarea:focus {
  border-color: #00983a;
}
#confermapresenza .hero .boxed form input[readonly] {
  cursor: not-allowed;
}
#confermapresenza .hero .boxed form #invia {
  border: 1px solid #00983a;
  color: #fff;
  background-color: #00983a;
  font-weight: bold;
  border-radius: 30px;
  width: 100%;
}
#confermapresenza .hero .boxed form #invia:hover {
  color: #00983a;
  background-color: #fff;
}
#confermapresenza .hero .boxed form #invia:disabled {
  border: 1px solid #e0e0e0;
  background-color: #e0e0e0;
  color: #b0b0b0;
}
#confermapresenza .hero .boxed form #invia:disabled:hover {
  cursor: not-allowed;
}
#confermapresenza .hero .boxed form .food-needs-container {
  overflow: hidden !important;
  max-height: 0 !important;
  opacity: 0 !important;
  transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out !important;
}
#confermapresenza .hero .boxed form .food-needs-container.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .hero .boxed form .food-choices-container {
  overflow: hidden !important;
  max-height: 0 !important;
  opacity: 0 !important;
  transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out !important;
}
#confermapresenza .hero .boxed form .food-choices-container.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .hero .boxed form #privacy-sensibile {
  overflow: hidden !important;
  max-height: 0 !important;
  opacity: 0 !important;
  transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out !important;
}
#confermapresenza .hero .boxed form #privacy-sensibile.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .hero .boxed form #privacy-immagini {
  overflow: hidden !important;
  max-height: 0 !important;
  opacity: 0 !important;
  transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out !important;
}
#confermapresenza .hero .boxed form #privacy-immagini.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .hero .boxed form #hidden-label {
  overflow: hidden !important;
  max-height: 0 !important;
  opacity: 0 !important;
  transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out !important;
}
#confermapresenza .hero .boxed form #hidden-label.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza #programma {
  min-height: 600px;
  padding: 60px 0;
  background-color: #F5F3F0;
}
#confermapresenza #programma h2 {
  margin-bottom: 30px;
  color: #003761;
  font-size: 3rem;
}
#confermapresenza #programma p {
  font-size: 18px;
}
#confermapresenza #programma ul {
  list-style-type: none;
  padding: 0;
}
#confermapresenza #dove {
  padding: 60px 0;
  text-align: center;
  background-color: #003761;
}
#confermapresenza #dove h2 {
  font-size: 3rem;
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 425px) {
  #confermapresenza #dove p.bold.text-white {
    font-size: 1.8rem;
  }
  #confermapresenza #dove p.text-white.medium {
    font-size: 1.2rem !important;
  }
}
#confermapresenza #dove p {
  font-size: 2rem;
}
#confermapresenza #dove iframe {
  width: 100%;
  min-height: 400px;
}
#confermapresenza #contatti {
  padding: 60px 0;
  text-align: center;
  background-color: #F5F3F0;
}
#confermapresenza #contatti h2 {
  font-size: 3rem;
  margin-bottom: 30px;
  color: #003761;
}
#confermapresenza #contatti p {
  color: #003761;
}
#confermapresenza #contatti .segreteria {
  font-size: 1.8rem;
}
#confermapresenza #contatti a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #003761;
}
#confermapresenza #contatti .contatti-container {
  display: flex;
  gap: 10px;
  align-items: start;
  justify-content: center;
}
#confermapresenza #contatti .contatti-container .fa-regular.fa-envelope {
  font-size: 30px;
  color: #003761;
}
#confermapresenza #contatti.online {
  background-color: #003761;
}
#confermapresenza #contatti.online h2, #confermapresenza #contatti.online p, #confermapresenza #contatti.online a, #confermapresenza #contatti.online .fa-regular.fa-envelope {
  color: #ffffff;
}
#confermapresenza #contatti.online #contact-logo {
  position: absolute;
  left: 10px;
  top: 10px;
  max-width: 200px;
}
#rifiuta .boxed {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  margin: 30px 0;
  max-width: 800px;
  max-height: 400px;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.46);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15.6px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: -1px 5px 15px 5px rgba(0, 0, 0, 0.2);
}
#rifiuta .boxed .succes-confirmed {
  border-radius: 16px;
  border: 1px solid #16375c;
  padding: 20px;
  margin: 20px 0;
}
#rifiuta .boxed .succes-confirmed p {
  color: #16375c;
  font-size: 1rem;
  text-align: justify;
  margin: 0;
}
#rifiuta .boxed form {
  border-radius: 5px;
}
#rifiuta .boxed form input {
  padding-bottom: 10px;
}
#rifiuta .boxed form label, #rifiuta .boxed form input[type="checkbox"] {
  cursor: pointer;
}
#rifiuta .boxed form label {
  display: block;
}
#rifiuta .boxed form input[type="text"], #rifiuta .boxed form input[type="email"], #rifiuta .boxed form input[readonly] {
  border: none !important;
  border-bottom: 1px solid #16375c !important;
  border-radius: 0 !important;
  background: transparent !important;
}
#rifiuta .boxed form input[type="text"]:focus, #rifiuta .boxed form input[type="email"]:focus, #rifiuta .boxed form select:focus {
  border: none;
  outline: none;
  box-shadow: 0 0;
}
#rifiuta .boxed form input[type="checkbox"], #rifiuta .boxed form input[type="radio"] {
  margin-right: 0.5rem;
}
#rifiuta .boxed form .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
#rifiuta .boxed form .input-wrapper {
  margin-bottom: 1rem;
}
#rifiuta .boxed form #invia {
  border: 1px solid #16375c;
  color: #16375c;
  background-color: transparent;
  font-weight: bold;
}
#rifiuta .boxed form #invia:hover {
  color: #ffffff;
  background-color: #16375c;
}
footer.footer-default {
  padding: 20px 0;
  text-align: center;
  background-color: #003761;
  text-align: right;
}
footer.footer-default img {
  max-width: 150px;
}
body {
  font-family: "Apex New Book";
}
.container-fluid {
  padding: 0 80px;
}
