﻿:root{--bs-primary: #c6ab7c;--bs-primary-rgb: 198,171,124;}
.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%28198,171,124,1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

/*lorenzo*/
.btn:hover {background-color: #203644;border-color: #203644;color: #fff;}

.navbar-scroll {background-color: #203644;}
.navbar-brand img{max-width: 150px;}

.section-topbar .social a {border: 1px solid #203644;color: #203644;}
.section-topbar .social a:hover {background-color: #203644;}

.section-chi-siamo img{border-radius:2rem;}
.section-chi-siamo .presentazione-agenzia{display: flex;flex-direction: column;justify-content: center;}
.section-servizi h2{border-bottom:1px solid #000000;padding-bottom:1rem;margin-bottom:1rem;}

footer{background-color: #203644;}
.logo-footer{max-width: 150px;}
footer .social a:hover {color: #203644;}

.fiaip {background-color: #ffffff;border-radius: 100%;max-width: 150px;}

@media (max-width: 991px) {
    .navbar-brand img, footer .logo-footer {max-width: 100px;}
    .navbar-collapse {background-color:#203644;}
}