﻿:root{--bs-primary: #a5ca3d;--bs-primary-rgb: 165,202,61;}
.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%28165,202,61,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: #007ab6;border-color: #007ab6;}
h2, h3, footer .colonna .col-titolo{color: #007ab6;}

.navbar-scroll {background-color: #e8e8e8;}
.navbar-scroll a {color: #000000;}
.navbar-scroll a:hover{color: var(--bs-primary)!important;}
@media (min-width: 992px) {.navbar-scroll .dropdown-menu a {color: #e8e8e8;}}
@media (max-width: 991px) {.navbar-scroll .navbar-collapse, .navbar-scroll .dropdown-menu {background-color: #e8e8e8;}}

.annuncio:hover .annuncio-body .annuncio-prezzo{background-color:#007ab6;}
.dati-contatto.indirizzo, .dati-contatto.telefono {margin-bottom: 1rem;}
.section-contatti h3{margin-bottom: 1.5rem;}

.section-servizi .blocco-servizi{display: flex;flex-direction: column;justify-content: center;}

footer {background-color: #e8e8e8;color: #000000;}
footer a{color: #000000;}
.section-topbar .social a, footer .social a {border: 1px solid #007ab6;color:#007ab6;}
.section-topbar .social a:hover, footer .social a:hover {background-color: #007ab6;color:#ffffff;}

@media (min-width: 992px) {
    .section-servizi .blocco-servizi{padding-left: 2rem;}

}
@media (max-width:991px) {
    .section-topbar {display:none;}
}