#creditoObj {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    font-family: arial;
    font-size: 1rem;
    pointer-events: none;
    text-transform: none;
}

#creditoObj .bt_CredObj {
    position: absolute;
    width: 84px;
    padding-right: 5px;
    height: 34px;
    top: 10px;
    left: -25px;
    box-sizing: border-box;
    background-color: #ffffffee;
    border: 2px solid #5D19A5;
    border-radius: 20px;
    text-align: right;
    line-height: 32px;
    font-size: 30px;
    z-index: 2;
    box-shadow: 0 0 10px #fff;
    cursor: pointer;
    color: #5D19A5;
    pointer-events: auto;
}

#creditoObj .conteudo_credObj {
    position: relative;
    top: 20px;
    left: -480px;
    background-color: #ffffffdd;
    max-width: 480px;
    box-sizing: border-box;
    padding: 50px 0px 20px 50px;
    border-radius: 20px;
    box-shadow: 0 0 10px #000;
    border: 2px solid #5D19A5;
    display: table;
    transition: 1s all;
    overflow: hidden;
}

#creditoObj .conteudo_credObj .creditoScroll {
    overflow-y: auto;
    max-height: 500px;
    pointer-events: auto;
    min-width: 200px;
}

#creditoObj .conteudo_credObj ul {
    list-style: none;
    float: left;
    clear: both;
    opacity: 0;
    transition: .5s all;
}

#creditoObj .conteudo_credObj li {
    display: table;
    margin-bottom: 10px;
}

#creditoObj .conteudo_credObj .cargo {
    font-weight: bold;
    display: table;
}

#creditoObj .conteudo_credObj .nome {
    float: left;
    margin-left: 20px;
}

#creditoObj .conteudo_credObj .editora {
    float: left;
    clear: both;
    margin: 18px 0;
    opacity: 0;
    transition: .5s all;
    position: relative;
}

#creditoObj .conteudo_credObj .editora::before {
    content: '';
    position: absolute;
    width: 115px;
    height: 1px;
    background-color: #5D19A5;
    top: -5px;
    left: -60px;
}

#creditoObj.open .conteudo_credObj {
    left: -25px;
}

#creditoObj.open .conteudo_credObj ul {
    opacity: 1;
    transition: 2s all;
    width: 90%;
}

#creditoObj.open .conteudo_credObj .editora {
    opacity: 1;
    transition: 2s all;
}

#creditoObj.right {
    right: 0;
    left: auto;
}

#creditoObj.right .bt_CredObj {
    padding-left: 5px;
    right: -25px;
    text-align: left;
    left: auto;
}

#creditoObj.right .conteudo_credObj {
    right: -480px;
    padding: 20px 60px 20px 20px;
    left: auto;
}

#creditoObj.right.open .conteudo_credObj {
    right: -25px;
    left: auto;
}

#stage.mobile #creditoObj .conteudo_credObj {
    padding: 40px 0px 20px 40px;
}

/* #stage.mobile #creditoObj .conteudo_credObj .cargo{width: 110px;} */
#stage.mobile #creditoObj .conteudo_credObj .creditoScroll {
    max-width: 90vw;
}

#stage.mobile #creditoObj.open .conteudo_credObj ul {
    max-width: 95%;
    overflow: hidden;
}

.marcadagua {
    position: fixed;
    width: 150px;
    height: 45px;
    bottom: 0;
    left: 0;
    background-image: url(../imagens/logo_AB.png);
    background-size: 100%;
    opacity: .5;
    z-index: 100;
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 3px #000);
    pointer-events: none;
}

.mobile .marcadagua {
    width: 120px;
    height: 36px;
    /* top: 0;
    right: 0;
    left: auto; */
}

.horizontal {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    z-index: 100000000000;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    font-family: Roboto;
    font-size: 3rem;
    display: none;
}

.ui-loader {
    display: none;
}