main {
    background-color: #f0f0f0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.h1-title {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 40px;
    line-height: 40px;
}

.h1-title h1 {
    font-size: 2em;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: #fdd793 5px solid;
    margin: 0 10%;
    /* max-width: 800px; */
}

#sobre {
    background-color: #f1958f;
}

#inscricao {
    background-color: #206588;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    width: 80%;
    padding: 40px;
}

.content .text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.content .text h2 {
    font-size: 1.5em;
    color: #206588;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: #fdd793 5px solid;
}

.content .text p {
    font-size: 1.2em;
    font-weight: 500;
    text-align: justify;
    text-indent: 2em;
}

.content .text p a {
    color: #1626b6;
    /* font-weight: 700; */
    text-decoration: none;
}

.content .text p a:hover {
    color: #0f1a8c;
    text-decoration: underline;
}

.content .imagem-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content .imagem-text img {
    width: 60%;
    height: auto;
    border-radius: 10px;
}

.content .categorias {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: row;
    gap: 60px;
    width: 100%;
    background-color: #f4bb49;
    padding: 40px;
    border-radius: 10px;
}

#home .content .categorias {
    background-color: #e1b234;
}
.content .categorias .categoria {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 20%;
}

.content .categorias .categoria .text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    align-content: flex-start;
}

.content .categorias .categoria .text h2 {
    font-size: 1.1em;
    color: #206588;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    width: 40%;
}

.content .categorias .categoria .text p {
    font-size: 0.9em;
    font-weight: 600;
    text-align: left;
    text-indent: 0;
    color: #000;
}

.content .categorias .categoria .botao {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

.content .categorias .categoria .botao a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.5em;
    padding: 10px 20px;
    border-radius: 20px;
    width: 100%;
    text-align: center;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content .text ul {
    list-style: none;
    padding: 0;
    gap: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    flex-direction: column;
    width: 100%;
}

.content .text ul li {
    font-size: 1.2em;
    font-weight: 500;
    text-align: justify;
    text-indent: 2em;
}

.content .text ul li::marker {
    color: #206588;
    font-weight: 800;
}

#delegado {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 50%;
}

#observador {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 50%;
}

#home #delegado {
    width: 100%;
}

#home #observador {
    width: 100%;
}

#delegado a {
    background-color: #ad2831;
}

#delegado a:hover {
    background-color: #c02b2b;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#delegado h2 {
    color: #ad2831;
}

#delegado .h1-title {
    background-color: #ad2831;
}

#observador a {
    background-color: #235fa6;
}

#observador a:hover {
    background-color: #2b6dc0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#observador h2 {
    color: #235fa6;
}

#convidado a {
    background-color: #417b64;
}

#convidado a:hover {
    background-color: #4a9b8c;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#convidado h2 {
    color: #417b64;
}

#eixos .text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    flex-wrap: nowrap;
    align-content: flex-start;
}
/* .content .categoria{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.content .categoria h2{
    font-size: 1.5em;
    color: #206588;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: #fdd793 5px solid;
} */

#documentos .h1-title {
    background-color: #1c467b;
}

.downloads {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    padding: 40px;
}

.downloads .item {
    text-decoration: none;
    color: #206588;
    font-weight: 700;
    font-size: 1.2em;
    padding: 10px 20px;
    border-radius: 20px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #eed79c;
}

.downloads .item:hover {
    background-color: #fdd793;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.downloads .item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

#exposicao .h1-title {
    background-color: #27656a;
}

#exposicao .h1-title h1 {
    margin: 0;
    max-width: 800px;
}

.h1-title .botao-enviar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    background-color: #fdd793;
    color: #206588;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.5em;
    padding: 10px 20px;
    border-radius: 20px;
}

.h1-title .botao-enviar:hover {
    background-color: #f4bb49;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* Eixos - Exposição */
.eixos-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    justify-items: center;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
}

.eixos-list .eixo-item {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    background: none;
    padding: 0;
    gap: 0;
    width: 100%;
    max-width: 700px;
}

.eixos-list .eixo-item .eixo-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    color: #f4d792;
    background-color: #27656a;
    width: 100%;
    padding: 20px;
    min-height: 160px;
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
    text-align: center;
}

.eixos-list .eixo-item .eixo-title .eixo-number {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    gap: 10px;
}

.eixos-list .eixo-item .eixo-title .eixo-number span:first-child {
    font-size: 48px;
    font-weight: 800;
}

.eixos-list .eixo-item .eixo-title .eixo-number span:last-child {
    font-size: 18px;
    font-weight: 600;
}

.eixos-list .eixo-item .eixo-title h3 {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.eixos-list .eixo-item .eixo-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    background-color: #f4d792;
    border-radius: 0 0 20px 20px;
    color: #27656a;
    padding: 20px;
    box-sizing: border-box;
}

.eixos-list .eixo-item .eixo-list ul {
    list-style: disc;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
    width: 100%;
}

.eixos-list .eixo-item .eixo-list ul li {
    font-size: 18px;
    font-weight: 800;
    text-align: left;
}

.content .text .botao-enviar {
    margin-top: 20px;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    background-color: #00676c;
    color: #fdd793;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.5em;
    padding: 10px 20px;
    border-radius: 20px;
}

.content .text .botao-enviar:hover {
    background-color: #008080;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.content .text .botao-enviar img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.timeline-exposicao {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    /* gap: 20px; */
    width: 100%;
    padding: 40px;
    align-content: center;
    flex-wrap: nowrap;
}

.timeline-exposicao .timeline-item {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
}

.timeline-exposicao .timeline-item .timeline-date {
    font-size: 1.5em;
    font-weight: 800;
    color: #f7d987;
    text-align: center;
    background-color: #27656a;
    padding: 20px 10px;
    width: 100%;
}

.timeline-exposicao .timeline-item #claro {
    color: #f7d987;
    font-weight: 800;
    text-align: center;
    background-color: #319173;
    padding: 20px 10px;
    width: 100%;
}

.timeline-exposicao .timeline-item .timeline-content {
    font-size: 1.3em;
    font-weight: 500;
    text-align: left;
    color: #666666;
    text-indent: 0em;
    margin: 0;
    padding: 20px;
    border-left: 2px solid #666666;
}

.botao-modelos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    background-color: #27656a;
    color: #fdd793;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.5em;
    padding: 20px 30px;
    border-radius: 20px;
    text-align: center;
}

.botao-modelos:hover {
    background-color: #319173;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.comissao {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 40px;
}

.comissao .comissao-nome-grupo {
    font-size: 1.5em;
    font-weight: 800;
    color: #f4663b;
    text-transform: uppercase;
    text-align: left;
    margin-top: 40px;
    border-bottom: 4px solid #f9b500;
    padding-bottom: 10px;
}

.comissao .comissao-grupo {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    color: #F4663B;
    font-size: 1.2em;
    font-weight: 600;
    gap: 10px;
}

#comissao-title{
background-color: #f4663b;
}

.cronogramas-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    max-width: 1240px;
    width: 100%;
    margin-top: 40px;
}

.cronogramas-section .cronogramas {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
}

.cronogramas-section .cronogramas .cronograma img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* .cronogramas-section .cronogramas .cronograma img:hover{
  transform: scale(1.1);
  transition: transform 0.3s ease;
} */

.cronogramas-section .cronogramas .cronograma {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.content .text .botao-visualizar {
    margin-top: 20px;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    background-color: #fdd793;
    color: #00676c;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.5em;
    padding: 10px 20px;
    border-radius: 20px;
}

.content .text .botao-visualizar:hover {
    background-color: #f4bb49;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .cronogramas-section .cronogramas {
  grid-template-columns: repeat(3, 1fr);
  }
}


@media (max-width: 768px) {
    .timeline-exposicao {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }
    .timeline-exposicao .timeline-item {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
    .timeline-exposicao .timeline-item .timeline-date,
    .timeline-exposicao .timeline-item #claro {
        font-size: 1.3em;
        padding: 15px 5px;
    }
    .timeline-exposicao .timeline-item .timeline-content {
        font-size: 1.2em;
        padding: 15px 10px;
        border-left: none;
        border-top: 2px solid #666666;
    }
}

@media (max-width: 765px) {
    .eixos-list {
        flex-direction: column;
        gap: 40px;
        padding: 20px;
    }

    .eixos-list .eixo-item {
        grid-template-columns: 1fr;
        max-width: 700px;
    }
    .eixos-list .eixo-item .eixo-title {
        border-radius: 20px 20px 0 0;
        min-height: 160px;
        text-align: center;
    }
    .eixos-list .eixo-item .eixo-list {
        border-radius: 0 0 20px 20px;
        height: auto;
    }
}

@media (min-width: 765px) {
    .eixos-list .eixo-item {
        grid-template-columns: 40% 60%;
        background: none;
        max-width: 900px;
    }
    .eixos-list .eixo-item .eixo-title {
        border-radius: 20px 0 0 20px;
        min-height: 200px;
        text-align: left;
    }
    .eixos-list .eixo-item .eixo-list {
        border-radius: 0 20px 20px 0;
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .h1-title {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 20px;
    }

    .h1-title h1 {
        font-size: 1.5em;
        text-align: center;
        width: 100%;
    }

    .content {
        width: 90%;
        padding: 20px;
    }

    .content .categorias .categoria .text {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        align-content: flex-start;
    }

    .content .categorias {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .content .categorias .categoria {
        width: 100%;
    }

    .content .imagem-text img {
        width: 100%;
        height: auto;
    }

    #delegado {
        width: 100%;
    }

    #observador {
        width: 100%;
    }

    .downloads {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        padding: 20px;
    }

    .downloads .item {
        font-size: 1em;
        padding: 10px;
        width: 100%;
    }

    .eixos-list {
        flex-direction: column;
        gap: 60px;
    }

    .eixos-list .eixo-item {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .eixos-list .eixo-item .eixo-title {
        width: 100%;
        border-radius: 20px;
    }

    .eixos-list .eixo-item .eixo-title .eixo-number {
        width: 100%;
        text-align: center;
    }

    .eixos-list .eixo-item .eixo-list {
        width: 100%;
        border-radius: 20px;
    }

    .eixos-list .eixo-item .eixo-list ul {
        padding-left: 20px;
    }

    .eixos-list .eixo-item .eixo-list ul li {
        font-size: 18px;
    }

    .h1-title .botao-enviar {
        font-size: 1.2em;
        padding: 10px 15px;
    }

    .content .text h2 {
        font-size: 1.3em;
    }

    .content .text p {
        font-size: 1em;
    }
}
