body {
    color: #58595b;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.index-image{
    margin-top: -200px;
    max-width: 700px;
    padding-bottom: 50px;
}
.bg-verde {
    background-color: #207d34;
    color: white;
    font-size: 14px;
    font-weight: 900;
}
.freccia{
    max-width: 25px!important;
}
#servizi-home img{
        max-width: 100px;
}
#cookieChoiceInfo {
    font-size: 10px;
}
.verde{
    color: #207d34;
}
.viola {
 color:  #ab2c57;
}
.viola:hover{
    color:  #ab2c57;
}
.dropdown-item {
    font-size: 14px;
}
h2::after {
    display: block;
    content: "";
    height: 3px;
    width: 46px;
    background-color: #207d34;
    margin: 18px auto;
    margin-bottom: 36px;
}
a {
    color: #207d34;
}
a:hover {
    color: #207d34;
}
footer{
    background-color: #207d34;
    color: white;
        font-size: 12px;
}
#velina{
    position: unset;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    z-index: 1;
}
#social {
    font-size: 30px;
}
#slide{
    background: url("../images/slide.jpg")center center;
    background-size: cover;
    height: 500px;

}
.card{
    border-radius: 0px;
}
.btn-link {
    font-weight: 400;
    color: #207d35;
    text-decoration: none;
}
.btn-link {
    font-weight: 400;
    color: #207d35;
    text-decoration: none;
}
.btn-link:hover {
    color: #207d35;
    text-decoration: underline;
}
.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: #f8f8f8;
}