<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*TOPO*/
#site-header {
    /*background-image: url("/images/layout/header_background.png");*/
    background-repeat: repeat-x;
    /*height: 100px;*/
}

#site-header #logo{
    display: block;
    width: 215px;
    height: 90px;
/*    margin: 5px 0 0 10px;*/
    float: left;
}

#site-header #login{
    width: 390px;
    float: right;
}
#site-header #login p {
    font-size: 0.9em;
    color: #FFFFFF;
    margin: 5px 0 0 0;
}
#site-header #login #esqueci_senha {
    display: block;
    font-size: 0.9em;
    color: #FFFFFF;
    margin: -2px 10px 0 0;
    padding: 0;
    float: right;
}

#site-header #login #box{
    background-image: url("/images/layout/header_login.png");
    background-repeat: no-repeat;
    width: 390px;
    height: 45px;
    margin: 5px 0 0 0;
    padding: 2px 0 0 13px;

}

#site-header #login #box a {
    display: block;
    height: 32px;
    margin: 0 8px 0 2px;
    float: left;
    font-size: 1em;
    color: #999999;
    font-weight: bold;
}
#site-header #login #box a:hover{
    color: #333333;
}

#site-header #login #box span{
    display: block;
    float: right;
    padding: 10px 0 0 0;
}
#site-header #login #box img {
    margin: 5px 0 0 0;
    float: left;
    display: block;
    width: 30px;
    height: 30px;
}

#site-header #login input{
    display: block;
    float: left;
    border: thin solid #999999;
    width: 150px;
    height: 23px;
    margin: 8px 0 0 5px;
    padding: 0 0 0 4px;
    color: #333333;
    font-size: 1.1em;
}
#site-header #login #btn_submit{
    margin: 5px 0 0 5px;
    padding: 0 2px 5px 0;
}


/*HORIZONAL MENU*/
#horizontal-menu{
    background-image: url("/images/layout/horizontal-menu-backgroung.png");
    background-repeat: repeat-x;
    height: 40px;
    margin: 0;
}

#horizontal-menu #search{

}
#horizontal-menu #search input{
    display: block;
    float: left;
    border: thin solid #999999;
    width: 250px;
    height: 23px;
    margin: 8px 0 0 5px;
    padding: 0 0 0 4px;
    color: #333333;
    font-size: 1.1em;
}
#horizontal-menu #search #btn_submit{
    margin: 5px 0 0 5px;
    padding: 0 2px 5px 0;
}

#horizontal-menu ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
}
#horizontal-menu ul li {
    border-left: 2px solid #FFFFFF;
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    float: left;
    margin: 5px 15px 0 0;
    padding:  0 0 0 20px;
    height: 30px;
}
#horizontal-menu ul li a {
    display: block;
    color: #999999;
}


/*CONTENT*/
#content-container{
    margin: 5px 0 0 0;
    display: block;
}

#content-container #vertical-menu{
    margin: 0 0 10px 5px;
    width: 210px;
    float: left;
}

#content-container #content{
    width: 720px;
    float: left;
}

/*VERTICAL MENU*/
div#menu_img_top{
    background-image: url("/images/layout/vertical-menu-top.png");
    background-repeat: repeat-y;
    margin: 0;
    width: 208px;
    height: 10px;
}
div#menu_img_bottom{
    background-image: url("/images/layout/vertical-menu-bottom.png");
    background-repeat: no-repeat;
    width: 208px;
    height: 10px;
    margin: 0;
}

#vertical-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#vertical-menu ul li {
    margin: 0 0 0 0;
    padding: 0;
    height: 30px;
    background-image: url("/images/layout/vertical-menu-normal.png");
    background-repeat: no-repeat;
}
#vertical-menu ul li.destacado{
    background-image: url("/images/layout/vertical-menu-destacado.png");
    background-repeat: no-repeat;
    height: 35px;
}
#vertical-menu ul li.first{
    background-position: 0 -1px;
    height: 34px;
}
#vertical-menu ul li.last{
    background-position:0 1px ;
    margin: -1px 0 0 0
}

#vertical-menu ul li p{
    margin: 0;
    padding: 7px 0 0 20px;
    font-size: 1.1em;
    color: yellow;
}
#vertical-menu ul li a {
    display: block;
    padding: 8px 0 0 20px;
    color: #FFFFFF;
    font-size: 0.9em;
}

/*CATEGORIAS*/
#categorias-container{
    margin: 0 0 0 10px;
}

div#categorias-container div.categoria-box {
    width: 187px;
    height: 255px;
    float: left;
    margin:10px 0 0 0;
}
div#categorias-container img{
    margin: 0;
    padding: 0;
    width: 187px;
    height: 255px;
    border: 0;
}

/*Footer*/
#footer{
    height: 60px;
    background-color: #52a93f;
}
#footer a {
    float: right;
    display: block;
    width: 44px;
    height: 44px;
    margin: 5px 10px 0 0;
}


/*Login*/
#login_incorreto{
    float: left;
}

#login_incorreto img {
    float: left;
}

#login_incorreto form {
    padding: 5px;
    text-align: center;
    width: 540px;
}

#login_incorreto form label{
    width: 30%;
    text-align: right;
    margin: 5px 0 0 0;
    padding: 0 10px 0 0;
    float: left;

}
#login_incorreto form input{
    width: 45%;
    margin: 5px 15% 0 0;
}
#login_incorreto form #submit{
    margin: 10px 0 0 0;
}
#login_incorreto form a{
    margin: 0;
    padding: 0;
    color: blue;
}


/*Ambiente do aluno*/
#ambiente_aluno{
}
.painel-box{
    border-top: 1px dashed #272727;
    margin-bottom: 30px;
    float: left;
    width: 700px;
    margin: 10px;
}

.painel-box h3 {
    font: bold 14px Arial,Helvetica,sans-serif;
    color: #52A93F;
    margin: 5px 0 10px 0;
    padding: 0;
    width: 100%;
}

.painel-box .menu {
    border: 1px solid #D8D8D8;
    margin: 0 0 10px 10px;
    width: 220px;
    height: 50px;
    float: left;
    background-color: #F0F0F0;
    vertical-align: middle;
}
.painel-box a {
    font: normal 16px Arial,Helvetica,sans-serif;
    color: #272727;
    text-decoration: none;
    margin: 0;
    display: block;
    height: 50px;
}
.painel-box a span{
    padding: 20px 0 0 55px;
    display: block;
}

.painel-box div:nth-of-type(6) span,.painel-box div:nth-of-type(6) span,
.painel-box div:nth-of-type(10) span,.painel-box div:nth-of-type(10) span,
.painel-box div:nth-of-type(11) span,.painel-box div:nth-of-type(11) span
 {
    padding: 10px 0 0 55px;
}

.painel-box .menu:hover {
    background-color: #E0E0E0;
}

.painel-box a img {
    width: 42px;
    height: 42px;
    border: 0;
    padding: 5px;
    float: left;
}

/*CONTATO*/
#contato-box{
    margin: 20px 0 0 10px;
}
#contato-box img{
    float: left;
}

#contato-box p {
    font-size: 0.9em;
    margin: 0 0 5px 80px;
    padding: 0;
}
#contato-box #contato-email{
    padding-top: 25px;
}

#contato-box form {
    padding: 5px;
    text-align: center;
    width: 700px;
}

#contato-box form label{
    width: 20%;
    text-align: right;
    margin: 5px 0 0 0;
    padding: 0 10px 0 0;
    float: left;

}
#contato-box form input{
    width: 45%;
    margin: 5px 25% 0 0;
}
#contato-box form textarea{
    width: 60%;
    margin: 5px 10% 0 0;
    height: 250px;
}


/* FAQ */
#faq{
    margin: 10px 0 10px 0;
    padding: 0;
}
#faq a {
    cursor: pointer;
    font-size: 1.1em;
    color: #006699;
    margin: 10px 0 0 0;
    display: block;
    background-color: #f0f0f0
}
#faq p{
    font-size: 0.95em;
    color: #4D4D4D;
}
#faq-menu { margin: 0 0 20px 10px; float: left;}
#faq-menu a {
    color: #31ABAC;
    font-size: 1.2em;
    height: 45px;
    margin: 0;
    padding: 5px;
    text-align: left;
    width: 160px;
    display: block;
    float: left;
}

a.button-theme-5{
    padding: 15px 0 0 15px !important;
}

a.menu-faq-current {
    background-image: url("/images/layout/button-theme-5-hover.png");
}

/*CATEGORIA MOSTRAR*/
#curso-lista{
    float: left;
}

.curso-box{
    height: 295px;
}
.curso-box h3{
    color: #52A93F;
    height: 50px;
}
.curso-box img{
    width: 253px;
    height: 110px;
}

.curso-box p{
    color: #444444;
    font-size: 0.95em;
    padding: 5px;
    line-height: 20px;
    margin: 0;
    height: 90px;
}
.curso-box p.price{
    text-align: center;
    height: 35px;
}

.curso-box  strong{
    color: #006699;
    font-size: 1.3em;
}

/* DETALHES CURSO*/
.detalhes-curso{

}
.detalhes-curso h3 {
    float: left;
    width: 440px;
    margin:  5px 0 0 10px;
    height: 30px;
}
.detalhes-curso img {
    border: 1px solid #cccccc;
    padding: 1px;
    width: 241px;
    height: 110px;
}
.detalhes-curso .redes-sociais{
    text-align: left;
}
.detalhes-curso .column-info{
    width: 450px;
    height: 80px;
    margin: 5px 0 0 10px;
    float: left;
    text-align: center;
}

.column-info label{
    width: 100px;
    display: block;
    float: left;
    font-size: 0.95em;
    font-weight: normal;
    margin: 10px 0 0 0;
    text-align: right;
}
.column-info span{
    width: 125px;
    display: block;
    float: left;
    font-size: 1.0em;
    font-weight: bold;
    color: #999999;
    margin: 10px 0 0 0;
}

.detalhe-price {
}
.detalhe-price p{
    font-size: 0.95em;
    color: #777777;
    text-align: justify;
}

.detalhe-price p strong{
    color: #006699;
    font-size: 1.3em;
}
.detalhe-price p span{
    text-decoration: line-through;
}
.detalhe-price p.informativo{
    font-size: 0.7em;
    font-weight: bold;
    line-height: 15px;
}

.button {
    border: none !important;
    color: #FFFFFF !important;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    padding: 0 0 5px 0;
    cursor: pointer;
}

.btn-aulagratis{
    background-image: url("/images/layout/button-aula-gratis.png");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    height: 44px !important;
    width: 200px !important;
}
.btn-matricular{
    margin: 10px 0 0 0;
    background-image: url("/images/layout/button-matricule-ja.png");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    height: 54px !important;
    width: 200px !important;
}


/* MATRICULA */

.hidden{
    display: none;
}

#publicidade-checkbox{
    width: 30px;
    height: 40px;
    float: left;
    margin: 15px 0 15px 170px;
}
#publicidade-termos{
    width: 360px;
    height: 40px;
    float: left;
    margin: 15px 0 15px 0;
}

#unidade_show{
    margin: 25px 0 20px 0;
    float: left;
}

#unidade_show .unidade-box{
    background-color: #f0f0f0;
    padding: 10px;
    float: left;
}

#unidade_show .imagem{
    border: 1px solid #FFFFFF;
    padding: 2px;
    background-color: white;
    margin: 0 10px 0 0;
    width: 174px;
    height: 124px;
    float: left;
}
#unidade_show .imagem img{
    width: 174px;
    height: 124px;
}
#unidade_show .dados{
    margin: 0;
    width: 490px;
    float: right;
    background-color: #fdfdfd;
    min-height: 130px;
}
#unidade_show .dados h3 {
    font-size: 1.1em;
    color: #777777;
    padding: 0;
    margin: 5px 0 10px 10px;
}
#unidade_show .dados p{
    font-size: 1.0em;
    margin: 0 0 5px 10px;
}

#unidade_show .dados a{
    font-size:1.0em;
    margin: 0 0 5px 5px;
    color: blue;
}

/*PLATAFORMA DE ENSINO*/
div.plataforma-ensino-box{
    background-color: #f0f0f0;
    width: 245px;
    margin: 0 5px 0 0;
    float: left;
    min-height: 250px;
}
div.plataforma-ensino-box h3 {
    font-size: 1.1em;
    color: #777777;
    padding: 0;
    margin: 5px 0 10px 10px;
    width: 200px;
    float: left;
}

div.plataforma-ensino-box .check{
    margin: 5px 0 0 0px;
    width: 30px;
    height: 30px;
    float: right
}

div.plataforma-ensino-box p{
    color: #272727;
    font-size: 0.95em;
    line-height: 20px;
    margin: 0 10px 0 10px;
    text-align: justify;
}

/*MATEIRAL MODULO*/
#material-modulo{
    margin: 5px 0 10px 0;
    padding: 10px;
    width: 475px;
    background-color: #F0F0F0;
    min-height: 130px;
    display: block;
    float: left;
}
#material-modulo h3 {
    font-size: 1.0em;
    font-weight: bold;
    color: #333333;
    padding: 0;
    margin: 10px 0 10px 0;
}

#material-modulo p{
    font-size: 0.95em;
    color: #333333;
    line-height: 20px;
}
#material-modulo p strong{font: bold 14px Arial;}
#material-modulo p.nome{
    float: left;
    width: 150px;
}
#material-modulo p.valor{
    float: left;
    width: 200px;
}

/*CHECKOUT*/
table.checkout{
    margin: 10px 10px 20px 10px;
    width: 700px;

}
table.checkout tr{ height: 30px;}
table.checkout th {
    font-weight: normal;
    background-color: #F0F0F0;
    text-align: left;
    padding: 0 0 0 15px;
}
table.checkout td{
    padding: 0 0 0 15px;
}

table#formasPagto{
    margin: 10px 10px 20px 10px;
    width: 700px;
}
p#pagamento{
    margin: 0 0 0 10px;
}


/*MATRICULA CONCLUIDA*/
#matricula-concluida{
    padding: 10px;
}
#matricula-concluida #status{
    background-color: #f0f0f0;
    padding: 5px;
    float: left;
    width: 690px;
    text-align: center;
    margin: 0 0 15px 0;
}
#matricula-concluida #status img{
    width: 64px;
    height: 64px;
    float: left;
    margin: 0 20px 0 0;
}
#matricula-concluida #status h4{
    text-align: center;
    float: left;
}



#matricula-concluida .box-mensagem{

}

/*site mensalidades*/
#mensalidades label, #mensalidades small{
    margin: 0 0 0 10px;
}

ul.mensagens_erro{
    list-style: none;
    text-align: left;
    display: block;
}
ul.mensagens_erro li{
    height: 30px;
    color: red;
}

/*QUADRO DE NOTAS*/
.quadro-notas{
    border-collapse: collapse;
    width: 100%;
    background-color: white;
}

.quadro-notas th , .quadro-notas td {
    border: 1px solid #D8D8D8;
    text-align: center;
    height: 25px;
    color: black;
}

.quadro-notas th {
    background-color: #F0F0F0;
    font-size: 1.0em;
    font-weight: bold;
}

.quadro-notas td {
    font-size: 0.9em;
}

.quadro-notas td a {
    text-decoration: none;
    font-weight: bold;

}

/* RETORNO DO MATRICULA*/
.mat_retorno{
    width: 700px;
    height: 128px;
    margin: 25px auto;
    padding: 10px 0 0 0;

}
.mat_retorno p{
    width: 450px;
}
.mat_retorno p.msg{
    position: relative;
    top: 30px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0 auto;
}
.mat_retorno p.status{
    position: relative;
    top: 45px;
    margin: 0 auto;
}
.mat_true{
    background-image: url("/images/layout/check.png");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}
.mat_false{
    background-image: url("/images/layout/error.png");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}


/*-----------------------------------------------------------------------------------------*/
/* FORMULARIO*/

.form_inputs{
    margin: 15px 0 10px 0;
}
.form_inputs div{ clear: both}
.form_inputs div p{
    width: 150px;
    text-align: right;
    display: block;
    float: left;
    margin: 5px 10px 5px;
    font: bold 14px Arial;
    color: #333124;
}
.form_inputs div span{
    text-align: left;
    display: block;
    float: left;
    margin: 5px 0 0 0;
    font: normal 14px Arial;
    color: #333124;
}
.form_inputs div textarea{ width: 560px;}
.form_inputs div input, .form_inputs div select{
    clear: both;
    width: 250px;
}

.alteravel {
    cursor: pointer;
    background-color: #999;
}


.avisos a{
    color: #262521 !important;
}
.avisos .naolido{
    font-weight: bold !important;
}

.cms_avisos{
    padding: 10px;
}
.cms_avisos div spam{
    display: block;
    margin: 10px 0 0 0;
}

.dcontexto{
    position:relative;
    text-decoration:none;
    cursor:help; 
    z-index:24;
    color: #3822D4;
}

a.dcontexto:hover{
    background:transparent;
    z-index:25; 
    color: #3822D4;
}

a.dcontexto span{
    display: none
}

a.dcontexto:hover span{ 
    display:block;
    position:absolute;
    width:230px; 
    top:3em;
    text-align:justify;
    left:0;
    font: 12px arial, verdana, helvetica, sans-serif; 
    padding:5px 10px;
    border:1px solid #999;
    background:#6CC15B; 
    color:#000;
}

.cms-dcontexto{
    position:relative;
    text-decoration:none;
    cursor:help; 
    z-index:24;
    color: black;
}
a.cms-dcontexto:hover{
    background:transparent;
    z-index:25; 
    color: #3822D4;
}
a.cms-dcontexto span{
    display: none
}

a.cms-dcontexto:hover span{
    display:block;
    position:absolute;
    width:230px;
    top:3em;
    text-align:justify;
    left:0;
    font: 12px arial, verdana, helvetica, sans-serif;
    padding:5px 10px;
    border:1px solid #999;
    background:#BBB8AC;
    color:#000;
}

.registro-error {
    /*background-color: #e33400 !important;*/
    /*height: 30px;*/
    margin: 15px 0 0 0;
    /*padding-left: 2px;*/
    float: left;
    /*clear: both;*/
    background: url(/images/cms_images/error_icon.png) no-repeat left center;
    border-top: solid 1px #000;
    border-left: 5px;
    text-indent: 35px;
    width: 100%;
}

.registro-error span {
    text-align: center !important;
    font: bold 16px Arial !important;
    color: #ff2f25 !important;
    text-decoration: none !important;
}

.registro-warning {
    /*background-color: #e33400 !important;*/
    height: 30px;
    margin: 15px 0 0 0;
    /*padding-left: 2px;*/
    float: left;
    /*clear: both;*/
    background: url(/images/cms_images/alert_icon.png) no-repeat left center;
    border-top: solid 1px #000;
    border-left: 5px;
    text-indent: 35px;
    width: 100%;
}

.registro-warning span {
    text-align: center !important;
    font: bold 16px Arial !important;
    color: #fcff00 !important;
    text-decoration: none !important;
}

.registro-ok {
    /*background-color: #e33400 !important;*/
    height: 30px;
    margin: 15px 0 0 0;
    /*padding-left: 2px;*/
    float: left;
    /*clear: both;*/
    background: url(/images/cms_images/ok_icon.png) no-repeat left center;
    border-top: solid 1px #000;
    border-left: 5px;
    text-indent: 35px;
    width: 100%;
}

.registro-ok span {
    text-align: center !important;
    font: bold 16px Arial !important;
    color: #52a93f !important;
    text-decoration: none !important;
}

/* ESTILO DO TOOLTIP DA PÃGINA LANÃ‡AR NOTAS */
.tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}
.tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}
.recuperacao-lancada{background-color: #DFDFDF !important}

/* ANIMACAO AJAX */
.loading {
    text-align: center !important;
}

.loading h2{
    text-align: center !important;
}

.noTitleStuff {
    /*background-color: transparent !important;*/
    background: transparent !important;
    border: 0 !important;
}

.noTitleStuff .ui-dialog-titlebar {
    display:none
}

.ui-menu .ui-menu-item a {
    font-size: 11px !important;
}

.ui-autocomplete-loading {
    background: white url(http://jqueryui.com/resources/demos/autocomplete/images/ui-anim_basic_16x16.gif) right center no-repeat;
}</pre></body></html>