@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap";header{height:5rem;display:flex;align-items:center;position:sticky;top:0;background-color:#fff;box-shadow:inset 0 -3px #224889}header .logo{height:100%;width:10%;min-width:5em;background-color:#224889;display:flex;justify-content:center;align-items:center;z-index:1}header nav{height:100%;position:absolute;width:100%;display:flex;justify-content:center;align-items:center}header nav a{color:#000;text-decoration:none;margin:25px}header nav .hamburgerContainer{display:none}@media (max-width: 1025px){header nav a{display:none}header nav{display:flex;justify-content:end;align-items:center}header nav .hamburgerContainer{height:2em;min-width:0;width:2em;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:transparent;margin-right:25px;row-gap:5px;cursor:pointer}header nav .hamburgerContainer .bar1,header nav .hamburgerContainer .bar2,header nav .hamburgerContainer .bar3{height:3px;width:80%;border-radius:10px;background-color:#000;z-index:2;transition:all .3s ease;transform-origin:center}.open .bar1{margin-bottom:4px;transform:translateY(10px) rotate(45deg)}.open .bar2{opacity:0}.open .bar3{transform:translateY(-10px) rotate(-45deg)}header .menu-mobile{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;min-height:100vh;min-width:15em;top:0;right:100%;transition:right .3s ease;row-gap:20px;z-index:1;background-color:#fff;box-shadow:#0000003d 0 3px 8px}header .menu-mobile .link{z-index:2}.menu-mobile.open{right:0}}footer{width:100%;display:flex;flex-wrap:wrap;height:auto;margin-top:auto}footer .footer-section{width:100%;background-color:#224889;display:flex;justify-content:space-around;padding:.5em}footer .footer-section .contatti{columns:1;width:33%;display:flex;flex-direction:column}footer .footer-section .contatti a,footer .footer-section .seguici p,footer .footer-section .orari p,footer .footer-section .contatti p{margin:0 0 1px;text-align:center;text-decoration:none}footer .footer-section .seguici p:nth-of-type(1),footer .footer-section .orari p:nth-of-type(1),footer .footer-section .contatti p:nth-of-type(1){color:#fff;font-weight:500;text-align:center;margin-bottom:10px}footer .footer-section .orari p:nth-of-type(3),footer .footer-section .orari p:nth-of-type(2),footer .footer-section .contatti a:nth-of-type(1),footer .footer-section .contatti a:nth-of-type(3),footer .footer-section .contatti a:nth-of-type(2){color:#fff;text-align:center;font-size:.8em}footer .footer-section .orari{columns:2;display:flex;flex-direction:column;width:33%}footer .footer-section .seguici{columns:3;display:flex;flex-direction:column;width:33%}footer .footer-section .seguici .link{color:#fff;text-align:center;font-size:.8em;text-decoration:none}footer .credits{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;background-color:#224889;color:#fff}footer .credits p{font-size:.8em}footer a{color:#fff}@media (max-width: 1025px){footer .footer-section{flex-direction:column;display:flex;row-gap:20px;padding-left:2em}footer .footer-section .orari,footer .footer-section .seguici,footer .footer-section .contatti{width:100%}footer .footer-section .contatti{padding-top:1em}footer .footer-section .seguici{padding-bottom:1em}footer .footer-section .contatti p:nth-of-type(1),footer .footer-section .seguici p:nth-of-type(1),footer .footer-section .orari p:nth-of-type(1){text-align:left}footer .footer-section .orari p:nth-of-type(3),footer .footer-section .orari p:nth-of-type(2),footer .footer-section .contatti a:nth-of-type(1),footer .footer-section .contatti a:nth-of-type(3),footer .footer-section .contatti a:nth-of-type(2){text-align:left}footer .footer-section .seguici .link{text-align:left}footer .credits{display:flex;flex-wrap:wrap;justify-content:center;padding:.5em 3em .5em 2em;border-top:1px solid #fff}}.herosection .banner{width:100%;display:flex;justify-content:center}.herosection .banner .img_banner{width:100%;border-radius:10px}.herosection .risultati h3,.herosection .sportSeguiti h3,.herosection .prossimiEventi h3,.herosection .notizieRecenti h3{margin-top:0;font-size:125%}.herosection .risultati .risultaticontainer{display:flex;overflow-x:scroll;overflow-y:hidden;padding:.5em;gap:.5em}.herosection .notizieRecenti .notizieSection .sx{grid-column:1;padding-top:5px;padding-bottom:5px}.datacrea{font-size:.7em;margin:0;align-self:flex-end;color:#7a7a7a}body{margin:0;padding:0;display:flex;min-height:100vh;flex-direction:column;font-family:Poppins,sans-serif}.loading-container{height:5em;width:100%;display:flex;align-items:center;justify-content:center}.loading-container p{font-weight:500;font-size:1em}.card{flex:0 0 auto;height:auto;width:7em;border-radius:10px;box-shadow:#00000029 0 1px 4px;padding:.5em}.card .img{grid-column:1;width:100%;display:flex;justify-content:center;align-items:center}.card .sportName{grid-column:2;display:flex;align-items:center;justify-content:center}.card .sportName .link{font-size:.7em}.tag{align-self:baseline;font-size:.6em;margin:0;border-radius:5px;color:#fff;padding:5px}.cardDX{width:100%;padding-top:5px;padding-bottom:5px;display:grid;grid-template-columns:5em auto;padding-right:10px}.cardDX .container-info{grid-column:2}.cardDX .title{width:100%;display:flex;flex-direction:column;padding-left:5px}.cardDX .container-info .title .datacrea{font-size:.7em;margin:0;align-self:flex-end;color:#7a7a7a}.cardDX .container{grid-column:1;display:flex;align-items:center;width:100%}.cardDX .img{display:flex;justify-content:center;align-items:center;width:inherit;height:3.5em}.cardDX .img img{width:100%;height:100%;object-fit:cover}.cardDX .container-info .title .link h5{margin:0 0 5px;width:80%;line-height:1.2em}.cardRisultati{flex:0 0 auto;min-height:7em;width:7em;display:grid;grid-template-rows:50% 25% 25%;border-radius:10px;box-shadow:#00000029 0 1px 4px;padding:1em;row-gap:5px}.cardRisultati .img{grid-row:1;display:flex;align-items:center;justify-content:center}.cardRisultati .filename{grid-row:3;display:flex;justify-content:center;align-items:center}.cardRisultati .category{grid-row:2;display:flex;justify-content:center;align-items:center;border-radius:5px}.cardRisultati .category p,.cardRisultati .filename p{text-align:center;font-size:.7rem;line-height:15px}.cardRisultati .category p{color:#fff;padding:.5em;border-radius:5px;margin-top:0}.cardRisultati .filename p{margin-top:0}.link .evento{height:17em;width:10em;flex:0 0 auto;display:grid;grid-template-rows:80% 20%;box-shadow:#00000029 0 1px 4px}.link .evento .img{grid-row:1}.link .evento .img img{height:100%;width:100%;object-fit:cover}.link .evento .nomeEvento{display:flex;justify-content:center;align-items:center;grid-row:2;padding:.5em}.link .evento .nomeEvento p{text-align:center;font-size:.7rem;font-weight:500}.content{flex:1;width:100%;display:flex;justify-content:center}.link{color:#000;text-decoration:none}.content .herosection{width:70%;padding:1em}.herosection .altriEventi,.herosection .eventiSettimana{margin-top:2em;margin-bottom:3em;padding:1em}.herosection .altriEventi h3,.herosection .eventiSettimana h3{margin-top:0}.herosection .eventiSettimana .eventi{width:100%;display:flex;column-gap:15px;flex-wrap:wrap}.herosection .eventiSettimana .eventi .card{height:15em;width:10em;display:grid;grid-template-rows:65% auto;box-shadow:#00000029 0 1px 4px}.herosection .eventiSettimana .eventi .card .img{grid-row:1}.herosection .eventiSettimana .eventi .card .img img{height:100%;width:100%;object-fit:cover}.herosection .eventiSettimana .eventi .info{grid-row:2;display:flex;flex-direction:column;height:100%;width:100%;padding-bottom:.2em}.herosection .eventiSettimana .eventi .info h5{margin:5px 10px;font-size:.7em}.herosection .eventiSettimana .eventi .info p{font-size:.7em;margin:0 10px 0 0;align-self:flex-end}.herosection .altriEventi .listaEventi{display:flex;flex-direction:column;row-gap:15px;width:100%}@media (max-width: 1025px){.content .herosection{width:95%;padding:1em}.herosection .altriEventi .listaEventi .cardOrizzontali .img{width:10em;height:100%}}.content{flex:1;min-height:100vh;width:100%;display:flex;justify-content:center}.content .hero .content1{grid-column:1;display:flex;flex-direction:column;justify-content:right;border-right:2px solid #D8D5DB}.content .hero .content1 .title{display:flex;padding:.5em;border-bottom:2px solid #D8D5DB;max-width:80%;text-align:left}.content .hero .content1 .text{display:flex;flex-direction:column;max-width:80%;padding:.5em;justify-content:left}.content .hero .content1 .text p{margin:0;font-size:.7em;padding-bottom:.5em}.content .hero .content1 .photogallery{width:100%;padding:.5em;width:80%}.content .hero .content1 .photogallery .gallerycontainer{height:11em;width:90%;display:flex;padding:.5em;overflow-x:scroll;overflow-y:hidden;column-gap:10px}.content .hero .content1 .photogallery .gallerycontainer .img{flex:0 0 auto;height:100%;width:10em}.content .hero .content1 .photogallery .gallerycontainer .img img{width:100%;height:100%;object-fit:cover}.content .hero .other .title h4{margin:0}@media (max-width: 1025px){.content .hero{display:flex;flex-direction:column;width:90%}.content .hero .content1{border:none}.content .hero .content1 .data,.content .hero .content1 .photogallery .gallerycontainer{width:100%}.content .hero .other .correlate{width:100%;margin-top:1em}}.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;right:0;top:0;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translate(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}.content-about{flex:1;height:100%;width:100%;display:flex;justify-content:center}.content-about .hero{width:80%;column-gap:10px;padding:1em}.content-about .hero .text p{text-align:justify}.tagEvent{display:flex;justify-content:center;width:7em;font-size:.8em;margin:1em 0 0;border-radius:5px;color:#fff;padding:5px}.content{flex:1;width:100%;min-height:100vh;display:flex;justify-content:center}.content .hero{width:80%;display:grid;grid-template-columns:70% 30%;column-gap:10px;padding:1em}.content .hero .content1{grid-column:1;display:flex;height:100%;flex-direction:column;justify-content:right;border-right:2px solid #D8D5DB}.content .hero .content1 .title{display:flex;height:auto;padding:.5em;border-bottom:2px solid #D8D5DB;max-width:80%;text-align:left}.content .hero .content1 .title h3{margin:0}.content .hero .content1 .text{display:flex;max-width:80%;padding:.5em;height:auto;justify-content:left}.content .hero .content1 .text p{margin:0;font-size:.7em}.content .hero .content1 .infoevento,.content .hero .content1 .locandina{width:100%;padding:.5em;height:auto}.content .hero .content1 .infoevento{display:flex;flex-direction:column}.content .hero .content1 .infoevento div h4{margin-top:10px;margin-bottom:0}.content .hero .content1 .locandina div h4{margin:0 0 15px}.content .hero .content1 .infoevento .ora,.content .hero .content1 .infoevento .info{display:flex;gap:10px}.content .hero .content1 .infoevento .ora p,.content .hero .content1 .infoevento .info p{margin:0;font-size:.7em}.content .hero .content1 .locandina .locandinacontainer{height:20em;width:15em}.content .hero .content1 .locandina .locandinacontainer img{width:100%;height:100%;object-fit:contain}.content .hero .content1 .data{display:flex;flex-direction:row;justify-content:space-between;max-width:80%;padding:.5em}.content .hero .content1 .data .datacrea{margin:0;font-size:.7em;color:#7a7a7a}.content .hero .other{grid-column:2;padding:.5em}.content .hero .other .correlate{width:100%;height:auto;margin-top:5px}@media (max-width: 1025px){.content .hero{display:flex;flex-direction:column;width:90%}.content .hero .content1{border:none}.content .hero .content1 .data,.content .hero .content1 .locandina .locandinacontainer{width:100%}.content .hero .other .correlate{width:100%;height:auto}}.content{flex:1;display:flex;justify-content:center}.herosection{width:70%;padding:1em}.herosection .risultati,.herosection .sportSeguiti,.herosection .prossimiEventi,.herosection .notizieRecenti{margin-top:2em;margin-bottom:3em;padding:1em}.herosection .risultati h3,.herosection .sportSeguiti h3,.herosection .prossimiEventi h3,.herosection .notizieRecenti h3{margin-top:0}.herosection .sportSeguiti .sport{width:100%;display:flex;flex-wrap:wrap;gap:.5em}.herosection .sportSeguiti .sport  .link{text-decoration:none}.herosection .risultati .risultaticontainer .card{flex:0 0 auto;height:5em;width:5em;display:grid;grid-template-rows:65% 35%;border-radius:10px;box-shadow:#00000029 0 1px 4px;padding:.5em}.herosection .risultati .risultaticontainer .card .img{grid-row:1;display:flex;align-items:center;justify-content:center}.herosection .risultati .risultaticontainer .card .filename{grid-row:2;display:flex;justify-content:center;align-items:center}.herosection .risultati .risultaticontainer .card .filename p{text-align:center;font-size:.7rem;line-height:15px}.herosection .sportSeguiti .sport .card{flex:0 0 auto;height:auto;width:7em;border-radius:10px;box-shadow:#00000029 0 1px 4px;display:grid;grid-template-columns:30% 70%;padding:.5em}.herosection .sportSeguiti .sport .card .img{grid-column:1;width:100%;display:flex;justify-content:center;align-items:center}.herosection .sportSeguiti .sport .card .sportName{grid-column:2;display:flex;align-items:center;justify-content:center}.herosection .sportSeguiti .sport .card .sportName .link{font-size:.7em}.herosection .prossimiEventi .eventiSection{display:flex;column-gap:15px;overflow-x:scroll;padding:.5em}.herosection .prossimiEventi .eventiSection .evento{height:17em;width:10em;flex:0 0 auto;display:grid;grid-template-rows:80% 20%;box-shadow:#00000029 0 1px 4px}.herosection .prossimiEventi .eventiSection .evento .img{grid-row:1}.herosection .prossimiEventi .eventiSection .evento img{height:100%;width:100%;object-fit:cover}.herosection .prossimiEventi .eventiSection .evento .nomeEvento{display:flex;justify-content:center;align-items:center;grid-row:2;padding:.5em}.herosection .prossimiEventi .eventiSection .evento .nomeEvento p{text-align:center;font-size:.7rem;font-weight:500}.herosection .notizieRecenti .notizieSection{width:100%;display:grid;grid-template-columns:auto auto;column-gap:20px}.herosection .notizieRecenti .notizieSection .sx{grid-column:1}.herosection .notizieRecenti .notizieSection .sx .title{display:flex;flex-direction:column;width:100%}.herosection .notizieRecenti .notizieSection .sx .img{height:15em}.herosection .notizieRecenti .notizieSection .sx .decoration{background-color:#5c5c5c;height:2px;width:80%;border-radius:100px;margin-top:10px}.link{text-decoration:none;color:#000}.herosection .notizieRecenti .notizieSection .sx h4{margin:5px 0 0}.herosection .notizieRecenti .notizieSection .dx{columns:2;display:grid;grid-template-rows:auto auto auto auto;row-gap:10px}.herosection .notizieRecenti .notizieSection .sx .img img{width:100%;height:100%;object-fit:cover}@media (max-width: 1025px){.herosection{width:100%;padding:0}.herosection .notizieRecenti .notizieSection{display:grid;grid-template-columns:none;column-gap:0px;grid-template-rows:auto auto;row-gap:20px}.herosection .notizieRecenti .notizieSection .sx{width:auto;grid-row:1}.herosection .notizieRecenti .notizieSection .sx .img{height:8em}.herosection .notizieRecenti{padding:.5em}.herosection .notizieRecenti .notizieSection .dx{grid-row:2;display:grid;grid-template-rows:auto auto auto auto;row-gap:10px}}
