.miolo {
    font-size: 0;
    white-space: nowrap;
}
.noticia {
    background-repeat: no-repeat;
    background-position: center top; 
    display: inline-block;
    height: 434px;
    margin: 0 6px;
    position: relative;
    vertical-align: top;
    width: 567px;
    -webkit-transition: background 0.5s, transform 0.5s;
    -moz-transition: background 0.5s, transform 0.5s;
    -o-transition: background 0.5s, transform 0.5s;
    transition: all 0.5s ease 0s;
    background-size: 100%;
}
.noticia:hover {
    background-size: 108%;
}
.noticia.ativo .balao {
    display: block;
}
.noticia .balao {
    background: rgba(233, 233, 233, 0.80);
    box-sizing: border-box;
    color: #24273c;
    display: none;
    font-size: 16px; 
    position: absolute;
    right: 0;
    bottom: 16px;
    white-space: normal;
    width: 332px;
    padding: 36px 32px;
    text-align: right;
    overflow: hidden;
}
.noticia .titulo {
    color: #24273c;
    font-size: 24px;
    line-height: 1;
}
.noticia p {
    margin: 10px 0px;
}

.novidades, #novidades > div, #cinema .alinhado {
    margin: auto;
    width: 947px;
    position: relative;
    clear: both;
}
#novidades h2, #cinema h2 {
    margin-left: 0px;
}
.novidades > h2 {
    color: #24273c;
    font-family: Quicksand, sans-serif;
    font-size: 42px;
    font-weight: 300;
    margin: 13px 0;
    float: left;
}
.novidades .cima, .novidades .baixo {
    color: #24273c;
    font-family: Quicksand, sans-serif;
    font-size: 27px;
    font-weight: 400;
    margin-right: 22px;
}
.novidades .cima {
     position: absolute;
     right: 0;
     margin-top: 18px;
     z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.novidades .baixo {
    color: #ffffff;
}
.novidades .categorias {
    margin-top: 28px;
    position: relative;
    right: 0px;
    z-index: 1;
    width: 100%;
    text-align: right;
}
.novidades .categorias a span {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
}
.novidades .categorias a.cima span {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    color: #24273c;
}
.novidades .categorias a.baixo span {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    color: #ffffff;
}
.novidades .categorias > div {
    background-color: #24273c;
    color: #ffffff;
    width: 250px;
    text-align: right;
    display: none;
    position: absolute;
    float: right;
    right: 0;
    padding: 50px 0 40px;
}
.novidades .categorias ul {
    list-style: none;
    padding-right: 12px;
}
.novidades .categorias ul li {
    margin: 10px;
    line-height: 1.2em;
}
.novidades .categorias ul li a {
    color: #ffffff;
}
.novidades .categorias ul li a:hover {
    color: #757aa1;
}
.novidades .categorias .separador {
    height: 1px;
    border-top: solid 1px #92939e;
    margin: 12px 12px 18px 26px;
    padding: 0px;
    display: none;                  
}
.novidades .miolo {
    font-size: 0;
    margin-left: 0;
    white-space: normal;
}
.novidades .noticia {
    margin: 0;
    margin-top: 100px;
    opacity: 0;
}
.novidades .noticia.aparecido {
    margin-top: 0px;
    opacity: 1;
}
.novidades .noticia .balao {
    display: block;
}
.novidades .noticia:nth-of-type(4n+2), .novidades .noticia:nth-of-type(4n+3) {
    width: 380px;
}
.novidades .noticia:nth-of-type(4n+2) {
    background-position: bottom right;
}

.novidades .noticia:nth-of-type(4n+1) .balao {
    bottom: 0;
    left: 0;
    right: auto;
}
.novidades .noticia:nth-of-type(4n+2) .balao {
    background: #fff;
    bottom: auto;
    top: 0;
    width: 100%;
    text-align: left;
}
.novidades .noticia:nth-of-type(4n+3) .balao {
    background: #fff;
    bottom: 0;
    width: 100%;
    height: 144px;
}
.novidades .noticia:nth-of-type(4n) .balao {
    bottom: 0;
}

.novidades .noticia:nth-of-type(4n+1) .balao.escuro, .novidades .noticia:nth-of-type(4n) .balao.escuro {
    background: rgba(23, 23, 23, 0.75);

}
.novidades .balao.escuro, .novidades .balao.escuro .titulo {
    color: #fff;
}

.novidades .mais {
    background: url(../images/mais_vagas.png) no-repeat top center;
    color: #000;
    display: block;
    font-family: Quicksand, sans-serif;
    font-size: 26px;
    margin: 56px auto 20px;
    padding-top: 49px;
    text-align: center;
    width: 185px;
    padding-left: 18px;
}