@keyframes modalOpen{from{background:rgba(0,0,0,0);top:100%}to{background:rgba(0,0,0,.1);top:0}}@keyframes modalCorpoOpen{from{bottom:-50%}to{bottom:5%}}@keyframes modalClose{from{background:rgba(0,0,0,.1);top:0}to{background:rgba(0,0,0,0);top:100%}}@keyframes modalCorpoClose{from{bottom:5%}to{bottom:-50%}}.ajc_01{background:url('/imagens/invest/planofundo.jpg') no-repeat center;width:100%;height:100%;background-size:cover;background-attachment:fixed}.ajc_01_1{text-align:center;padding-top:80px}.ajc_01_2{text-align:center}.ajc_01_3{text-align:center;font-size:30px;color:#fff}.ajc_01_4{text-align:center;padding-top:50px}.ajc_btncadastros{width:150px;color:#fff;background:linear-gradient(180deg,hsla(205,57%,75%,1) 0%,hsla(205,10%,90%,1) 100%);font-size:2rem;text-align:center;border-radius:5px;border:1px solid;padding:10px}.ajc_btninvestir{width:200px;color:#fff;background-color:#000;font-size:2rem;text-align:center;border-radius:5px;border:1px solid;border-color:#fff;padding:10px}.ajc_texto_01{display:inline-flex;font-size:70px;color:#fff}.ajc_texto_01_1{display:inline-flex;font-size:70px;color:#00acee;padding:0 5px 0 5px}.ajc_02{text-align:center;padding:50px}.ajc_03{background:linear-gradient(180deg,hsla(205,57%,75%,1) 0%,hsla(205,10%,90%,1) 100%);width:100%;height:300px;display:inline-block}.ajc_04{background:url('/imagens/invest/comemoracao.jpg') no-repeat center;height:300px;width:100%;padding-top:50px;opacity:2}.modalAviso{width:100%;height:100%;position:fixed;left:0;z-index:999;background:#000}.modalAviso.isOpen{background:rgba(0,0,0,.1);top:0;animation:modalOpen linear 300ms}.modalAviso.isClose{background:rgba(0,0,0,0);top:100%;animation:modalClose linear 300ms}.modalAviso_corpo{width:50%;display:inline-block;position:absolute;left:calc(50% - 50%/2);padding:2em;background:#fff;border-radius:3px;text-align:center}.modalAviso.isErro .modalAviso_corpo{background:#000;color:#fff}.modalAviso.isOk .modalAviso_corpo{background:#b8a567;color:#fff}.modalAviso.isOpen .modalAviso_corpo{bottom:5%;animation:modalCorpoOpen linear 300ms}.modalAviso.isClose .modalAviso_corpo{bottom:-50%;animation:modalCorpoClose linear 300ms}.modalAviso_btnFechar{width:42px;height:42px;font-size:2.5em;line-height:1;background:#3ba8be;position:absolute;right:0;top:0;border-radius:0 3px 0 0}.modalAviso_texto{width:100%;float:left;font-size:1.8em}