p {font-family: 'Montserrat', sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    width: 100%;
    line-height: 125%;
    width:100%;
    font-style: normal;
}

h6 {font-family: 'Montserrat', sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    width: 100%;
    line-height: 125%;
    width:100%;
    font-style: normal;
}

h1 {font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 200;
    line-height: 100%;
    width: 100%;
    text-align: left;
 }

h2 {font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 200;
    width: 100%;
    text-align: left;
    line-height: 100%;
    letter-spacing: 1%;
}

h3 {font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    text-align: left;
    line-height: 150%;
    
}

.avonde {font-family: 'Montserrat', sans-serif; font-weight: 600;}
.filo {font-family: 'Bebas Neue', sans-serif; font-size: 50px;  font-weight: 600; letter-spacing: 1px; line-height: 100%;}


h4 {font-family: 'Bebas Neue', sans-serif;
    font-size: 50px;
    font-weight: 500;
    width: 100%;
    text-align: left;
}

h5 {font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 105%;
    width: 100%;
    text-align: left;
}

h5 .fine {font-weight: 400;}
h5 .medio {font-weight: 600;}



/*-- Specifiche testo --*/

small {font-size: 75%;}
strong {font-weight: 600; }
sup {font-size: 45%;}
sub {font-size: 14px; line-height: 0;}

.meno25 {width:25%;}
.alignsx {text-align: left;}
.aligndx {text-align: right;}
.aligncx {text-align: center;}
i {font-style: italic;}

/* TESTO BOX OROLOGIO */
#orologio p {font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: auto;
    font-weight: 400;
    color: #ffffff;
    padding-top:20px;
    padding-bottom:20px;
    text-align: center;
    background-color: #323e48;
}

#orologio li {height:110px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 25px;
    line-height: 130%;
    font-weight: 500;
    color: #323e48;
    padding-top:70px;
    padding-left: 5%;
    text-align: left;
}

#orologio li strong {font-weight: 700;}



/*-- Testo sopra l'immagine --*/
.caption {
    font-family: Verdana, sans-serif;
    font-size: 30px;
    float:left;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.caption img {
    float: left;
    margin: 0;
    padding: 0;
    border: none;
}
.caption span {
    float: left;
    margin: 0;
    width: 100%;
    height:100%;
    color: #ffffff;
    position: absolute;
    right: 0%;
    bottom: 50%;
    align-content: center;
    align-items: center;
    vertical-align: middle;
    transform: translate(0%, 50%);
    display:flex;
}

/* RESPONSIVE */

@media(max-width:1440px){
   h2 {font-size: 110px;} 
}

@media(max-width:1366px){
    
}

@media(max-width:1280px){
 .filo {font-size: 40px;}  
    h2 {font-size: 70px;} 
}

@media(max-width:1024px){
    h5 {font-size: 22px;} 
  h2 {font-size: 30px;} 
    p {font-size: 18px;}
    h3 {font-size: 11px;}
}

@media(max-width:991px){
    
}

@media(max-width:800px){
    
}

@media(max-width:600px){
p {font-size: 20px;}

h2 {font-size: 25px;}

h3 {font-size: 11px;}

h5 {font-size: 20px;}



}

@media(max-width:480px){
h3 {font-size: 11px;}
  h1 {font-size: 30px;}  
    h5 {font-size: 17px;}
}

@media(max-width:350px){

}

@media(max-width:375px){

}


