html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

.cor-branco {
    color: #fff
}

.cor-ciano {
    color: #cff
}

.cor-rosa {
    color: #f0f
}

.cor-rosa-escuro {
    color: #D300D3
}

.cor-azul {
    color: #00f
}

.cor-vermelho {
    color: red !important;
}

.cor-vermelho-claro {
    color: #FFE8F3
}

.cor-verde {
    color: #090
}

.cor-amarelo {
    color: #918305
}

.cor-roxo {
    color: #60c
}

.cor-vinho {
    color: #c06
}

.bg-cor-ciano,
.como-adquirir,
.fale-conosco {
    background-color: #cff
}

.bg-cor-rosa-claro {
    background-color: #FFE2FC
}

.bg-cor-azul {
    background-color: #00f
}

.bg-cor-azul-claro {
    background-color: #D0F0FC
}

.bg-cor-vermelho {
    background-color: red
}

.bg-cor-vermelho-claro,
.error {
    background-color: #FFE8F3
}

.bg-cor-verde {
    background-color: #090
}

.bg-cor-verde-claro {
    background-color: #CCF0CC
}

.bg-cor-amarelo {
    background-color: #918305
}

.bg-cor-roxo {
    background-color: #60c
}

.bg-cor-roxo-claro {
    background-color: #E4CFF9
}

.bg-cor-vinho {
    background-color: #c06
}

.bg-cor-vinho-claro {
    background-color: #F9D7E8
}

.bg-cor-amarelo-claro {
    background-color: #ffb
}

html,
body {
    color: #999999;
    font-size: 14px;
    font-family: Arial;
    padding: 0 10px
}

p,
span,
strong,
a,
li {
    line-height: 24px;
    text-align: justify;
    font-family: Verdana, Arial
}

input,
select {
    padding: 5px
}

.error {
    border: 1px solid red;
    color: red
}

a {
    text-decoration: none;
    color: #00f
}

a:hover {
    text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Geneva", Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0
}

h1 {
    display: block;
    margin: 20px 0px
}

h1 span {
    font-family: "Geneva", Arial, sans-serif
}

h2 {
    width: 740px;
    padding: 20px 20px;
    font-size: 30px;
    margin: 10px 0 15px 0
}

.padding {
    padding: 10px
}

.padding-20 {
    padding: 20px 0 !important
}

.centralizado {
    text-align: center
}

strong,
.negrito {
    font-weight: bold
}

.font-arial {
    font-family: Arial
}

.box-maior,
.box-medio-esq,
.box-medio-dir,
.box-pequeno {
    position: relative;
    padding: 10px;
    margin: 20px 0
}

.box-full {
    position: relative;
    padding: 20px 30px 20px 30px;
    margin: 10px 0;
    float: left;
    width: 720px
}

.box-full h3 {
    margin: 0 0 10px 0
}

.box-full p {
    margin-bottom: 15px
}

.box-full p:last-child {
    margin-bottom: 0px
}

.box-full-image {
    position: relative;
    padding: 0;
    margin: 10px 0;
    float: left;
    width: 780px
}

.box-cor {
    padding: 20px 20px 20px 20px;
    width: 740px
}

.box-maior {
    float: left;
    width: 640px
}

.box-medio-esq {
    float: left;
    width: 380px
}

.box-medio-dir {
    float: right;
    width: 380px
}

.box-pequeno-esq {
    margin: 20px 0;
    width: 150px
}

.box-pequeno-esq img {
    margin-bottom: 10px
}

.box-pequeno-esq {
    float: left
}

.box-pequeno-dir {
    margin: 20px 0;
    float: left;
    width: 120px;
    margin-left: 10px
}

.img-esq {
    float: left
}

.img-dir {
    float: right
}

.header,
.footer {
    margin-top: 20px;
    width: 760px;
    padding: 10px;
    text-align: center;
    display: inline-block
}

.header span,
.footer span {
    font-size: 24px;
    margin: 7px 1px 5px;
    font-weight: bold;
    font-family: "Geneva", Arial, sans-serif;
    display: inline-block
}

.header {
    margin-top: 10px
}

.footer {
    margin-top: 20px
}

main {
    width: 1010px;
    margin: 0 auto
}

.content {
    float: left;
    width: 780px;
    margin-top: 10px
}

.sidebar {
    float: left;
    width: 205px;
    margin: 10px 0 0 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.sidebar .item-menu {
    padding: 5px 16px 5px 16px;
    margin-bottom: 10px
}

.sidebar h4 {
    margin: 5px 0 5px 0
}

.sidebar h4 a {
    font-size: 18px;
    margin: 10px 0 5px 0;
    font-weight: bold;
    font-family: Verdana, Arial
}

.sidebar h4.sumario {
    font-size: 18px
}

.sidebar .imagem-detalhe {
    background-color: #FFE2FC;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 10px
}

.sidebar img {
    margin: 0
}

.sidebar li,
.sidebar li a {
    line-height: 20px;
    text-align: left
}

.border-top {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 20px solid #cff
}

.border-bottom,
.nosso-criu,
.carta-estudante,
.agradecimentos {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 20px solid #cff
}

.caminhos .box-full.border-bottom-vermelho {
    padding-bottom: 20px;
    border-bottom: 20px solid #FFE8F3
}

.links-footer a {
    background: #cff;
    padding: 10px 27px;
    float: left;
    margin: 0 32px 20px 0;
    color: #00f;
    font-weight: bold
}

.links-footer a:last-child {
    margin-right: 0
}

.abertura {
    position: relative;
    width: 1000px;
    margin: 90 auto
}

.aberturarodape {
    position: relative;
    width: 1000px;
    margin: 0
}



.abertura .header,
.abertura .footer {
    width: 980px
}

.abertura .box-entrar {
    background-color: #cff;
    margin: 10px 0;
    padding: 50px 0;
    text-align: center
}

.box-criu {
    background-color: #d6fbff;
    margin: 10px 0px 0px 0px;
    padding: 10px 0;
    text-align: center
}

.abertura .patrocinio {
    width: 910px;
    margin: 10px auto 20px;
    display: block
}

.abertura .box-titulo-principal {
    position: relative;
    width: 910px;
    padding: 20px 45px
}

.box-titulo-principal {
    background: #cff;
    padding: 20px 20px 0 20px;
    width: 740px
}

.box-titulo-principal h1,
.box-titulo-principal h2,
.box-titulo-principal h3 {
    border-bottom: 0
}

.box-titulo-principal {
    font-size: 11px;
    font-weight: lighter;
    line-height: 19px;
    text-transform: uppercase
}



.abertura .box-full {
    width: 910px;
    padding: 20px 45px
}

.box-entrar a {
    padding: 20px 40px;
    background-color: #ffffff;
    color: #ff0000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px
}

.como-adquirir,
.fale-conosco {
    float: left;
    width: 320px;
    height: 240px;
    padding: 20px;
    margin-top: 10px
}

.fale-conosco {
    float: right
}

.fale-conosco p {
    text-align: left
}

.nosso-criu {
    margin-top: -10px
}

.carta-estudante {
    margin-top: 10px
}

.agradecimentos {
    margin-top: 30px
}

.quem-somos {
    margin-top: 0px;
    float: left
}

.box-full-premio {
    float: left
}

.carta-um {
    font-size: 11px;
    text-transform: uppercase;
    background: #ffff89;
    padding: 0px 10px;
    float: left;
    margin: 10px 0 10px 0;
    line-height: 20px
}

.box-titulo {
    background: #cff;
    padding: 40px 40px;
    width: 700px
}

.box-titulo h1,
.box-titulo h2,
.box-titulo h3 {
    border-bottom: 0
}

.box-titulo h1.cor-rosa {
    font-size: 42px !important
}

.box-titulo h3 {
    font-size: 12px;
    font-weight: lighter;
    line-height: 19px;
    text-transform: uppercase
}

.img-full-criu {
    margin: 20px 0 5px 0
}

.manual .conjunto-leitura {
    width: 740px;
    padding-bottom: 20px
}

.manual .conjunto-leitura td {
    width: 145px;
    padding: 5px;
    vertical-align: top
}

.manual .conjunto-leitura span {
    line-height: 21px;
    font-size: 14px
}

.manual .conjunto-leitura strong {
    font-size: 16px
}

.manual .conjunto-leitura .conj-titulo {
    margin-top: 15px;
    display: block;
    margin-bottom: -10px
}

.manual .manual-atividades ul strong {
    margin-left: 55px
}

.manual .manual-atividades ul strong.sub {
    margin-top: 10px;
    display: block
}

.manual .manual-atividades ul li {
    list-style-type: decimal;
    color: red;
    font-weight: bold;
    margin-left: 35px
}

.manual .manual-atividades ul li p {
    font-weight: normal;
    margin-left: 20px
}

.manual .box-pequeno-dir {
    width: 100px
}

.caminhos .detalhe-asteristico.esquerda {
    border-left: 20px solid #FFE5FF;
    float: left;
    height: 100%;
    padding-left: 20px;
    margin-right: 10px
}

.caminhos .detalhe-asteristico.direita {
    border-right: 20px solid #FFE5FF;
    float: right;
    height: 100%;
    padding-right: 20px;
    margin-left: 10px
}

.caminhos .espacocorrente {
    width: 660px;
    float: left
}

.caminhos .box-full {
    margin: 20px 0 0 0;
    padding: 0
}

.caminhos .border-bottom,
.caminhos .nosso-criu,
.caminhos .carta-estudante,
.caminhos .agradecimentos {
    margin-bottom: 0
}

.caminhos p.cor-azul.border-bottom,
.caminhos p.cor-azul.nosso-criu,
.caminhos p.cor-azul.carta-estudante,
.caminhos p.cor-azul.agradecimentos {
    margin-bottom: 0
}

.caminhos ul strong {
    margin-left: 35px
}

.caminhos ul li {
    list-style-type: decimal;
    color: #00f;
    font-weight: bold;
    margin-left: 35px
}

.caminhos ul li p {
    font-weight: normal
}

.oprojeto {
    height: 150px;
    padding-bottom: 20px !important
}

.roteiro-um .esquerda,
.roteiro-tres .esquerda,
.roteiro-cinco .esquerda,
.roteiro-sete .esquerda,
.roteiro-nove .esquerda {
    float: left;
    width: 500px;
    margin-right: 10px
}

.roteiro-um .direita,
.roteiro-tres .direita,
.roteiro-cinco .direita,
.roteiro-sete .direita,
.roteiro-nove .direita {
    float: right;
    width: 250px
}

.roteiro-dois .direita,
.roteiro-quatro .direita,
.roteiro-seis .direita,
.roteiro-oito .direita,
.roteiro-dez .direita {
    float: right;
    width: 500px;
    margin-right: 10px
}

.roteiro-dois .esquerda,
.roteiro-quatro .esquerda,
.roteiro-seis .esquerda,
.roteiro-oito .esquerda,
.roteiro-dez .esquerda {
    float: left;
    width: 250px
}

.manual h2 {
    margin-top: 15px;
    margin-bottom: 14px
}

.img-manual {
    margin-top: 20px
}

.patrocinio {
    width: 780px;
    height: auto;
    margin-bottom: 20px
}

.creditos .esq,
.creditos .dir {
    float: left;
    width: 340px;
    margin-right: 40px
}

.creditos .dir {
    margin-right: 0
}

.creditos p {
    text-align: left;
    margin-bottom: 10px
}

.introducao-wiki {
    margin: 0
}

.busca-wiki p {
    text-align: center
}

.linha-tempo {
    float: left;
    position: relative;
    width: 600px;
    margin-right: 10px;
    border-left: 10px solid #cff;
    padding-left: 10px
}

.box-historia {
    position: relative;
    display: inline-block
}

.box-historia .data {
    float: left;
    width: 105px;
    padding-top: 8px;
    position: relative
}

.box-historia .data p {
    font-size: 18px;
    font-weight: bold;
    font-family: "Geneva", Arial, sans-serif;
    text-align: right;
    padding-right: 14px;
    color: #00f
}

.box-historia .conteudo {
    float: left;
    width: 480px;
    padding: 0 0 20px 0
}

.box-historia:last-child p {
    margin-bottom: 0
}

.box-historia:last-child .conteudo {
    padding-bottom: 0;
    margin-bottom: 0
}

.edicao h4 {
    font-family: "Geneva", Arial, sans-serif;
    font-size: 20px
}

.edicao p {
    margin-bottom: 15px;
    padding: 10px 25px
}

.edicao p strong {
    font-size: 14px
}

.tiras-imagens {
    position: relative;
    float: right;
    width: 150px;
    height: 30943px;
    background-color: #ffb
}

.tiras-imagens img {
    width: 100%;
    height: auto
}

.divisao-data {
    position: relative;
    display: inline-block;
    width: 554px;
    background-color: #c06;
    padding: 5px 15px;
    margin-bottom: 40px
}

.divisao-data h4 {
    float: left;
    color: #fff
}

.divisao-data .data {
    font-family: "Geneva", Arial, sans-serif;
    font-size: 24px;
    float: right;
    margin: 10px 0;
    font-weight: bold;
    color: #fff
}

.texto {
    float: left;
    width: 440px
}

.imagem {
    float: right;
    width: 250px
}

.imagem img {
    width: 100%;
    height: auto
}

.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 148px
}

.slider .slide {
    float: left
}

.fotos-documentos,
.box-documentos {
    clear: both
}

.fotos-documentos h3 {
    margin: 10px 0 0 0
}

.fotos-documentos ul {
    clear: both
}

.fotos-documentos ul li {
    float: left;
    margin-bottom: 35px
}

.fotos-documentos ul li:last-child {
    margin-right: 0 !important
}

.fotos-documentos img {
    width: 170px
}

.fotos-cartas-outros ul {
    display: inline-block;
    border-bottom: 20px solid #FDCCFD;
    margin: 15px 0;
    padding-bottom: 30px;
    width: 100%
}

.fotos-cartas-outros ul.lista-5 {
    padding-bottom: 0;
    margin-bottom: 0
}

.fotos-cartas-outros ul li {
    float: left
}

.fotos-cartas-outros ul li:last-child {
    margin-right: 0 !important
}

.fotos-cartas-outros ul p {
    text-transform: uppercase;
    font-size: 10px;
    margin: 15px 0px 0px 0px;
    line-height: 13px
}

#nome,
#instituicao {
    width: 420px
}

.em-linha {
    display: inline-block;
    margin: 0;
    padding: 0
}

input#quantidade {
    width: 175px
}

input#email {
    width: 242px
}

input#telefone {
    width: 175px
}

input#celular {
    width: 242px
}

input#complemento {
    width: 110px
}

input#numero {
    width: 66px
}

input#logradouro {
    width: 240px
}

input#bairro {
    width: 190px
}

input#cidade {
    width: 230px
}

input#cep {
    width: 190px
}

input#estado {
    width: 230px
}

h4 span {
    font-size: 16px;
}

.bold {
    font-weight: bold;
}

.fnt12 {
    font-size: 12px;
}

.fnt16 {
    font-size: 16px;
}

.cor-azul-claro {
    color: #0092de;
}

.box-full .box-half {
    width: 345px;
    float: left;
}

.box-full .box-half.box-half-right-margin {
    margin-right: 30px;
}

.box-full .box-half p a {
    color: #D300D3;
    cursor: pointer;
}

.bg-cor-azul-claro2 {
    background-color: #ccffff
}


/* Alterações realizadas em 12/02/23 */
.como-adquirir-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-color: #8DFED8;
    /*#0092de*/
}

.como-adquirir-container .compre-aqui a,
.como-adquirir-container .clique-aqui a {
    color: #D300D3;
    font-weight: bold;
    border: transparent;
    background-color: #ffb;
    border-radius: 0.6em;
    padding: 18px 50px;
    margin: 0 20px;
    transition: ease all .5s;
    min-width: 300px;
    text-align: center;

}

.como-adquirir-container .compre-aqui a:hover,
.como-adquirir-container .clique-aqui a:hover {
    background-color: #eeeea8;
    cursor: pointer;
    text-decoration: none;
}


/* Fim Alterações realizadas em 12/02/23 */

/* Alteração realizadas em 14/02/2023 */
.alinha-numero {
    position: relative;
    z-index: 20;
    bottom: 0px;
    margin-left: -20px;
    padding-right: 5px;
}

/* Fim Alteração realizadas em 14/02/2023 */