.acontecei{
    position: relative;
    z-index: 2;
    margin-top: 0px;
    width: calc(100vw - 20px);
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.acontece__left__aberto,
.acontece__right__aberto{
    display: none;
}

.acontece__left_item{
    width: calc(100% - 40px);
    padding: 20px;
    display: block;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #EAEAEA ;
    color: #666;
    transition: all 0.3s
}


.acontece__left_item:hover{
    background-color: #EAEAEA;
}

.acontece__left_item h3{
    font-family: FlamaCondensedMedium;
    text-transform: uppercase;
    font-size: 18px;
}

.acontece__left_item h5{
    font-family: Flama;
    text-transform: uppercase;
    font-size: 12px;
}

.acontece__left_item__foto{
    overflow: hidden;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
}

.acontece__left_item__textos{
  flex: 1;
}

.acontece__left_item__foto__img{
    height: 80px;
    width: 110px;
    position: absolute;
    left: 50%;
    margin-left: -55px;

}

.acontece__right__titulo{
    padding: 40px 0px;
    text-align: center;
    color: #EB1E50;
}

.acontece__right__titulo h3{
    font-family: FlamaCondensedBlack;
    text-transform: uppercase;
    font-size: 30px;
}

.acontece__right__titulo h5{
    font-family: Flama;
    text-transform: uppercase;
    font-size: 14px;
}

.acontece__right_holder::-webkit-scrollbar,
.acontece__left_holder::-webkit-scrollbar {
    width: 4px;
}
.acontece__right_holder::-webkit-scrollbar-track,
.acontece__left_holder::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.acontece__right_holder::-webkit-scrollbar-thumb,
.acontece__left_holder::-webkit-scrollbar-thumb {
    background:  #EB1E50;
    border-radius: 10px;
}
.acontece__right_holder::-webkit-scrollbar-thumb:hover,
.acontece__left_holder::-webkit-scrollbar-thumb:hover {
    background: #666;
}


.acontece__right_holder a.btn__voltar{
    width: 100%;
    height: 40px;
    display: block;
    background-color: #009BE1;
    color: #fff;
    font-family:FlamaCondensedMedium ;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    line-height: 40px;
    transition: all 0.2s ease-in-out;
}

.acontece__left{
  width: 100%;
}


@media only screen and (min-width: 1000px) {

    .acontecei{
        width: 92vw;
        padding:3vw 4vw 3vw 4vw;

    }
    .acontece__left{
        max-width: 300px;
        min-width: 200px;
        margin-right: 50px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        background: #FFF;
        flex: 1;
        overflow: hidden;
        height: 100vh;
    }

    .acontece__left__aberto{
        display: flex;
    }

    .acontece__right__aberto{
        display: block;
    }

    .acontece__left_holder{
        overflow-y: auto;
        height: 100vh;
        width: 100%;
    }

    .acontece__right_holder{
        overflow-y: auto;
        height: calc(100vh - 40px);
        padding: 20px;
    }

    .acontece__right{
        flex: 1;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        background: #FFF;

        overflow: hidden;
        color: #666;
        height:100vh;
    }

    .acontece__left_item.selectpost{
        background-color: #EB1E50;
        color: #fff;
    }

    .acontece__right_holder a.btn__voltar{
      display: none;
    }
}
