
@charset "utf-8";
/* font del sito */
@import url(https://fonts.googleapis.com/css2?family=Ubuntu&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Oxygen&amp;display=swap);
.PrimaryFont { font-family: 'Ubuntu', serif; }
.SecondaryFont { font-family: 'Oxygen', serif; }
        .SecondaryFont { font-weight: 700!important; }

.SF-300 { font-weight: 300!important;  }
.SF-400 { font-weight: 400!important;  }
.SF-500 { font-weight: 500!important;  }
.SF-600 { font-weight: 600!important;  }
.SF-700 { font-weight: 700!important;  }

/*colori del sito */
:root {
  --primary-color: #1b2650;
  --primary-color-exa: 27,38,80;
  --secondary-color: #2ac5ea;
  --secondary-color-exa: 42,197,234;
  --link-color: #285186;
  --link-color-exa: 40,81,134;
  --hover-link-color: ;
  --hover-link-bkg-color: ;
  --hover-link-compl-color: #16537e;
  --bkg-color-light: #eeeeee;
  --bkg-color-light-exa: 238,238,238;
  --bkg-color-heavy: #999999;
  --bkg-color-heavy-exa: 153,153,153;
}

body {
    overflow-x: hidden;
}

.c-Colore-primario { color: var(--primary-color); }
.h-c-Colore-primario:hover { color: rgba(var(--primary-color-exa),0.8); }

.c-Colore-secondario { color: var(--secondary-color); }
.h-c-Colore-secondario:hover { color: rgba(var(--secondary-color-exa),0.8); }

.c-Colore-link { color: var(--link-color); }
.h-c-Colore-link:hover { color: rgba(var(--link-color-exa),0.8); }

.c-Sfondo-chiaro { color: var(--bkg-color-light); }
.h-c-Sfondo-chiaro:hover { color: rgba(var(--bkg-color-light-exa),0.8); }

.c-Sfondo-scuro { color: var(--bkg-color-heavy); }
.h-c-Sfondo-scuro:hover { color: rgba(var(--bkg-color-heavy-exa),0.8); }

.c-Bianco { color: #fff; }
.h-c-Bianco:hover { color: rgba(255,255,255,0.8); }

.c-Nero { color: #000; }
.h-c-Nero:hover { color: rgba(0,0,0,0.8); }


.cs-Colore-primario { background-color: var(--primary-color); }
.cs-Colore-secondario { background-color: var(--secondary-color); }
.cs-Colore-link { background-color: var(--link-color); }
.cs-Sfondo-chiaro { background-color: var(--bkg-color-light); }
.cs-Sfondo-scuro { background-color: var(--bkg-color-heavy); }
.cs-Bianco { background-color: #fff; }
.cs-Nero { background-color: #000; }

.a-cs-Colore-primario { background-color: rgba(var(--primary-color-exa),0.3); }
.a-cs-Colore-secondario { background-color: rgba(var(--secondary-color-exa),0.3); }
.a-cs-Colore-link { background-color: rgba(var(--link-color-exa),0.3); }
.a-cs-Sfondo-chiaro { background-color: rgba(var(--bkg-color-light-exa),0.3); }
.a-cs-Sfondo-scuro { background-color: rgba(var(--bkg-color-heavy-exa),0.3); }
.a-cs-Bianco { background-color: rgba(255,255,255,0.3); }
.a-cs-Nero { background-color: rgba(0,0,0,0.3); }

.f-c-Colore-primario { fill: var(--primary-color); }
.f-c-Colore-secondario { fill: var(--secondary-color); }
.f-c-Colore-link { fill: var(--link-color); }
.f-c-Sfondo-chiaro { fill: var(--bkg-color-light); }
.f-c-Sfondo-scuro { fill: var(--bkg-color-heavy); }
.f-c-Bianco { fill: #fff; }
.f-c-Nero { fill: #000; }

/* reset */
html, body { width: 100%; height: 100%; font-size: 15px; color: #f3f6f4}
a { text-decoration: none; color: var(--link-color); }
a:hover { 
    text-decoration: none;
    color: var(--hover-link-color);
}

.a-hover {
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oxygen', serif;
}

.CookieDeclaration {
    display: none;
}

p { font-size:  1em; }
h1 p { font-size: 1em; }
h2 p { font-size: 1em; }
h3 p { font-size: 1em; }
h4 p { font-size: 1em; }
h5 p { font-size: 1em; }

.p120percento { font-size: 1.2em; }
.p140percento { font-size: 1.4em; }
.p180percento { font-size: 1.8em; }
.p200percento { font-size: 2em; }
.p250percento { font-size: 2.5em; }

@media only screen and (max-width: 1199px) {
    .p120percento { font-size: 1.1em; }
    nav {     text-align: center; }
}

.small { font-size: 80%; }

.dropdown-toggle::after {
    border-top: none!important;
}

.dropdown-menu {
    padding: 0.25em 0;
    margin: 0.125em 0 0;
    border: none;
}

.anchorBlock { display: block; position: relative; visibility: hidden; }

.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 {
    width: 10em;
    margin: 0 auto;
} 

.mail2to {
  display: none;
}

.owl-carousel .owl-item img{
    display: block;
}

.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;
}

.quote {
  margin: 0;
  border-radius: 1em;
  text-align: left;
  padding-top: 2em;
}
.quote figcaption,
.quote blockquote {
  margin: 1em;
}

.quoteOfferta {
  box-shadow: .125em .1875em .9375em rgba(0, 0, 0, .15);
}

.btn2 {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375em 0.75em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.1em;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.logo-alto {
    width:90%;
    margin:auto;
}

@media only screen and (max-width: 1280px) {

  .logo-alto {
    width:80%;
    margin:auto;
    }
}

@media only screen and (max-width: 770px) {
  .BMCMobileTextCenter p{
    text-align: center!important;
  }

  .logo-alto {
    width:90%;
    margin:auto;
    }
}

.iconeFooter:hover {
    background-color: unset!important;
}


/*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; 
}

[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; 
}







.sketch-highlight{
  position:relative;
}

.sketch-highlight:before{
  content:"";
  z-index:-1;
  left:0em;
  top:0em;
  border-width:2px;
  border-style:solid;
  border-color:darkblue;
  position:absolute;
  border-right-color:transparent;
  width:100%;
  height:1em;
  transform:rotate(2deg);
  opacity:0.5;
  border-radius:0.25em;
}

.sketch-highlight:after{
  content:"";
  z-index:-1;
  left:0em;
  top:0em;
  border-width:2px;
  border-style:solid;
  border-color:darkblue;
  border-left-color:transparent;
  border-top-color:transparent;
  position:absolute;
  width:100%;
  height:1em;
  transform:rotate(-1deg);
  opacity:0.5;
  border-radius:0.25em;
}









@media (prefers-reduced-motion: reduce) {
    button[aria-expanded="true"] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; 
    } 
}

button[aria-expanded="true"] .fa {
    /*color: #fff !important; */
}

button[aria-expanded="false"] {
  /*background-color: #fff; */
}

.card-body {
    background: rgba(0, 0, 0, 0.02);
    margin-bottom: 1px;
}

/*menu mobile */
div.bmc-burger {
        height: 30px; 
        width: 40px;
        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: 26px; }
    div.bmc-y{top: 18px;}
    div.bmc-z{top: 37px;}

    div.collapse{
        top: 20px;
        background: #285186;
        -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.rotate30{
        -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.rotate150{
        -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.rotate45{
        -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.rotate135{
        -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.expand{
    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:9;
    
}
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.open{
    display: flex;
    z-index:10;
}

div.bmc-menu ul {
    margin: 0;
    padding: 0;
}
div.bmc-menu ul li {
    list-style: none;
    /*position:absolute;
    top:50px;;
    left:0;*/
    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.animate{
    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);
}


.btn:hover {
    color: white;
}

.cs-Bianco:hover {
    color: var(--primary-color);
}

/*div.bmc-menu li.animate:nth-of-type(1){ 
    top:120px;
    transition-delay: 0.0s; 
}
div.bmc-menu li.animate:nth-of-type(2){
    top:190px;
    transition-delay: 0.03s;    
            
}
div.bmc-menu li.animate:nth-of-type(3){
    top:260px;
    transition-delay: 0.06s;        
    
}
div.bmc-menu li.animate:nth-of-type(4){
    top:330px;
    transition-delay: 0.09s;        
    
}
div.bmc-menu li.animate:nth-of-type(5){
    top:400px;
    transition-delay: 0.12s;        
    
}
div.bmc-menu li.animate:nth-of-type(6){
    top:470px;
    transition-delay: 0.15s;    
            
}
*/
