﻿:root{--bs-primary: #ea0000;--bs-primary-rgb: 234,0,0;}
.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%28234,0,0,1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

/*lorenzo*/
.navbar-scroll {transition: none;}
.navbar {background-color: #ffffff;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.navbar a {color: #000000;}
.navbar a:hover{color: var(--bs-primary)!important;}
@media (min-width: 992px) {.dropdown-item{color:#ffffff!important;}}
@media (max-width: 991px) {.navbar-collapse {background-color:#ffffff;}.navbar .dropdown-menu {background-color: #ffffff;}.section-fh.scheda .navbar a{color: #000000!important;}}

.section-topbar{display:none;}

.section-fh.homepage:before {background-color: rgba(0, 0, 0, 0);}

.section-contatti h3{margin-bottom: 1.5rem;}
.dati-contatto.indirizzo, .dati-contatto.telefono {margin-bottom: 1.5rem;}

.section-static h2{color:var(--bs-primary);}

.section-chi-siamo .foto-agente, .section-chi-siamo .testo-agente{margin:2rem 0;}
.section-chi-siamo .foto-agente img{border-radius:100%;}
.section-chi-siamo .testo-agente {display: flex;flex-direction: column;justify-content: center;}
.section-chi-siamo .testo-agente .nome-ruolo {font-weight: bold;font-size: 20px;margin-bottom: 1rem;padding-bottom: 1rem;border-bottom: 1px solid #000000;text-align:left;}

.section-fh.scheda .navbar-scroll a {color: #000000!important;}
.section-fh.scheda .navbar-scroll li a:hover{color:var(--bs-primary)!important;}
.section-fh.scheda .navbar .dropdown-item{color: #ffffff!important;}
@media (max-width: 991px) {.section-fh.scheda .navbar-scroll .dropdown-item{color: #000000!important;}}

footer {background-color: #f8f8f8;color: #000000;}
footer a, footer .colonna .col-titolo{color: #000000;}
footer .footer-riga {border-bottom: 1px solid #000000;}

@media (max-width: 991px) {
    .section-chi-siamo .foto-agente{margin-bottom:0;}
}