<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;family=Inter:wght@100..900&amp;display=swap');

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: 'Antikor-Mono-Bold';
  src: url("../fonts/Antikor-Mono-Bold.eot");
  src: url("../fonts/Antikor-Mono-Bold.eot?#iefix") format('embedded-opentype'),
       url("../fonts/Antikor-Mono-Bold.otf") format('otf'),
       url("../fonts/Antikor-Mono-Bold.svg#Antikor-Mono-Bold") format('svg'),
       url("../fonts/Antikor-Mono-Bold.ttf") format('truetype'),
       url("../fonts/Antikor-Mono-Bold.woff") format('woff'),
       url("../fonts/Antikor-Mono-Bold.woff2") format('woff2');
}

::-webkit-scrollbar {
  width: 16px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: #d1d5db;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 8px;
  box-shadow: none;
  min-height: 50px;
}

::-webkit-scrollbar-track {
  background: none;
  border: none;
}


body {
    font-family: 'Inter', sans-serif !important;
    color: #000 !important;
}

p {
    font-size: 16px;
    font-weight: 500;
}

b, strong {
    font-family: 'Inter'; font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter'; font-weight: 700;
}

h1 {
    line-height: 2.5rem;
}

.pagina a { 
    color: #662d91;
}

.dropdown-item {
    color: #FFF;
}

.dropdown-item:hover {
    color: #ED1556;
    background-color: #000;
}

.dropdown-menu {
    background-color: #000;
}

.navbar-toggler  {
    background-color: #ED1556;
    color: #FFF !important;
}

.main-navbar__nav-link.active {
    color: #FFF !important;
    line-height: 40px;
}

.main-navbar__nav-link:hover {
    color: #d6003a;
}

.nav-link {
  text-transform: initial;
  ; font-weight: 700; font-family: 'Inter', sans-serif;
}

.nav-link:hover {
    color: #d6003a;
}

.dropdown-toggle:hover &gt; .dropdown-menu {
    background-color: #000;
}

/* .dropdown-toggle:hover &gt; .dropdown-menu {
    display: block;
} */

/* .dropdown-toggle &gt; .dropdown-toggle:active {
    pointer-events: none;
} */

.eventosGratuitos {
  background-color: #333;
  color: #D9D9CD; 
}

.eventosGratuitos h3 {
  font-family: 'Antikor-Mono-Bold';
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  letter-spacing: 7px;
  font-weight: 100;
}

.container {
    max-width: 1280px;
}

.main-navbar {
    background-color: #000;
    color: #FFF;
    position: relative;
    z-index: 999;
}

footer {
    background-color: #000;
    color: #FFF;
}

.titulo {
    font-family: 'Inter'; font-weight: 700;
    color: #000;
}

.regua {
    background-image: url('../img/bg-rodape-2022.png');
    background-size: cover;
    background-repeat: none;
}

.reguaContacao {
    background-image: url('../img/bg-rodape-contacao.png');
    background-size: cover;
    background-repeat: none;
}

.regua img {
    height: 50px;
}

.destaque {
    padding-top: 50px
}

/* main {
    background-image: url('../img/grafismo-internas-2022.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 550px;
} */

.destaque h1 {
    font-size: 40px;
    line-height: 46px;
}

.destaque p {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 700;
    font-size: 18px;
}

.destaqueHome {
    background-color: #e5d970;
}

.sobre {
    background-color: #82b942;
    color: #FFF;
}

.sobre p {
    font-size: 16px;
}

.sobre h3 {
    font-size: 30px;
    font-weight: 700;
}

.mais {
    text-transform: uppercase;
    font-size: 20px;
    color: #FFF;
    background-color: #65318f;
    padding: 5px 10px;
    margin: auto;
    margin-top: 10px;
}

.mais:hover {
    color: #e5d970;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}    .select select {
        font-family: 'Arial';
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 10px 15px;
        outline: 0;
        border: 0px solid #000000;
        border-radius: 0px;
        background: #ffffff;
        color: #666;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
        .select select::-ms-expand {
            display: none;
        }
        .select select:hover,
        .select select:focus {
            color: #000000;
            background: #cccccc;
        }
        .select select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }
.select_arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-top-color: #000000;
}
.select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}

.botao-cinza {
    display: block;
    text-transform: uppercase;
    background-color: #b0b0b0;
    color: #FFF;
    width: 150px;
    margin: auto;
    padding: 15px;
}

.localizacao {
    background-color: #ebe9e9;
}

.pagina table img {
    width: 150px !important;
    margin: auto;
}

.pagina table td {
    border: none;
    border-bottom: 1px solid #E6e6e6;
}

.pagina table {
    border: none;
    border-top: 1px solid #e6e6e6
}

.convidados h5, .convidados h6 {
  font-family: 'IBM Plex Mono';
  color: #FFF;
  letter-spacing: 3px;
}

.convidados h5 img {
  width: 20px;
  margin-right: 5px;
}

.convidados .data {
  font-family: 'IBM Plex Mono';
  font-size: 0.96rem;
}


@media screen only screen and (max-width: 768px) {

    main {
        background-image: none;
    }

}

@media only screen and (max-width: 991px) {}
    
@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 1420px) {

    main {
        background-size: 460px;
    }

}

/*******************************************************************************
* VARIABLES
*******************************************************************************/

:root {
  --color-bg-light: #D9D9CD;
  --color-green: #00b832;
  --color-red: #333;
  --color-blue-light: #00d0f4;
  --color-blue: #40ACCC;
  --color-orange: #ee4e23;
  --color-yellow: #FF8F33;
  --color-pink: #FF3497;
  --color-pink-light: #ecbcb2;
  --color-pages: #FFF;

  --blog-color: var(--color-bg-light);
}

/*******************************************************************************
* BUTTON
*******************************************************************************/

.button {
  border: 0;
  padding: 12px 24px;
  text-align: center;
  text-transform: uppercase;
  ; font-weight: 700; font-family: 'Inter', sans-serif;
  
  display: flex;
  align-items: center;
  justify-content: center;
}

.button--red {
  background-color: var(--color-red);
}

.button--red,
.button--red:hover,
.button--red:focus {
  color: #fff;
}

.button--stretch::after {
  content: "";
  position: absolute;
  inset: 0;
}

/*******************************************************************************
* HERO SECTION
*******************************************************************************/

.hero-section {
  background-color: #FD5145;
  padding-block: 0;
  position: relative;
}

.hero-section__off-content {
  width: 100%;
  max-width: 1920px;

  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.5rem;
  z-index: 10;
  
  display: none;
  pointer-events: none;
}

@media (min-width: 1400px) {
  .hero-section__off-content {
    display: block;
  }
}

.hero-section__off-text {
  display: flex;
  flex-direction: column;
  text-align: end;
  color: #01d0f2;
  text-transform: uppercase;
  font-size: 2.25rem;
  font-family: 'Inter'; font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2px;
  max-width: max-content;
}

.hero-section__row {
  align-items: center;
  justify-content: space-around;
}

.hero-section__image {
  max-width: 500px;
}

.hero-section__content {
  padding-block: 2rem;
  max-width: 412px;
  margin-inline: auto;
}

.hero-section__logo {
  width: 100%;
  max-width: 300px;
  margin-bottom: 2.25rem;
}

.hero-section__heading {
  font-size: 2.5rem;
  font-weight: 900; font-family: 'Inter', sans-serif;
  margin-bottom: 1.25rem;
  line-height: 1.1;
}

/*******************************************************************************
* MODULES SECTION
*******************************************************************************/

.modules-section {
  padding: 0;
  background: linear-gradient(to right, #005d24 0% 50%, #5e1f4a 50% 100%);
}

.module {
  color: #000;
  padding: 1.5rem 1.5rem 3rem;
  background-color: var(--module-color, transparent);
  text-align: center;
  position: relative;
}

.module__container {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}

.module__image {
  display: block;
  max-width: 100%;
}

.module__title {
  color: #fff;
  font-weight: 900; font-family: 'Inter', sans-serif;
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-block: -2rem 1.5rem;
}

.module__heading {
  font-family: 'Antikor-Mono-Bold', sans-serif;
  font-size: 1rem;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 3px;
  white-space: nowrap;
  text-align: left;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  font-size: 12px;
}

.module__heading__mobile {
  font-family: 'Antikor-Mono-Bold', sans-serif;
  font-size: 1rem;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 3px;
  white-space: nowrap;
  text-align: center;
  line-height: 24px;
}

.module__text {
  margin-bottom: 2.5rem;
}

/*******************************************************************************
* BLOG SECTION
*******************************************************************************/

.blog-section {
  isolation: isolate;
  padding-block: 3.75rem 1.5rem;
  background-color: var(--blog-color);
  position: relative;
}

.blog-section__header {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}

.blog-section__heading {
  font-weight: 900; font-family: 'Inter', sans-serif;
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}

.blog-section__description {
  ; font-weight: 700; font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
}

.blog-section__cards {
  display: grid;
  grid-template-columns: minmax(0, 800px);
  justify-content: center;
  gap: 3rem 1.5rem;
}

.blog-section__off-content {
  width: 100%;
  max-width: 2200px;
  pointer-events: none;

  position: absolute;
  left: 50%;
  bottom: -36px;

  transform: translateX(-50%);
  z-index: -1;

  opacity: 0.1;

  transition: opacity 0.2s;
}

.blog-section__off-image {
  width: 100%;
  max-width: 300px;
}

.blog-section .logos {
  margin-top: 5rem;
}

@media (min-width: 992px) {
  .blog-section__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1600px) {
  .blog-section {
    overflow: initial;
  }

  .blog-section__off-content {
    opacity: 1;
  }
}

/*******************************************************************************
* BLOG CARD
*******************************************************************************/

.blog-card {
  position: relative;
  filter: grayscale(1);
}

.blog-card:hover {
  filter: grayscale(0);
}

.blog-card__image {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
}

.blog-card__description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;

  font-size: 0.875rem;
}


/*******************************************************************************
* LOGOS
*******************************************************************************/

.logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.logos__image {
  max-width: 100%;
}

@media (min-width: 768px) {
  .logos {
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-end;
  }
}

/*******************************************************************************
* PAGES
*******************************************************************************/

.pages {
  --page-color: var(--color-blue-light);
}

.pages__container {
  border-top: 2.5rem solid var(--page-color);
}

.pages__content-section {
  background-color: var(--color-bg-light);
  background-color: var(--page-color);
  padding-block: 3.75rem;
  overflow: initial;
}

.pages__illustration {
  position: sticky;
  top: 24px;
  opacity: 0.05;
}

.pages__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}

.pages__cms-content {
  overflow: hidden;
}

.pages__cms-content a {
  color: var(--color-red);
  text-decoration: underline !important;
}

.pages__logo-wrapper {
  position: sticky;
  top: 24px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.pages__logo {
  width: 100%;
  max-width: 220px;
}

@media (min-width: 992px) {
  .pages__illustration {
    opacity: 1;
  }

  .pages__illustration img {
    left: initial;
    right: 20%;
    max-width: 400px;
  }

  .pages__logo {
    width: 100%;
    max-width: 300px;
  }
}

/*******************************************************************************
* PAGE MODULES
*******************************************************************************/

.page-modules__off-container {
  position: relative;
  isolation: isolate;
}

.page-modules__header {
  margin-block: 3.75rem;
  text-align: center;
}

.page-modules__heading {
  color: var(--page-color, #000);
  font-size: 3.5rem;
  font-weight: 900; font-family: 'Inter', sans-serif;
  margin-bottom: 2rem;
  text-transform: uppercase;
  max-width: 35rem;
  line-height: 1;
  margin-inline: auto;
}

.page-modules__subheading {
  font-size: 1.25rem;
  font-weight: 500; 
  font-family: 'IBM Plex Mono', sans-serif;
  letter-spacing: 3px;
  color: #D9D9CD;
  text-transform: uppercase;
}

.page-modules__guest-figure {
  margin: 0;
  position: sticky;
  top: 24px;
}

.page-modules__separator {
  border-color: var(--page-color);
}

.page-modules__off-content {
  height: 100%;
  width: 100%;
  max-width: 2200px;
  padding: 1.5rem;

  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  z-index: -1;
  opacity: 0.05;

  transition: opacity 0.2s;
}

.page-modules__off-image {
  position: sticky;
  top: 24px;
  left: 0;
  max-width: 100%;
}

@media (min-width: 768px) {
  .page-modules__header {
    text-align: start;
  }

  .page-modules__heading {
    margin-inline: initial;
  }

}

@media (min-width: 1700px) {
  .page-modules__off-content {
    opacity: 1;
  }
  
  .page-modules__off-image {
    max-width: 400px;
  }
}

/*******************************************************************************
* PAGE BLOG
*******************************************************************************/


.page-blog__off-content {
  height: 100%;
  width: 100%;
  max-width: 2200px;
  padding: 1.5rem;

  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  z-index: -1;
  opacity: 0.05;

  transition: opacity 0.2s;
  pointer-events: none;
}

.page-blog__off-image {
  position: absolute;
  top: 24px;
  left: 0;
  max-width: 100%;
}

@media (min-width: 768px) {
  .page-blog__off-content {
    opacity: 1;
  }
  
  .page-blog__off-image {
    max-width: 400px;
  }
}

@media (min-width: 992px) {
  .page-blog__off-content {
    z-index: initial;
  }
  
  .page-blog__off-image {
    max-width: 480px;
  }
}

/*******************************************************************************
* UTILITIES
*******************************************************************************/

.u-fw-black {
  font-weight: 900; font-family: 'Inter', sans-serif;
}</pre></body></html>