﻿:root{--bs-primary: #f39325;--bs-primary-rgb: 243,147,37;}
.navbar{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28243,147,37,1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

/*lorenzo*/
.section-fh-home .video-home{margin-bottom:4rem;}
.section-fh-home .logo-home img{max-width: 300px;}
.section-fh-home .logo-360{text-align:center;display:inline-block;}
.section-fh-home .logo-360 img{max-width: 100px;margin-right: 2rem;}

.section-fh-home h1 {display:none;}
.section-fh-home h2 {font-weight: 600;margin-bottom:0.5rem;}
@media (min-width: 992px) {.section-fh-home h2 {font-size: 2.5rem!important;}}

.section-fh-home .testo-360 {display: inline-block;font-weight: 300;margin-bottom: 2rem;}
@media (min-width: 992px) {.section-fh-home .testo-360 {font-size: 1.5rem;}}
@media (max-width: 991px) {.section-fh-home .testo-360 {font-size: calc(1.325rem + .9vw);}}

.section-motore {margin-top: 4rem;}

.section-chi-siamo .primo.ratio{margin-bottom:2rem;}
.section-chi-siamo .presentazione{text-align:center;margin-top: 2rem;}
.section-chi-siamo .presentazione i{font-size:2.5rem;margin-bottom:1rem;}
.section-chi-siamo .presentazione .titoletto{font-size:1.5rem;font-weight:bold;text-transform:uppercase;margin-bottom:1rem;padding-bottom:1rem;position:relative;}
.section-chi-siamo .presentazione .titoletto:after{content: '';display: inline-block;position: absolute;bottom: 0;left: 0;right: 0;max-width: 90px;width: 50%;margin: 0 auto;height: 2px;background: var(--bs-primary);}
.section-chi-siamo .scopri-sistema{margin-top:4rem;text-align:center;}
.section-chi-siamo .scopri-sistema .secondo.ratio{margin-top:2rem;}

.section-servizi .logo-servizio{max-height:100px;}

@media (max-width:1199px) {
    .section-fh-home .logo-home img{margin-bottom:2rem;}
    .section-fh-home .logo-360 img{margin-right: 0;margin-bottom:1rem;}
}
@media (min-width:992px) {
    .navbar .navbar-brand img {max-height: 100px;}
}
@media (max-width:991px) {
    .section-motore {margin-top: 2rem;}
    .section-fh-home h2 {font-size: calc(1.375rem + 1.5vw);}
}