/*pag programação*/
.programacao_ {
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.programacao_ .slide__ {
    position: relative;
    height: 37rem;
    width: 26.8rem;
    margin: 1.8rem 1.2rem;
    background: var(--bran);
}
.programacao_ .slide__ a.link_ .barra1_ {
    top: -0.5rem !important;
    position: relative;
}
.slide__ a.link_ .barra1_ .cate_ {
    text-transform: uppercase;
    font-size: 1.4rem;
    position: relative;
    top: 0.2rem;
}
.slide__ a.link_ .barra1_ .etaria_ {
    font-size: 1.3rem;
    position: relative;
    top: 0.1rem;
}
.programacao_ .slide__ .teatro_ {
    margin-bottom: 5rem !important;
}
.programacao_ .slide__ a.link_ .img_ {
    width: 26.8rem;
}
.alls {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.alls a {
    color: var(--bran);
    width: 100%;
    text-align: center;
    background: var(--c0);
    padding: 0.8rem 0 0.7rem 0;
    cursor: pointer;
    &:hover {
        background-color: var(--c2);
        color: var(--c1);
    }
}
.g.prog_ {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: var(--trans5);
    padding: 0.4rem;
}
.prog__ a {
    padding: 0 0.6rem;
}
.slide__ a.link_ {
    height: 16.6rem !important;
}
