@font-face {
    font-family: SF_Sports_Night;
    src: url(../FONT/SF\ Sports\ Night.ttf);
}



body, html {
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    text-align: center;
    margin: 0;
    width:100%;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
    background-position: center;
    background-size:cover; 
    background-repeat: no-repeat;
    scroll-behavior: smooth;
  }
body::-webkit-scrollbar{
    display: none;
}

.masktriangles {
    -webkit-mask-image: url(../IMG/freccia/masktriangles.svg);
    mask-image: url(../IMG/freccia/masktriangles.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;    
}
.nav {
    -webkit-box-shadow:  1px -1px 15px 0px #000000;
-moz-box-shadow:  1px -1px 15px 0px #000000;
-o-box-shadow:  1px -1px 15px 0px #000000;
box-shadow:  1px -1px 15px 0px #000000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color:white;
    color: black;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
   }
ul {
    list-style-type: none;
    margin: 10px;
    padding-right: 50px;
}
.menuorizzontale{
    margin:20px;
}
li {
    display: inline;
    height:80px;
    margin: 10px;
    padding-top:10px;
    padding-bottom:10px;
}
.navsin {
    display: flex;
    flex-direction: row;
}
.brand {
    margin: 30px 0 30px 10px;
    color: black;
    font-size: larger;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
}
.logo {
    height: 4.5rem; 
    padding-top:10px;
    padding-bottom:5px;
}
.navvertical {
    -webkit-box-shadow:  1px -1px 15px 0px #000000;
    -moz-box-shadow:  1px -1px 15px 0px #000000;
    -o-box-shadow:  1px -1px 15px 0px #000000;
    box-shadow:  1px -1px 15px 0px #000000;
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    background-color:white;
    color: black;
    text-align: center;
    display: flex;
    flex-direction: column;
} 
a{
    padding-top: 20px;
    color: #333;
    font-size: larger;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
  }
.vertical {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.horizontal {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
} 
.menuvertical {
    padding:10px;
    background-color:grey;
}
.menuvertical > ul  > li > a {
   color:white;
   font-size :20px;
}  
.menuvertical:hover {
    background-color:#1b517e;
}
.menuvertical:active {
    background-color: #fed111;
}
.hamburger {
    position:relative;
    width: 50px;
    height: 50px;
    margin: 15px;
    padding-right: 0.5%;
    float: right;
}
.hamburger-button {
    position:relative;
    width: 100%;
    height: 100%;
    background-image: url(../IMG/menu.svg);
    background-repeat: no-repeat;
    background-size:100% 100%;
    border:none;
    outline:none;
    background-color:transparent;
    color:transparent;
}










#scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 5px; 
    width: 0%;
    background-color: #fed111;
    z-index: 9999; 
    transition: width 0.1s ease-out;
    top: 80px;
    
  }
  #scroll-progress1 {
    position: fixed;
    top: 0;
    left: 0;
    height: 5px; 
    width: 0%;
    background-color: #fed111;
    z-index: 9999; 
    transition: width 0.1s ease-out; 
    top: 87px; 
  }



















.displaynone{
    display:none;
    transition: 0.5s;
}
.header {
    position: relative;
    padding: 60px;
    text-align: center;
    color: white;
    font-size: 100px;
    display: flex;
    flex-direction: row;
    background-position: right bottom;
    flex-wrap: wrap;
    background-image: url('/IMG/head/bghead1.jpg');


    height: 100%;
    
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: center;
    justify-content: center;
    align-items: center;
}


.celleheader {
 
    top: 9%;
    display: flex;
    flex-direction: column;
    width: 49%;
    height: 100%; 
    min-width: 500px;
    background-size:contain; 
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    display: flex;

    align-items: center;
    justify-content: center;
 position:relative;
 aspect-ratio: 1/1; 
}




#gx-logo {animation:tronFilter 12s infinite; 
    fill:#000000; stroke:#666; stroke-width:1; stroke-linecap:round; stroke-linejoin:bevel;}

@keyframes tronFilter {
    0% {-webkit-filter: drop-shadow( -.105px 0px 25px #1b517e );
                filter: drop-shadow( -.105px 0px 25px #1b517e ); stroke:#1b517e;} 
   33.33% {-webkit-filter: drop-shadow( -.105px 0px 25px #fed111 );
                filter: drop-shadow( -.105px 0px 25px #fed111 ); stroke:#fed111;}      
  66.66% {-webkit-filter: drop-shadow( -.105px 0px 25px #f8f8f8 );
                filter: drop-shadow( -.105px 0px 25px #f8f8f8 ); stroke:#f8f8f8;}
  100% {-webkit-filter: drop-shadow( -.105px 0px 25px #1b517e );
                filter: drop-shadow( -.105px 0px 25px #1b517e ); stroke:#1b517e;}
}

.transizione{
    animation: transizioneIn 1.5s
}

@keyframes transizioneIn{
    from{
        opacity: 0;  
    }
    to{
        opacity: 1;
    }
}

.scrittaheader{
    width: 100%;
    position: relative;
display: flex;
flex-direction: column;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    
    font-weight: bolder;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    text-align: center;  
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.typewriterheader{
    
    position: relative;
display: flex;
flex-direction: row;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 font-weight: bolder;
    justify-content: center;
    font-size: clamp(3rem, 6vw, 4.5rem);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.subscrittaheader{
    
    position: relative; 
display: flex; 
flex-direction: column;
    justify-content: center;
color: #1b517e;
font-size: clamp(1.5rem, 3vw, 2.25rem);
margin-top: 5px;
    text-align: center;  
    text-shadow: none;
    font-family:Arial, Helvetica, sans-serif;
    
}


.calltoaction1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%; 
    flex-wrap: wrap;
    background-image: url("/IMG/head/bghead2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: center;
    justify-content: center; 
    background-position: right top;
    align-items: center;
    padding: 60px; 
    
}

.testoscritturacalltoaction{
    color: #fed111;
    font-weight: bolder;
    font-size: 50pt;

}

.recensioni{

    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    margin: 0;
    background-image: url("/IMG/recensioni/bgrecensioni.jpg");
    background-position: left;
    background-size:contain;
    -webkit-box-shadow: 0px 8px 8px -8px #000000 inset;
    -moz-box-shadow:  0px 8px 8px -8px #000000 inset;
    -o-box-shadow:  0px 8px 8px -8px #000000 inset;
    box-shadow:  0px 8px 8px -8px #000000 inset;

}
@keyframes pulse {
    0%, 100% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
  }

  .blue-glow-group {
    animation: pulse 3s infinite ease-in-out;
    animation-delay: 0s;
  }

  .yellow-glow-group {
    animation: pulse 3s infinite ease-in-out;
    animation-delay: 1s;
  }

  .white-glow-group {
    animation: pulse 3s infinite ease-in-out;
    animation-delay: 2s;
  }

  svg {
    height: 100vh;
    display: block;
    margin: 0 auto;
  }







































.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
}

.fade-out {
    opacity: 0;
}

.fade-in {
    opacity: 1;
}

.slider-track {
    width: 100%;
    display: flex;
    gap: 20px;
    padding: 20px;
    scroll-behavior: auto;
    cursor: grab;
  overflow-x: auto;  
  white-space: nowrap;
  }

  .slider-track::-webkit-scrollbar {
    display: none;
  }

.review-card {
    cursor: -webkit-grab; 
    cursor: grab;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 auto;
    width: 300px;
    height: 150px;
    padding: 20px;
    margin: 35px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: white;
    position: relative;
   
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.reviewer-name {
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.rating {
    color: #ffd700;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    font-size: 20px;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.review-text {
 position: relative;
    overflow: hidden;
width: 100%;
    font-size: 1rem;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
    height: 100%;
    background-color: transparent;
    border: none;
    resize: none;
    outline:none;
    cursor: -webkit-grab; 
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}





.review-link {
    text-align: right;
   margin-top: auto;
 
}

.review-link a {
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);

}


















.wrapper{
   position: relative;
    
}



.button-outer-wrapper {
    
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  
  
  .primary--button {
    width: 300px;
    min-height: 50px;
    border: none;
    background-color: transparent;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px inset,
      rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    position: relative;
    cursor: pointer;
  }
  
  .primary--button::after {
    content: "";
    min-height: 40px;
    width: 48px;
    display: block;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #fff;
    position: absolute;
    
    transform: translate(0, -50%);
    transition: transform 1s;
  }
  
  .primary--button:before {
    content: "INFORMATI";
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 32%;
    right: unset;
    transform: translateY(-50%);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-weight: bolder;
    text-transform: uppercase;
    transition: content 1s;
  }
  
  .turn-on .primary--button:before {
    content: "CONSULTA";
    right: 32%;
    left: unset;
    transition: content 1s;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  }
  
  .turn-on .primary--button::after {
    content: "";
    min-height: 40px;
    width: 48px;
    display: block;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #fff;
    position: absolute;
   
    transform: translate(240px, -50%);
    transition: transform 1s;
  }
  

















































.contenuto{
    font-size:large;
    line-height: normal;
    width:95%;
   margin-left: auto;
   margin-right: auto;
   
}
.sondaggio{
    padding: 60px;
    text-align: center;
    color: white;
    font-size: 30px;
    background-image: url(../IMG/consulente.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 -8px 8px -8px #000000;
    -moz-box-shadow:  0 -8px 8px -8px #000000;
    -o-box-shadow:  0 -8px 8px -8px #000000;
    box-shadow:  0 -8px 8x -8px #000000;
}
.sondaggioscritta{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.separatoregiallo{
    height: 15px;
    background-color: #fed111;
}
.separatoreblu{
    height: 15px;
    background-color: #1b517e;
}
.scrittasezioni{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 37px;
    text-align: center;
}

.offertacontenitore{
    background-image: url(../IMG/sfondoschermo.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.scheda{
    border-spacing: initial;
    margin-left: auto;
    margin-right: auto;
    background: black;
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 4px );
	-webkit-backdrop-filter: blur( 4px );
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: none ;
    border-bottom-right-radius:none;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
    width: 80%;
    
    
    
}

.schermo{
    margin: 30px 20px 0px 20px;
    background: white;
    padding-top: 20px;
}
.offerta{
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.offertaelementi{
    display: flex;
    flex-direction: column;
    text-align: center;
    color: black;
}
.offertaelementi:hover{

    color: #fed111;
}

.offertaicona1{
    height: 100px;
    width: 100px;
    background-image: url(../IMG/esperienza.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}
.offertaicona2{
    height: 100px;
    width: 100px;
    background-image: url(../IMG/aggiornamento.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}
.offertaicona3{
    height: 100px;
    width: 100px;
    background-image: url(../IMG/integrata.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}
.offertaicona4{
    height: 100px;
    width: 100px;
    background-image: url(../IMG/mirata.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}
.offertaicona5{
    height: 100px;
    width: 100px;
    background-image: url(../IMG/frontline.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}
.offertaicona6{
    height: 100px;
    width: 100px;
    background-image: url(../IMG/smart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    color: #fed111;
}
.spiegazione{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.contenutospiegazione{
    margin-top: 15px;
    height: 200px;
    width: 80%;
    border-top: 2.5px #1b517e solid;
    border-bottom: 2.5px #1b517e solid;
    margin-bottom: 15px;
}
.slogan {
    padding: 60px;
    text-align: center;
    color: white;
    font-size: 50px;
    background-image: url(../IMG/slogan.jpeg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
strong{
    font-size: 45px;
    -webkit-text-stroke: 1px #F8F8F8;
	text-shadow: 0px 1px 4px #23430C;
}
.motivazionali{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.motivazionalielemento{
    position: relative;
    width: 80%;
    height: 400px;
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    border: #000000 solid 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.motivazionalielementos{
    position: relative;
    display: flex;
    width: 250px;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    border: #000000 solid 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.triangle1 {
    --r:35px; 
    height: 100%;
    aspect-ratio: cos(30deg);
    --_g:calc(tan(60deg)*var(--r)) left var(--r),#000 98%,#0000 101%;
    -webkit-mask:
      conic-gradient(from 60deg at calc(3*var(--r)/2 - 100%),#000 60deg,#0000 0)
       0 0/calc(100% - 3*var(--r)/2) 100% no-repeat,
      radial-gradient(var(--r) at calc(100% - 2*var(--r)) 50%,#000 98%,#0000 101%),
      radial-gradient(var(--r) at top    var(--_g)),
      radial-gradient(var(--r) at bottom var(--_g));
    clip-path: polygon(100% 50%,0 100%,0 0);
    background-image: url(../IMG/freccia1.jpg);
    background-position: left;
    background-size: contain;
}
.triangle2{
    --r:35px;
    height: 100%;
    aspect-ratio: cos(30deg);
    --_g:calc(tan(60deg)*var(--r)) right var(--r),#000 98%,#0000 101%;
    -webkit-mask:
      conic-gradient(from 240deg at calc(200% - 3*var(--r)/2),#000 60deg,#0000 0)
       100% 0/calc(100% - 3*var(--r)/2) 100% no-repeat,
      radial-gradient(var(--r) at calc(2*var(--r)) 50%,#000 98%,#0000 101%),
      radial-gradient(var(--r) at top    var(--_g)),
      radial-gradient(var(--r) at bottom var(--_g));
    clip-path: polygon(0 50%,100% 100%,100% 0);
    background-image: url(../IMG/freccia2.jpg);
    background-position: right;
    background-size: contain;
}
.triangle3 {
    --r:35px; 
    height: 100%;
    aspect-ratio: cos(30deg);
    --_g:calc(tan(60deg)*var(--r)) left var(--r),#000 98%,#0000 101%;
    -webkit-mask:
      conic-gradient(from 60deg at calc(3*var(--r)/2 - 100%),#000 60deg,#0000 0)
       0 0/calc(100% - 3*var(--r)/2) 100% no-repeat,
      radial-gradient(var(--r) at calc(100% - 2*var(--r)) 50%,#000 98%,#0000 101%),
      radial-gradient(var(--r) at top    var(--_g)),
      radial-gradient(var(--r) at bottom var(--_g));
    clip-path: polygon(100% 50%,0 100%,0 0);
    background-image: url(../IMG/semplice.jpg);
    background-position: left;
    background-size: contain;
}
.triangle4{
    --r:35px;
    height: 100%;
    aspect-ratio: cos(30deg);
    --_g:calc(tan(60deg)*var(--r)) right var(--r),#000 98%,#0000 101%;
    -webkit-mask:
      conic-gradient(from 240deg at calc(200% - 3*var(--r)/2),#000 60deg,#0000 0)
       100% 0/calc(100% - 3*var(--r)/2) 100% no-repeat,
      radial-gradient(var(--r) at calc(2*var(--r)) 50%,#000 98%,#0000 101%),
      radial-gradient(var(--r) at top    var(--_g)),
      radial-gradient(var(--r) at bottom var(--_g));
    clip-path: polygon(0 50%,100% 100%,100% 0);
    background: linear-gradient(45deg,#FA6900,#C02942);
    background-image: url(../IMG/freccia4.jpg);
    background-position: left;
    background-size: contain;
}
.triangles1{
    --r:35px; 
    height: 100%;
    aspect-ratio: cos(30deg);
    --_g:calc(tan(60deg)*var(--r)) left var(--r),#000 98%,#0000 101%;
    -webkit-mask:
      conic-gradient(from 60deg at calc(3*var(--r)/2 - 100%),#000 60deg,#0000 0)
       0 0/calc(100% - 3*var(--r)/2) 100% no-repeat,
      radial-gradient(var(--r) at calc(100% - 2*var(--r)) 50%,#000 98%,#0000 101%),
      radial-gradient(var(--r) at top    var(--_g)),
      radial-gradient(var(--r) at bottom var(--_g));
    clip-path: polygon(100% 50%,0 100%,0 0);
    background-image: url(../IMG/freccia/freccias1.jpg);
    background-position: left;
    background-size: contain;
    margin-right: 550px;
}

.freccia{
    width: 100%;
    height: auto;
    box-shadow: inset 3px 3px 10px 0 #000000;
}

.blu{
    color: #1b517e;
    -webkit-text-stroke: 1px #1b517e;
	text-shadow: 0px 0px 5px #ffffff, 0px 0px 4px #ffffff, 0px 0px 3px #ffffff, 0px 0px 2px #ffffff, 0px 0px 1px #ffffff;
}
.lavoro {
    padding: 60px;
    text-align: center;
    color: white;
    font-size: 30px;
    background-image: url(../IMG/lavoro.jpeg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.temporesiduo{
    background-color: silver;
    color: white;
    font-weight: bold;
    -webkit-box-shadow:  0px 0px 15px 0px #000000;
    -moz-box-shadow:  0px 0px 15px 0px #000000;
    -o-box-shadow:  0px 0px 15px 0px #000000;
    box-shadow:  0px 0px 15px 0px #000000;
    
}
.legale {
    padding: 60px;
    text-align: center;
    color: white;
    font-size: 30px;
    background-image: url(../IMG/legale.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.riconoscimenti{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.riconosimentielemento{
    margin: 25px;
}
.riconoscimentiicona1{
    height: 200px;
    width: 150px;
    background-image: url(../IMG/cassaedile2020.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}
.riconoscimentiicona2{
    height: 200px;
    width: 150px;
    background-image: url(../IMG/cassaedile2021.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}
.riconoscimentiicona3{
    height: 200px;
    width: 150px;
    background-image: url(../IMG/cassaedile2022.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}
.riconoscimentiicona4{
    height: 200px;
    width: 150px;
    background-image: url(../IMG/cassaedile2023.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}
.domande {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 50px;
  }
.domanda {
    color: #1b517e;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 25px;
    font-weight: bold;
    background-color: transparent;
    border-bottom: #fed111 3px solid;
  }
  .domanda:hover {
    background-color: #fed111; 
  }
  .domandapannello{
    display: none;
    overflow: hidden;
    border-bottom: #fed111 3px solid;
  }
  .domandafinale {
    color: #1b517e;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 25px;
    font-weight: bold;
    background-color: transparent;
  }
  .domandafinale:hover {
    background-color: #fed111; 
  }
  .domandapannellofinale{
    display: none;
    overflow: hidden;
  }
.newsletter{
    padding: 60px;
    text-align: center;
    background-image: url(../IMG/newsletter.jpeg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.contatti{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.contattielemento{
    
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 400px;
    margin-bottom: 25px;
}
.contattisottoelemento{
    
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;


}
.contattiicona1{
    height: 50px;
    width: 50px;
    background-image: url(../IMG/call.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}
.contattiicona2{
    height: 50px;
    width: 50px;
    background-image: url(../IMG/mail\ mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}
.contattiicona3{
    height: 50px;
    width: 50px;
    background-image: url(../IMG/indirizzo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}
.contattiicona4{
    height: 50px;
    width: 50px;
    background-image: url(../IMG/orario.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}
.mappa{
    margin-bottom: 100px;
}
.google-map{
 
    height: 500px;
}
.footer {
    -webkit-box-shadow:  1px -1px 15px 0px #000000;
    -moz-box-shadow:  1px -1px 15px 0px #000000;
    -o-box-shadow:  1px -1px 15px 0px #000000;
    box-shadow:  1px -1px 15px 0px #000000;
    position: fixed;
    display: flex;
    flex-direction: row;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:#1b517e;
    color: white;
    text-align: center;
    justify-content: space-around;
}
.footerelement {
    margin: 15px;
}

@media only screen and (max-width:1299px) {
    .nav {
        display:none;
    }
    form{
        margin-top: 25%;
    }
}

/* =============================================
   SMARTPHONE PICCOLI (fino a 359px)
============================================= */
@media only screen and (max-width: 359px) and (orientation: portrait) {
    
    
  
}
  @media only screen and (max-width: 359px) and (orientation: landscape) {
    /* Smartphone molto piccoli in orizzontale */

   
  }
  
  /* =============================================
     SMARTPHONE COMUNI (360–399px)
  ============================================= */
  @media only screen and (min-width: 360px) and (max-width: 399px) and (orientation: portrait) {
    /* Smartphone piccoli-medi in verticale */
  }
  
  @media only screen and (min-width: 360px) and (max-width: 399px) and (orientation: landscape) {
    /* Smartphone piccoli-medi in orizzontale */
  }
  
  /* =============================================
     SMARTPHONE GRANDI (400–439px)
  ============================================= */
  @media only screen and (min-width: 400px) and (max-width: 439px) and (orientation: portrait) {
    /* Smartphone grandi in verticale */
  }
  
  @media only screen and (min-width: 400px) and (max-width: 439px) and (orientation: landscape) {
    /* Smartphone grandi in orizzontale */
  }
  
  /* =============================================
     PHABLET / TABLET PICCOLI (440–599px)
  ============================================= */
  @media only screen and (min-width: 440px) and (max-width: 599px) and (orientation: portrait) {
    /* Phablet o piccoli tablet in verticale */
  }
  
  @media only screen and (min-width: 440px) and (max-width: 599px) and (orientation: landscape) {
    /* Phablet o piccoli tablet in orizzontale */
  }
  
  /* =============================================
     TABLET STANDARD (600–899px)
  ============================================= */
  @media only screen and (min-width: 600px) and (max-width: 899px) and (orientation: portrait) {
    /* Tablet in verticale */
  }
  
  @media only screen and (min-width: 600px) and (max-width: 899px) and (orientation: landscape) {
    /* Tablet in orizzontale */
  }
  
  /* =============================================
     TABLET GRANDI / LAPTOP PICCOLI (900–1199px)
  ============================================= */
  @media only screen and (min-width: 900px) and (max-width: 1199px) and (orientation: portrait) {
    /* Laptop piccoli o tablet in portrait */
  }
  
  @media only screen and (min-width: 900px) and (max-width: 1199px) and (orientation: landscape) {
    /* Laptop piccoli o tablet in landscape */
  }
  
  /* =============================================
     DESKTOP GRANDI (da 1200px in su)
  ============================================= */
  @media only screen and (min-width: 1200px) {
    .header {
        flex-wrap: nowrap;
    }
    /* Desktop e schermi grandi */
  }