

 a:hover{
        color: rgb(98,211,0);
    }
a{
    color: rgb(0,0,0);
}

.bg{
    background-color: #fff;
}
.num{
    text-align: right;
}

.debug{
    border: 1px solid #000;
}

.home-slide{
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.slide-bg{
    background-color: rgba(255,255,255,0.3);
    font-size: 33px;
    padding-left: 40px;
    padding-right: 40px;
}
h1{
    margin-bottom: 10px;
    font-size: 32px;
}
h4{
    font-weight: 300;
}
.btn-traumone{
    background-color: rgb(132,217,59);
    border: 0px solid #000;
    color: #fff !important;
}
.decor-line {
    display: block;
    margin-top: 0.75rem;
    height: 0.1875rem;
    background-color: #62d300;
    width: 130px;
}


.riquadro{
    background-color: rgb(255,255,255);
    border: 1px solid #999;
    font-size: 10px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    /*padding-left: 15px;*/
    height: 57px;
}
.riquadro_titolo{
    color: green;
    font-weight: normal;
    font-size: 9px;
}
.riquadro_valore{
    font-size: 11px;
}

.card-header{
    height: 50px;
    padding-top: 0px;
}


.msg-warning{
    background-color: rgb(246,235,188);
}
.msg-danger{
    background-color: rgb(232,168,76);
}