.bloco {
    display: inline-block;
    width: 100%;
    padding: 60px 0 0 0;
    position: relative;
    background: #212529;
    color: white;
    border-bottom: 4px solid #9b9999;
}
.bloco .bloco1 {
    float: left;
    width: 70%;
    display: inline-block;
}
.bloco .bloco1 img {
    width: 100%;
    height: 640px;
    object-fit: cover;
}
.bloco .bloco2 {
    float: right;
    width: 29%;
    display: inline-block;
    padding: 36px 36px 14px 16px;
}
.bloco .bloco2 .titulo {
    font-size: 30px;
    font-weight: 600;
    line-height: 33px;
}
.bloco .bloco2 .producao {
    font-size: 20px;
    color: #bebebe;
    font-weight: 600;
    line-height: 21px;
    padding: 6px 0 0 0;
}
.bloco .bloco2 .producao small {
    font-weight: normal;
    font-size: 14px;
}
.bloco .bloco2 span.cate {
    display: inline-block;
    width: 70%;
    padding: 5px 5px 5px 0;
}
.bloco .bloco2 span.cate small {
    padding: 2px 6px;
    text-transform: uppercase;
}
.bloco .bloco2 span.etaria {
    display: inline-block;
    width: 28%;
    text-align: right;
    padding: 2px 5px;
    font-size: 14px;
    color: #3fa4dc;
}
.bloco .bloco2 span.duracao {
    position: relative;
    float: right;
    padding: 4px 11px 0 0;
}
a.Voltar {
    position: relative;
    float: right;
    color: white;
    text-decoration: none;
    padding: 4px 9px 4px 9px;
    top: -6px;
    font-size: 20px;
}
.creditos {
    font-size: 12px;
    text-align: right;
    color: #918c8c;
}

.Eventos {
    height: 420px;
    overflow-y: auto;
    padding: 12px 4px 0 0;
}
.Event {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: auto;
    align-content: flex-end;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 0 18px;
}
span.Ddata {
    background: #fc0;
    color: #1c1c1a;
    font-size: 18px;
    font-weight: 700;
    width: 40%;
    text-align: center;
    position: relative;
    right: 0 !important;
}
span.Dteatro {
    padding: 8px 0 0 0;
    line-height: 16px;
    word-break: break-word;
}
span.Dteatro small {
    font-size: 12px;
    font-weight: normal;
    color: #898686;
}
span.Dvalor {
    font-size: 24px;
}
span.Dvalor small {
    font-size: 13px;
    color: #9b9999;
    padding: 0 8px 0 4px;
}
a.Dingresso {
    display: block;
    text-align: center;
    background: #fc0;
    padding: 2px 8px;
    color: white;
    text-decoration: none;
    font-size: 22px;
    font-weight: 800;
    word-break: break-word;
}





@media (max-width: 1480px) {
    .bloco .bloco1 {
        width: 60%;
    }
    .bloco .bloco2 {
        width: 38%;
    }
}

@media (max-width: 1280px) {
.Eventos {
    height: 380px;
}
}

@media (max-width: 1120px) {
    .bloco .bloco1 {
        width: 50%;
    }
    .bloco .bloco2 {
        width: 47%;
    }
    .bloco .bloco1 img {
        height: 540px;
    }
    .Eventos {
    height: 336px;
}

}
@media (max-width: 998px) {

.Eventos {
    height: 260px;
}

}

@media (max-width: 890px) {
    .bloco .bloco1 {
        width: 100%;
    }
    .bloco .bloco1 img {
        height: 480px;
    }
.bloco .bloco2 {
    width: 98%;
    display: inline-table;
}
.Eventos {
    height: 500px;
}
img.EstreiaE {
    top: 461px;

}

}


@media (max-width: 680px) {

.bloco .bloco1 img {
    height: 300px;
}
.bloco .bloco2 .titulo {
    font-size: 23px;
    font-weight: 600;
    line-height: 25px;
}
span.Ddata {
    background: #fc0;
    color: #1c1c1a;
    font-size: 16px;
}
img.EstreiaE {
    top: 308px;
    bottom: 0;
    position: absolute;
    width: 96px !important;
    height: 52px !important;
    left: 7px;
}

}






.TextO {
    font-family: "Arial" !important;
    font-size: 15px !important;
    word-break: break-word !important;
}
img.EstreiaE {
    bottom: 0;
    position: absolute;
    width: 150px !important;
    height: 78px !important;
    left: 18px;
}

.Dteatro a {
    color: white;
    text-decoration: none;
    background: #E5007E;
    font-size: 12px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    line-height: 13px;
    margin: 4px 0;
    word-break: break-word;
}