.Destacado-umag {
    background-color: rgb(84, 213, 245);
    padding: 10px;
    border-radius: 3px;
}

#hero {
    background-image: url('../img/bg-header.png') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#skills {
    background-color: rgba(89, 57, 147, 0.4) !important;
}

.video-estatuto {
    width: 100%;
    height: 720px;
}

.bg-a {
    background-color: #624E88;
    color: #FFF;
}

.bg-b {
    background-color: #8967B3;
    color: #FFF;
}

.bg-c {
    background-color: #CB80AB;
    color: #FFF;
}

.bg-d {
    background-color: #E6D9A2;
    color: #FFF;
}

.dia-l {
    font-size: 16px;
    font-weight: bold;
    padding-top: 3px;
}

.dia-n {
    font-size: 42px;
    font-weight: bold;
    padding-top: 2px;
}

.mes {
    font-size: 21px;
    font-weight: lighter;
    padding-bottom: 3px;
}

.bg-destacado {
    background-color: #dbc3ef;
    color: #FFF;
    padding-bottom: 3px;
}