


@charset "utf-8";

/*font del sito  - presi da contenitore FONT SITO*/
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Paprika&display=swap');@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Roboto:wght@100;300;400;500;700;900&display=swap');        .Satisfy { font-family: Satisfy, sans;}
.Satisfy { font-weight: 400; }
        .Poppins { font-family: Poppins, sans;}
        .Amatic-sc { font-family: Amatic-sc, sans;}
        .Paprika { font-family: Paprika, sans;}
        .Lobster { font-family: Lobster, sans;}
.Lobster { font-weight: 400; }

/*colori del sito  - presi da contenitore COLORI SITO*/
:root {
	--Bianco: #ffffff;
	--Cioccolato: #4a2b2b;
	--Bluette: #326e8f;
	--Azzurro: #83d0f5;

}

.Bianco { color: #ffffff; }
.h-Bianco:hover { color: #ffffff; }
.background-Bianco { background-color: #ffffff; }
.h-background-Bianco:hover { background-color: #ffffff; }
.fill-Bianco { fill: #ffffff; }
.Cioccolato { color: #4a2b2b; }
.h-Cioccolato:hover { color: #4a2b2b; }
.background-Cioccolato { background-color: #4a2b2b; }
.h-background-Cioccolato:hover { background-color: #4a2b2b; }
.fill-Cioccolato { fill: #4a2b2b; }
.Bluette { color: #326e8f; }
.h-Bluette:hover { color: #326e8f; }
.background-Bluette { background-color: #326e8f; }
.h-background-Bluette:hover { background-color: #326e8f; }
.fill-Bluette { fill: #326e8f; }
.Azzurro { color: #83d0f5; }
.h-Azzurro:hover { color: #83d0f5; }
.background-Azzurro { background-color: #83d0f5; }
.h-background-Azzurro:hover { background-color: #83d0f5; }
.fill-Azzurro { fill: #83d0f5; }


/* reset */
html, body { width: 100%; height: 100%; /*overflow-x: hidden;*/
 font-size: 18px;		    	font-family: Poppins, sans;

}

        h1 { font-family: Lobster, sans; }
 h1 { font-size: 3em; }            h1 { font-weight: 400!important; }
        h2 { font-family: Lobster, sans; }
 h2 { font-size: 2.5em; }            h2 { font-weight: 600!important; }
        h3 { font-family: Lobster, sans; }
 h3 { font-size: 2.14em; }            h3 { font-weight: 600!important; }
        h4 { font-family: Poppins, sans; }
 h4 { font-size: 1.14em; }            h4 { font-weight: 600!important; }


@media only screen and (max-width: 770px) {
    html, body {
 font-size: 18px;    }
 h2 { font-size: 1.85em; }            h2 { font-weight: 400!important; }
 h3 { font-size: 1.85em; }            h3 { font-weight: 400!important; }

}

a, a:hover { text-decoration: none; }
        a { color: #ffffff; }
        a:hover { color: #ffffff; }


p { font-size:  1em; }
h1 p { font-size: 1em; margin-bottom: 0; }
h2 p { font-size: 1em; margin-bottom: 0; }
h3 p { font-size: 1em; margin-bottom: 0; }
h4 p { font-size: 1em; margin-bottom: 0; }
h5 p { font-size: 1em; margin-bottom: 0; }

.small { font-size: 80%; }

.mail2to {
  display: none;
}

.font-size-6em {
    font-size: 6em;
}

@media only screen and (max-width: 770px) {
    .font-size-6em {
        font-size: 4em;
    }
}
.owl-dots {
    position: relative;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.owl-carousel .owl-item img{
    display: block;
}

/* ELEMENTI CUSTOM DEL MASTER */
/* ELEMENTI CUSTOM DEL MASTER */
/* ELEMENTI CUSTOM DEL MASTER */

/* posizionamento bottom */

.bottom-0 { bottom: 0; }

/* Posizionamento del menu laterale */
.mLateraleDx { right: 0; z-index: 100; }
.mLateraleSx { left: 0; z-index: 100; }
#menu-aperto { 
    transition: left 0.5s ease-in, right 0.5s ease-in; 
    z-index: -1; 
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.left-100 { left: 0; }
.left-50 { left: 50%; }
.left-0 { left: 100%; }
.right-100 { right: 0; }
.right-50 { right: 50%; }
.right-0 { right: 100%; }
.top-0  {top: 0;}

@media only screen and (max-width:  1200px) {
    .left-50 { left: 0%; }
    .right-50 { right: 0%; }
}

/* Altezze usate nella configurazione dello slider */
.altezza13 { height: 30vh; }
.altezza23 { height: 65vh; }
.altezza12 { height: 45vh; }

@media only screen and (max-width: 770px) {
	.altezza13M { height: 30vh; }
    .altezza23M { height: 65vh; }
    .altezza12M { height: 45vh; }
}

/* w65 è utilizzato nello slider per la gestione dello spazio usato da logo e titolo */
.w65 { width: 65%; }
@media only screen and (max-width: 770px) {
	.w65 { width: 100%; }
}

/* iconablocchi viene usata per nascondere l'anchor nei blocchi di costruzione */
.anchorBlock { display: block; position: relative; visibility: hidden; }

/* iconablocchi viene usata per la gestione delle icone nei blocchi */
.iconaBlocchi {
    left: 50%;
    margin-left: -4em;
    width: 8em;
    height: 6em;
    background-size: 6em;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 1.5em;
}

/* iconaTesto viene usata per la gestione delle icone nei blocchi di testo multicolonna*/
.iconaTesto {
    width: 10em;
    margin: 0 auto;
} 

footer p {
    margin-bottom: inherit;
}

.form-footer-nl {
    border: none;
    border-radius: 0;
    height: 2em;
    padding: 0.25em;
    font-size: 1em;
    line-height: 1.5em;
}

.form-footer-nl:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
    outline: 0;
}

/*icona menu*/
.icon-size-100 { width: 100px; height: 100px; }
.icon-size-70 { width: 3.5em; height: 3.5em; margin-top: 0.5em;}
.icon-font-size-70 { font-size: 3.5em; }
.icon-size-50 { width: 2.7em; height: 2.7em; }
.icon-size-15em { width: 1.5em; height: 1.5em;}
.icon-size-1em { width: 1em; height: 1em; }
.icon-size-2em { width: 2em; height: 2em; }
.icon-size-3em { width: 3em; height: 3em; }
.icon-size-4em { width: 4em; height: 4em; }
.icon-size-1em-font { font-size: 1em;}
.icon-size-2em-font { font-size: 2em;}
.icon-size-3em-font { font-size: 3em;}
.icon-size-4em-font { font-size: 4em;}

#accessorio {
    margin-top: -2em;
}

@media only screen and (max-width: 770px) {
  .icon-size-50 { width: 2em; height: 2em; }
  .icon-size-70 { width: 2.5em; height: 2.5em; margin-top: 0;}
  #accessorio {
    margin-top: 2em;
    }
}

.icona-menu-off { background: url(../svg/menu-off.svg) no-repeat; background-size: contain; background-position: center center; }
.icona-menu-on { background: url(../svg/menu-on.svg) no-repeat; background-size: contain; background-position: center center; }

/* segnaposto per tornare indietro nel menu laterale */
.segnapostomenu { 
    transform-origin: left;
    transform: translate(50%, 50%) rotate(90deg); 
        font-size: 0.75em;
}

.segnapostomenu h4 {
    margin: 0;
}

/* STILI RELATIVI ALL'ACCORDION */
/* STILI RELATIVI ALL'ACCORDION */
/* STILI RELATIVI ALL'ACCORDION */

/*accordion*/
.accordionMaster {
    margin: 0 auto;
    -webkit-box-shadow: 0px 10px 24px -11px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 10px 24px -11px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 10px 24px -11px rgba(0, 0, 0, 0.27);
    border-radius: 0;
    overflow: hidden; 
}

.accordionMaster .card, .accordionMaster .card:last-child .card-header {
    border: none;
    background: transparent; 
}

.accordionMaster .card-header {
    border: none;
    background: transparent; 
}

.accordionMaster .card-header .heading {
    position: relative;
    font-weight: 300;
    z-index: 0; 
}
    
.accordionMaster .card-header .heading h3 {
    font-size: 16px;
    margin-bottom: 0;
    text-align: left; 
}

.accordionMaster .fa {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3); 
}

.accordionMaster .btn {
    width: 100%;
    font-weight: normal;
    color: #000;
    padding: 0;
    letter-spacing: 0;
    font-size: 18px;
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative; 
}
    
.accordionMaster .btn .icon {
    width: 30px;
    height: 30px;
    z-index: 0;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.accordionMaster .btn .icon i {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.4); 
}

.accordionMaster .btn-link:hover, .accordionMaster .btn-link:focus {
    text-decoration: none; 
}

.card-body {
    background: rgba(0, 0, 0, 0.02);
    margin-bottom: 1px;
}

[data-toggle="collapse"] .fa:before {
    content: "\f3d8";
    font-family: "Ionicons";
    font-style: normal; 
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f3d0";
    font-family: "Ionicons";
    font-style: normal; 
}

button[aria-expanded="true"] {
    color: #000 !important;
    background: rgba(0, 0, 0, 0.02) !important;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
}

@media (prefers-reduced-motion: reduce) {
    button[aria-expanded="true"] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; 
    } 
}

/* FINE ACCORDION */

/* MENU LATERALE, parte apertura PADEL */
.nav {
    position: fixed;
    top:0;
    width: 100%;
    z-index: 90;
    transition: all 0.25s;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.nav-open .nav-menu-side {
    left: 65%;
}

@media screen and (max-width: 1024px) {
    .nav-open .nav-menu-side {
        left: 0%;
    }
}
.nav-open .nav-menu-side-nav {
    width: 25%;
    height: 100%;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .nav-open .nav-menu-side-nav {
        width: 82%;
    }
}

.nav-menu-side {
    transition: all 0.25s;
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100vh;
    top: 0px;
    z-index: -1;
    background: white;
}

.nav-menu-side-nav {
    display: flex;
    justify-content: right;
    text-align: center;
    width: 100%;
}
.nav-menu-side-nav ul {
    list-style: none;
    text-align: right;
}
.nav-menu-side-nav ul li {
    padding-bottom: 1em;
}
.nav-menu-side-nav ul li a {
    color: var(--primary-color);
    text-decoration: none;
    cursor: pointer;
}

.liSottoMenu {
    padding-bottom: 0!important;
}

.socialIcon {
    height:2.3em;
    margin-top:0.1em;
}

@media screen and (max-width: 1500px) {
    .socialIcon {
        height:1.3em;
    }
}

/*menu mobile */

.noOverFlow {
    overflow-x: hidden;
    overflow-y: hidden;
}

div.bmc-burger {
    height: 2em; 
    width: 2.5em;
    cursor: pointer;    
    position: relative;
    z-index:100;
}

div.bmc-x,
div.bmc-y,
div.bmc-z {
    position: absolute; margin: auto;
    top: 0px; bottom: 0px;      
    border-radius:2px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}       
div.bmc-x, div.bmc-y, div.bmc-z { height: 3px; width: 2em; }
div.bmc-y{top: 1.5em;}
div.bmc-z{top: 3em;}

div.bmccollapse{
    top: 20px;
    -webkit-transition: all 70ms ease-out;
       -moz-transition: all 70ms ease-out;
        -ms-transition: all 70ms ease-out;
         -o-transition: all 70ms ease-out;
            transition: all 70ms ease-out;
}

div.bmcrotate30{
    -ms-transform: rotate(30deg); 
    -webkit-transform: rotate(30deg); 
    transform: rotate(30deg);   
    -webkit-transition: all 50ms ease-out;
       -moz-transition: all 50ms ease-out;
        -ms-transition: all 50ms ease-out;
         -o-transition: all 50ms ease-out;
            transition: all 50ms ease-out;                  
}
div.bmcrotate150{
    -ms-transform: rotate(150deg); 
    -webkit-transform: rotate(150deg); 
    transform: rotate(150deg);  
    -webkit-transition: all 50ms ease-out;
       -moz-transition: all 50ms ease-out;
        -ms-transition: all 50ms ease-out;
         -o-transition: all 50ms ease-out;
            transition: all 50ms ease-out;                  
}

div.bmcrotate45{
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);   
    -webkit-transition: all 100ms ease-out;
       -moz-transition: all 100ms ease-out;
        -ms-transition: all 100ms ease-out;
         -o-transition: all 100ms ease-out;
            transition: all 100ms ease-out;                 
}
div.bmcrotate135{
    -ms-transform: rotate(135deg); 
    -webkit-transform: rotate(135deg); 
    transform: rotate(135deg);  
    -webkit-transition: all 100ms ease-out;
       -moz-transition: all 100ms ease-out;
        -ms-transition: all 100ms ease-out;
         -o-transition: all 100ms ease-out;
            transition: all 100ms ease-out;                 
}

div.bmc-circle{ 
    border-radius: 50%;
    width: 0px;
    height: 0px; 
    position:absolute;
    top: -10%;
    left: -10%;
    opacity:1;
    -webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
       -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
         -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
            transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000); 
}
div.bmc-circle.bmcexpand{
    width:200%;
    height:200%;
    top: -40%;
    left: -30%;   
    -webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
       -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
         -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
            transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);                 
    z-index:999;
}

div.bmc-menu {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

div.bmc-menu.bmcopen{
    display: flex;
     z-index:1000;
}

div.bmc-menu ul {
    margin: 0;
    padding: 0;
}
div.bmc-menu ul li {
    list-style: none;
    opacity:0;
    width:100%;
    text-align:center;
    font-size:0px;
    -webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
       -moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
         -o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
            transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.bmc-menu ul li a {
    text-transform:uppercase;
    text-decoration:none;   
    letter-spacing:3px;         
}

div.bmc-menu li.bmcanimate{
    font-size:15px;
    opacity:1;
    -webkit-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
       -moz-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -ms-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
         -o-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
            transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}