<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --primarygreen: #10A047;
    --primarydark: #000000;
    --shadow: 2px 2px 10px 0px #80808050;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    max-width: 100vw;
    background-color: #FFF !important;
}
header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-repeat: no-repeat, repeat;
    height: 174px;
}
.menu-mobile {
    position: absolute;
    width: 100%;
    top: 100%;
    height: 0px;
    overflow: hidden;
    z-index: 5;
    display: flex;
    flex-direction: column;
    color: #FFF;
    transition: 0.3s;
    background-color: #000;
}
.menu-mobile nav {
    width: 100%;
    padding: 12px;
}
.menu-mobile nav ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.menu-mobile a {
    color: #FFF;
    text-decoration: none;
    margin-bottom: 12px;
}
.menu-mobile nav ul li {
    width: 100%;
    padding: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #111111;
    border-radius: 6px;
}
.submenu-mobile {
    margin-bottom: 12px;
    background-color: #333 !important;
}
.menu-sandwitch {
    display: none;
    position: relative;
}
.logo-mobile {
    display: none;
}
.btn-associado-mobile {
    display: none;
}
.center {
    width: 100%;
    height: 100%;
    max-width: 1240px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.center-a {
    width: 100%;
    height: 100%;
    max-width: 1240px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.center-b {
    width: 100%;
    height: 100%;
    max-width: 1240px;
    margin: auto;
    display: flex;
}
.center-c {
    width: 100%;
    height: 100%;
    max-width: 1240px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.bg-img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg-gradient {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#000000 0, #ffffff00 80%);
}
.topo {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    background-color: var(--primarydark);
    border-radius: 12px;
}
.logo-area {
    height: 100%;
    width: 300px;
    display: flex;
    align-items: center;
    text-align: center;
}
.logo-area img {
    margin-left: 24px;
}
.menu-desktop {
    height: 100%;
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-desktop {
    color: #FFF;
}
.nav-desktop ul {
    padding: 0;
    display: flex;
}
.nav-desktop ul a {
    color: #FFF;
    text-decoration: none;
}
.nav-desktop li {
    padding: 10px;
    font-weight: 600;
    width: 100%;
}
.nav-desktop li:hover {
    background-color: #1f1f1f;
    border-radius: 6px;
}
.area-btn-associado {
    height: 100%;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.area-btn-associado a {
    width: 150px;
    background-color: var(--primarygreen);
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 6px;
    line-height: 18px;
    padding: 12px 0;
}
.area-buscador-noticias {
    width: 100%;
    padding: 20px;
}
.area-buscador-noticias form {
    display: flex;
    flex-wrap: nowrap;
}
.input-busca {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}
.input-busca:focus {
    outline: 2px solid #10A047;
}
.btn-busca {
    font-size: 14px;
    min-width: 80px;
    padding: 10px 20px;
    border: none;
    border-radius: 0 5px 5px 0;
    background-color: #10A047;
    color: white;
    font-size: 16px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
}

.btn-busca:hover {
    background-color: #155724;
}
.area-btn-associado a:hover {
    background-color: var(--primarygreen);
    color: #FFF;
}
.title_section {
    margin: 0px 0px;
    width: 100%;
    display: flex;
    align-items: center;
}
.title_section img {
    margin-right: 10px;
}
.title_section h2 {
    font-size: 32px;
    color: #000;
}
.sec-instagram {
    margin-bottom: 30px;
}
.sec-instagram .title_section {
    flex-direction: column;
    align-items: flex-start;
}
.sec-instagram .title_section h2 {
    margin: 20px 0;
}
.sec-1 {
    height: 700px;
    position: relative;
    overflow: hidden;
}
.dest-info-mobile {
    display: none;
}
.sec-2 {
    width: 100%;
    background-color: var(--primarygreen);
    padding-bottom: 20px;
}
.dest-noticias {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 1;
}
.dest-noticias_left {
    width: 50%;
    padding: 0 10px 0 0;
}
.dest-noticias_right {
    width: 50%;
    padding: 0 0 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-big {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 12px;
    overflow: hidden;
    padding: 24px;
}
.card-big-titulo {
    position: relative;
    z-index: 4;
}
.card-big-titulo h3 {
    font-weight: 700;
    color: #FFF;
}
.dest_top,
.dest_bottom {
    width: 100%;
}
.card-medium {
    width: 100%;
    height: 100%;
    display: flex;
}
.card-medium__img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background-color: #cacaca;
    border: 1px solid #cecece;
    min-width: 300px;
    aspect-ratio: 1/1;
}
.card-medium__info h3 {
    margin: 0;
}
.card-medium__info {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10px;
    gap: 20px;
    max-width: 375px;
}
.bottom-card {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}
.bottom-card a {
    padding: 10px;
    border: 1px solid var(--primarydark);
}
.divider {
    width: 100%;
    border-top: 1px solid #c0c0c0;
}
.bg-sec-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.sec-2 h2 {
    color: #FFF;
}
.area-eventos {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.area-eventos h3 {
    color: #FFF;
    font-size: 22px;
    font-weight: 300;
}
.eventos_coluna-maior {
    width: 65%;
}
.lista-eventos {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.evento-item {
    flex: 1 1 360px;
    margin: 5px;
    background-color: #FFF;
    border-radius: 6px;
    height: 225px;
    position: relative;
    border-bottom: 20px;
}
.aguarde-evento {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.evento-item_top {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 5px 12px;
}
.evento-item_top span {
    font-weight: 800;
}
.evento-item_title {
    font-weight: 700;
    padding: 0 12px;
}
.evento-item_content {
    width: 100%;
    margin-top: 10px;
    padding: 0 12px;
}
.evento-item_bottom,
.vote_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 12px;
}
.vote_btn {
    border: 2px solid #ff0000;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.vote_btn a {
    color: #ff0000;
    font-weight: 800;
}
.evento-item_bottom a {
    color: var(--primarydark);
    font-weight: 800;
}
.evento-item_bottom a:hover {
    color: var(--primarygreen);
}
.eventos_coluna-menor {
    width: 34%;
}
.lista-prox-eventos {
    display: flex;
    flex-direction: column;
}
.prox-evento-item {
    width: 100%;
    background-color: #FFF;
    border-radius: 6px;
    height: 62px;
    margin-bottom: 20px;
    padding: 5px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
}
.prox-evento-title {
    max-height: 50px;
}
.prox-evento-info {
    display: flex;
    align-items: center;
}
.prox-evento-date {
    font-weight: 800;
    margin-right: 10px;
    white-space: nowrap;
}
.see-all {
    color: #FFF;
    font-weight: 800;
}
.see-all:hover {
    color: #FFF;
}
.area-posts {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin: 20px 0; 
    gap: 15px;
} 
.hr-medium {
    border-top: 3px solid var(--primarygreen);
    width: 40%;
    margin: 5px 0;
    position: relative;
    z-index: 3;
}
.blog-post_item {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
}
.blog-post_item:hover {
    text-decoration: underline;
}
.post-item_img {
    width: 100%;
    position: relative;
    aspect-ratio: 1/1;
}
.post-item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #cecece;
}
.post-item_title {
    margin-top: 10px;
}
.post-item_title h3 {
    font-size: 20px;
    font-weight: 600;
}
.post-item_content {
    margin-top: 20px;
}
.sec-4 {
    width: 100%;
    position: relative;
    background-color: var(--primarydark);
    padding: 20px 0;
    overflow: hidden;
}
.sec-4 svg {
    position: absolute;
    top: 40px;
    right: 20px;
}
.sec-4 h2 {
    color: #FFF;
}
.sec-4 .title_section {
    margin-top: 40px;
    position: relative;
    z-index: 5;
}
.title_section span {
    font-size: 22px;
    color: #FFF;
    color: var(--primarygreen);
}
.about-content {
    padding: 30px 0;
    position: relative;
    z-index: 5;
}
.about-content p {
    color: #FFF;
    line-height: 44px;
}
.link-about {
    margin-top: 40px;
}
.link-about a {
    color: var(--primarygreen);
    font-size: 18px;
}
footer {
    border-top: 5px solid var(--primarygreen);
    width: 100%;
}
.area-footer {
    width: 100%;
    background: #FFF;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.coluna-footer {
    width: 33.33%;
    padding: 30px 0 20px 0;
}
.logo-footer {
    width: 100%;
    margin-bottom: 30px;
}
.parceiros-footer {
    width: 100%;
}
.parceiros-footer ul {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 30px;
    padding: 0;
    list-style: none;
}
.coluna-footer h4 {
    font-weight: 800;
}
.lista-footer {
    width: 100%;
}
.lista-footer ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
}
.lista-footer ul li {
    margin: 10px 0;
    width: fit-content;
    display: flex;
    gap: 20px;
    align-items: center;
}
.copy-footer {
    width: 100%;
    background-color: var(--primarygreen);
    color: #FFF;
    text-align: center;
    padding: 30px 0;
}

/* LOGIN ASSOCIADO */
.login-associado {
    width: 100vw;
    background-color: #f1f1f1;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.area-login {
    width: 100%;
    height: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    align-items: center;
}
.associado-form__login {
    width: 100%;
    background-color: #FFF;
    border-radius: 12px;
    box-shadow: 2px 2px 10px 0px #80808050;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
}
.associado-form__login h2 {
    font-size: 24px;
    font-weight: 600;
}
.associado-form__login form {
    margin-top: 30px;
    width: 100%;
    max-width: 360px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
.associado-form__login label {
    color: #000;
    padding-left: 6px;
    font-weight: 600;
}
.associado-form__login input {
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
    border-radius: 6px;
    border: 0;
    background-color: #e5e5e5;
    padding: 0 15px;
}
.btn-submit {
    background-color: var(--primarygreen) !important;
    color: #FFF;
    border: 0;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
}
.associado-form__login input:focus {
    outline: 2px solid var(--primarygreen);
}
.info-form {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.info-form a {
    color: var(--primarygreen);
    font-weight: 600;
}
.goto-site a:hover {
    color: var(--primarygreen);
}
.topo-ass {
    width: 100%;
    display: flex;
    background-color: #FFF;
    box-shadow: 2px 2px 10px 0px #80808050;
}
.topo-ass_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.topo-ass_user {
    display: flex;
    align-items: center;
    gap: 20px;
}
.light-bg {
    background-color: #f1f1f1;
}
.content-ass_area {
    margin-top: 20px;
    width: 100%;
    height: 100%;
}
.big-box_area {
    width: 100%;
    display: flex;
    height: 800px;
    background-color: #FFF;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 2px 2px 10px 0px #80808050; */
}
.big-box-menu {
    padding: 12px 0;
    min-width: 300px;
    height: 100%;
    background-color: var(--primarygreen);
    color: #FFF;
}
.big-box-menu nav {
    width: 100%;
    padding-top: 20px;
}
.big-box-menu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.big-box-menu ul li {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
}
.big-box-menu ul li:hover {
    font-weight: 600;
    cursor: pointer;
}
.big-box-menu nav a {
    color: #FFF;
}
.big-box-menu ul .active {
    position: absolute;
    right: 0;
    height: 40px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0 0 20px;
    background-color: #FFF;
    color: var(--primarygreen);
}
.big-box_content {
    width: 100%;
    max-width: 1100px;
    overflow-y: scroll;
}
.top_content {
    width: 100%;
    padding: 24px;
}
.top_content h1 {
    font-size: 26px;
}
.content_row {
    width: 100;
    display: flex;
    flex-wrap: wrap;
}
.content_col {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
}
.input_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.input_item .input_dados-user {
    height: 40px;
    border-radius: 6px;
    border: 0;
    background-color: #e5e5e5;
    padding: 0 12px;
}
.input_dados-user:focus {
    outline: 2px solid var(--primarygreen);
}
.lista-finalizados,
.lista-rolando,
.lista-votacoes {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.lista-finalizados ul span,
.lista-rolando ul span,
.lista-votacoes ul span {
    max-width: 320px;
    width: 100%;
}
.lista-finalizados ul li,
.lista-rolando ul li,
.lista-votacoes ul li {
    min-height: 60px;
    padding: 10px 0;
    border-top: 1px solid #cecece;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item-options a,
.item-options button {
    background-color: #5b8fff;
    color: #FFF;
    padding: 5px 12px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}
.item-selecionado {
    background-color: #FFF !important;
    color: #3776ff !important;
    border: 2px solid #3776ff !important;

}
.item-options a:hover {
    color: #FFF;
    background-color: #3776ff;
}
.btn-votar {
    width: 100%;
    background-color: var(--primarygreen) !important;
    color: #FFF;
    border: 0;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 30px;
}

article {
    width: 100%;
    max-width: 1020px;
    padding: 24px;
}
.artigo-img-destaque,
figure {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
figure img {
    width: 100%;
    max-width: 600px;
}
figure {
    padding: 0 12px;
}
figcaption {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}
.artigo-texto {
    width: 100%;
}
.artigo-texto p {
    font-weight: 400;
    color: #202020;
}
.artigo-description {
    width: 100%;
    margin: 30px 0;
}
.conteudo-sobre {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.conteudo-sobre h2, h5 {
    margin: 15px 0 5px 0;
}
.h2-sobre {
    color: var(--primarygreen);
    font-weight: 800;
}
.img-dest-sobre {
    position: relative;
    width: 100%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: var(--shadow);
}
.texto-sobre {
    margin-top: 30px;
    width: 100%;
    padding: 24px;
    background-color: #e5e5e5;
    border-radius: 12px;
}
.lista-obj {
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.lista-obj-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.obj-item-l {
    width: 35%;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.obj-item-img {
    width: 50%;
}
.obj-item-l span {
    font-size: 22px;
    font-weight: 600;
}
.obj-item-r {
    width: 60%;
    min-height: 100px;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 12px 0 12px 24px;
    border-left: 1px solid #cecece;
}


aside {
    width: 100%;
    max-width: 360px;
    margin-left: 20px;
    padding: 24px;
}
.lista-posts {
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.item-post {
    text-decoration: none;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
    gap: 20px;
}
.thumb-post {
    position: relative;
    border-radius: 12px;
    min-width: 200px;
    min-height: 200px;
    overflow: hidden;
    box-shadow: 2px 2px 10px 0px #80808050;
}
.info-post {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 740px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cecece;
}
.post_title h2 {
    font-size: 24px;
    margin: 0;
}
.post_info {
    max-height: 80px;
    overflow: hidden;
}
.post-link {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5px;
    font-weight: 600;
    color: #10A047;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    transition: 0.2s;
}
.item-post:hover .post-link{
    background-color: #10A047;
    color: #FFF;
    font-weight: 600;
}
/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}
  
/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #1f1f1f;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: var(--primarygreen);
    text-decoration: underline;
}

.ultimos-eventos,
.proximos-eventos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.title-page_eventos {
    font-size: 22px;
    margin-top: 40px;
    color: var(--primarygreen);
}

.lista-documentos {
    width: 100%;
}
.documento-item {
    width: 100%;
    min-height: 50px;
    padding: 5px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #505050;
    margin-bottom: 15px;
}
.area-contato {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.contato-item {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cecece;
    padding: 5px 10px;
    overflow: hidden;
}
.contato-item svg {
    min-width: 25px;
}
.label-contato {
    display: flex;
    align-items: center;
}
.area-afiliar {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.area-afiliar a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 60px;
    width: 250px;
    background-color: var(--primarygreen);
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    border-radius: 12px;
}
.area-posts-instagram {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}
.post-instagram {
    cursor: pointer;
    width: 100%;
    max-width: 280px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #cecece;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.post-instagram:hover {
    box-shadow: 2px 2px 10px 0px #80808050;
}
.post-instagram_img {
    position: relative;
    width: 100%;
    height: 280px;
}
.post-instagram_legenda {
    width: 100%;
    padding: 12px;
}
.post-instagram_user {
    height: 50px;
    padding: 12px;
    display: flex;
    align-items: center;
}
.post-instagram_user img {
    margin-right: 15px;
}
.post-instagram_user span {
    font-weight: 700;
    color: #262626;
}
.sec-instagram {
    width: 100%;
    padding: 12px;
}
.nav-item {
    position: relative;
}
.nav-item a {
    display: flex;
    align-items: center;
}
.submenu-items {
    width: 300px;
    position: absolute;
    display: none;
    flex-direction: column;
    top: 100%;
    left: 0;
    background-color: #1a1a1a;
    border-radius: 6px;
    box-shadow: 2px 2px 5px 0px #00000050;
    color: #FFF;
    z-index: 5;
}
.submenu-items ul {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.submenu-item_link
.submenu-items ul li {
    width: 100%;
}
.submenu-item_link a {
    width: 100%;
}
.lista-diretorias {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.single-evento {
    width: 100%;
    max-width: 32%;
    display: flex;
    flex-direction: column;
    max-height: 120px;
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    padding: 15px;
    text-decoration: none;
    transition: 0.2s;
}
.single-evento:hover {
    border: 2px solid #888888;
}
.single-evento h3 {
    font-size: 18px;
    margin: 0;
}
.single-evento.atual {
    width: 100%;
    max-width: 100% !important;
    height: auto !important;
}
.diretoria-expandida {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
}
.link-to-instagram {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.link-to-instagram a {
    color: #000;
}
.link-to-instagram a:hover {
    color: #10A047;
}

.area-opcoes-votacao {
    width: 100%;
}
.item-opcao-votacao {
    border: 1px solid #000;
    height: 50px;
    margin: 5px;
    border-radius: 6px;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.area-info-opcoes {
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
}
.area-info-opcoes h4 {
    margin: 0;
}
.col-small {
    flex: 1 1 300px;
    border: 1px solid #dadada;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 6px 20px 6px;
    border-radius: 8px;
    border-top: 4px solid #5b8fff;
}
.img-opcao-votacao {
    position: relative;
    max-width: 200px;
    width: 100%;
    min-height: 200px;
    height: auto;
    border-radius: 12px;
    margin: 15px 0;
    overflow: hidden;
}
.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.descricao-opcao-votacao {
    max-width: 90%;
    text-align: left;
}
.sec-votacoes {
    width: 100%;
    margin-bottom: 30px;
}
.area-tipos-votacao {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.area-tipo-votacao {
    width: 100%;
    max-width: 32%;
    border-radius: 6px;
}
.area-tipo-votacao h5 {
    margin: 0;
    margin-bottom: 15px;
}
.area-item-votacao {  
    padding: 10px;
    border: 2px solid #10A047;
    margin-bottom: 15px;
    border-radius: 6px;
}
.item-votacao-home {
    margin-bottom: 10px;
}
.link-votacao {
    display: flex;
    font-weight: 600;
    margin-top: 15px;
    height: 30px;
    color: #10A047;
}
.btn-votacao-home {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-top: 15px;
    width: 80px;
    height: 30px;
    background-color: #ff0000;
    border-radius: 4px;
    color: #FFF;
    transition: 0.2s;
}
.btn-votacao-home:hover {
    color: #ff0000;
    border: 2px solid #ff0000;
    background-color: #FFF;
}

@media (max-width:1400px) {
    .area-tipo-votacao {
        max-width: 100%;
    }
    .logo-area {
        width: 200px;
    }
    .nav-desktop li {
        font-size: 14px;
    }
    .center-a {
        padding: 0 12px;
    }
    .area-footer {
        padding: 0 12px;
    }
}

@media (max-width:1245px) {
    header {
        height: 100px;
    }
    .topo {
        height: 60px;
        align-items: center;
    }
    .menu-desktop {
        display: none;
    }
    .logo-area {
        display: none;
    }
    .area-btn-associado {
        display: none;
    }
    .menu-sandwitch {
        padding: 12px;
        width: 140px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .btn-associado-mobile {
        width: 140px;
        height: 40px;
        background-color: var(--primarygreen);
        color: #FFF;
        margin-right: 12px;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn-associado-mobile  a {
        width: 100%;
        color: #FFF;
        text-decoration: none;
        font-size: 14px;
        text-align: center;
    }
    .logo-mobile {
        display: block;
    }
}

@media (max-width:1160px) {
    .post-item_img img {
        width: 100%;
    }
    .card-medium__info h3 {
        font-size: 18px;
    }
    .area-eventos {
        flex-direction: column;
    }
    .eventos_coluna-maior {
        width: 100%;
    }
    .evento-item {
        margin-right: 0;
    }
    .lista-eventos {
        gap: 15px;
    }
    .eventos_coluna-menor {
        width: 100%;
    }
    .side-down {
        flex-direction: column;
    }
    article {
        max-width: 100%;
        padding: 12px;
    }
}

@media (max-width:1024px) {
    .sec-1 {
        height: auto;
        padding-bottom: 40px;
    }
    .dest-noticias {
        flex-direction: column;
    }
    .dest-noticias_left {
        width: 100%;
        display: flex;
        margin-bottom: 18px;
    }
    .dest-noticias_right {
        width: 100%;
        padding: 0;
    }
    .dest-info-mobile {
        display: flex;
        flex-direction: column;
        margin-left: 15px;
        max-width: 375px;
    }
    .card-medium__img {
        max-width: 300px;
        height: 232px;
    }
    .bg-sec-1 {
        display: none;
    }
    .area-footer {
        flex-direction: column;
    }
    .coluna-footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }
    .area-posts {
        flex-direction: column;
    }
    .blog-post_item {
        flex-direction: row;
        max-width: 100%;
        gap: 20px;
    }
    .post-item_title h3 {
        font-size: 18px;
        margin-top: 0;
    }
    .post-item_img img {
        min-width: 200px;
    }
    .post-item_title {
        margin-top: 0;
    }
    .blog-post_item {
        margin-bottom: 20px;
    }
    .card-big-title_mobile h3 {
        font-size: 18px;
    }
    .card-big-titulo {
        display: none;
    }
    .card-big .bg-gradient {
        display: none;
    }
    .single-evento {
        max-width: 49%;
    }
    .area-tipos-votacao {
        flex-direction: column;
    }
}

@media (max-width:769px) {
    .title_section h2 {
        font-size: 28px;
    }
    .dest-noticias h3 {
        font-size: 18px;
        margin-top: 0;
    }
    .card-medium__img {
        width: 175px;
        min-width: 175px;
    }
    .card-medium__info {
        gap: 5px;
    }
    .logo-footer {
        display: flex;
        justify-content: center;
    }
    .lista-eventos {
        flex-direction: column;
    }
    .evento-item {
        max-height: 225px;
        min-height: 200px;
        height: 200px;
    }
    .post-instagram  {
        width: 48%;
    }
    .single-evento {
        max-width: 100%;
    }
}

@media (max-width:600px) {
    header {
        height: 60px;
    }
    .topo {
        border-radius: 0;
    }
    .menu-sandwitch {
        width: 60px;
    }
    .card-medium__img {
        height: 165px;
        width: 120px;
        min-width: 120px;
    }
    .dest_top {
        height: auto;
    }
    .logo-footer img {
        width: 200px;
        height: auto;
        margin: auto;
    }
    .dest_bottom {
        height: auto;
    }
    .menu-sandwitch svg {
        width: 35px;
    }
    .blog-post_item {
        flex-direction: column;
    }
    .post-item_img {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .about-content p {
        line-height: 34px;
    }
    .sec-4 svg {
        left: -100%;
    }
    .thumb-post {
        min-width: 100px !important;
        height: 100px !important;
        max-height: 100px;
        min-height: 100px;
    }
    aside {
        max-width: 100%;
        padding: 12px;
        margin-left: 0;
    }
    .post_title h2 {
        font-size: 15px;
        margin-top: 0;
    }
    article h1 {
        margin-top: 0;
        font-size: 22px;
    }
    .post_info p {
        font-size: 14px;
        margin: 0;
    }
    .info-post {
        justify-content: flex-start;
    }
    .post-link {
        margin-top: 10px;
    }
    ul.breadcrumb {
        margin-bottom: 15px;
    }
    .titulo-artigo {
        font-size: 22px !important;
    }
    .artigo-img-destaque img {
        max-width: 300px;
    }
    .contato-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .area-posts-instagram {
        justify-content: center;
    }
    .post-instagram  {
        width: 100%;
    }
    .lista-obj-item {
        flex-direction: column;
    }
    .obj-item-l {
        width: 50%;
    }
    .obj-item-r {
        width: 90%;
    }
}
.iframeDoc {
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: 0.5s;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
  
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
  
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
  
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #10A047;
    border-color: #10A047;
}
  
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
}</pre></body></html>