.listaPastas{
    text-align: center;
    color: #a90505;
    font-size: 20px;
    border: 3px solid;
    border-color: #a90505;
    padding: 15px;
    margin: 23px auto;
}
.bloco-evento{
    padding: 2px;
}
.titulo-pagina{
    font-size: 240%;
    font-weight: 700;
    color: #00693e;
    margin-bottom: auto10px;
}
.conteudo-evento{
    margin-top: 30px;
}
.capa-evento{
    margin-top: 20px;
    margin-bottom: -20px;
    height: 180px;
}
.capa-evento img{
    width: 78%;
    height: 86%;
    margin-left: 16%;
    object-fit: cover;
}
.titulo-evento{
    color: #222;
    font-weight: 700;
    margin-bottom: 15px;
    text-decoration: none;
    font-size: 20px;
    text-align: left;
}
.titulo-evento a{
    border: none;
    color: black;
}
.detalhes-evento{
    font-size: 15px;
    line-height: 0.9em;
}
.detalhes-evento-mobile{
    display: none;
}
.icones-compartilhamento{
    float: left;
    margin-right: 5px;
}
.icones-compartilhamento #twitter-widget-0{
    margin-top: 1px;
}
.compartilhar-evento{
    margin-top: 10px;
}
.compartilhar-evento span{
    font-weight: 100;
    margin-left: 30px;
    float: left;
}
#content-core a{ /* Desabilitar do thema-uufs*/
    border: none;
}
.linhaFim{
    border: 0.5px solid;
    border-color:  #bdb3b3;
    margin-top: 12px;
    margin-bottom: 5px;
}
.glyphicon-user{
    margin-right: 4px;
    font-size: 18px;
}
/* Quando entrar no col-sm */
@media only screen and (max-width: 992px){
    .capa-evento{
        height: 150px;
        margin-top: 20px;
    }
    .capa-evento img{
        width: 100%;
        height: 92%;
        margin-left: 2px;
    }
    .detalhes-evento{
        font-size: 14px;
        line-height: 1.4em;
    }
    .titulo-evento{
        margin-bottom: 8px;
        font-size: 18px;
    }
    .conteudo-evento{
        margin-top: 15px;
    }
}
@media only screen and (max-width: 600px){
    .conteudo-evento{
        padding: 10px;
        margin-top: 20px;
    }
    .capa-evento img{
        max-width: 100%;
        max-height: 100%;
    }
    .capa-evento{
        margin-top: auto;
        height: 130px;
    }
    .titulo-evento{
        margin-top: auto;
        text-align: center;
        font-size: 16px;
    }
    .compartilhar-evento p{
        font-size: 10px;
        margin-left: auto;
    }
    .compartilhar-evento img{
        margin-left: auto;
    }
    .detalhes-evento, .compartilhar-evento{
        display: none;
    }
    .detalhes-evento-mobile{
        margin-top: 20px;
        margin-bottom: -12px;
        display: block;
        font-size: 12.5px;
        line-height: 1.1em;
        text-align: left;
        padding-left: 16px;
    }
@media only screen and (max-width: 450px){ /*Iphone 5 e Galaxy*/
    .detalhes-evento-mobile{
        font-size: 11px;
        padding-left: 1px;
    }
}
@media only screen and (max-width: 360px){ /*Iphone 5 e Galaxy*/
    .capa-evento img{
        width: 132%;
        margin-left: -4px;
    }
}
