body{
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    color:#666666;
    line-height: 33px;
    letter-spacing: 1.5px;
}

img {
    margin:0;
}


h1{ 
    font-size: 30px;
    font-weight: 600;
    color:#FD5A22;
}


h2{
    font-size:30px;
    font-weight: 700;  
}


h3{
    font-size:24px;
    font-weight: 700;
}

.relative{
    position: relative;
}

a {
    color:#FD5A22;
    border:none;
    text-decoration: underline;
}

a:hover,
a.active{
    color:#fd7444;
}

b,strong{
    font-weight: 600;
}

.text_arancio{
    font-weight: 600;
    color: #FD5A22;
}

.finale{
    font-size: 14px;
    color: #EDEDED;
}

.finale ul{
    padding-left: 0;
}

.finale li{
    list-style-type: none;
    float: left;
    margin-right: 20px;
}

.finale a{
    color: #fff;
}

.spazio_brand_footer{
    text-align: right;
}

.img_cactus{
    margin-left: 10px;
    width: 31px;
    height: 24px;
    margin-top: 3px;
}

.sfumatura_content_dark{
    background:rgb(0 0 0 / 14%);;
}


.bg_chi_siamo{
    background: url(../images/chi-siamo.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  height: 100%;
}

.bg_lavoro{
    background: url(../images/il-nostro-lavoro.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  height: 100%;
}

.bg_referenze{
    background: url(../images/referenze.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  height: 740px;
}

.bg_header{
    background-color: rgb(255 255 255 / 78%);
}

.bg_testata{
    background: url(../images/home.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
}


.bg-light{
    background-color: transparent !important;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bg-light a{
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link{
    color:#666666;
    border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active{
    border-bottom: 2px solid #FD5A22;
}

.logo_alto{
    width: 140px;
}

.nav-item{
    line-height: 13px;
}

.bg_footer{
    background-color: #909090;
}

.bg_lingue{
    background-color: #909090;
    border-bottom: 1px solid #b9b8b5;
}

.altezza{
    height: 90vh;
}

.altezza_hp{
    height: 90vh;
}

.a_content{
    position: absolute;
    z-index: 100;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.a_content_basso{
    position: absolute;
    z-index: 100;
    display: block;
    bottom: 65px;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
}

.sfumatura_content{
        background-image: linear-gradient(90deg,#F3EFED, transparent);
    z-index: 100;
}

.sfumatura_content_bianca{
    background-image: linear-gradient(90deg,#FFF, transparent);
}

.sfumatura_content_height{
    background-image: linear-gradient(90deg,#F3EFED, transparent);
    z-index: 100;
    height: 740px;
}

.text_img_big{
    font-size: 24px;
    line-height: 39px;
}

.bg_arancio{
    background-color: #FD5A22;
    color: #fff;
}

.title_icon{
    margin-top: 15px;
    font-size: 24px;
    text-transform: uppercase;
}

.title_underline{
    border-bottom: 1px solid #666;
    width: 200px;
    margin: 0 auto;
}

.bg_grey{
    background-color: #f6f6f6;
}

.list{
    list-style-type: none;
    padding-left: 0;
}

.list li{
    margin-bottom: 15px;
    line-height: 22px;
}

.border_list{
    border-left: 1px dashed #666666;
}

.height_content{
    height: 677px;
}

.lingue{
    text-decoration: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: transparent;
}

.nav-pills .nav-link{
    border-radius: 0;
}


/* GRANDE SCHERMO */
@media (min-width: 1290px){
  


}


/* GRANDE SCHERMO */
@media (min-width: 1288px){

.container{
    max-width: 1288px;
}


}

/* GRANDE SCHERMO */
@media (min-width: 1900px){
    


}


/* GRANDE SCHERMO */
@media (max-width: 1489px){
    

}

/* GRANDE SCHERMO */
@media (min-width: 1500px){
    
 

}


/* GRANDE SCHERMO */
@media (max-width: 1288px){
    


.container{
    max-width: 1200px;
}


}

/* MEDIO */
@media (max-width: 1200px){



    
}

/* SOLO TABLET */
@media (max-width: 1129px){


}


/* SOLO TABLET */
@media (max-width: 1021px){

.bg-light{
    font-size: 14px;
    letter-spacing: 0.1em;
}

}

/* SPAZIO TABLET */
@media (max-width: 992px) {
 
.bg-light{
    font-size: 16px;
}

.logo_mobile{
    width: 140px;
}

.bg_header {
    background-color: #fff;
}

.nav-item{
    line-height: 26px;
}

.navbar-light .navbar-toggler{
    border:none;
}

.a_content_basso{
    bottom: 0;
    top: 30%;
}

.sfumatura_content{
    background:rgb(243 239 237 / 100%);
}

.sfumatura_content_height{
    background:rgb(243 239 237 / 100%);
}

.sfumatura_content_dark{
    background:rgb(0 0 0 / 34%);;
}

.border_list{
    border:none;
}

.height_content{
    height: auto;
}

.bg_referenze{
    height: auto;
}

.sfumatura_content_height{
    height: auto;
}

.fixed-bottom{
    position: relative;
}

.bg_home{
    background-color: #dd1b2f;
    color: #fff;
}


}  




/* SOLO MOBILE */
@media (max-width: 768px) {

.finale {
    margin-bottom: 40px;
}

.altezza {
    height: auto;
}

.a_content_basso{
    bottom: 0;
    top: 20%;
}

.title_icon{
    font-size: 20px;
}

.altezza_hp {
    height: 40vh;
}

.prima_img{
    margin-top: 80px;
}


}

/* SOLO MOBILE */
@media (max-width: 576px) {

.altezza_hp {
    height: 80vh;
}

}

