.elementor-kit-11{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#222222;--e-global-color-accent:#E62B1E;--e-global-color-4a318e3:#F2F2F2;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:43px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-line-height:28px;--e-global-typography-text-font-family:"Work Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:none;--e-global-typography-d2e9713-font-family:"Poppins";--e-global-typography-d2e9713-font-size:16px;--e-global-typography-d2e9713-font-weight:600;--e-global-typography-d2e9713-line-height:22px;--e-global-typography-697cc4f-font-family:"Poppins";--e-global-typography-697cc4f-font-size:60px;--e-global-typography-697cc4f-font-weight:700;--e-global-typography-697cc4f-text-transform:uppercase;--e-global-typography-697cc4f-line-height:1.4em;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:#000000;}.elementor-kit-11 a:hover{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-ui-color-hover:var( --e-global-color-accent );}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-11{--e-global-typography-primary-font-size:24px;--e-global-typography-primary-line-height:1.6em;--e-global-typography-697cc4f-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-11{--e-global-typography-primary-font-size:22px;--e-global-typography-primary-line-height:1.4em;--e-global-typography-secondary-line-height:1.6em;--e-global-typography-697cc4f-font-size:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*bottone tickets*/



/*link bianco*/
.whitelink a {color: white;}

.whitelink a:hover {color:white!important;}

/* underline nero */
.nero a {
  text-decoration: none;
  position: relative;
}

.nero a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #000;
  bottom: -5px;
  left: 0;
  transition: width 0.3s ease;
}

.nero a:hover::before {
  width: 100%;
}

@media(max-width:767px){
.nero a{
color: #000 !important;
}
}

/* underline bianco */

.bianco a {
  text-decoration: none;
  position: relative;
}

.bianco a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #fff;
  bottom: -5px;
  left: 0;
  transition: width 0.3s ease;

}

.bianco a:hover::before {
  width: 100%;
}

@media(max-width:767px){
.bianco a{
color: white !important;
}
}

/* underline rosso */

.rosso a {
  text-decoration: none;
  position: relative;
}

.rosso a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #e62b1e;
  bottom: -5px;
  left: 0;
  transition: width 0.3s ease;
}

.rosso a:hover::before {
  width: 100%;
}

@media(max-width:767px){
.bianco a{
color: white !important;
}
}


.grecaptcha-badge { 
    visibility: hidden !important;
}/* End custom CSS */