	.border_etichette_ambientali{border: 1px solid #CCC; border-radius: 50px ;}  
	
	.btn-primary {
    color: #fff;
    background-color: #DE5B61;
    border-color: #DE5B61;
}

.bg-primary {
    background-color: #DE5B61!important;
}


.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #C9E3B8;
    border-radius: 0.25rem;
}
