:root {

    --primary-color:#0066b2;
    --bs-primary-rgb:0,102,178;
    --primary-color-dark:;
    --secondary-color:;
    --secondary-color-dark:;
    --third-color: ;
    --white-color: #fff;
    --black-color:;
    --dark-light:;
    --primary-font: ;
    --secondary-font: ;
    --third-font: ;
    --fourth-font:;
}
/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
/* latin */
@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/nKKU-Go6G5tXcr4uPhWnVaE.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/nKKU-Go6G5tXcr4WPBWnVaE.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Solo quel tanto che serve per "replicare" l'impaginazione */
.top-links a {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-size: .95rem;
}

.cat-nav a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .95rem;
}

/* layer scuro (click fuori) */
.mm-overlay {
    position: fixed;
    top:143px!important;
    left: 0;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 1040;
    display: none;
}
.mm-overlay.show { display: block; }

/* pannello mega menu */
.mega-panel {
    position: fixed;
    left: 0;
    right: 0;
    top: 143px; /* altezza header circa: adatta */
    z-index: 1050;
    display: none;
}
.mega-panel.show { display: block; }

.mega-inner {
    min-height: 380px;
    padding: 48px 0;
}

.mega-title {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.mega-underline {
    width: 140px;
    height: 4px;
    background: rgba(0,0,0,.65);
    margin-top: 10px;
}

.mega-links a {
    display: inline-block;
    margin: 10px 0;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
}

.mega-card {
    background: #fff;
}
.mega-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

/* utile per evitare "salti" quando blocchi lo scroll */
body.mm-open {
    overflow: hidden;
}

/* offcanvas: lista semplice 1 colonna */
.offcanvas .offcanvas-title {
    font-weight: 900;
    text-transform: uppercase;
}
.offcanvas .list-group-item {
    text-transform: uppercase;
    font-weight: 400;
    padding: 16px 20px;
    background-color: rgba(0,0,0,0.02);
}

@media (max-width: 991.98px) {
    .mega-panel { display: none !important; }
}

/* FONT*/
body {
    font-family: 'Rubik',sans-serif;
    text-rendering: optimizeLegibility;
}
a:link,a:visited,footer h3,.text-colored {
    color: #111;
    text-decoration: none;
}
a:hover {
    color: #111;
    text-decoration: underline;
}
a.btn-primary,a.btn-primary:link,a.btn-primary:visited, input.btn-primary {
    background-color: #0066b2;
    border-color: #0066b2;
    border-width: 2px;
    color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
}

a.btn-primary:hover,a.btn-primary:focus, input.btn-primary:hover {
    background-color: #0295d9;
    border-color: #0295d9;
    color: #fff;
    text-decoration: none!important;
}
#elencoCategorie{
    list-style: none;
    padding-left: 0;
}
#elencoCategorie a{
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color);
}
.menu-link:hover{
    text-decoration: underline!important;
}
#elencoCategorie a::before{
    content:"";
    display:inline-block;
    width:16px;
    height:16px;
    margin-right:.5rem;
    vertical-align:middle;

    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M14 13.5a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1 0-1h4.793L2.146 2.854a.5.5 0 1 1 .708-.708L13 12.293V7.5a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M14 13.5a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1 0-1h4.793L2.146 2.854a.5.5 0 1 1 .708-.708L13 12.293V7.5a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.card-img{
    overflow: hidden;
}
.card-img a img{
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transform: scale(1);
}
.card-img a:hover img{
    transform: scale(1.2);
}
hr {
    float: none!important;
    background: #fff!important;
    height: 3px!important;
    width: 150px!important;
    margin: 0!important;
    margin-top: 15px!important;
    color: #ffffff!important;
    opacity: 1!important;
}
.top-links a:hover, .interno:hover{
    text-decoration: underline!important;
}
.interno{
    font-weight: 400!important;
}
.lead,p.lead {
    font-family: 'Rubik', sans-serif;
    text-rendering: optimizeLegibility;
    line-height: 1.5;
    font-size: 21px;
}

h1,h2,h3,h4,h5,h6,h2.titol1,p.titol-h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Kanit',sans-serif;
    text-rendering: optimizeLegibility;
    line-height: 1 !important;
    color: #fff
}

h1,h1.titol-interna,h2.titol-interna {
    font-family: 'Rubik',sans-serif;
    text-rendering: optimizeLegibility;
    font-size: 48px;
    color: #fff
}

h1.titol-interna,h2.titol-interna {
    font-size: 60px
}
    h1, .titol-h1 {
        font-size: 60px;
    }
h2 {
    font-size: 36px
}
.nav-link {
    --bs-nav-link-padding-y: 0.75rem;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
}
.big {
    font-size: 36px;
    margin-left: 15px;
    color: #0066b2;
    background: #fff;
    text-transform: uppercase;
    display: inline;
    box-shadow: 10px 0 0 #fff,-10px 0 0 #fff;
    letter-spacing: 1px;
    font-family: 'Rubik',sans-serif;
    text-rendering: optimizeLegibility;
    position: static;
    line-height: 2
}

h1 .small {
    font-size: 40%;
    color: #fff;
    background: #0066b2;
    box-shadow: 10px 0 0 #0066b2,-10px 0 0 #0066b2;
    margin-left: 15px
}

.big-white {
    font-weight: 700;
    color: #fff;
    font-size: 50px;
    text-transform: uppercase
}

.big-blu {
    font-weight: 700;
    color: #0066b2;
    font-size: 50px;
    text-transform: uppercase
}

.big-nero {
    font-weight: 700;
    color: #000;
    font-size: 50px;
    text-transform: uppercase
}

hr {
    float: none;
    background: #fff;
    height: 3px;
    width: 150px;
    margin: 0;
    margin-top: 15px
}

h3,h2.titol2 {
    font-size: 24px;
    color: #fff;
    font-family: 'Rubik',sans-serif;
    text-rendering: optimizeLegibility;
    text-transform: uppercase
}

h1,h2,h3,.h1,.h2,.h3 {
    color: #0066b2
}

h1.category-interna {
    color: #fff;
    /*background: #0066b2;*/
    text-transform: uppercase;
    /*display: inline;
    box-shadow: 10px 0 0 #0066b2,-10px 0 0 #0066b3;*/
    letter-spacing: 1px;
    line-height: 1.50em !important;
    font-family: 'Rubik',sans-serif;
    text-rendering: optimizeLegibility;
    position: absolute;
    top: 20px;
    left: 10px;
    margin: 0
}
h1.category-interna .title-highlight {
    display: inline;
    color: #fff;
    background: #0066b2;
    padding: 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
/* FINE FONT*/
/* COLORI MENU */
.cat-nav .nav-link.Training.active
,.cat-nav .nav-link.Training:hover{
    color:#ffffff!important;
    background-color: #00aeef;
    text-decoration: none!important;
}
#mm-Training .mega-inner{
     background-color: #00aeef !important;
 }
.cat-nav .nav-link.Aquafitness.active
, .cat-nav .nav-link.Aquafitness:hover{
    color:#000000!important;
    background-color: #ffea00;
    text-decoration: none!important;
}
#mm-Aquafitness .mega-inner{
    background-color: #ffea00 !important;
}
.cat-nav .nav-link.JuniorFun.active
, .cat-nav .nav-link.JuniorFun:hover{
    color:#ffffff!important;
    background-color: #ec008c;
    text-decoration: none!important;
}
#mm-Junior\ Fun .mega-inner{
    background-color: #ec008c !important;
}
.cat-nav .nav-link.Bordovasca.active
, .cat-nav .nav-link.Bordovasca:hover{
    color:#ffffff!important;
    background-color: #40ae49;
    text-decoration: none!important;
}
#mm-Bordovasca .mega-inner{
    background-color: #40ae49 !important;
}
.cat-nav .nav-link.Pallanuoto.active
, .cat-nav .nav-link.Pallanuoto:hover{
    color:#ffffff!important;
    background-color: #d2232a;
    text-decoration: none!important;
}
#mm-Pallanuoto .mega-inner{
    background-color: #d2232a !important;
}
.cat-nav .nav-link.Abbigliamento.active
, .cat-nav .nav-link.Abbigliamento:hover{
    color:#000000!important;
    background-color: #a7a9ac;
    text-decoration: none!important;
}
#mm-Abbigliamento\ e\ Accessori .mega-inner{
    background-color: #a7a9ac !important;
}
#mm-Training .mega-inner .interno,
#mm-Junior\ Fun .mega-inner .interno,
#mm-Bordovasca .mega-inner .interno,
#mm-Pallanuoto .mega-inner .interno,
#mm-Training .mega-inner h2,
#mm-Junior\ Fun .mega-inner h2,
#mm-Bordovasca .mega-inner h2,
#mm-Pallanuoto .mega-inner h2{
    color:#ffffff!important;
}
#mm-Aquafitness .mega-underline, #mm-Abbigliamento\ e\ Accessori .mega-underline{
    color:#000000!important;
    background:#000000!important;
}
/* FINE COLORI MENU */
/* TRANSIZIONI HOME */
.video-nero {
    background: rgba(0,0,0,.3) !important;
    -webkit-box-shadow: inset 0 0 100px 0 rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 100px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 0 100px 0 rgba(0,0,0,.3)
}

.embed-responsive-4by4 {
    padding-bottom: 100%
}

.embed-responsive-16by6 {
    padding-bottom: 41.85%
}

.dt-sc-icon-overlay {
    opacity: 1;
    overflow: hidden;
    background-color: transparent
}

h4 a,h4 a:link,h4 a:visited,h4 a:focus,h4 a:hover {
    color: #fff !important
}

.dt-sc-ico-content.type9 .dt-sc-icon-overlay {
    opacity: 1;
    overflow: hidden;
    background-color: transparent
}

.dt-sc-ico-content.type9 .dt-sc-icon-overlay:after {
    content: "";
    background-color: rgba(0,0,0,.45);
    opacity: 1;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    top: 0;
    left: 0;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease
}

.dt-sc-ico-content.type9:hover .dt-sc-icon-overlay:after {
    opacity: 0
}

.dt-sc-ico-content.type9:hover .dt-sc-icon-overlay img {
    top: -50%
}

.dt-sc-ico-content.type9 .dt-sc-icon-overlay img {
    top: calc(50% - 15px);
    bottom: auto;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    filter: brightness(0) invert(1);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease
}
.dt-sc-ico-content.type9.home .dt-sc-icon-overlay img {
    top: 15%;
}
.dt-sc-ico-content.type9.home:hover .dt-sc-icon-overlay img {
    top: -50%;
}

.dt-sc-ico-content.type9 .dt-sc-icon-overlay p.title4 {
    bottom: 25%;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Kanit',sans-serif;
    text-rendering: optimizeLegibility;
    line-height: 1 !important;
    color: #fff !important;
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 10;
    text-transform: uppercase;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.dt-sc-ico-content.type9:hover .dt-sc-icon-overlay p.title4 {
    bottom: 10%
}

.dt-sc-ico-content.type9 .dt-sc-icon-overlay:before {
    content: "";
    opacity: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dt-sc-ico-content.type9:hover .dt-sc-icon-overlay:before {
    opacity: 1
}
/* FINE TRANSIZIONI HOME*/

.bg-light{
    background: #f1f1f1!important;
}
.border-light {
    border-color: #f1f1f1!important;
}
#content-catalogo .border-5{
    border-width: 10px !important;
}
.container-prodotto {
    margin-top: 134px;
}
hr {
    float: none;
    background: #fff;
    height: 3px;
    width: 150px;
    margin: 0;
    margin-top: 15px;
}
/* Lower split */
.info-block h5{
    color:#0a4ea3;
    font-weight:800;
    text-transform: uppercase;
}
.info-icon{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(11,94,215,.1);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color: var(--brand);
    flex: 0 0 auto;
}
.pool-img{
    width:100%;
    height: 320px;
    object-fit: cover;
    border-radius: 0;
}
.itembox{
    width: 25%;
}
.itembox-category{
    width: 50%;
}
#gallery .ratio,#gallery .ratio a,#gallery .ratio a:before{
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

#gallery .ratio a{
    -webkit-box-shadow: inset 0 0 50px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 0 50px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 0 50px 0 rgba(0,0,0,0.15)
}
@media (max-width: 1200px) {
    .logo{
        height: 48px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
    .dt-sc-ico-content.type9.home .dt-sc-icon-overlay img {
        top: 15%;
    }
    .dt-sc-ico-content.type9.home .dt-sc-icon-overlay p.title4 {
        bottom: 15%;
    }
}
@media (max-width: 991px) {
    .itembox-category, .itembox{
        width: 100%;
    }
    #testata .ratio-21x9, .card .ratio-21x9 {
        --bs-aspect-ratio: 100%;
    }
    h1, h1.titol-interna, h2.titol-interna, .titol-h1, .big-white, .big-nero, .big-blu {
        font-size: 30px;
    }
    .container-prodotto {
        margin-top: 96px!important;
    }
}
@media (max-width: 767px) {
}