﻿:root{--bs-primary: #0a04aa;--bs-primary-rgb: 10,4,170;}.btn-primary{--bs-btn-bg: var(--bs-primary);--bs-btn-border-color: var(--bs-primary);--bs-btn-hover-bg: #000000;--bs-btn-hover-border-color: #000000;--bs-btn-active-bg: #000000;--bs-btn-active-border-color: #000000;}.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%2810,4,170,1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

/*lorenzo*/
.navbar {background-color: #ffffff;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.navbar a {color: #000000;}
.navbar a:hover{color: var(--bs-primary)!important;}
.navbar .lingue .active-language {color: #000000;border: 2px solid #000000;}
@media (min-width: 992px) {.navbar .dropdown-menu a {color: #ffffff;}}
@media (max-width: 991px) {.navbar .navbar-collapse, .navbar .dropdown-menu {background-color: #ffffff;}}

.section-fh h1{font-family: 'Open Sans';}
.section-fh.homepage h1{color:var(--bs-primary);display:none;}
.section-fh h2{display:none;}
.slogan-home {z-index: 99;position: relative;max-height: 100px;}
.section-fh.homepage .carousel .carousel-item:before, .section-fh:before {background-color: rgba(0, 0, 0, .2);}
.section-motore {margin-top: 0.5rem;}

.logo-footer{max-width: 260px;}
footer, footer .colonna .col-titolo, footer a, footer .footer2{color:var(--bs-primary);}

footer, footer .footer2 {background-color: #ffffff;}

@media (max-width: 991px) {
    .section-fh .div-h1 {top: 65% !important;}
    .section-home .titolo-home {margin-top: 6rem;}
}
@media (max-width: 767px) {
    .slogan-home {max-height:65px;}
    .section-fh.homepage .div-h1 .section-motore {margin-top: 0.5rem;}
    .section-home .titolo-home {margin-top: 3rem;}
}
@media (max-width: 350px) {
    .slogan-home {max-height:45px;}
}

/*fonts*/
@font-face {font-family: 'Open Sans';src: url('fonts/OpenSans/OpenSans-Regular.woff2') format('woff2'), url('fonts/OpenSans/OpenSans-Regular.woff') format('woff');font-weight: normal;font-style: normal;font-display: swap;}
@font-face {font-family: 'Open Sans';src: url('fonts/OpenSans/OpenSans-Light.woff2') format('woff2'), url('fonts/OpenSans/OpenSans-Light.woff') format('woff');font-weight: 300;font-style: normal;font-display: swap;}
@font-face {font-family: 'Open Sans';src: url('fonts/OpenSans/OpenSans-Bold.woff2') format('woff2'), url('fonts/OpenSans/OpenSans-Bold.woff') format('woff');font-weight: bold;font-style: normal;font-display: swap;}