


@charset "utf-8";

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


.dimensioneCustom { font-size: 1.85em; }

li.marrone::marker {
  color: #3d3635;
}

/* 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;
}

.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;
}

.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 */

/*colori del sito  - presi da contenitore COLORI SITO*/
:root {
	--nero: #000000;
	--bianco: #ffffff;
	--marrone-scuro: #3d3635;
	--grigio-scuro: #717171;
	--grigio-chiaro: #c4c4c4;
	--grigio-bianco: #dcdcdc;
	--Beige-rgb: #c8ad7f;
	--arancione: #f2613f;

}

.nero { color: #000000; }
.h-nero:hover { color: #000000; }
.background-nero { background-color: #000000; }
.h-background-nero:hover { background-color: #000000; }
.fill-nero { fill: #000000; }
.bianco { color: #ffffff; }
.h-bianco:hover { color: #ffffff; }
.background-bianco { background-color: #ffffff; }
.h-background-bianco:hover { background-color: #ffffff; }
.fill-bianco { fill: #ffffff; }
.marrone-scuro { color: #3d3635; }
.h-marrone-scuro:hover { color: #3d3635; }
.background-marrone-scuro { background-color: #3d3635; }
.h-background-marrone-scuro:hover { background-color: #3d3635; }
.fill-marrone-scuro { fill: #3d3635; }
.grigio-scuro { color: #717171; }
.h-grigio-scuro:hover { color: #717171; }
.background-grigio-scuro { background-color: #717171; }
.h-background-grigio-scuro:hover { background-color: #717171; }
.fill-grigio-scuro { fill: #717171; }
.grigio-chiaro { color: #c4c4c4; }
.h-grigio-chiaro:hover { color: #c4c4c4; }
.background-grigio-chiaro { background-color: #c4c4c4; }
.h-background-grigio-chiaro:hover { background-color: #c4c4c4; }
.fill-grigio-chiaro { fill: #c4c4c4; }
.grigio-bianco { color: #dcdcdc; }
.h-grigio-bianco:hover { color: #dcdcdc; }
.background-grigio-bianco { background-color: #dcdcdc; }
.h-background-grigio-bianco:hover { background-color: #dcdcdc; }
.fill-grigio-bianco { fill: #dcdcdc; }
.Beige-rgb { color: #c8ad7f; }
.h-Beige-rgb:hover { color: #c8ad7f; }
.background-Beige-rgb { background-color: #c8ad7f; }
.h-background-Beige-rgb:hover { background-color: #c8ad7f; }
.fill-Beige-rgb { fill: #c8ad7f; }
.arancione { color: #f2613f; }
.h-arancione:hover { color: #f2613f; }
.background-arancione { background-color: #f2613f; }
.h-background-arancione:hover { background-color: #f2613f; }
.fill-arancione { fill: #f2613f; }


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

}

        h1 { font-family: Playfair Display, sans; }
 h1 { font-size: 3.42em; }            h1 { font-weight: 900!important; }
        h2 { font-family: Playfair Display, sans; }
 h2 { font-size: 2.85em; }            h2 { font-weight: 700!important; }
        h3 { font-family: Playfair Display, sans; }
 h3 { font-size: 2.85em; }            h3 { font-weight: 700!important; }
        h4 { font-family: Playfair Display, sans; }
 h4 { font-size: 1.42em; }            h4 { font-weight: 500!important; }


@media only screen and (max-width: 770px) {
    html, body {
 font-size: 15px;    }
 h1 { font-size: 2.66em; }            h1 { font-weight: 900!important; }
 h2 { font-size: 2em; }            h2 { font-weight: 700!important; }
 h3 { font-size: 2em; }            h3 { font-weight: 700!important; }
 h4 { font-size: 1.66em; }            h4 { font-weight: 500!important; }

}

a, a:hover { text-decoration: none; }
        a { color: #3d3635; }
        a:hover { color: #c4c4c4; }


/*  effetto sottolineato nel testo del menu
.vocemenuprincipale {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.vocemenuprincipale:after {

        border-bottom: 2px solid #c4c4c4;

    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    width: 0%;
    transition: width .6s cubic-bezier(0.22, 1, 0.36, 1);
}

.vocemenuprincipale:hover:after {
    width: calc( 100% - 32px );
}
*/

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; }
.altezza100 { height: 95vh; }


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

/* 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;
}



/* 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;
    }
}

@media screen and (max-width: 770px) {
    .BMCMobileTextCenter {
        padding-left: 1em!important;
        padding-right: 1em!important;
    }
    .MobileCenter {
        text-align: center;
    }
}

/*menu mobile */

.noRelativeHeader {
    position: unset;
}

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

div.bmc-burger {
    height: 1.2em;
    width: 1.2em;
    cursor: pointer;    
    position: relative;
    z-index:1001;
}

div.bmc-burger.bmcopen {
    position: absolute;
    left: calc(50% - 0.6em);
    top: calc(50% - 0.6em);
    -webkit-transition: all 250ms ease-out;
       -moz-transition: all 250ms ease-out;
        -ms-transition: all 250ms ease-out;
         -o-transition: all 250ms ease-out;
            transition: all 250ms ease-out;
}

div.bmc-x,
div.bmc-y,
div.bmc-z {
    position: absolute; margin: auto;
    height: 2px; width: 1.2em;
    border-radius:2px;
    -webkit-transition: all 250ms ease-out;
       -moz-transition: all 250ms ease-out;
        -ms-transition: all 250ms ease-out;
         -o-transition: all 250ms ease-out;
            transition: all 250ms ease-out;
}       
div.bmc-x{top: 0.1em;}
div.bmc-y{top: 0.6em;}
div.bmc-z{top: 1.1em;}

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;
            translate: 0 -0.3em;    
}

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;        
            translate: 0 -0.3em;             
}
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;   
            translate: 0 -0.3em;                   
}

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;    
            translate: 0 -0.3em;          
}
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;   
            translate: 0 -0.3em;              
}

div.bmc-circle{ 
    border-radius: 50%;
    width: 0px;
    height: 0px; 
    position:absolute;
    top: -10%;
    left: -10%;
    opacity:1;
    -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); 
}
div.bmc-circle.bmcexpand{
    border-radius: 0%;
    width:100%;
    height:100%;
    top: 0%;
    left: 0%;   
    -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;
    overflow-x: hidden;
}

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;
    flex-direction: column;
    height: 110%;
    overflow: auto;
}

div.bmc-menu ul {
    margin: 0;
    padding: 0;
}
div.bmc-menu ul li {
    list-style: none;
    opacity:0;
    width:100%;
    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);
}