
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,400&display=swap');

body, p {
    font-family: 'Montserrat', sans-serif;
    color: #303030;
}

p {
    text-align: justify;
    font-size: 15px;
    line-height: 26px;
}

::-moz-selection  {
    background: #a70000;
    color: #fff;
}
::selection   {
    background: #a70000;
    color: #fff;
}

a,a:hover,
h1, h2, h3,
.nav-item a.active,
.nav-item:hover a,
b, i {
    color: #a70000 !important;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.transition-all {
    -webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;    
}

.clear {
    display: block;
    float: none;
}

.tit-sep {
    background-color: #a70000;
    width: 80px;
    height: 5px;
    margin-bottom: 30px;
    display: block;
}
.tit-sep.center {
    margin: 0 auto 30px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.navbar-brand img {
    max-width: 330px;
    height: auto;
}

.navbar {
    -webkit-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.15);
}

.nav-item a {
    color: #303030 !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px;
    margin: 0px 20px;    
}

.nav-item a.last {
    padding-right: 0 !important;
    margin-right: 0;    
}

header {
    padding: 115px 0 37px;
}

.bg-gray {
    background-color: #ececec;
}

section {
    padding: 70px 0;
}

section h2 {
    font-weight: 700;
}
section h4 {
    font-weight: 300;
    margin-bottom: 30px;
}

.tit {
    margin-bottom: 30px;
}

.align-center,
#servizi,
#total  {
    text-align: center;
}

#servizi h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

#servizi img {
    width: 150px;
    height: auto;
    margin-bottom: 15px;
    margin-top: 25px;
}

#total img {
    margin-top: 8px;
}

#contatti #link img {
    max-height: 85px;
    max-width: 200px;
    margin-right: 55px;
}
#contatti #link img:hover {
    opacity: 0.85;
}

#contatti #dove i {
    font-size: 24px;
    /* margin-right: 10px; */
    min-width: 33px;
    margin: 0 0 20px;
    position: relative;
    top: 3px;
}

#contatti h4 {

}


.row-attivita {
    margin-bottom: 50px;
}
.row-attivita h4 {
    margin-top: 30px;
    text-align: center;
}

footer p {
    opacity: 0.5;
}



.desktop-view { display: block; }
.desktop-inline-view { display: block; }
.mobile-view { display: none; }

@media (max-width: 992px) {

    .desktop-view { display: none; }
    .desktop-inline-view { display: none; }
    .mobile-view { display: block; }
    
    iframe {
        width: 100% !important;
        height: 300px !important;
    }
    
    p {
        font-size: 13px;
        line-height: 22px;
    }
    
    .nav-item a {
        margin: 0;
        padding: 15px;
    }
    
    .navbar-brand img {
        max-width: 240px;
    }    
    
    section h2 {
        margin-top: 15px;
        font-size: 24px;
    }
    section h4 {
        font-size: 18px;
    }
    
    #servizi img {
        width: 80px
    }
    #servizi h3 {
        font-size: 21px;
    }
    
    
    #contatti #link {
        margin-top: 50px;
    }
    #contatti #link img {
        max-height: 65px;
        max-width: 170px;
        margin-right: 0;
        display: block;
        margin-bottom: 25px;
    }
    
    
}

@media (max-width: 768px) {

    iframe {
        height: 190px !important;
    }
    
}