body{
    font-family: "Mulish", sans-serif;
}
.noto{
  font-family: "Noto Sans", sans-serif;    
}

.ml-auto{
    margin-left: auto;
}
.banner{
    background-image:url(../images/banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0px; 
}
.banner-content h2{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.direzione{
    background-image:url(../images/sigma.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0px 0px; 
}
.direzione-content h2{
    font-weight: 700;
}
.direzione-content{
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
}
.contact-section{
    padding: 90px 0px;
    background: rgba(25, 152, 213, 1) !important;
}
.contact-box{
    padding: 40px;
    border: 1px solid #fff;
}
.contact-box h3{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}
.Consultate{
    background-image:url(../images/bg1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0px;
}
.consult-content{
    padding: 40px;
    background: rgba(25,152,213,0.9) !important;
}
.immobiliare{
    background: #f1f1f1;
}
.immobiliare-content h2{
    font-size: 32px;
    font-family: "Noto Sans", "Noto Sans Fallback";
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.immobiliare-content p{
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}
.immobiliare-content h2 span{
    color: rgb(25, 152, 213);
}
.consult-content h3{
    font-weight: bold;
    color: rgb(255, 255, 255);    
    font-size: 25px !important;
}
.fotter{
    background-color: #fff;
}
.f-widget h6{
    font-weight: 700;
    color: rgba(51, 51, 51, 1);
    font-family: "Noto Sans", "Noto Sans Fallback";
    font-size: 18px;
    text-transform: uppercase;
}
.f-widget p{
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
}

.f-widget a{
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    display: inline-block;
}
.f-bottom{
    background: #111;
}
.f-links-bottom p{
    font-size: 14px;
    color: #bbb;
}
.f-links-bottom a{
    text-decoration: none;
    display: inline-block;
    color: #bbb;
}




@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    div#navbarSupportedContent {
    position: absolute;
    top: 74px;
    z-index: 999;
    background: #fff;
    width: 100%;
    left: 0;
    text-align: center;
}
}
@media only screen and (max-width: 769px) {
    
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}