/* CSS Document */
body {
    font-family: 'Montserrat', sans-serif !important;
    color: #000000;
    mix-blend-mode: multiply;
    }

.wrapper-breadcrumbs {
    padding-top: 2rem;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #ffffff;
    }

.wrapper-breadcrumbs a {
    color: #000000;
    text-decoration: none;
    }

.wrapper-breadcrumbs a:hover {
    color: #ffb703;
    text-decoration: none;
    }

.title h1 {
    font-weight: bold;
    padding-bottom: 20px;
    background-color: #ffffff;
    }

/* Funzione per impostare la dimensione dell'h1 in proporzione all'ampiezza della viewport  */
.title h1 {
    font-size: calc(1.5rem + 3vw);
    }

.Testobig h1 {
    color: #000000;
    font-size: 150px;
    padding-top: 100px;
    user-select: none;
    z-index: -1;
    opacity: 0;
    }

.Testobig p {
    color: #000000;
    font-size: 40px;
    user-select: none;
    z-index: -1;
    padding-left: 10px;
    opacity: 0;
    }    

.Testobig a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    }

.Testobig a:hover {
    color: #ffb703;
    }

.Testobig2 {
    color: #000000;
    font-size: 4vw;
    line-height: 1;
    padding-bottom: 0.5vw;
    }
    
.Testobig4 {
    color: #000000;
    font-size: 6vw;
    line-height: 1;
    padding-bottom: 0.5vw;
    }           

.Testobig3 h1 {
    color: #000000;
    font-size: 7.5vw;
    line-height: 1;
    }    

.margine_fondo {
    position: fixed;
    bottom: 0;
    padding-top: 40px;
    align-items: baseline;
    z-index: 0;
    }
    
.margine_fondo3 {
    position: fixed;
    bottom: 0;
    padding-top: 40px;
    align-items: baseline;
    z-index: 0;
    }
    
.spaziobianco {
    padding-top: 15vw;
    padding-bottom: 15vw;
    z-index: -1;
    }
    
footer {
    align-items: baseline;
    }


/*______________Preloader_________________ */ 
    
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    }
    
.preloader img {
    max-width: 700px;
    height: auto;
    display: block;
    margin: auto;
    }
    
.hidden {
    display: none; /* Nasconde la homepage */
    }

/*______________________________________ */ 



/*_______________Homepage__________________ */     


.container-home {
    border-bottom: 2px solid black;
    background-color: #ffffff;
    }    

.container-home-h {
    border-bottom: 2px solid black;
    }
    
.container-home2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    }             

.logo-2 {
    max-width: 60px;
    left: 0;
    position: absolute;
    padding-left: 10px;
    padding-top: 5px;
    } 

.menu-apri {
    float: right;
    align-items: center;
    background-color: transparent;
    border: none;
    }


.menu-apri .pallini {
    font-size: 40pt;
    color: #000000;
    font-family: 'Poppins', sans-serif !important; 
    text-decoration: none;
    }
    
.menu-apri a:hover {
    color: #ffb703;
    text-decoration: none;
    }
/*______________________________________ */ 

    

/*______________Menù Overlay_________________ */
  

.logo-bianco {
    opacity: 0;
    }
    
.immagine_logo:hover .logo-nero {
    opacity: 0;
    }

.immagine_logo:hover .logo-bianco {
    opacity: 1;
    }

.menu-chiudi {
    float: right;
    font-size: 45pt;
    color: #000000;
    border: none;
    position: relative;
    background-color: transparent;
    line-height: normal;
    }

.menu-chiudi a {
    text-align: center;
    transition: transform 0.3s ease;
    }

.menu-chiudi a:hover {
    color: #ffffff;
    transform: rotate(135deg);
    text-decoration: none;    
    }
    
.croce {
    transform: rotate(45deg);
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #000000;
    text-decoration: none;
    display: block;
    }
    
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffb703;
    z-index: 1000;
    }

.container-overlay {
    width: 100%;
    height: 100%;
    } 

.menu {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    padding-right: 20px;
    } 

.menu a {
    color: #000000;
    font-size: calc(1.5rem + 4vw);
    text-decoration: none;
    font-weight: normal;
    }

.menu li {
    list-style: none;
    line-height: 1.2;
    }    
      
.menu a:hover {
    font-weight: bold;
    }   
    
/*______________________________________ */    
    
    
    
/*________________CSS Works______________________ */ 

#noclick1 {
    font-weight: normal;
    color: #000000;
    text-decoration: line-through;
    }

.wrapper-progetto {
    position: relative;
    margin-bottom: 30px;
    }

.wrapper-progetto a {
    text-decoration: none;
    color: #000000;
    }

.wrapper-progetto img {
    display: block;
    transition: filter 0.3s ease;
    backface-visibility: hidden;
    }

.wrapper-progetto:hover img {
    filter: grayscale(1);
    }

.wrapper-progetto .wrapper-info {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    }

.wrapper-progetto:hover .wrapper-info {
    opacity: 1;
    }
.wrapper-progetto .wrapper-info .text {
    background-color: rgba(255, 255, 255, 0);
    padding: 16px 32px;
    margin: 0 auto;
    }
.wrapper-progetto .wrapper-info .text a {
    color: #ffb703;
    font-size: 19px;
    font-weight: bold;
}
.wrapper-progetto .wrapper-info .text .year-item {
    float: right;
}

/*______________________________________ */



/*________________CSS Freccia "Back to top"______________________ */ 


.back_to_top {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 999;
    width: 50px;
    height: 50px;
    transform: rotate(225deg);
    transition: transform 0.3s ease;
    }

.back_to_top:hover {
    transform: rotate(270deg);
    color: #ffb703;
    text-decoration: none;
    }
    
.frecciasu {
    display: none;
    color: #000000;
    font-size: 40px;
    border: 0;
    line-height: 1;
    background: transparent;
    border-radius: 50%;
    padding: 5px;
    }


.back_to_top:hover .frecciasu {
    color: #ffb703;
}

    /*______________________________________ */



/*________________CSS About______________________ */ 

#noclick2 {
    font-weight: normal;
    color: #000000;
    text-decoration: line-through;
    }

.immagine_io img {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -1;
    }

.loghini {
    align-items: baseline;
    justify-content: space-between;
    }

/*______________________________________ */

    
    
/*________________CSS Contact______________________ */ 

#noclick3 {
    font-weight: normal;
    color: #000000;
    text-decoration: line-through;
    }

.margine_contatti {
    padding-top: 20px;
    }

.titoli_contatti {
    text-align: left;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 14pt;
    }
    
.testi_contatti {
    text-align: left;
    color: #000000;
    text-decoration: none;
    font-size: 12pt;
    display: block;
    }
    
.testi_contatti:hover {
    color: #ffb703;
    }

.testi_contatti:hover  .freccine {
    opacity: 1;
    }

.freccine {
    opacity: 0;
    text-decoration: none;
    color: #ffb703;
    }

/*______________________________________ */ 


/*________________CSS Progetti______________________ */ 

.margine_descrizione {
    padding-bottom: 20px;
    }

.titoli_descrizione {
    text-align: left;
    color: #000000;
    font-weight: bold;
    font-size: 14pt;
    text-decoration: none;
    }

.descrizione {
    text-align: left;
    color: #000000;
    font-size: 11pt;
    text-decoration: none;
    }
    
.blocco_lavori {
    background-color: white;
    position: relative;
    z-index: 1;
    }
    
.blocco_nota {
    background-color: white;
    position: relative;
    z-index: 1;
    }

.immagini_nota {
    width: 100%;
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
    }
    
.img-fondo {
    opacity: 0;
    }

.gif_fondo {
    position: fixed;
    bottom: 0;
    align-items: center;
    padding-bottom: 35px;
    z-index: -1;
    }

.prossimo {
    position: fixed;
    bottom: 0;
    padding-bottom: 20px;
    }
        
.prossimo a {
    color: #000000;
    opacity: 0.2;
    text-decoration: none;
    text-align: center;
    }

.prossimo a:hover {
    opacity: 1;
    }

.wrapper-progetto2 {
    position: relative;
    padding-bottom: 20px;
    }

.immagine-prog {
    width: 100%;
    height: auto;
    }
    
/*______________________________________ */




/*________________CSS Plugin______________________ */ 



/*______________________________________ */ 
