.home-item {
    background-color: rgb(33, 158, 19);
    color:white;
    border: 1px solid white;
    border-radius: 10px;
}

.home-item .date {
    background-color: rgb(10, 76, 3);
    border-radius: 10px;
    font-size: 12px;
    padding: 10px;
}
.home-item .data {
    font-size: 28px; 
    color: white; 
    font-weight: bold; 
}

.home-alert1 {
    background-color: rgb(158, 19, 19);
}
.home-alert1 .date {
    background-color: rgb(69, 3, 3);
    
}

.home-alert2 {
    background-color: rgb(158, 130, 19);
}
.home-alert2 .date {
    background-color: rgb(69, 50, 3)
}

.home-alert3 {
    background-color: rgb(70, 70, 69);
}
.home-alert3 .date {
    background-color: rgb(27, 27, 27)
}

.card-home {
    background-color: white;
    -webkit-box-shadow: 7px 4px 17px -6px rgba(0,0,0,0.4);
    -moz-box-shadow: 7px 4px 17px -6px rgba(0,0,0,0.4);
    box-shadow: 7px 4px 17px -6px rgba(0,0,0,0.4);
    border-radius: 10px;
}
.card-home .card-header {
    border-radius: 10px;
    padding-bottom: 0px;
}