.acordeon2::after{
    content: "\276F";
    width: 2em;
    height: 1em;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
    float: right;
    padding-left: 3px;
    font-size: 25px;
}
.acordeon2-rotate90::after{
    transform: rotate(90deg);
}
.acordeon2-rotate270::after{
    transform: rotate(270deg);
}
.activejq{
    display: none;
}