.event_bl {
    margin-top: 4rem;
    width: 100%;
    position: relative;
    height: 100%;
    min-height: 37rem;
    background: var(--c1);
}
.event_bl .event_img {
    width: 100%;
    height: 100%;
    max-height: 60rem;
    object-fit: cover;
    object-position: center;
    position: relative;
}
.event_bl a.btn.btn-img {
    position: absolute;
    top: 1.2rem;
    left: 0.6rem;
    color: var(--bran);
    font-size: 3rem;
}
img.moodalimg {
    width: 100%;
}
.moodal {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
/**/
.bl_central {
    width: 20rem;
    height: 30.2rem;
    position: absolute;
    top: 12rem;
    right: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/**/
.eventos__data {
    width: 6.4rem;
    height: 8.4rem;
    background: var(--neut14);
    color: var(--bran);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 19rem;
    border-radius: 0.8rem;
    border: 0.4rem solid var(--c3);
}
span.eventos__etaria {
    font-size: 2.6rem;
    color: var(--c3);
    text-align: center;
}
span.eventos__etaria small {
    font-size: 1.2rem;
    display: block;
    line-height: 0;
}
span.barra {
    background: var(--neu6);
    width: 2.8rem;
    height: 0.1rem;
    margin: 1rem 0 0.3rem 0;
}
span.eventos__duracao {
    font-size: 1.3rem;
    color: var(--c4);
}
.eventos__detalhe {
    background-color: var(--neut14);
    color: var(--bran);
    display: flex;
    position: absolute;
    top: 4rem;
    flex-direction: column;
    align-items: center;
    padding: 0.4rem 0.6rem;
    text-align: center;
    border-radius: 0.8rem;
    border: 0.4rem solid var(--c3);
    width: 100%;
}
span.eventos__cate {
    display: block;
    position: relative;
    top: -1rem;
}
span.eventos__cate small {
    padding: 0.7rem 1rem 0.4rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
}
span.eventos__producao {
    color: var(--c3);
    margin: -0.4rem 0 0 0;
    font-size: 1.4rem;
    line-height: 1.2;
}
span.eventos__producao small {
    font-size: 1.1rem;
    display: block;
    color: var(--c4);
}
/**/
.eventos__dias {
    width: 100%;
    background: var(--neut16);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 0 0 0;
    position: relative;
    top: -0.6rem;
}
span.Livr {
    font-size: 1.8rem;
}
.eventos__dia {
    width: 38rem;
    display: inline-block;
    text-align: center;
    color: var(--bran);
    background: var(--neut15);
    position: relative;
    border-radius: 0.6rem;
    padding: 0.2rem 0.1rem 0.4rem 0.1rem;
    margin: -2.8rem 10px 48px 10px;
}
.eventos__diahora {
    width: 6rem;
    height: 6.2rem;
    background: var(--neut15);
    color: var(--bran);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: -1.6rem;
    left: -0.6rem;
    border-radius: 0.8rem;
    border: 0.4rem solid var(--c0);
    font-size: 2rem;
}
.eventos__diahora small {
    font-size: 1.2rem;
    display: block;
    line-height: 0;
    padding: 0.6rem 0 0 0;
    color: var(--c3);
}
.eventos__diahora span {
    font-size: 1.3rem;
    padding: 0.6rem 0 0 0;
    color: var(--c4);
}
.eventos__endereco {
    padding: 0.6rem 0.6rem 0.6rem 6.5rem;
    color: var(--c3);
    font-size: 1.5rem;
    text-align: left;
}
.eventos__endereco small {
    font-size: 1.1rem;
    color: var(--c4);
    display: block;
}
.eventos__valor .valor {
    display: inline;
    padding: 0 0.4rem;
    font-size: 2rem;
}
.eventos__valor .valor span {
    color: var(--c3);
    font-size: 1.3rem;
}
.eventos__valor .valor small {
    color: var(--c4);
    font-size: 1.2rem;
}
.btn_comprar {
    background-color: var(--c0) !important;
    font-size: 1.7rem !important;
    color: var(--c1) !important;
    width: 96% !important;
    border-radius: 0.6rem !important;
    display: inline-block;
    &:hover {
        background-color: var(--c5) !important;
        color: var(--c1) !important;
    }
}
a.btn_anterior {
    color: var(--c1);
    position: absolute;
    right: 2rem;
    font-size: 2.2rem;
    margin-top: -0.4rem;
}
.eventos__sinopse {
    background-color: var(--bran) !important;
    padding: 3rem 1.2rem 1rem 1.2rem;
}
.TextO,
.TextO p,
.TextO span,
.TextO p span {
    font-family: var(--f1) !important;
    background: var(--bran) !important;
    font-size: 1.6rem !important;
}
span.eventos__duracao {
    font-size: 1.3rem;
    color: var(--c4);
}
.valorsocial {
    font-size: 1.1rem;
    position: relative;
    padding: 4px 0;
}
.event_title {
    display: flex;
    width: 100%;
    padding: 2rem;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 5rem;
    background: #f2ea64a1;
    font-family: var(--f4);
    font-size: 2.2rem;
    color: var(--c2);
    text-wrap: balance;
    text-align: center;
}
/**/
@media (max-width: 863px) {
    .bl_central {
        top: 3rem;
    }
}
@media (max-width: 668px) {
    .eventos__data {
        top: 12rem;
    }
    .event_bl {
        min-height: auto;
    }
    a.btn_anterior {
        position: relative;
        right: 0rem;
    }
}
@media (max-width: 540px) {
    .event_title {
        position: static;
        font-size: 1.8rem;
    }
    .eventos__dia {
        width: 90%;
        border-radius: 0;
        margin: 1rem 1rem 2rem 1rem;
    }
}
