:root{
    --colorMain01: #233d4dff;
    --colorMain02: #fe7f2dff;
    --colorMain03: #619b8afe;
    --colorMain04: #fcca46ff;
    --colorMain05: #a1c181ff;
}

[color-main="color-1"]{
    background-color: var(--colorMain01);
}
[color-main="color-2"]{
    background-color: var(--colorMain02);
}
[color-main="color-3"]{
    background-color: var(--colorMain03);
}
[color-main="color-4"]{
    background-color: var(--colorMain04);
}
[color-main="color-5"]{
    background-color: var(--colorMain05);
}
[color-main="color-6"]{
    background-color: rgb(59, 26, 59);
}

/* MAIN -------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
}

body {
    text-wrap: wrap;
    background-color: #464646;
    text-align: center;
}
footer {
    text-align: center;
}


section.main {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0 80px 0;
    height: auto;
    align-content: top;
    align-items: center;
    justify-content: center;

    background-color: white;
    border-left: 3px solid var(--colorMain01);
    border-right: 3px solid var(--colorMain01);
}

.main .page-section {
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto;
    padding: 30;
    align-items: center;
    justify-content: center;
}

.main-footer {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    min-height: 50px;
    align-items: center;
    justify-content: center;

    background-color: var(--colorMain02);
    border-left: 3px solid var(--colorMain01);
    border-right: 3px solid var(--colorMain01);
}


/* MENU -------------------------- */
section.main .menu {
    display: flex;
    width: 100%;
    margin-left: 20px;
}
section.main .menu-logo {
    padding: 10px;
    margin-right: 20px;
}
.menu-division_right {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    text-align: left;
}
section.main .menu-item {
    width: 100%;
    display: flex;
    text-align: left;
}
section.main .menu-item a{ /* LINK */
    flex-direction: row;
    font-size: 14px;
    text-decoration: none;
    color: var(--colorMain01);
    font-weight: bold;
    margin: 0 15px auto;
    padding: 5px;
}
section.main .menu-item a:hover{
    background-color: var(--colorMain04);
    color: white;
    /*border-bottom: 4px solid var(--colorMain02);*/
}


/* MENU - MINIPOD -------------------------- */
.menu-minipod {
    width: 90%;
    border-bottom: 4px solid var(--colorMain05);
    margin-top: 10px;
    margin-bottom: 20px;
}
.menu-minipod .menu-item {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 5px;
}
.menu-minipod .menu-item a{ /* LINK */
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color: var(--colorMain01);
    font-weight: bold;

    border: 1px solid var(--colorMain01);
    border-color: gray;
}
.menu-minipod .menu-texto {
    width: 100%;
    text-align: center;
    color: var(--colorMain02);
    margin-bottom: 10px;
}

/* MENU - FOOTER -------------------------- */
footer .menu {
    width: 100%;
}
footer .menu-item {
    width: 100%;
    text-align: center;
}
footer .menu-item a{ /* LINK */
    font-size: 14px;
    margin: 0 15px 0 0;
    text-decoration: none;
    color: white;
    font-weight: bold;
}


/* TITULO -------------------------- */
.titulo h1 {
    height: auto;
    text-align: left;
    color: var(--colorMain02);
}

.titulo h2 {
    height: auto;
    text-align: left;
    color: var(--colorMain03);
    margin-top: 10px;
}

.conteudo-top {
    height: auto;
    text-align: center;
    color: var(--colorMain01);
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
}

/* PAGE ITEMS -------------------------- */
.page-section .page-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    padding: 10px;
    width: 90%;
}

.item {
    padding: 5px;
    width: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
}

.item h2{
    font-size: 20px;
    margin: auto;
    margin-bottom: 5px;
    color: white;
}

.img-item {
    max-width: 300px;
    width: 100%;
}


/*  -------------------------- */
/* MINIPOD -------------------------- */
/*  -------------------------- */

.minipod-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.minipod-bartitle {
    text-align: left;
    background-color: var(--colorMain01);
    padding: 10px 5px 10px 5px;
    font-size: 14px;
    color: #adadad;
}
.minipod-bartitle a{
    text-decoration: underline;
    color: white;
    font-weight: bold;    
}
.minipod-content{
    display: flex;
    border-bottom: 1px solid #303030;
    font-size: 12px;
}
.minipod-desc {
    flex-direction: column;
    width: 80%;
    text-align: left;
    padding: 10px;
}
.minipod-info {
    flex-direction: column;
    width: 20%;
    text-align: left;
    padding: 5px 10px;
}

.title-minipod{
    width: 100%;
    padding: 30px 5px 10px 0;
    text-align: left;
    font-size: 20px;
    color: rgb(0, 0, 0);
}


/*  -------------------------- */
/* TOPICO -------------------------- */
/*  -------------------------- */

.topico-container {
    width: 95%;
}

table {
    width: 100%;
    border-spacing: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-collapse: collapse;
    background-color: white;
    /*border-color: black;
    border-width: 1px;
    */
}
table th, table td {
    padding: 2px;
    text-align: left;
    border-bottom: 1px solid #303030;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
}

td.topico {
    padding: 2px;
    font-size: 12px;
    text-transform: none;
    text-size-adjust: none;
}

th.topico{
    font-size: 12px;
    text-align: center;
    background-color: #313131;
    color: white;
}

.title-year{
    width: 100%;
    text-align: left;
    background-color: var(--colorMain04);
    padding: 10px;
    color: var(--colorMain01);;
}


.th-list {
    text-align: center;
    background-color: #072b41;
    color: white;
}

.topico-codigo {
    color: gray;
    font-size: 10px;
    font-weight: bold;
}

.topico-titulo {
    color: var(--colorMain01);
    font-size: 12px;
    font-weight: bold;
}

.topico-info {
    color: black;
    font-size: 10px;
    font-weight: normal;
}


table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tbody tr:hover {
    background-color: #e8ff96;
}

.img-Logo {
    width: 150px;
    height: auto;
}


/*  -------------------------- */
/* CHOPP -------------------------- */
/*  -------------------------- */

.estante {
    display: flex;
    flex-direction: line;
    flex-wrap: wrap;
}

.midia-titulo {
    margin: 3px auto;
    margin-top: 35px;
    padding: 15px;
    color: white;
    text-align: left;
    font-weight: bold;
    width: 100%;
}

.produto {
    margin: 5px auto;
    padding: 5px;
    width: 20%;
    font-size: 11px;
    text-align: center;
    text-wrap:wrap;
    vertical-align: top;

}

.produto img {
    max-width: 100px;
    width: 100%;
    height: auto;
}

.nome-obra {
    font-weight: bold;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    margin-top: 10px;
    text-wrap:pretty;
}
.midia-coletanea {
    font-weight: bold;
    color: var(--colorMain02);
    font-size: 12px;
    margin-top: 10px;
    text-wrap:pretty;
}
.nome-autor {
    font-weight: normal;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    margin-top: 5px;
    text-wrap:pretty;
}

.top-minipod {
    background-image: url("/top-page-Minipod.png");
    background-color: #3e5c5eff;
    background-repeat: no-repeat, repeat;
    background-position: center;
    height: 150px;
    align-content: center;
  }

.top-minipod-text {
    max-width: 800px;
    margin: 0 auto;
    padding: 5px;

    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: large;
    text-align: right; 
    color: white;  
}

.table-navigation {
    width: 50%;
    border-spacing: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size:small;
    border-collapse: collapse;
    border-color: black;
    border-width: 1px;
    text-align: center;  
}

h2 {
    font-size: 17px;
    font-style:normal;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}
