﻿:root{--bs-primary: #9f0d1d;--bs-primary-rgb: 159,13,29;}
.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%28159,13,29,1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

.section-form-hp{background-color:#f6f6f6}
.section-form-hp .tit{font-weight:bold;margin-bottom:0.25rem}

/*lorenzo*/
.navbar-scroll .navbar-toggler {border: 3px solid #ffffff;}
.navbar-scroll{--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%28255,255,255,1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

.navbar-scroll, footer {background-color: #9f0d1d;}
footer a:hover{color: #000000;}

.divider-section{display:none;}
.section-form-hp{background-size: cover;background-position: center;background-repeat: no-repeat;position:relative;background-attachment: fixed;}
.section-form-hp:before{position:absolute;left: 0;top: 0;height: 100%;width:100%;content: '';background-color: rgba(0, 0, 0, .3);z-index: 2;}
.section-form-hp .blocco-testo{display: flex;flex-direction: column;justify-content: center;}
.section-form-hp .s-blocco-testo{z-index:5;position:relative;color:#ffffff;padding:1rem;text-align:left!important;}
.section-form-hp .blocco-form-hp{background-color:#ffffff;z-index:5;position:relative;padding:3rem;border-radius:1rem;}
.section-form-hp .blocco-form-hp .form-control, .section-form-hp .blocco-form-hp .form-select {margin-bottom: 0.5rem;color: #000;border: 1px solid #d0d0d0;border-radius: 0.5rem;}

@media (max-width:991px) {
    .section-form-hp{background-attachment: initial;}
    .section-form-hp .blocco-form-hp{padding:1.5rem;}
}