.hero-img {
    height: 70vh;             /* sempre a tutta altezza */
    width: 100%;               /* mantiene la larghezza piena */
    object-fit: cover;         /* riempie l’area senza deformarsi */
    object-position: center;   /* centra l’immagine */
    display: block;
}

.form-check-input{ margin-top:7px; }

.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.modal-title { text-transform:uppercase; font-size:1.5rem; }
.modal-body em{ font-size: 20px; }

.form-check-label { line-height: 25px; }

@media (max-width: 375px) {
    #sez_slider .tit { font-size:55px; }
}

.modal-header { background:#b62428; color:#fff; }