@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;800&display=swap');




body, html {
	color:#737373;
	font-family: 'Open Sans', sans-serif;
    font-weight: 500;
	font-size:12px;
}



.barra-arancione-superiore {
    background-color: #e84e1b;
    min-height: 40px;
    color: #fff;
    padding-top:10px;
    font-weight: 400;
} 

.barra-arancione-superiore a{
    color: #fff;
    text-decoration: none;
}

/*-------------------- MENU -------------------  */


.menu-principale ul li {
    
    color:#575756;
    font-weight: 600;
    list-style: none;
        display: inline-block;   
    padding: 0px 0px 0px 0px;
    font-size: 14px;

} 
.menu-principale ul li a {
color:#575756;
    text-decoration: none;


} 

.menu-principale {
    
    padding: 40px 0px 0px 0px;
    text-align: right
}


.menu-principale ul li.spazio{
    padding-right: 12px;
}



.menu-responsive{
        display: none;
    }
    




/*-------------------- FINE MENU -------------------  */



/* ---------------- SERVIZI --------------------*/

.servizi {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
}


.servizi h1{
    font-weight: 300;
    font-size: 50px;
}


.servizi-mobile {
    display: none;
}

/*-------------------- FINE SERVIZI -------------------  */

.profilo {
   
    background-image:url('../img/foto-profilo.jpg');
background-repeat:no-repeat;
background-size:cover;
background-position:center;
   height: 74vh;
    
}



footer {
    
    color:#000; 
}

footer a {
    font-size: 14px;
    font-weight: 800;
        color:#000; 
    text-decoration: none;
}


.barra-arancione, .barra-arancione a{
    color: #fff;
    padding: 10px 0px 10px 0px;
    text-decoration: none;
}


h1.titolo {
    font-weight: 800;
    font-size: 37px;
    color: #3c3c2b;
    
}



.titolo-arancione {
    font-weight: 800;
    font-size: 42px;
    color: #e84e1b;
    
}





.azienda{
    font-size: 14px;
} 


.banner-grigio {
    background: #ececec;
    padding: 40px 0px 40px 0px;
        font-size:15px;
    color:#000; 
}


.referenze {
    color:#000; 
    font-weight: 700;
     font-size:15px;
    
}


.referenze h2 {
    color: #e84e1b;
    font-size:15px;
}



.elenco-referenze {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
}


.certificazioni{
    font-size:15px;
    
}


h4.titolo-certificazioni{
    color: #e84e1b;
    font-size:20px;
    font-weight: 800;
    
} 


a {
    color: #000;
    text-decoration: none;
}



.lavora .mail {
    color: #ea5a0b;
    font-size: 18px;
    font-weight: 700;
}

.contatti {
    font-size: 22px;
}



.contatti .tel a {
    font-weight: 700;
     font-size: 28px;
    
}


@media only screen and (min-width: 300px) and (max-width: 1080px) {}


@media only screen and (min-width: 300px) and (max-width: 1024px) {.menu-principale {
    
    
    text-align: center;
}}
@media only screen and (min-width: 300px) and (max-width: 1280px) {}

@media only screen and (min-width: 300px) and (max-width: 1390px) {}
@media only screen and (min-width: 300px) and (max-width: 900px) {
    
    .menu {
    
    
   display: none;
}
    
    .menu-responsive{
        display: block;
    }
    
   
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
    
    
    
     .servizi-mobile {
    display: block;
}
    
    .servizi {
        display: none;
    }
}




@media only screen and (min-width: 300px) and (max-width: 600px) {}

@media only screen and (min-width: 300px) and (max-width: 736px) {
    
    
    
    
}

@media only screen and (min-width: 300px) and (max-width: 480px) {}


@media only screen and (min-width: 300px) and (max-width: 714px) {}

@media only screen and (min-width: 300px) and (max-width: 414px) {}