.btn-coorporativo {
    background-color: #ff0099 !important;
    border-color: #ff0099 !important;
    color: white;
}

.hide {
    display: none;
}

.color-corporativo {
    color: #ff0099 !important;
}

.card-dashboard {
    height: 110px !important;
}

.card-dashboard > .card-body {
    padding: 1rem 2.25rem !important;
}

.box-calendar {
    background-color: #d4cfcf;
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
}

.box-calendar span {
    position: relative;
    left: 30%;
    right: 30%;
    top: 40%;
}