* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Dosis", sans-serif;
  list-style: none;
}
* input:focus,
* select:focus,
* textarea:focus,
* button:focus {
  outline: none;
}
* a {
  text-decoration: none;
  color: inherit;
}

*:focus {
  outline: none;
}

body {
  overflow-x: hidden;
}

.grecaptcha-badge {
  display: none !important;
}

.grass {
  font-weight: bold !important;
}

.cors {
  font-style: italic !important;
}

.sott {
  -webkit-text-decoration: underline #96BEFF 2px;
          text-decoration: underline #96BEFF 2px;
}

.noClick {
  pointer-events: none !important;
}

.disabilitato {
  pointer-events: none !important;
  filter: blur(2px) !important;
}

.nascosto {
  display: none;
}

.centrato {
  text-align: center !important;
}

.giustificato {
  text-align: justify !important;
}

.pointer:hover {
  cursor: pointer;
}

#attendere {
  display: none;
  width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5000;
}

button {
  border-radius: 10px;
  padding: 0 15px;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

button:hover, select:hover {
  cursor: pointer;
}

form .campo {
  position: relative;
  margin: 20px 0;
}
form .campo-radio input[type=radio]:hover, form .campo-radio label:hover {
  cursor: pointer;
}
form .campo-radio label {
  all: revert;
  padding: 0 20px 0 5px;
  font-size: 1.2rem;
}
form input:not([type=checkbox]):not([type=file]):not([type=radio]), form select {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 10px;
}
form input[type=file] {
  display: block;
  width: 100%;
  font-size: 1.1rem;
  border-radius: 10px;
  padding: 15px 0 10px 15px;
}
form textarea {
  display: block;
  width: 100%;
  font-size: 1rem;
  border-radius: 10px;
  padding: 5px;
  font-weight: bold;
}
form label {
  display: block;
  background-color: #fff;
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 0 5px;
  color: #000;
  font-weight: bold;
}
form button {
  height: 40px;
  margin-bottom: 10px;
}
form input[type=checkbox] {
  /* IE */
  /* FF */
  /* Safari and Chrome */
  /* Opera */
  transform: scale(2);
  margin: 0 15px 0 10px;
}
form .span_checkbox {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 2em;
  text-indent: -2em;
}
form input[type=checkbox]:hover {
  cursor: pointer;
}
form .div_button_iscrizione {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
form .div_button_iscrizione button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 10px;
}
form .div_button_iscrizione_aggiungi {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
form .div_button_iscrizione_aggiungi button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 10px;
  line-height: 90%;
}

header {
  height: 100px;
  padding: 10px;
  color: #FFD796;
  position: fixed;
  width: 100%;
  background: #960000;
  background: linear-gradient(180deg, #960000 0%, #960000 90%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}
header #parallax_dx div:hover, header #parallax_sx div:hover {
  cursor: pointer;
}
header #parallax_dx img, header #parallax_sx img {
  height: 70px;
  margin: 0 10px;
}
header #menu_header {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
header #menu_header .voce_menu_header {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 120px;
  height: 50px;
  border-radius: 10px;
  border: solid 3px #fff;
  transition: 0.5s;
}
header #menu_header .voce_menu_header:hover {
  cursor: pointer;
  color: #960000;
  background-color: #fff;
}

main {
  padding: 110px 10px 10px 10px;
  min-height: calc(100vh - 100px);
  z-index: 1;
}
main img {
  width: 80%;
  margin: 20px 0;
}
main .pallina {
  position: fixed;
  border-radius: 100%;
  opacity: 0.3;
  z-index: -1;
}
main #div_menu_mobile {
  display: none;
  z-index: 100;
}
main #principale {
  padding: 10px;
}
main #principale .riquadro {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 10px 15px;
  margin: 0 0 20px 0;
}
main #principale .riquadro a {
  display: block;
}
main #principale .riquadro_partecipante {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0 10px;
  margin: 0 0 20px 0;
}
main #principale .riquadro_partecipante a {
  display: block;
}
main #principale .riquadro_partecipante img {
  margin: 10px 0 0 0;
  width: 20px;
  margin-left: auto;
}
main #principale .riquadro_partecipante img:hover {
  cursor: pointer;
}
main #principale p {
  font-size: 1.4rem;
}
main #principale .admin_button {
  padding: 5px 15px;
  margin: 10px;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  border: solid 3px #F74545;
  border-radius: 10px;
  background-color: #fff;
}
main #principale .admin_button:hover {
  background-color: #F74545;
  color: #fff;
}
main #principale table.sortable {
  margin-bottom: 20px;
  padding: 5px;
  border: solid 2px #F74545;
  border-radius: 10px;
}
main #principale table.sortable th, main #principale table.sortable td {
  padding: 5px;
}
main #principale table.sortable thead {
  background-color: #F74545;
  color: #fff;
  font-weight: bold;
}
main #principale table.sortable thead:hover {
  cursor: pointer;
}
main #principale .colonne {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
main #principale .colonne div {
  max-width: 600px;
}
main #principale #img_co_festa {
  width: 400px;
}
main #principale .img_zoom {
  border-radius: 10px;
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
main #principale .img_zoom:hover {
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  transform: scale(1.05);
}
main #principale #copertina {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: calc(100vh - 240px);
}
main #principale #copertina #img_copertina {
  width: 80%;
}
main #principale #copertina #img_caro_festa {
  width: 20%;
}
main #principale #copertina #img_caro_festa:hover {
  cursor: pointer;
}
main .bando {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
main .bando img {
  height: 40px;
  width: auto;
  margin: 0;
}
main #musicalbatros_clic {
  width: 100%;
  height: 300px;
  font-size: 50px;
  color: #960000;
  background-color: #96BEFF;
}
main #musicalbatros_clic_reset {
  width: 100%;
  padding: 20px;
  margin: 20px 0;
  font-size: 30px;
  color: #009696;
}
main #div_squadra_prenotata {
  text-align: center;
  font-size: 150px;
  color: #009696;
}

footer {
  min-height: 100px;
  padding: 10px;
  color: #FFD796;
  background: #960000;
  background: linear-gradient(0deg, #960000 0%, #960000 90%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}
footer img {
  height: 50px;
}
footer #div_footer_1 img {
  height: 70px;
  margin-top: 5px;
}

@media all and (max-width: 900px) {
  header {
    justify-content: space-around;
  }
  header #menu_header_mobile {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  header #parallax_dx img {
    height: 60px;
    margin: 0 10px;
  }
  header #parallax_sx {
    display: none;
  }
  header #menu_header {
    display: none;
    background-color: red;
  }

  main {
    padding: 110px 0 0 0;
  }
  main #div_menu_mobile {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #FFD796;
    position: absolute;
    top: 0;
    padding-top: 100px;
  }
  main #div_menu_mobile .riquadro_menu_mobile {
    display: none;
    justify-content: center;
    align-items: center;
    margin: 30px 30px 0 30px;
    border: solid 5px #960000;
    border-radius: 10px;
    height: 75px;
  }
  main #div_menu_mobile .riquadro_menu_mobile .dicitura_menu_mobile {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #960000;
    font-weight: bold;
    font-size: 2rem;
  }
  main #div_menu_mobile:hover {
    cursor: pointer;
  }
  main #principale {
    padding: 10px 30px;
  }
  main #principale .colonne div {
    width: 100%;
  }
  main #principale #img_co_festa {
    width: 100%;
  }
  main #principale #copertina {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: calc(100vh - 240px);
  }
  main #principale #copertina #img_copertina {
    width: 80%;
  }
  main #principale #copertina #img_caro_festa {
    width: 20%;
  }
  main #principale #copertina #img_caro_festa:hover {
    cursor: pointer;
  }

  footer {
    font-size: 0.9rem;
  }
  footer img {
    height: 40px;
  }
  footer #div_footer_1 img {
    height: 60px;
    margin-top: 5px;
  }
}
