﻿:root{--bs-primary: #023a78;--bs-primary-rgb: 2,58,120;}
.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%282,58,120,1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

/*lorenzo*/
.btn-outline:active, .btn-outline:focus, .btn-outline:hover {background-color: var(--bs-primary);border-color: var(--bs-primary);}

.section-fh-home .logo-home{text-align:center;}
.section-fh-home .logo-home img{margin-bottom:2rem;max-height:100px;}
.section-fh-home h1{color:var(--bs-primary);display:none;}
.section-static h2{color:var(--bs-primary);}

.section-hero-home{background-size: cover;background-position: center;background-repeat: no-repeat;height:600px;}

.section-chi-siamo .logo-partner {margin-top: 2rem;max-width: 200px;}
.section-chi-siamo .punti-di-forza {box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;padding: 2rem;text-align: center;border-radius: 1rem;border: none;border-top: 4px solid var(--bs-primary);transition: transform 0.3s ease;height: 100%;justify-content: center;}
.section-chi-siamo .punti-di-forza:hover {transform: translateY(-5px);}
.section-chi-siamo .punti-di-forza .titolo {font-size: 1.5rem;margin-bottom: 1rem;font-weight: bold;color: var(--bs-primary);}

.section-cta, footer .footer2, .bg-light, .section-ricerca .annuncio-card, .section-scheda .scheda-sommario {background-color: #e9ecef78!important;}

.section-cta .banner-azione .banner-titolo .seconda-riga span{color:var(--bs-primary);}

.pricing-card {border: none;border-radius: 1rem;overflow: hidden;}
.pricing-card .card-header {background-color: var(--bs-primary);}
.pricing-table thead {background-color: rgba(var(--bs-primary-rgb), 0.1);}
.pricing-table i {color: var(--bs-primary);margin-right: 6px;}
.pricing-highlight {font-weight: 600;color: var(--bs-primary);}

@media (min-width:992px) {
    .section-chi-siamo .attestato{max-width:50%;}
}
@media (max-width:991px) {
    .section-chi-siamo .punti-di-forza {height:auto;margin: 1rem;}
	.section-hero-home{height:300px;background-position: right;}
}