  @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
.assicurazioni_sanitarie_2021 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.assicurazioni_sanitarie_2021 .as_regione_title {
  display: none;
}

.assicurazioni_sanitarie_2021 .as_regione_item_international {
  display: none;
}

.assicurazioni_sanitarie_2021 .as_distretto {
  background: #F8F8F8;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.assicurazioni_sanitarie_2021 .as_distretto:hover {
  background: #EDF7FB;
}

.assicurazioni_sanitarie_2021 .as_distretto h5 {
  margin: 0;
}

.assicurazioni_sanitarie_2021 .as_distretto a {
  color: #13485F;
  display: block;
}

.assicurazioni_sanitarie_2021 .as_distretto .as_distretto_toggle {
  font-size: 22px;
  padding: 10px;
}

.assicurazioni_sanitarie_2021 .as_distretto.active {
  background: #EDF7FB;
}

.assicurazioni_sanitarie_2021 .as_distretto.active .as_distretto_toggle {
  color: #008dc9;
}

.assicurazioni_sanitarie_2021 .as_distretto.active .fa-caret-right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.assicurazioni_sanitarie_2021 .as_item {
  padding: 15px 0;
  border-top: 1px rgba(19, 72, 95, 0.2) solid;
}

.assicurazioni_sanitarie_2021 .as_item:first-child {
  border-top: none;
}

@media (min-width: 768px) {
  .assicurazioni_sanitarie_2021 .as_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 15px;
  }
}
.assicurazioni_sanitarie_2021 .as_item .as_item_localita_struttura {
  font-size: 18px;
}

@media (min-width: 768px) {
  .assicurazioni_sanitarie_2021 .as_item .as_item_localita_struttura {
    width: 200px;
    font-size: 20px;
  }
}
.assicurazioni_sanitarie_2021 .as_item .as_item_nome_struttura {
  font-size: 16px;
}

@media (min-width: 768px) {
  .assicurazioni_sanitarie_2021 .as_item .as_item_nome_struttura {
    width: calc(80% - 200px);
    font-size: 18px;
  }
}
.assicurazioni_sanitarie_2021 .as_item .as_item_links_container {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .assicurazioni_sanitarie_2021 .as_item .as_item_links_container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0;
  }
}
.assicurazioni_sanitarie_2021 .as_item .as_item_links_container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .assicurazioni_sanitarie_2021 .as_item .as_item_links_container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.assicurazioni_sanitarie_2021 .as_item .as_item_links_container a:first-child {
  margin-left: 0;
}

.assicurazioni_sanitarie_2021 .as_item .as_item_links_container a:hover {
  cursor: pointer;
}

.assicurazioni_sanitarie_2021 .as_item .as_item_links_container a:hover span {
  color: #13485F;
}

.assicurazioni_sanitarie_2021 .as_item .as_item_links_container a:hover .circle {
  background: #13485F;
}

.assicurazioni_sanitarie_2021 .as_item .as_item_links_container a span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
  font-weight: normal;
  color: #008dc9;
  font-size: 15px;
}

@media (min-width: 768px) {
  .assicurazioni_sanitarie_2021 .as_item .as_item_links_container a span {
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: center;
  }
}
.assicurazioni_sanitarie_2021 .as_item .as_item_links_container .circle {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #008dc9;
  color: #FFF;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.as_maggiori_informazioni {
  background: rgba(19, 72, 95, 0.1);
  color: #13485F;
  padding: 20px;
  border-radius: 5px;
  margin-top: 40px;
}

.as_maggiori_informazioni a {
  color: #13485F;
  text-decoration: underline;
}

.as_form_contatto_2021 input[type=submit] {
  padding: 20px;
  text-transform: uppercase;
  min-width: 200px;
}

.partners-slider {
  position: relative;
}

.partners-slider .slick-prev:before, .partners-slider .slick-next:before {
  color: #444;
}

.lista_strutture_documentazione {
  max-width: 700px;
  margin: 0 auto;
}

.struttura_link_documentazione {
  display: block;
  padding: 10px;
  background: #F4F4F4;
  margin-bottom: 10px;
  color: #13485F;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .struttura_link_documentazione {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.struttura_link_documentazione strong {
  font-weight: 800;
}

.struttura_link_documentazione svg {
  margin-right: 5px;
}

.struttura_link_documentazione span {
  font-weight: normal;
  color: #555;
  font-size: 0.9em;
  display: none;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .struttura_link_documentazione span {
    display: block;
  }
}
.struttura_link_documentazione:hover {
  opacity: 1;
  background: rgba(0, 141, 201, 0.1);
  cursor: pointer;
  color: #13485F;
}

.struttura_link_documentazione:hover span {
  opacity: 1;
}

.newsletter-box {
  display: none !important;
}

.split-section-intro .btn-secondary:hover a {
  color: #FFF;
}

.split-section-intro .btn-secondary a:hover {
  color: #FFF;
}

.as_landing_page {
  background: rgba(0, 141, 201, 0.15);
  padding: 40px 0;
}

@media (min-width: 768px) {
  .as_landing_page {
    padding: 80px 0;
  }
}
.as_landing_page .spacer {
  width: calc(100% - 30px);
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .as_landing_page .intro {
    text-align: center;
  }
}
.as_landing_page .intro h1, .as_landing_page .intro h2, .as_landing_page .intro h3, .as_landing_page .intro h4, .as_landing_page .intro h5, .as_landing_page .intro h6 {
  color: #13485F;
  font-weight: 900;
  font-size: 25px;
  line-height: 1em;
}

@media (min-width: 768px) {
  .as_landing_page .intro h1, .as_landing_page .intro h2, .as_landing_page .intro h3, .as_landing_page .intro h4, .as_landing_page .intro h5, .as_landing_page .intro h6 {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  .as_landing_page .image {
    width: calc(50% - 20px);
  }
}
.as_landing_page .image img {
  width: 150px;
  height: auto;
}

@media (min-width: 768px) {
  .as_landing_page .image img {
    width: 100%;
  }
}
.as_landing_page .text {
  color: #13485F;
}

@media (min-width: 768px) {
  .as_landing_page .text {
    width: calc(50% - 20px);
    font-size: 18px;
  }
}
.as_landing_page .as_form_contatto_2021 {
  margin-top: 20px;
}

.as_landing_page .as_form_contatto_2021 .ExplanationText {
  font-size: 0.9em;
}

@media (min-width: 768px) {
  .as_landing_page .as_form_contatto_2021 .ExplanationText {
    font-size: 0.8em;
  }
}
.as_landing_page .flexer {
  margin: 10px 0 0 0;
}

@media (min-width: 768px) {
  .as_landing_page .flexer {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.landing_page_2021 .banner {
  background: url("/admingvm/media/GVM_NET_Immagini/bg_landing_2021.jpg");
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 960px) {
  .landing_page_2021 .banner {
    padding: 170px 0;
  }
}

.landing_page_2021 .banner .spacer {
  width: calc(100% - 30px);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.landing_page_2021 .banner .title {
  color: #008dc9;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
}

@media (min-width: 768px) {
  .landing_page_2021 .banner .title {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .landing_page_2021 .banner .description {
    font-size: 30px;
  }
}
.landing_page_2021 .banner .links a {
  margin-top: 15px;
  text-transform: uppercase;
  color: #008dc9;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  padding: 8px 12px;
  border: 2px #008dc9 solid;
  border-radius: 10px;
  display: inline-block;
  font-size: 15px;
}

@media (min-width: 768px) {
  .landing_page_2021 .banner .links {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .landing_page_2021 .banner .links a {
    font-size: 20px;
  }
}
.landing_page_2021 .banner .links a:first-child {
  background: #008dc9;
  color: #FFF;
}

.landing_page_2021 .event_slide {
  padding: 50px 0;
}

.landing_page_2021 .event_slide .spacer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.landing_page_2021 .event_slide .intro {
  margin-bottom: 30px;
  text-align: center;
}

.landing_page_2021 .event_slide .intro h1, .landing_page_2021 .event_slide .intro h2, .landing_page_2021 .event_slide .intro h3, .landing_page_2021 .event_slide .intro h4, .landing_page_2021 .event_slide .intro h5, .landing_page_2021 .event_slide .intro h6 {
  color: #C4C4C4;
  text-transform: uppercase;
}

.landing_page_2021 .event_slide .super_slide {
  padding: 10px 5px;
}

.landing_page_2021 .event_slide .slide_evento {
  width: 250px;
}

@media (min-width: 375px) {
  .landing_page_2021 .event_slide .slide_evento {
    width: 280px;
  }
}
@media (min-width: 768px) {
  .landing_page_2021 .event_slide .slide_evento {
    max-width: 340px;
  }
}
.landing_page_2021 .event_slide .slide_evento .immagine {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media (min-width: 375px) {
  .landing_page_2021 .event_slide .slide_evento .immagine {
    height: 200px;
  }
}
.landing_page_2021 .event_slide .slide_evento .data {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 7px 14px;
  background: rgba(19, 72, 95, 0.8);
  color: #FFF;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}

.landing_page_2021 .event_slide .blocco_evento {
  background: #008dc9;
  color: #FFF;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .landing_page_2021 .event_slide .blocco_evento {
    margin-left: 50px;
  }
}
@media (min-width: 960px) {
  .landing_page_2021 .event_slide .blocco_evento {
    width: 220px;
    max-width: none;
  }
}
.landing_page_2021 .event_slide .blocco_evento:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .landing_page_2021 .event_slide .blocco_evento {
    width: 180px;
  }
}
.landing_page_2021 .event_slide .blocco_evento .content {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 32px;
  line-height: 0.9em;
  padding: 15px 10px;
}
@media (min-width: 768px) {
  .landing_page_2021 .event_slide .blocco_evento .content {
    font-size: 40px;
    padding: 20px;
  }
}
@media (min-width: 960px) {
  .landing_page_2021 .event_slide .blocco_evento .content {
    font-size: 50px;
  }
}
.landing_page_2021 .event_slide .blocco_evento .content strong {
  font-size: 0.4em;
  display: block;
  line-height: 1;
}
@media (min-width: 768px) {
  .landing_page_2021 .event_slide .blocco_evento .content strong {
    font-size: 0.5em;
  }
}

.landing_page_2021 .event_slide .slide_evento .minidescription {
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif;
  padding-bottom: 10px;
  position: relative;
}
.landing_page_2021 .event_slide .slide_evento .minidescription:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  border-bottom: 1px #DDD solid;
  display: block;
  content: "";
}
.landing_page_2021 .event_slide .slide_evento.specializzazione_Rosa .contenuto h2 {
  color: #d2a5a8;
}
.landing_page_2021 .event_slide .slide_evento.specializzazione_Rosa .data {
  background: rgba(210, 165, 168, 0.8);
}
.landing_page_2021 .event_slide .slide_evento.specializzazione_Rosa .trigger_prezzo {
  background: -webkit-gradient(linear, left top, right bottom, from(#d2a5a8), to(#F4C1C4));
  background: linear-gradient(to bottom right, #d2a5a8, #F4C1C4);
}
.landing_page_2021 .event_slide .slide_evento.specializzazione_Arcobaleno .contenuto h2 {
  color: rgb(148, 209, 240);
}
.landing_page_2021 .event_slide .slide_evento.specializzazione_Arcobaleno .data {
  background: linear-gradient(60deg, rgba(148, 202, 170, 0.8) 0%, rgba(148, 209, 240, 0.8) 17%, rgba(236, 160, 110, 0.8) 34%, rgba(179, 135, 208, 0.8) 50%, rgba(231, 141, 141, 0.8) 68%, rgba(213, 90, 90, 0.8) 84%, rgba(194, 128, 39, 0.8) 100%);
}
.landing_page_2021 .event_slide .slide_evento.specializzazione_Arcobaleno .trigger_prezzo {
  background: linear-gradient(60deg, rgba(148, 202, 170, 0.8) 0%, rgba(148, 209, 240, 0.8) 17%, rgba(236, 160, 110, 0.8) 34%, rgba(179, 135, 208, 0.8) 50%, rgba(231, 141, 141, 0.8) 68%, rgba(213, 90, 90, 0.8) 84%, rgba(194, 128, 39, 0.8) 100%);
}

.landing_page_2021 .form {
  background: rgba(0, 141, 201, 0.2);
  padding: 90px 0;
}
.landing_page_2021 .form .spacer {
  width: calc(100% - 30px);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.landing_page_2021 .form .form_title {
  text-transform: uppercase;
  font-weight: 900;
  color: #008dc9;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .landing_page_2021 .form .form_title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
.landing_page_2021 .form label {
  color: #125571;
  font-family: "Roboto Condensed", sans-serif;
}
.landing_page_2021 .form input[type=submit] {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .landing_page_2021 .form input[type=submit] {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .landing_page_2021 .form #field_MotivoContatto {
    padding: 20px;
    background: rgba(0, 141, 201, 0.1);
    border-radius: 5px;
    width: 100%;
  }
}
.landing_page_2021 .form #field_MotivoContatto .editing-form-label {
  color: #125571;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 18px;
  letter-spacing: 0.200000003px;
  line-height: 18px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.landing_page_2021 .form #field_MotivoContatto label {
  color: #555;
  font-weight: normal;
  font-family: proxima-nova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  text-transform: none;
  margin: 0 20px 0 5px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .landing_page_2021 .form #field_MotivoContatto .radio-list-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
}
.landing_page_2021 .form #field_Accettazione {
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  padding-top: 20px;
}
.landing_page_2021 .form #field_Accettazione .editing-form-value-cell, .landing_page_2021 .form #field_Profilazione .editing-form-value-cell, .landing_page_2021 .form #field_TrattamentoDati .editing-form-value-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.landing_page_2021 .form #field_Accettazione .editing-form-value-cell .explanation-text, .landing_page_2021 .form #field_Profilazione .editing-form-value-cell .explanation-text, .landing_page_2021 .form #field_TrattamentoDati .editing-form-value-cell .explanation-text {
  font-size: 0.9em;
}
.landing_page_2021 .form #field_Accettazione .editing-form-value-cell input, .landing_page_2021 .form #field_Profilazione .editing-form-value-cell input, .landing_page_2021 .form #field_TrattamentoDati .editing-form-value-cell input {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .editing-form-category-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#field_Richiesta, #field_evento {
  width: 100%;
}

#field_MERGE_FNAME, #field_MERGE_LNAME, #field_MERGE_MMERGE15, #field_Email {
  width: 100%;
}
@media (min-width: 768px) {
  #field_MERGE_FNAME, #field_MERGE_LNAME, #field_MERGE_MMERGE15, #field_Email {
    width: calc(50% - 10px);
  }
}

.landing_page_2021 .slide_container {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.landing_page_2021 .slide_evento .specializzazione {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}

.landing_page_2021 .slide_evento .struttura span {
  color: #999;
}

.landing_page_2021 .slide_evento .struttura strong {
  display: block;
}

.landing_page_2021 .slide_evento .trigger_informazioni {
  margin-top: 20px;
  display: block;
  color: #125571;
  font-family: "Roboto Condensed", sans-serif;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.landing_page_2021 .slide_evento .trigger_informazioni:hover {
  opacity: 1;
}

.landing_page_2021 .slick-dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 30px;
}
.landing_page_2021 .slick-dots button {
  display: none;
}
.landing_page_2021 .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  list-style: none;
}
.landing_page_2021 .slick-dots li:before {
  content: "";
  background: #125571;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  display: block;
  opacity: 0.3;
}
.landing_page_2021 .slick-dots li.slick-active:before {
  opacity: 1;
}

.landing_evento_2021 .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.landing_evento_2021 .mr-auto {
  margin-right: 0 !important;
}
.landing_evento_2021 .navbar-tagline {
  display: inline-block !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}

.landing_page_2021 .slide_evento .trigger_prezzo {
  background: -webkit-gradient(linear, left top, right bottom, from(#006996), to(#008dc9));
  background: linear-gradient(to bottom right, #006996, #008dc9);
  border-radius: 0 30px 30px 0;
  padding: 10px 30px 10px 20px;
  margin-left: -15px;
  margin-top: 20px;
  display: inline-block;
  color: #FFF;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

@media (min-width: 768px) {
  .landing_page_2021 .slide_evento .trigger_prezzo {
    margin-left: -20px;
  }
}
.landing_page_2021 .slide_evento .trigger_prezzo strong {
  font-weight: bold;
}

.landing_page_2021 .slide_evento .contenuto {
  padding: 15px;
}

@media (min-width: 768px) {
  .landing_page_2021 .slide_evento .contenuto {
    padding: 20px;
  }
}
.landing_page_2021 .slide_evento .contenuto h2 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #008dc9;
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 0.9em;
  font-weight: bold;
  margin: 10px 0;
}

.landing_page_2021 .share_container {
  text-align: center;
  margin-top: 20px;
}
.landing_page_2021 .share_container .share_facebook {
  background: #4267B2;
  color: #FFF;
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
}
.landing_page_2021 .share_container .share_whatsapp {
  background: #25D366;
  color: #FFF;
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .landing_page_2021 .share_container .share_whatsapp {
    margin-top: 0;
  }
}
.landing_page_2021 .strutture {
  padding: 40px 0;
}
.landing_page_2021 .strutture .spacer {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.landing_page_2021 .strutture .intro {
  text-transform: uppercase;
  font-weight: 900;
  color: #008dc9;
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
}
@media (min-width: 768px) {
  .landing_page_2021 .strutture .intro {
    font-size: 35px;
  }
}
@media (min-width: 523px) {
  .landing_page_2021 .strutture_repeater {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.landing_page_2021 .strutture_repeater .struttura {
  margin: 10px 0 0 0;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 523px) {
  .landing_page_2021 .strutture_repeater .struttura {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    margin: 10px;
  }
}
@media (min-width: 768px) {
  .landing_page_2021 .strutture_repeater .struttura {
    -ms-flex-preferred-size: calc(33% - 20px);
        flex-basis: calc(33% - 20px);
  }
}
.landing_page_2021 .strutture_repeater .struttura .title {
  color: #13485F;
  margin: 10px 0 5px 0;
}
.landing_page_2021 .strutture_repeater .struttura .title a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #13485F;
}
.landing_page_2021 .strutture_repeater .struttura .title a:hover {
  opacity: 0.5;
}
.landing_page_2021 .strutture_repeater .struttura .contatta_struttura_link {
  background: #13485F;
  color: #FFF;
  border-radius: 20px;
  padding: 6px 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  margin-top: 5px;
  display: inline-block;
  font-size: 16px;
}
.landing_page_2021 .strutture_repeater .struttura .contatta_struttura_link:hover {
  background: #008dc9;
}
@media (min-width: 768px) {
  .landing_page_2021 .strutture_repeater .struttura .contatta_struttura_link {
    font-size: 18px;
    padding: 8px 16px;
  }
}
.landing_page_2021 .strutture_repeater .struttura .immagine {
  height: 150px;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.landing_page_2021 .strutture_repeater .struttura .immagine:hover {
  opacity: 0.5;
}
@media (min-width: 375px) {
  .landing_page_2021 .strutture_repeater .struttura .immagine {
    height: 200px;
  }
}
@media (min-width: 523px) {
  .landing_page_2021 .strutture_repeater .struttura .immagine {
    height: 200px;
  }
}

.prenotazioni_2021 .flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box_prenotazioni_2021 {
  background: rgba(18, 85, 113, 0.1);
  border-radius: 10px;
  padding: 0px 20px 20px 20px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box_prenotazioni_2021.active {
  background: rgba(18, 85, 113, 0.2);
}
.box_prenotazioni_2021.active .block_mobile:hover {
  opacity: 1;
}
.box_prenotazioni_2021.active .block_mobile:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 768px) {
  .box_prenotazioni_2021 {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    margin: 10px 10px;
  }
}
@media (min-width: 1200px) {
  .box_prenotazioni_2021 {
    -ms-flex-preferred-size: calc(33.3% - 20px);
        flex-basis: calc(33.3% - 20px);
  }
}
.box_prenotazioni_2021 .block_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  padding-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .box_prenotazioni_2021 .block_mobile {
    display: block;
  }
}
.box_prenotazioni_2021 .block_mobile:after {
  content: "▸";
  position: absolute;
  right: 0;
  font-size: 40px;
  color: #125571;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .box_prenotazioni_2021 .block_mobile:after {
    display: none;
  }
}
.box_prenotazioni_2021 .block_mobile:hover {
  cursor: pointer;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .box_prenotazioni_2021 .block_mobile:hover {
    cursor: default;
    opacity: 1;
  }
}
.box_prenotazioni_2021 .block_desktop {
  display: none;
}
@media (min-width: 768px) {
  .box_prenotazioni_2021 .block_desktop {
    display: block;
  }
}
.box_prenotazioni_2021 .image {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .box_prenotazioni_2021 .image {
    margin-right: 0;
  }
}
.box_prenotazioni_2021 .title {
  font-family: "Roboto Condensed", sans-serif;
  color: #125571;
  font-weight: bold;
  margin-top: 10px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1em;
}
.box_prenotazioni_2021 .text {
  font-size: 15px;
  line-height: 1.2em;
  margin-top: 10px;
}
.box_prenotazioni_2021 .form-control {
  margin-top: 10px;
}
.box_prenotazioni_2021 .sub_link a {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  color: #008dc9;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box_prenotazioni_2021 .sub_link a:hover {
  color: #125571;
}
.box_prenotazioni_2021 .sub_link a:before {
  content: "▸";
  font-weight: bold;
  margin-right: 5px;
}