.titles {
    text-transform: uppercase;
    color: #333;
    line-height: 40px;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 2px;
}

.DataDia {
    font-size: 72px;
    font-weight: 700;
    line-height: 73px;
    margin-top: 0;
    color: #2abb99;
}

.DataMes {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 25px;
    color: #2abb99;
}

.DataHora {
    display: inline-block;
    line-height: 25px;
    margin-right: 19px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #999;
}

.ACurso {
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 3px;
    line-height: 36px;
    color: #333;
    font-family: roboto slab;
}

.Slide {
    width: 100%;
    float: left;
    margin-right: -100%;
    position: relative;
    opacity: 1;
    display: block;
    z-index: 2;
}

.Descricao {
    font-size: 12px;
    font-weight: 700;
    color: #ccc;
    margin-bottom: 0;
    height: 15px;
}

.ADescricao {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7a7a7a;
}
