<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

h1 {
    margin-top: 0rem;
    margin-bottom: 2rem;
    font-family: 'PT Sans', sans-serif;
    color: #5c5c5c;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    margin-top: 1rem;
    margin-bottom: 3px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 300;
    text-transform: none;
}

h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'PT Sans', sans-serif;
    color: hsla(0, 0%, 100%, .9);
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

h4 {
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin-top: 1rem;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

h6 {
    margin-top: 1.5rem;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-align: justify;
}

p {
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: justify;
}

a {
    color: #333;
    text-decoration: none;
}

strong {
    color: #5c5c5c;
    font-weight: 700;
}

.slider {
    position: relative;
    height: 100%;
    margin-bottom: 2rem;
}

.header {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: transparent;
}

.brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none;
}

.brand.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none;
}

.g-container {
    display: block;
    width: 72rem;
    margin-right: auto;
    margin-left: auto;
}

.g-container.container-local {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.g-container.container-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.nav-link {
    margin-right: 18px;
    margin-left: 18px;
    padding-right: 2px;
    padding-bottom: 18px;
    padding-left: 2px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color 250ms ease;
    transition: border-color 250ms ease;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.nav-link:hover {
    border-bottom-color: #f8c227;
}

.nav-link.w--current {
    border-bottom-color: #fff;
    color: #fff;
}

.nav-link.menu-button {
    display: none;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 15px;
    padding: 10px 15px;
    border: 2px solid #fff;
    border-radius: 3px;
    -webkit-transition: all 750ms ease;
    transition: all 750ms ease;
    font-weight: 700;
}

.nav-link.menu-button:hover {
    border-color: hsla(0, 0%, 100%, .8);
    color: hsla(0, 0%, 100%, .8);
}

.nav-link.submenu {
    position: static;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 15px;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, .03);
    color: #333;
    text-transform: none;
}

.nav-link.submenu:hover {
    border-radius: 2px;
    background-color: #f6f6f6;
}

.slide-mask {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    height: 12px;
}

.slide-mask.slide-shadow {
    display: none;
    height: 14px;
    border-bottom: 6px solid #f2f2f2;
    background-image: url('../images/shadow-up1.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-wrap.soon {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .59))), url('../images/Oficial-13.jpg');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .59)), url('../images/Oficial-13.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.newsletter-box {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -12%;
    z-index: 999;
    display: none;
    width: 70rem;
    height: 146px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px;
}

.about-column {
    text-align: justify;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.5em;
    column-gap: 2.5em;
    -webkit-column-rule-color: #000;
    column-rule-color: #000;
}

.mapa {
    width: 100%;
    height: 350px;
}

.local {
    position: relative;
}

.endereco-palestra {
    position: absolute;
    left: 0px;
    top: 125%;
    z-index: 999;
    width: 30rem;
    padding: 1rem 2rem;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, .8);
}

.separador {
    width: 4rem;
    height: 3px;
    margin-bottom: 1.25rem;
    background-color: #5c5c5c;
}

.g-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0.75rem;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.g-grid.grid-subfooter {
    padding-top: 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.g-block.size-100 {
    display: block;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.g-block.size-35 {
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
}

.g-block.size-30 {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.g-block.size-30.g-block-newsletter {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
}

.g-block.size-70 {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}

.g-block.size-33-3 {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
}

.g-block.size-33-3.requisitos-item {
    text-align: center;
}

.g-block.size-50 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.g-block.size-50.news-block {
    list-style-type: none;
}

.g-block.size-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    color: #fff;
}

.g-block.size-75 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}

.g-block.size-75.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.g-content {
    position: relative;
    margin: 0.625rem;
    padding: 0.938rem;
}

.g-content.content-local {
    position: relative;
}

.g-content.content-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.g-content.content-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0rem;
    margin-bottom: 3rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.g-content.content-news:hover {
    -webkit-filter: none;
    filter: none;
}

.g-content.content-newsletter {
    margin-right: 1rem;
    margin-left: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

.g-content.resultados-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-content.content-last-news {
    margin-top: 0rem;
    padding-top: 0rem;
}

.sobre {
    border-radius: 5px;
    background-color: #f7f7f7;
}

.footer {
    background-color: #23262a;
}

.copyright {
    display: inline-block;
    color: #cdcece;
    text-align: center;
}

.subfooter {
    background-color: #23262a;
}

.footer-about {
    margin-bottom: 0px;
    color: hsla(0, 0%, 100%, .85);
    font-size: 0.75rem;
    line-height: 1.1rem;
    text-align: justify;
}

.facebook-api {
    display: none;
}

.footer-logo {
    margin-top: 0.5rem;
}

.social {
    width: 100%;
    padding-left: 2rem;
}

.footer-menu-item {
    margin-bottom: 0.85rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #505255;
    font-family: 'Open Sans', sans-serif;
    color: hsla(0, 0%, 100%, .85);
    font-size: 0.875rem;
    line-height: 1rem;
    list-style-type: none;
}

.footer-menu {
    margin-bottom: 0px;
    padding-left: 45px;
    color: #fff;
}

.contato {
    position: relative;
}

.depoimentos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .7)), color-stop(99%, rgba(0, 0, 0, .35))), url('../images/Oficial-13.jpg');
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .35) 99%), url('../images/Oficial-13.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.slider-bottom-box {
    position: relative;
    z-index: 10000;
    display: none;
    width: 100%;
    padding: 30px 35px;
    border-radius: 6px;
    background-color: #00649f;
    box-shadow: none;
}

.slider-bottom-content {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.newsletter-title {
    margin-bottom: 1rem;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 300;
    text-align: left;
}

.button-newsletter {
    display: none;
    padding: 5px 20px;
    border: 2px solid #fff;
    border-radius: 2px;
    background-color: transparent;
    font-weight: 600;
    text-transform: uppercase;
}

.newsletter-p {
    margin-bottom: 0px;
    color: hsla(0, 0%, 100%, .8);
    text-align: left;
}

.requisitos {
    background-color: #fff;
}

.requisitos-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style-type: none;
}

.requisitos-img {
    height: 80px;
}

.button-more-news {
    padding: 7px 18px;
    border: 2px solid silver;
    border-radius: 1px;
    background-color: transparent;
    -webkit-transition: all 350ms cubic-bezier(.39, .575, .565, 1);
    transition: all 350ms cubic-bezier(.39, .575, .565, 1);
    color: #5c5c5c;
    font-weight: 700;
}

.button-more-news:hover {
    background-color: silver;
    color: #fff;
}

.news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
}

.noticias {
    display: none;
}

.news-img {
    width: 100%;
    height: 18rem;
    background-image: url('../images/example-bg.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.news-img.news-img-first {
    width: 100%;
    background-image: url('../images/bigstock-Walking-24569177.jpg');
}

.news-img.news-img-last {
    background-image: url('../images/sunset-summer-golden-hour-paul-filitchkin.jpg');
    -webkit-filter: none;
    filter: none;
}

.news-img.news-img-last:hover {
    -webkit-filter: none;
    filter: none;
}

.news-text-block {
    position: absolute;
    left: 95px;
    bottom: -25px;
    width: 436px;
    height: 165px;
    padding: 1.25rem;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(92, 92, 92, .15);
    -webkit-transform: perspective(2000px);
    transform: perspective(2000px);
    -webkit-transition: all 450ms cubic-bezier(.55, .085, .68, .53);
    transition: all 450ms cubic-bezier(.55, .085, .68, .53);
    color: #5c5c5c;
}

.news-block-title {
    margin-bottom: 0rem;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: 700;
    text-align: left;
}

.news-block-p {
    margin-top: 1rem;
    text-align: justify;
}

.news-block-link {
    text-decoration: none;
}

.palestra-countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.countdown-title {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.4rem;
    font-weight: 400;
}

.countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: center;
}

.countdown-item {
    width: 104px;
    margin-left: 15px;
    padding: 15px 5px;
    background-color: #fff;
}

.days.countdown-time {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
}

.timerefdays.countdown-label {
    margin-top: 5px;
    color: #8a8a8a;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.overlay-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10001;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(36, 36, 36, .86);
}

.newsletter-bg {
    border-radius: 3px;
    background-color: #f4f4f4;
    box-shadow: 0 1px 36px -4px rgba(36, 36, 36, .86);
}

.newsletterbox-title {
    margin-bottom: 0.5rem;
    clear: both;
    text-align: left;
}

.close-button {
    position: absolute;
    top: -4.5vh;
    right: -2.5vh;
}

.close-button-img {
    height: 12px;
}

.newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .35);
}

.newsletter-input {
    width: 19rem;
    height: 2.75rem;
    margin-bottom: 0px;
    border-color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.newsletter-button {
    height: 2.75rem;
    padding: 0.5rem 1.25rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #00649f;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-info {
    position: absolute;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(134deg, rgba(143, 188, 63, .49), rgba(106, 190, 156, .35) 21%, rgba(108, 179, 192, .26) 40%, rgba(62, 152, 184, .31) 64%, rgba(0, 100, 159, .49)), linear-gradient(115deg, rgba(68, 25, 85, .81), rgba(0, 100, 159, .9));
}

._403-logo {
    height: 150px;
}

.heading {
    margin-top: 1rem;
    color: #fff;
    text-transform: none;
}

.contact-h1 {
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.contact-list {
    padding-left: 0px;
    font-weight: 700;
    list-style-type: none;
}

.container {
    color: #fff;
}

.contact-item {
    margin-bottom: 0.4rem;
    padding-left: 40px;
    background-image: url('../images/example-bg.png');
    background-position: 9px 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.contact-item.address-icon {
    background-image: url('../images/007-placeholder.svg');
}

.contact-item.email-icon {
    background-image: url('../images/008-mail.svg');
}

.contact-item.phone-icon {
    background-image: url('../images/006-phone-call.svg');
}

.contact-item.mobile-icon {
    background-image: url('../images/005-whatsapp.svg');
}

.contact-item.no-icon {
    background-image: none;
}

.logo-separator {
    width: 2px;
    height: 20px;
    margin-right: 1rem;
    margin-left: 1rem;
    padding-left: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: hsla(0, 0%, 100%, .68);
}

.logo {
    height: 50px;
}

.logotji {
    height: 65px;
}

.parceiros-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    text-align: center;
    list-style-type: none;
}

.parceiros-list.last {
    margin-bottom: 2rem;
}

.link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 98%;
    height: 160px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-transition: box-shadow 250ms cubic-bezier(.55, .085, .68, .53);
    transition: box-shadow 250ms cubic-bezier(.55, .085, .68, .53);
}

.link-block:hover {
    box-shadow: 0 0 11px -4px #4b4747;
}

.parceiros {
    padding-left: 30px;
    background-color: #fff;
}

.team {
    display: none;
    background-color: #f8c227;
}

.team-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 325px;
    -webkit-flex: 325px;
    -ms-flex: 325px;
    flex: 325px;
}

.team-profile {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url('../images/example-bg.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter 350ms cubic-bezier(.6, -.28, .735, .045);
    transition: -webkit-filter 350ms cubic-bezier(.6, -.28, .735, .045);
    transition: filter 350ms cubic-bezier(.6, -.28, .735, .045);
    transition: filter 350ms cubic-bezier(.6, -.28, .735, .045), -webkit-filter 350ms cubic-bezier(.6, -.28, .735, .045);
}

.team-profile:hover {
    -webkit-filter: none;
    filter: none;
}

.team-profile.amira {
    background-image: url('../images/Amira-Sabrin.jpg');
}

.team-profile.deise {
    background-image: url('../images/deise.jpg');
}

.team-profile.juliana {
    background-image: url('../images/juliana.jpg');
    background-position: 50% 50%;
}

.team-profile.wagner {
    background-image: url('../images/wagner.jpg');
}

.team-profile.jose {
    background-image: url('../images/jose.jpg');
}

.team-profile.patricia {
    background-image: url('../images/TLN_7170.jpg');
}

.overlay-name {
    position: absolute;
    left: 25%;
    bottom: 15px;
    display: none;
    padding: 0.5rem;
    background-color: #f8c227;
    box-shadow: 6px -6px 20px -6px #000;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.team-h1 {
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 2rem;
    line-height: 2.2rem;
    text-align: left;
}

.text-block {
    padding-left: 0.5rem;
    border-left: 3px solid #fff;
    color: #202020;
    text-align: justify;
}

.premios-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    text-align: center;
    list-style-type: none;
}

.premio-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 98%;
    height: 180px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-transition: box-shadow 250ms cubic-bezier(.55, .085, .68, .53);
    transition: box-shadow 250ms cubic-bezier(.55, .085, .68, .53);
}

.premio-link:hover {
    box-shadow: 0 0 11px -4px #4b4747;
}

.title {
    margin-bottom: 1rem;
    padding-left: 1rem;
    border-left: 3px solid #f8c227;
    font-family: 'PT Sans', sans-serif;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.4rem;
    text-align: left;
}

.title.depoimento {
    margin-top: 0.75rem;
    color: #fff;
}

.title.paginas {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.subtitle {
    color: #5f5f5f;
    font-size: 1.25rem;
    font-weight: 400;
}

.subtitle.depoimento {
    color: hsla(0, 0%, 100%, .68);
}

.title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-2 {
    display: none;
    color: #333;
}

.estatisticas {
    background-color: #fff;
}

.count-jovens {
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #6fc3e0;
    font-size: 3rem;
    line-height: 3.2rem;
    font-weight: 300;
}

.count-title {
    margin-top: 0.4rem;
    color: #5c5c5c;
}

.html-embed {
    display: none;
}

.slider-depoimento {
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, .08);
    background-color: transparent;
}

.slide-depoimento {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-left: 3rem;
    background-color: rgba(0, 100, 159, 0);
    text-align: center;
}

.text-depoimento {
    margin-top: 0rem;
    font-size: 0.9rem;
    line-height: 1rem;
    font-weight: 400;
    text-align: justify;
}

.autor-depoimento {
    margin-bottom: 0.2rem;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 600;
}

.cargo-depoimento {
    margin-bottom: 1.5rem;
    color: hsla(0, 0%, 100%, .68);
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-weight: 600;
}

.top-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30rem;
    padding-top: 7rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .7)), color-stop(99%, rgba(0, 0, 0, .35))), url('../images/parceiros.jpg');
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .35) 99%), url('../images/parceiros.jpg');
    background-position: 0px 0px, 50% 56%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.banner-h1 {
    margin-bottom: 0rem;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 2.5rem;
    line-height: 2.75rem;
    text-align: left;
    text-transform: uppercase;
}

.banner-separator {
    width: 5rem;
    height: 2px;
    margin-top: 0.25rem;
    background-color: #f8c227;
}

.text-box {
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 2px;
    background-color: #f2f2f2;
}

.heading-2 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.p-text {
    text-align: justify;
}

.noticias-link {
    position: relative;
    height: 288px;
}

.overlay-icon {
    width: 30px;
    height: 20px;
    -webkit-transition: opacity 250ms cubic-bezier(.55, .085, .68, .53);
    transition: opacity 250ms cubic-bezier(.55, .085, .68, .53);
}

.overlay-icon:hover {
    opacity: 0.7;
}

.noticias-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 92, 92, .51)), to(rgba(92, 92, 92, .51)));
    background-image: linear-gradient(180deg, rgba(92, 92, 92, .51), rgba(92, 92, 92, .51));
    opacity: 0;
    -webkit-transition: all 550ms cubic-bezier(.55, .085, .68, .53);
    transition: all 550ms cubic-bezier(.55, .085, .68, .53);
}

.requisitos-p {
    text-align: center;
}

.menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-list-item {
    position: relative;
    list-style-type: none;
}

.submenu-list {
    width: 10rem;
    margin-bottom: 0px;
    padding-left: 0px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 #5a5a5a;
    font-size: 13px;
    text-align: left;
}

.submenu-list-item {
    margin-right: 0px;
    margin-left: 0px;
    list-style-type: none;
}

.submenu {
    position: absolute;
    left: 5%;
    top: 100%;
    display: none;
    padding-top: 0.75rem;
    opacity: 0;
    -webkit-transform: translate(0px, 5px);
    -ms-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
}

.submenu-triangle {
    position: absolute;
    left: 10%;
    top: 0.25rem;
    width: 0px;
    height: 0px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
}

.last-news {
    padding: 1rem;
    border: 1px solid #f5f1f1;
    background-color: #fff;
}

.body-noticias {
    background-color: #f5f5f5;
}

.last-news-item {
    margin-top: 10px;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid #e3e3e3;
}

.heading-3 {
    font-weight: 600;
    text-align: justify;
}

.news-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e3e3e3;
}

.news-item-img {
    margin-bottom: 1rem;
}

.news-legenda {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    background-color: rgba(92, 92, 92, .62);
    color: #fff;
    font-size: 12px;
}

.news-resumo {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    color: #888;
    font-size: 14px;
    font-weight: 600;
}

.read-more {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.button-read-more {
    padding: 8px 18px;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #f8c227;
    -webkit-transition: all 350ms cubic-bezier(.39, .575, .565, 1);
    transition: all 350ms cubic-bezier(.39, .575, .565, 1);
    font-family: Exo, sans-serif;
    color: #fff;
    font-weight: 700;
}

.button-read-more:hover {
    background-color: #ecaf00;
    color: #fff;
}

.slide {
    position: relative;
    background-image: url('https://poloiguassu.org/wp-content/uploads/2025/03/capasite-resultado.jpg');
    background-position: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

.slide-caminho {
    position: absolute;
    left: 2rem;
    top: 12vh;
    right: 2rem;
}

.slide-inscrevase {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.button {
    border: 2px solid #fff;
    border-radius: 3px;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
}

.button:hover {
    background-color: #fff;
    color: #00649f;
}

.countdown-time {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
}

.countdown-label {
    margin-top: 5px;
    color: #8a8a8a;
    font-size: 0.875rem;
    text-transform: uppercase;
}

html.w-mod-js *[data-ix="newsletter-box-init"] {
    display: none;
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

@media (max-width: 991px) {
    .g-container {
        width: 48rem;
    }

    .g-container.container-nav {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .nav-menu {
        background-color: #00649f;
        box-shadow: -2px 2px 10px -4px #000;
        text-align: center;
    }

    .menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .menu-button-2 {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .g-container {
        width: 30rem;
    }

    .g-grid.grid-subfooter {
        position: relative;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .g-block.size-35 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .g-block.size-30 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .g-block.size-33-3.requisitos-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .g-block.size-25 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1% 50%;
        -ms-flex: 0 1% 50%;
        flex: 0 1% 50%;
    }

    .footer-menu {
        padding-left: 0px;
    }

    .requisitos-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .premios-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .premio-link {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (max-width: 479px) {
    .g-container {
        width: 20rem;
    }

    .about-column {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .countdown {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .countdown-item {
        margin-top: 0.5rem;
    }

    .logo-separator {
        display: none;
    }

    .link-block-2 {
        display: none;
    }
}</pre></body></html>