:root {
  --acento-1: #6d653c;
  --dim-grey: #585555;
  --black-2: #1e1e1e;
  --dark-gold: #352003;
  --black: #222;
  --antique-white: #fff1dd;
  --dark-grey: #333;
  --peru: #c70;
  --antique-white-2: #ebdac2;
  --beige: #f1f0ec;
  --darker-red: #b01734;
  --acento-2: #afa675;
  --saddle-brown: #472e0b;
  --brown: #9c1831;
  --goldenrod: #ffbf00;
  --dark-slate-blue: #0b49ab;
  --branco: #fff;
  --light-grey: #ddd;
  --grey: #888;
  --acento-3: #6d653c6e;
  --elements-webflow-library--neutral--100: white;
  --color: white;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--600: #6e7191;
  --acento-claro: #6d653c2e;
  --black-3: #181818;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --acento-4: #4e4827;
  --headings: Poppins, sans-serif;
  --body: "Instrument Sans", sans-serif;
  --crimson: #be1a39;
  --darker-beige: #ebeae5;
  --black-4: #301c01;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #888;
  font-family: Instrument Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  clear: both;
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--acento-1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 46px;
}

h3 {
  color: #222;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
}

h4 {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Economica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--dim-grey);
  margin-bottom: 24px;
  font-family: Instrument Sans, sans-serif;
  font-size: 20px;
  line-height: 31px;
}

a {
  color: var(--black-2);
  text-decoration: none;
}

a:hover {
  color: #9c1831;
  text-decoration: none;
}

label {
  color: #222;
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.main-navigation {
  border-bottom: 1px solid var(--dark-gold);
  background-color: var(--dark-gold);
  color: #fff;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Bitter, serif;
  line-height: 28px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.hero-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Economica, sans-serif;
}

.hero-heading.hero-subheading {
  margin-bottom: 30px;
}

.nav-link {
  color: var(--black);
  text-transform: none;
  height: 58px;
  padding: 0 17px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  transition: background-color .4s;
}

.nav-link:hover {
  color: var(--black-2);
  background-color: #0000;
}

.nav-link.w--current {
  background-color: var(--antique-white);
  color: var(--dark-grey);
  font-family: Open Sans, sans-serif;
}

.nav-link.w--open {
  background-color: #be1a39;
}

.nav-link.language {
  color: var(--peru);
  font-weight: 700;
}

.nav-link.language:hover {
  background-color: var(--antique-white-2);
}

.button {
  background-color: var(--beige);
  color: var(--black-2);
  text-align: center;
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  transition: background-color .4s;
}

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

.button.black {
  background-color: var(--acento-2);
  color: #fff;
}

.button.black:hover {
  background-color: var(--acento-1);
}

.button.white {
  background-color: var(--beige);
  color: var(--dark-grey);
  text-transform: none;
  border: 1px solid #fff;
  font-weight: 700;
}

.button.white:hover {
  background-color: var(--dark-grey);
  color: var(--beige);
  border: 1px solid #fff;
}

.button.cta {
  margin-left: 12px;
  margin-right: 12px;
}

.content {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.content.beige {
  background-color: #f1f0ec;
}

.content.top-section {
  padding-top: 170px;
}

.content.center {
  color: var(--black);
}

.content.center.dark {
  background-color: var(--saddle-brown);
}

.content.intro {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.content.featrured {
  padding-top: 22px;
}

.content.festival {
  background-color: #0b49ab14;
  padding-top: 80px;
}

.content.festival.dark {
  background-color: var(--saddle-brown);
}

.content.contato {
  height: 51vh;
  max-height: none;
}

.center {
  text-align: center;
}

.center.red {
  color: var(--brown);
  font-family: Roboto, sans-serif;
  font-size: 23px;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin.white {
  color: #fff;
}

.no-margin.error {
  margin-top: 50px;
}

.no-margin.title-limit {
  height: 24px;
  overflow: hidden;
}

.no-margin.orange {
  color: var(--goldenrod);
}

.red {
  color: #063681;
  margin-bottom: 25px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.red.no-margin.talk-subheading {
  float: left;
  margin-right: 30px;
}

.welcome-feature {
  padding: 15px 10px;
}

.diamond-shape {
  background-color: #f1f0ec;
  width: 100px;
  height: 100px;
  margin: 20px auto 40px;
  display: block;
  transform: rotate(45deg);
}

.diamond-shape.white-background {
  background-color: #fff;
}

.credits {
  background-color: var(--black-2);
  text-align: center;
  background-image: none;
  border-top: 2px #000;
  padding-top: 60px;
  padding-bottom: 21px;
}

.credits-link {
  margin-left: 5px;
  margin-right: 5px;
}

.footer {
  background-color: #222;
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-header {
  color: #fff;
}

.footer-link {
  color: #888;
  border-bottom: 1px solid #333;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  transition: background-color .4s, color .4s;
  display: block;
}

.footer-link:hover {
  color: #fff;
  background-color: #ffffff08;
}

.slide {
  height: 800px;
}

.slide.slide1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/slider1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide.slide2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/slider2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide.slide3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/slider3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-container {
  text-align: center;
  margin-top: 320px;
  position: static;
}

.speaker-list-1 {
  clear: none;
}

.speaker-name {
  background-color: #0000;
  padding: 20px;
}

.speaker-item-1 {
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  transform: translate(0);
}

.right {
  text-align: right;
}

.right.black-text {
  color: #222;
}

.right.black-text.inline {
  padding-left: 19px;
}

.right.black-text.inline.time {
  background-image: url('../images/icon-clock_1icon-clock.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.right.black-text.inline.venue {
  background-image: url('../images/icon-map-marker_1icon-map-marker.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.right.right-top-margin {
  margin-top: 25px;
}

.left {
  text-align: left;
}

.speaker-1-hover {
  opacity: 0;
  text-align: center;
  background-color: #fff;
  position: absolute;
  inset: 0;
}

.speaker-1-hover.beige {
  transition: opacity .4s;
}

.speaker-1-hover.beige:hover {
  opacity: 1;
}

.speaker-1-hover-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.speaker-1-hover-content-icons {
  padding-bottom: 20px;
}

.newsletter {
  background-image: linear-gradient(#be1a3999, #be1a3999), url('../images/newsletter_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.newsletter.center {
  background-image: url('../images/newsletter.jpg');
  background-position: 50%;
  background-size: cover;
}

.newsletter-heading {
  color: #fff;
}

.newsletter-fielf {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.full-width-section.location-section {
  background-color: #f1f0ec;
  background-image: url('../images/berlin.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.full-width-section.accommodation-section {
  background-color: #f1f0ec;
  background-image: url('../images/hotel.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.full-width-section.venue-section {
  background-color: #222;
  background-image: url('../images/venues.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.full-width-section-content {
  width: 50%;
  padding: 100px;
}

.full-width-section-content.right-section {
  float: right;
}

.hidden-on-desktops {
  display: none;
}

.schedule-1-photo {
  border-radius: 50%;
  margin-top: 30px;
  margin-bottom: 0;
}

.schedule-1-description {
  text-align: left;
  background-color: #f1f0ec;
  margin-top: 30px;
  padding: 30px 30px 1px;
}

.schedule-1-footer {
  text-align: left;
  background-color: #ebeae5;
  padding: 15px 30px;
}

.schedule-1-footer-item {
  color: #222;
  margin-right: 30px;
  padding-left: 19px;
  display: inline-block;
}

.schedule-1-footer-item.time {
  background-image: url('../images/icon-clock_1icon-clock.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.schedule-1-footer-item.venue {
  background-image: url('../images/icon-map-marker_1icon-map-marker.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.schedule-1-footer-item.speaker {
  background-image: url('../images/icon-microphone_1icon-microphone.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.schedule-1-footer-item.category {
  background-image: url('../images/icon-folder_1icon-folder.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.tab {
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #ebeae5;
  width: 25%;
  font-family: Economica, sans-serif;
  font-weight: 700;
  transition: background-color .4s;
}

.tab:hover {
  color: #222;
  background-color: #f1f0ec;
}

.tab.w--current {
  color: #fff;
  background-color: #be1a39;
  border-bottom-color: #be1a39;
}

.tab.tab-half {
  width: 50%;
}

.summary {
  color: #222;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 36px;
}

.talk-description {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  padding-bottom: 16px;
}

.image-circle {
  border-radius: 50%;
}

.image-circle.related-author-image {
  max-width: 80%;
  margin-right: 10px;
  display: block;
}

.sponsors {
  text-align: center;
  background-color: #f1f0ec;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sponsor {
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.fa {
  color: #be1a39;
  margin-right: 5px;
  display: inline;
}

.inline {
  display: inline;
}

.inline.coma {
  margin-right: 4px;
}

.related {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 40px;
}

.related-author {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 60px;
  display: block;
}

.speaker-photo {
  float: left;
  max-width: 50%;
  margin-bottom: 20px;
  margin-right: 20px;
}

.navbar-dropdown-link {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-transform: uppercase;
  font-family: Instrument Sans, sans-serif;
  line-height: 1em;
}

.navbar-dropdown-link:hover {
  background-color: var(--black);
  color: #fff;
}

.navbar-dropdown-link.w--current {
  color: #fff;
  background-color: #9c1831;
}

.schedule-2-box {
  text-align: left;
  background-color: #f1f0ec;
  margin-left: 15px;
  padding: 30px 30px 30px 40px;
  position: relative;
}

.schedule-2-row {
  margin-top: 30px;
}

.black-text {
  color: #222;
}

.schedule-2-description {
  height: 0;
  padding-top: 15px;
  display: block;
  overflow: hidden;
}

.schedule-2-image-link {
  padding-right: 15px;
}

.block {
  display: block;
}

.block.schedule-2-speaker {
  background-image: url('../images/icon-microphone_1icon-microphone.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 19px;
}

.schedule-2-trigger {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #be1a39;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  inset: 30px auto auto -20px;
}

.beige {
  background-color: #f1f0ec;
}

.schedule-3-day {
  color: #222;
  text-align: left;
  padding: 10px;
  font-weight: 700;
}

.schedule-3-time {
  text-align: left;
  padding: 10px;
}

.schedule-3-talk {
  color: #222;
  text-align: left;
  padding: 10px;
  font-weight: 700;
}

.schedule-3-speaker {
  color: #222;
  text-align: left;
  padding: 10px;
}

.schedule-3-venue {
  text-align: left;
  padding: 10px;
}

.schedule-3-link {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.schedule-3-link:hover {
  background-color: #0000000d;
}

.speakers-2-row {
  margin-bottom: 30px;
}

.speakers-2-link-block {
  display: block;
}

.speakers-2-description {
  background-color: #f1f0ec;
  margin-left: 15px;
  padding: 30px;
  position: relative;
}

.speakers-2-summary {
  color: #888;
}

.speakers-2-arrow {
  background-color: #f1f0ec;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 57px;
  left: -15px;
  transform: rotate(45deg);
}

.speakers-2-image {
  text-align: center;
}

.speakers-3-description {
  background-color: #f1f0ec;
  margin-bottom: 20px;
  padding: 30px;
}

.speakers-3-summary {
  color: #888;
  height: 150px;
  overflow: hidden;
}

.sponsor-1-link {
  margin-bottom: 20px;
}

.sponsor-2-link {
  background-color: #f1f0ec;
  margin-bottom: 20px;
}

.sponsor-3-column {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.sponsor-3-column.sponsor-3-last-column {
  border-right-width: 0;
}

.sponsor-3-column.sponsor-3-last-row {
  border-bottom-width: 0;
}

.price-1-side-column {
  text-align: center;
  padding: 30px 0;
}

.mostras-1-side-block {
  background-color: #f1f0ec;
  border: 10px solid #fff;
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ebeae5;
}

.price-1-middle-column {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.mostras-1-middle-block {
  background-color: #0b49ab24;
  border: 10px solid #f1f0ec;
  padding: 80px 30px;
  position: relative;
  overflow: hidden;
}

.price-1-price {
  padding-top: 50px;
  padding-bottom: 50px;
}

.price-1-currency {
  color: #be1a39;
  font-family: Economica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  position: relative;
  top: -24px;
}

.price-1-value {
  color: #222;
  font-family: Economica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  display: inline-block;
}

.price-1-unit {
  color: #be1a39;
  text-transform: uppercase;
  font-family: Economica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.price-1-list-item {
  line-height: 36px;
}

.price-1-list {
  margin-bottom: 30px;
  padding-left: 0;
}

.price-1-discount {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  background-image: url('../images/texture.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100px;
  padding-top: 30px;
  padding-bottom: 5px;
  font-family: Economica, sans-serif;
  font-weight: 700;
  position: absolute;
  top: -15px;
  right: -35px;
  transform: rotate(45deg);
}

.price-2-side-column {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}

.price-2-middle-column {
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  box-shadow: 0 0 30px #0000001a;
}

.price-2-headings {
  background-color: #222;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.price-2-headings.price-2-middle-headings {
  padding-top: 40px;
  padding-bottom: 40px;
}

.price-2-title {
  color: #fff;
  margin-bottom: 0;
}

.price-2-price {
  text-transform: uppercase;
  background-color: #be1a39;
  padding: 30px;
  font-family: Economica, sans-serif;
  font-weight: 700;
}

.price-2-price.price-2-middle-price {
  padding-top: 40px;
  padding-bottom: 40px;
}

.price-2-currency {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  top: -24px;
}

.price-2-value {
  color: #222;
  font-size: 60px;
  line-height: 60px;
  display: inline-block;
}

.price-2-unit {
  color: #fff;
  font-size: 24px;
  display: inline-block;
}

.price-2-list {
  background-color: #f1f0ec;
  margin-bottom: 0;
  padding: 30px;
}

.price-2-list.price-2-middle-list {
  background-color: #fff;
}

.price-2-list-item {
  line-height: 36px;
}

.price-2-button-block {
  background-color: #f1f0ec;
  padding: 0 30px 30px;
}

.price-2-button-block.price-2-middle-button-block {
  background-color: #fff;
}

.price-2-discount {
  color: #fff;
  text-align: center;
  background-color: #be1a39;
  width: 120px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 5px;
  font-family: Economica, sans-serif;
  position: absolute;
  top: -21px;
  right: -50px;
  transform: rotate(45deg);
}

.price-3-column {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.price-3-headings {
  background-color: #222;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.price-3-headings.price-3-middle-heading {
  background-color: #181818;
}

.price-3-price {
  background-color: var(--goldenrod);
  padding: 30px;
}

.price-3-price.price-3-middle-price {
  background-color: var(--goldenrod);
}

.price-3-description {
  background-color: var(--dark-grey);
  padding: 30px 30px 40px;
}

.price-3-description.price-3-middle-description {
  background-color: var(--dark-grey);
}

.price-3-title {
  color: #fff;
}

.price-3-currency {
  color: #fff;
  font-family: Economica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  position: relative;
  top: -24px;
}

.titulo-listagem {
  color: #222;
  font-family: PT Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 37px;
  display: inline-block;
}

.price-3-unit {
  color: #fff;
  text-transform: uppercase;
  font-family: Economica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}

.price-3-list {
  margin-bottom: 30px;
  padding-left: 0;
}

.price-3-list-item {
  line-height: 36px;
}

.price-3-discount {
  color: #fff;
  background-color: #be1a39;
  width: 100px;
  height: 100px;
  padding-top: 70px;
  font-family: Economica, sans-serif;
  font-weight: 700;
  position: absolute;
  top: -50px;
  right: -50px;
  transform: rotate(45deg);
}

.banner {
  background-color: var(--acento-1);
  flex-direction: column;
  justify-content: center;
  height: 250px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.divider {
  background-color: var(--acento-2);
  height: 5px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.feature-heading {
  margin-bottom: 10px;
}

.feature-icon-column {
  text-align: center;
}

.feature-paragraph {
  margin-bottom: 50px;
}

.floor-plan {
  margin-top: 50px;
  margin-bottom: 50px;
}

.circle-number {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #be1a39;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-right: 10px;
  line-height: 40px;
  display: inline-block;
  position: relative;
  top: -8px;
}

.venue-gallery {
  width: 20%;
}

.counter {
  color: #222;
  border: 5px solid #be1a39;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin: 20px auto;
  font-family: Economica, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 170px;
  display: block;
}

.progress-bar {
  color: #fff;
  text-align: right;
  background-color: #be1a39;
  margin-bottom: 20px;
  padding: 10px;
}

._100-percent {
  width: 100%;
}

._80-percent {
  width: 80%;
}

._60-percent {
  width: 60%;
}

._40-percent {
  width: 40%;
}

.gray {
  color: #888;
}

.gray.description-limit {
  height: 120px;
  overflow: hidden;
}

.post-list {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.post-banner {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.author {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.author-image {
  border-radius: 50%;
}

.post-image {
  filter: brightness(200%);
  border: 1px #0000003b;
  transition: transform .4s;
  position: relative;
  overflow: hidden;
}

.post-image:hover {
  transform: scale(1.1);
}

.textarea {
  border: 1px solid #ebeae5;
  min-height: 180px;
}

.error {
  font-size: 180px;
  line-height: 180px;
}

.top-padding {
  padding-top: 40px;
}

.post-image-hover {
  border: 1px solid #00000026;
  margin-bottom: 20px;
  overflow: hidden;
}

.icon-in-diamond-shape {
  margin-top: -20px;
  margin-left: -20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg);
}

.social-icon-circle {
  text-align: center;
  border: 1px solid #be1a39;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  line-height: 44px;
}

.input {
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #ebeae5;
  height: 50px;
  line-height: 24px;
}

.input.newsletter-input {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hotel-list-image {
  margin-bottom: 15px;
}

.hotel-list-item {
  margin-bottom: 50px;
}

.hotel-list-summary {
  height: 95px;
  overflow: hidden;
}

.inscricoes-3-column {
  border: 1px solid var(--acento-2);
  color: var(--dark-grey);
  text-align: center;
  background-color: #e6e0c896;
  border-radius: 7px;
  margin-bottom: 26px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: PT Sans, sans-serif;
  font-weight: 600;
  transition: all .525s;
}

.inscricoes-3-column:hover {
  background-color: var(--beige);
  color: var(--black-2);
}

.page-title {
  color: var(--beige);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
}

.page-title.white {
  color: #fff;
}

.page-title.error {
  margin-top: 50px;
}

.page-title.title-limit {
  height: 24px;
  overflow: hidden;
}

.brandtexttitle {
  color: var(--beige);
  margin-top: 6px;
  padding: 12px 9px 9px;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.link-copirights {
  color: var(--branco);
}

.link-copirights:hover {
  color: var(--light-grey);
}

.paragraph {
  line-height: 29px;
}

.description {
  color: #b4b4b0;
  margin-bottom: 24px;
}

.sinopose {
  color: #888;
  font-size: 18px;
  line-height: 29px;
}

.sinopose.description-limit {
  height: 120px;
  overflow: hidden;
}

.news-listing-title {
  margin-bottom: 11px;
}

.data-noticia {
  color: var(--goldenrod);
  margin-top: 5px;
  margin-bottom: 11px;
  font-size: 23px;
}

.data-noticia.no-margin.talk-subheading {
  float: left;
  margin-right: 30px;
}

.hero-home {
  background-image: radial-gradient(circle, #0000, #0000001a 55%), url('../images/hero.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 55vw;
  margin-top: 114px;
  padding-top: 0%;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.large-text {
  font-family: Lora, sans-serif;
  font-size: 20px;
  line-height: 31px;
}

.large-text.spage-below {
  margin-top: 29px;
  margin-bottom: 46px;
}

.heading {
  font-family: PT Sans, sans-serif;
  font-size: 51px;
  line-height: 54px;
}

.ficha-de-inscri-o {
  margin-top: 60px;
  padding-left: 62px;
  padding-right: 62px;
}

.newspic {
  filter: brightness(200%);
  margin-bottom: 35px;
}

.logofooter {
  max-width: none;
  margin-bottom: 42px;
}

.social-links {
  margin-bottom: 52px;
}

.trofeu {
  margin-bottom: 42px;
}

.trofeu.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  text-align: center;
}

.section {
  padding-top: 79px;
  padding-bottom: 79px;
}

.section.sponsors {
  background-color: #fff;
  border-top: 2px solid #000;
}

.logoimage {
  margin-top: -36px;
  margin-right: 14px;
}

.logoimage.adece {
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
}

.logoimage.governofed {
  margin-top: 42px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.logoimage.ufc {
  margin-top: -5px;
  margin-left: -17px;
  margin-right: 60px;
}

.logoimage.casaamarela {
  margin-top: -5px;
  margin-left: 14px;
  margin-right: 60px;
}

.logoimage.csa {
  margin-top: 6px;
  margin-left: 77px;
  margin-right: -1px;
}

.logoimage.governoestado {
  margin-top: 16px;
  margin-left: 32px;
  margin-right: 0;
  padding-left: 0;
}

.logoimage.bravi {
  margin-top: 14px;
  margin-left: 13px;
  margin-right: 0;
}

.logoimage.bucanero {
  text-align: right;
  margin-top: 20px;
  margin-right: 0;
}

.lei {
  margin-bottom: 6px;
  position: static;
}

.apoioinstitucional {
  border-bottom: 1px solid #0003;
  padding-bottom: 20px;
}

.bnb {
  margin-top: 12px;
  margin-right: 27px;
  padding-top: 0;
}

.center-box {
  text-align: center;
  border: 1px #000;
  border-top: 2px #9c9c9c;
  border-bottom-color: #c2c2c2;
  margin-top: 0;
}

.link-block-3 {
  margin-left: 19px;
  margin-right: 19px;
}

.link-block-3.vertical {
  margin-bottom: 27px;
}

.conne {
  text-align: left;
  margin-top: 8px;
  margin-right: 0;
  padding-left: 0;
}

.fsa-ancine {
  margin-top: -6px;
  margin-right: 27px;
  padding-top: 0;
}

.rowlogo {
  border-bottom: 1px solid #00000036;
  margin-bottom: 9px;
  padding-bottom: 26px;
}

.column {
  padding-left: 0;
}

.brde {
  margin-top: 0;
  margin-left: 60px;
  margin-right: 0;
}

.baiao {
  float: none;
  text-align: left;
  margin-top: 17px;
}

.column-3 {
  border-right: 1px #0000005c;
}

.spprefeitura {
  margin-top: 0;
  margin-left: 3px;
  margin-right: 0;
}

.chancela {
  color: #464646;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.chancela.apoioconstitucional {
  margin-bottom: 27px;
}

.chancela.realiza {
  margin-top: 23px;
}

.chancela.exibidor-oficial {
  display: none;
}

.chancela.institucional {
  margin-top: 42px;
}

.div-lei {
  border-radius: 0;
  padding-bottom: 13px;
}

.div-sponsors {
  border-bottom: 1px #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 16px;
}

.coluna-sponsors {
  flex-flow: column;
  place-content: center;
  align-items: center;
  display: flex;
}

.coluna-sponsors.esmaltec {
  align-items: flex-end;
}

.coluna-sponsors.piraque {
  padding-bottom: 0;
}

.coluna-sponsors.line-logo {
  padding-top: 13px;
  padding-bottom: 0;
}

.coluna-sponsors.left, .coluna-sponsors.nacional-gas {
  align-items: flex-start;
}

.coluna-apoio-institucional {
  margin-top: 6px;
  display: flex;
}

.link-dragao {
  margin-left: auto;
  margin-right: auto;
  padding-left: 6px;
  padding-right: 6px;
}

.secultfor {
  width: 152px;
  margin-top: 13px;
}

.link-canal-brasil {
  justify-content: center;
  align-items: flex-end;
  padding-top: 23px;
  display: flex;
}

.streamlineicon {
  margin-bottom: 26px;
}

.back-button {
  background-color: var(--dark-grey);
  color: var(--beige);
  text-align: center;
  text-transform: uppercase;
  margin-top: 61px;
  font-family: PT Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  transition: background-color .4s;
}

.back-button:hover {
  background-color: var(--peru);
  color: var(--beige);
}

.back-button.black {
  color: #fff;
  background-color: #222;
}

.back-button.black:hover {
  background-color: #000;
}

.back-button.white {
  background-color: var(--beige);
  color: var(--dark-grey);
}

.back-button.white:hover {
  background-color: var(--grey);
  color: var(--goldenrod);
}

.newsdetailtitle {
  text-transform: none;
  font-size: 42px;
}

.heading-3 {
  line-height: 57px;
}

.newslistwrapper {
  flex-flow: wrap;
  display: flex;
}

.newsitem-linkblock {
  opacity: .74;
  text-transform: none;
  border-bottom: 1px solid #3520033d;
  width: 30%;
  margin-top: 35px;
  margin-left: 11px;
  margin-right: 11px;
  transition: opacity .4s;
}

.newsitem-linkblock:hover {
  opacity: 1;
}

.paragraph-2 {
  font-size: 20px;
}

.herologo {
  align-self: center;
}

.columncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.space-below {
  margin-bottom: 56px;
  font-family: Roboto, sans-serif;
}

.space-below.light {
  color: var(--antique-white);
}

._2xbutonswraaper {
  text-align: center;
  margin-top: 46px;
}

.global-button {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.global-button:hover {
  color: #fff;
}

.global-button.idioma {
  border-left: 1px solid #fff1dd2e;
  border-right: 1px solid #fff1dd2e;
}

.global-button__text {
  color: var(--antique-white);
  font-size: 18px;
  font-weight: 400;
}

.nav__container {
  justify-content: space-between;
  align-items: center;
  width: 1350px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav__burger-line-top {
  background-color: #444;
  border-radius: 2px;
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.nav__burger-line-top.nav__burger-line--white {
  background-color: #fff;
}

.nav__burger-line-bottom {
  background-color: #444;
  border-radius: 2px;
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.nav__burger-line-bottom.nav__burger-line--white {
  background-color: #fff;
}

.logo__text {
  text-indent: 6px;
  width: 130px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  display: none;
  overflow: hidden;
}

.logo__text.logo__text--black {
  color: var(--antique-white);
  text-transform: uppercase;
  width: 212px;
  font-family: PT Sans, sans-serif;
  font-size: 27px;
  font-style: normal;
  display: block;
}

.global-button__line {
  z-index: 10;
  background-color: var(--antique-white-2);
  height: 2px;
  position: absolute;
  inset: auto 15px -5px;
}

.inner-logo-wrapper {
  z-index: 10;
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
  inset: 50px auto auto 100px;
}

.inner-logo-wrapper:hover {
  color: #fff;
}

.nav-wrapper {
  display: flex;
}

.burger__button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: none;
}

.inner-nav {
  z-index: 999;
  background-color: #1d1202;
  justify-content: space-between;
  align-items: center;
  padding: 35px 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.global-nav {
  z-index: 999;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo__img {
  width: 100px;
  display: none;
}

.nav__burger-line-middle {
  background-color: #444;
  border-radius: 2px;
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.nav__burger-line-middle.nav__burger-line--white {
  background-color: #fff;
}

.html-embed {
  height: auto;
}

.sociallinkswrapper {
  padding-left: 0;
}

.sociallinkswrapper.mbl {
  display: none;
}

.loghero {
  display: block;
}

.nav_link {
  color: var(--black);
  text-transform: none;
  padding: 1rem;
  font-family: Instrument Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1rem;
  transition: color .2s ease-in-out;
}

.nav_link:hover {
  color: var(--dark-slate-blue);
}

.nav_link.w--current {
  color: var(--dark-slate-blue);
  font-weight: 400;
}

.navbar_logo {
  height: 2.5rem;
}

.navbar_component {
  position: relative;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_space {
  height: 5rem;
}

.nav_social-icon {
  color: #14142b;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 0;
  transition: color .2s ease-in-out;
  display: flex;
}

.nav_social-icon:hover {
  color: #1ad993;
}

.social-icon {
  width: 100%;
  height: 100%;
}

.navbar_wrapper {
  background-color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_social-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 1.5rem;
  display: grid;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navbar_menu {
  align-items: center;
  display: flex;
}

.sitetitle {
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.logohero {
  margin: 45px auto 44px;
  padding-top: 20px;
}

.heading-5 {
  text-transform: none;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block-accc, .link-block-bucanero {
  margin-bottom: 0;
}

.link-block-bras-o-federal {
  margin-right: 36px;
}

.idiomaflag {
  border-left: 1px solid #00000052;
  border-right: 1px solid #00000052;
  margin-right: 17px;
  padding-left: 16px;
  padding-right: 16px;
  transition: opacity .35s;
}

.idiomaflag:hover {
  opacity: .8;
}

.idiomaflag.w--current {
  margin-right: 17px;
}

.idiomaflag.mobile {
  margin-left: 0;
  display: none;
}

.idiomaflag.mbl {
  display: none;
}

.copyrighttext {
  color: var(--branco);
  font-family: PT Sans, sans-serif;
  font-size: 18px;
}

.apresenta {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 27px;
  font-size: 21px;
}

.image-3 {
  width: auto;
}

.nacional-gas {
  margin-top: -16px;
  margin-bottom: -9px;
}

.secultfor-2 {
  width: 183px;
  margin-top: 27px;
  display: inline-block;
}

.coluna-sponsors-2 {
  flex-flow: column-reverse;
  place-content: center;
  align-items: center;
  display: block;
}

.coluna-sponsors-2.indaia {
  padding-top: 11px;
}

.coluna-sponsors-2.line-logo {
  justify-content: center;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 0;
}

.coluna-sponsors-2.piraque {
  padding-top: 4px;
  padding-bottom: 0;
}

.coluna-sponsors-2.right {
  align-items: flex-end;
}

.coluna-sponsors-2.sp-combustiveis {
  flex-direction: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 23px;
  padding-bottom: 23px;
  display: inline-block;
}

.coluna-sponsors-2.cagece {
  padding-top: 10px;
  padding-bottom: 10px;
}

.coluna-sponsors-2.saoluiz {
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.grupoedsonqueiroz {
  padding-top: 21px;
}

.esmaltec {
  margin-top: 6px;
  margin-left: 32px;
  padding-left: 0;
}

.svm {
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.bandeira {
  margin-left: 31px;
}

.mintur {
  padding-top: 34px;
}

.textcontato {
  font-size: 17px;
  line-height: 28px;
}

.headingcontato {
  color: var(--acento-1);
  font-family: Poppins, sans-serif;
  font-size: 29px;
}

.heading-8 {
  text-transform: uppercase;
}

.flex-block {
  justify-content: center;
}

.flex-block-2 {
  justify-content: flex-end;
  align-items: center;
}

.link-block-4 {
  margin-left: 19px;
  margin-right: 19px;
}

.link-block-4.vertical {
  margin: 24px 25px 40px;
}

.flex-block-3 {
  align-items: center;
  display: none;
}

.flex-block-4 {
  text-align: center;
  flex-wrap: nowrap;
  align-self: center;
  align-items: center;
}

.link-block-5 {
  margin-left: auto;
  margin-right: auto;
}

.link-block-8 {
  margin-left: 19px;
  margin-right: 19px;
  display: none;
}

.link-block-8.vertical {
  margin-bottom: 27px;
}

.italic-text {
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.newsdetailspic {
  margin-bottom: 37px;
}

.sliderhome {
  height: 96vh;
  margin-top: 29px;
}

.slidernav {
  display: none;
}

.slide1 {
  background-image: linear-gradient(#00000024, #00000024), url('../images/hero-pic.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.containerslider {
  text-align: center;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

.leftarrow, .rightarrow {
  display: none;
}

.slide2 {
  background-image: url('../images/dragao_do_mar-web.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.paragraph-6 {
  color: var(--black);
}

.saoluiz {
  padding-bottom: 0;
  display: inline-block;
}

.itau {
  width: 142px;
}

.cell {
  flex-direction: column;
}

.linkblock {
  margin-left: 32px;
  margin-right: 32px;
}

.canalbrasil {
  width: 108px;
  margin-top: 27px;
  display: inline-block;
}

.unifor {
  width: 170px;
  margin-top: 27px;
  display: inline-block;
}

.linkgoveestadual {
  margin-left: auto;
  margin-right: auto;
  padding-left: 6px;
  padding-right: 6px;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-2.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-2.is-secondary.is-alternate {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-medium, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.layout415_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 300vh;
  position: relative;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.hide {
  display: none;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.large {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 61px;
}

.layout415_instructions-list {
  padding-left: 1.25rem;
}

.layout415_card {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  flex-direction: column;
  justify-content: space-between;
  margin-right: 1.5rem;
  padding: 2rem;
  display: flex;
  position: absolute;
}

.layout415_card.card-3 {
  z-index: 1;
  transform: rotate(6deg);
}

.layout415_card.card-3.z-index-3, .layout415_card.card-1 {
  z-index: 3;
}

.layout415_card.card-2 {
  z-index: 2;
  transform: rotate(3deg);
}

.layout415_card.card-2.z-index-3 {
  z-index: 3;
}

.layout415_card.card-4 {
  transform: rotate(9deg);
}

.layout415_card.card-4.z-index-3 {
  z-index: 3;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #1e51f71a;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.layout-415-instructions-delete {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  text-align: left;
  padding: 2rem;
}

.layout415_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

.layout415_instructions-list-item {
  padding-left: .5rem;
}

.icon-1x1-medium {
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium {
  color: var(--antique-white);
  font-size: 1.125rem;
}

.layout415_content-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.layout415_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.header75_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.header75_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.header75_component {
  flex-direction: column;
  height: 300vh;
  display: flex;
  position: relative;
}

.header75_content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: sticky;
  top: 0;
}

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

.header75_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 80vh;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.header75_content-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 10vh;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.header83_image-wrapper {
  position: relative;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.hero {
  padding-top: 2rem;
}

.header83_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header83_content-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header83_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  transform: scale(3.2);
}

.text-color-white {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  font-family: Open Sans, sans-serif;
}

.header83_component {
  height: 300vh;
  position: relative;
}

.header83_background-images {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.header83_content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.header83_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.header139_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header139_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.header139_background-image {
  z-index: -1;
  background-image: url('../images/hero-inscricoes.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header139_component {
  flex-direction: column;
  align-items: center;
  height: 150vh;
  display: flex;
  position: relative;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.header139_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  display: flex;
  position: absolute;
  inset: auto 5% 5% auto;
}

.header139_content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 90vh;
  margin-top: 5vh;
  margin-bottom: -5vh;
  display: flex;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.header96_card {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #14131300;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 31.5rem;
  padding: 0 4rem 4rem;
  display: flex;
  position: relative;
}

.header96_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section_header96 {
  background-image: url('../images/hero-inscricoes2.jpg');
  background-position: 50%;
  background-size: auto;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: none;
}

.heading-9 {
  color: var(--antique-white);
  font-size: 68px;
  line-height: 4.9rem;
}

.herobtn {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.herobtn.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.herobtn.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.herobtn.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.herobtn.is-secondary.is-alternate {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.hero {
  color: var(--beige);
  font-size: 2.3rem;
}

.header30_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.text-size-medium-2.text-color-alternate {
  color: var(--beige);
}

.section_header30 {
  background-image: url('../images/hero-inscricoes2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.header30_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header30_content {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.content-hero {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.content-hero.beige {
  background-color: #f1f0ec;
}

.content-hero.top-section {
  padding-top: 170px;
}

.content-hero.center {
  color: var(--black);
}

.content-hero.center.dark {
  background-color: var(--saddle-brown);
}

.content-hero.intro {
  background-color: #fff;
  padding-top: 79px;
  padding-bottom: 0;
}

.content-hero.featrured {
  padding-top: 22px;
}

.content-hero.festival {
  background-color: #0b49ab14;
  padding-top: 80px;
}

.content-hero.festival.dark {
  background-color: var(--saddle-brown);
}

.content-hero.contato {
  height: 51vh;
  max-height: none;
}

.pricing19_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.margin-vertical, .margin-vertical.margin-xxsmall {
  margin-left: 0;
  margin-right: 0;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.section-mostrasfeatures {
  background-color: #6d653c47;
}

.pricing19_divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing19_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.pricing19_feature {
  display: flex;
}

.heading-style-h6 {
  color: var(--dark-grey);
  text-align: center;
  margin-bottom: 7px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.pricing19_plan {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--acento-3);
  border-radius: 4px;
  padding: 2rem;
}

.text-size-medium-3 {
  font-size: 1.3rem;
  line-height: 2.1rem;
}

.pricing19_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pricing19_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing19_content-top {
  flex-direction: column;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.pricing19_icon-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-style-h2 {
  color: var(--dark-grey);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.mostrasdivider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.dividermostrashome {
  background-color: #ffffff47;
  min-height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.container-medium {
  width: 100%;
  max-width: 70rem;
  margin-bottom: 61px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  font-family: Vollkorn, serif;
  font-weight: 700;
}

.text-block {
  font-size: 16px;
}

.featuredtext {
  color: var(--dark-grey);
  text-align: center;
  font-family: Instrument Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.layout46_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout46_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.layout46_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.section_layout46 {
  background-color: var(--black-2);
  position: relative;
}

.featuredlargetext {
  color: var(--beige);
  font-family: Open Sans, sans-serif;
  line-height: 41px;
}

.featuredsmallertext {
  color: var(--beige);
  font-family: Open Sans, sans-serif;
}

.casafreitas {
  width: 119px;
  margin-top: 27px;
  display: inline-block;
}

.cell-2 {
  justify-content: flex-start;
  align-items: center;
}

.cell-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.cell-4, .cell-5, .cell-6, .cell-7, .cell-8, .cell-9, .cell-10, .cell-11, .cell-12, .cell-13 {
  justify-content: flex-start;
  align-items: center;
}

.heading-10 {
  color: var(--brown);
}

.codeembedsocial {
  display: block;
}

.heading-11 {
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.paragraph-7 {
  font-family: Lora, sans-serif;
}

.toptextheadings {
  color: var(--acento-1);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.toptextheadings.large {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 61px;
}

.button-block-49 {
  background-color: var(--black);
  color: #fff;
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 16rem;
  padding: .75rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrap-49 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-icon-wrap-49 {
  z-index: 1;
  color: #000;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon-wrap-49.is-left {
  color: #fff;
  background-color: #101016;
}

.button-icon-wrap-49.is-right {
  color: #101016;
  background-color: #fff;
}

.button-text-27-icon {
  z-index: 1;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.button-icon-bg-27 {
  background-color: #000;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.button-text-33 {
  z-index: 1;
  justify-content: flex-start;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.warning {
  margin-top: 24px;
}

.cell-14 {
  text-align: center;
}

.flex-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-horizontal.flex-vertical {
  flex-direction: column;
}

.flex-horizontal.flex-vertical.x-center {
  justify-content: flex-start;
  align-items: center;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.button-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fafaf3;
  text-align: center;
  cursor: pointer;
  background-color: #676353;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-3:hover {
  box-shadow: none;
  color: #fafaf3;
  background-color: #676353;
  border-color: #0000;
}

.button-3:active {
  box-shadow: none;
  background-color: #676353;
}

.button-3:focus {
  outline-offset: 2px;
  outline: 2px solid #6d653c;
}

.h4-heading {
  letter-spacing: -.01em;
  margin-top: 35px;
  margin-bottom: .5em;
  font-size: 1.41rem;
  font-weight: 400;
  line-height: 1.3em;
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sections {
  color: #676353;
  background-color: #fafaf3;
  padding: 8rem 23px;
}

.sections.secondary-section {
  background-color: #eeedde;
}

.image-5 {
  object-fit: contain;
  border-radius: 1rem;
  width: 100%;
}

.paragraph-sm {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.imagecardmostras {
  width: 378px;
}

.button-4 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fafaf3;
  text-align: center;
  cursor: pointer;
  background-color: #676353;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-family: Instrument Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-4:hover {
  box-shadow: none;
  color: #fafaf3;
  background-color: #676353;
  border-color: #0000;
}

.button-4:active {
  box-shadow: none;
  background-color: #676353;
}

.button-4:focus {
  outline-offset: 2px;
  outline: 2px solid #6d653c;
}

.button-4.primary-button-on-inverse {
  box-shadow: none;
  color: #676353;
  -webkit-text-stroke-color: transparent;
  background-color: #fafaf3;
  background-image: none;
}

.button-4.primary-button-on-inverse:hover {
  box-shadow: none;
  background-color: #fafaf3;
  border-color: #0000;
}

.button-4.primary-button-on-inverse:active {
  box-shadow: none;
  background-color: #fafaf3;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---text-center {
  text-align: center;
}

.brix---paragraph-default {
  color: var(--color);
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---hero-card-bg-image {
  background-image: linear-gradient(#0009, #0009);
  border-radius: 40px;
  padding: 196px 40px;
  position: relative;
  overflow: hidden;
}

.brix---section-extra-small {
  color: var(--acento-3);
  margin-top: 132px;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---display-3 {
  color: var(--acento-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 2.1rem;
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---section {
  background-color: var(--acento-claro);
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 101px;
  padding-bottom: 101px;
}

.brix---heading-h1-size-2 {
  color: var(--acento-1);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 53px;
}

.brix---subtitle {
  color: var(--acento-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-300-bold {
  color: var(--acento-2);
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---btn-primary-full-width {
  background-color: var(--acento-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: auto;
  max-width: 100%;
  margin-top: 10px;
  padding: 20px 35px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-full-width:hover {
  background-color: var(--acento-2);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---pricing-content-v5 {
  padding: 40px 28px 56px;
}

.bold-text-2 {
  color: var(--acento-1);
}

.iconfeatures {
  width: 138px;
  margin-bottom: 24px;
}

.mostras3colunas {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-8 {
  color: var(--dark-grey);
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---link-text {
  transition: color .3s;
  display: inline-block;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  color: var(--black-3);
  padding: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--acento-1);
}

.brix---dropdown-toggle {
  color: var(--black-3);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--acento-1);
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--acento-2);
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.brix---social-icon-square-30px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---flex-center {
  justify-content: center;
  display: flex;
}

.brix---header-left-col-top {
  align-items: center;
  display: flex;
}

.brix---social-media-flex-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---mg-left-12px {
  margin-left: 12px;
}

.brix---header-right-col-hidden-on-tablet {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-24px---0-on-tablet {
  margin-bottom: 24px;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---heading-h1-size-3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---opacity-10, .brix---opacity-20 {
  opacity: 0;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.brix---btn-icon-left {
  width: 10%;
  margin-right: 8px;
}

.brix---btn-download-app {
  background-color: var(--acento-2);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 8px #4a3aff1a;
}

.brix---btn-download-app:hover {
  background-color: var(--acento-4);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-download-app-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 6px #211f540f;
}

.brix---btn-download-app-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-hero-v16 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-hero-small {
  background-color: var(--acento-1);
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.text-align-center-2 {
  text-align: center;
}

.logo1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.linklogo {
  align-self: flex-end;
}

.chancela24 {
  text-transform: uppercase;
  font-family: Instrument Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.logo1_component {
  margin-bottom: 34px;
}

.logo1_logo-copy {
  max-height: none;
}

.logo1_logo-copy.opovo {
  width: 283px;
}

.logo1_logo {
  max-height: none;
}

.logo1_logo.minc {
  width: 212px;
  max-width: 100%;
}

.sponsorssection {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.logo1_content {
  margin-bottom: 51px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---mg-top-80px {
  margin-top: 80px;
}

.brix---btn-primary {
  background-color: var(--acento-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  margin: 9px;
  padding: 20px 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--acento-4);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary {
  border: 1px none var(--elements-webflow-library--neutral--300);
  background-color: var(--acento-2);
  color: var(--branco);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 20px 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--acento-4);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---opacity-20-2 {
  opacity: .2;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-3 {
  margin-right: 0;
}

.brix---buttons-row-center-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---floating-image-hero-v6---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto -12% 41% auto;
  transform: rotate(140deg);
}

.brix---inner-container-574px---center-2 {
  max-width: 619px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-hero-top-small {
  background-color: var(--acento-claro);
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.heading-13 {
  text-transform: uppercase;
}

.image-6 {
  max-width: 98%;
}

html.w-mod-js [data-ix="on-load-appear-from-top"] {
  opacity: 0;
  transform: translate(0, -30px);
}

html.w-mod-js [data-ix="on-load-appear-from-bottom"], html.w-mod-js [data-ix="wait-1s-and-appear"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="on-scroll-appear-from-top"] {
  opacity: 0;
  transform: translate(0, -30px);
}

html.w-mod-js [data-ix="on-scroll-appear-from-bottom"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="grow"] {
  width: 0;
}

@media screen and (min-width: 1440px) {
  .brix---grid-hero-v16 {
    grid-column-gap: 90px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 39px;
  }

  h3 {
    font-size: 37px;
  }

  p {
    font-size: 18px;
    line-height: 29px;
  }

  .content {
    padding-top: 59px;
    padding-bottom: 59px;
  }

  .content.intro {
    padding-left: 56px;
    padding-right: 56px;
  }

  .slide {
    height: 600px;
  }

  .slider-container {
    margin-top: 240px;
  }

  .full-width-section.location-section, .full-width-section.accommodation-section, .full-width-section.venue-section {
    background-image: none;
  }

  .full-width-section-content {
    width: 100%;
    padding: 30px;
  }

  .hidden-on-desktops {
    display: block;
  }

  .speakers-2-arrow {
    top: 37px;
  }

  .open-nav {
    background-color: #222;
  }

  .open-nav-trigger.w--open {
    background-color: #be1a39;
  }

  .counter {
    width: 160px;
    height: 160px;
    line-height: 150px;
  }

  .post-banner {
    height: 450px;
  }

  .hero-home {
    text-align: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 72vw;
    padding-top: 186px;
  }

  .logoimage.governofed {
    margin-top: 15px;
  }

  .logoimage.ufc {
    margin-top: 3px;
    margin-left: -7px;
  }

  .logoimage.casaamarela {
    margin-top: 3px;
    margin-left: 24px;
  }

  .logoimage.csa {
    margin-left: 44px;
  }

  .logoimage.bravi {
    margin-top: 11px;
    margin-left: -1px;
  }

  .logoimage.bucanero {
    margin-top: -17px;
  }

  .bnb {
    margin-top: -1px;
    margin-left: 9px;
    margin-right: 42px;
    padding-right: 6px;
  }

  .fsa-ancine {
    margin-top: -1px;
    margin-right: 42px;
    padding-right: 6px;
  }

  .brde {
    margin-top: -1px;
    margin-left: 19px;
    margin-right: 6px;
  }

  .baiao {
    margin-top: 11px;
  }

  .spprefeitura {
    margin-top: -1px;
    margin-left: -3px;
    margin-right: 6px;
  }

  .secultfor {
    margin-top: 22px;
  }

  .herologo {
    text-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .global-button {
    align-self: stretch;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 6px;
  }

  .logo__text.logo__text--black {
    width: 177px;
    font-size: 22px;
  }

  .global-button__line {
    display: none;
    bottom: 5px;
    left: 5px;
    right: 5px;
  }

  .nav-wrapper {
    z-index: 9999;
    background-color: var(--saddle-brown);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0;
  }

  .burger__button {
    display: flex;
  }

  .sociallinkswrapper.mbl {
    display: block;
  }

  .sociallinkswrapper.hidden-on-mobile {
    display: none;
  }

  .loghero {
    max-width: 73%;
    margin-top: 83px;
  }

  .navbar_space {
    height: 4.5rem;
  }

  .navbar_icon {
    color: var(--darker-red);
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 44px;
    line-height: 0;
    display: flex;
  }

  .navbar_menu-button {
    color: var(--saddle-brown);
    margin-top: 12px;
    padding: 1rem;
  }

  .navbar_menu-button.w--open {
    color: #1ad993;
    background-color: #c8c8c800;
  }

  .navbar_wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav_social-wrapper {
    justify-content: flex-start;
    justify-items: start;
    margin-top: 2rem;
    display: flex;
  }

  .navbar_menu {
    background-color: #fff;
    border-bottom: 1px solid #f4f2ff;
    margin-right: 0;
    padding: 2rem 1.5rem 3rem;
  }

  .logohero {
    max-width: 78%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
  }

  .link-block-bucanero {
    margin-bottom: 0;
  }

  .heading-6 {
    font-size: 34px;
  }

  .mostras {
    padding-left: 57px;
    padding-right: 57px;
  }

  .idiomaflag {
    border-left-style: none;
    border-right-style: none;
    flex-flow: row;
    justify-content: flex-start;
    margin-top: 9px;
    margin-bottom: 14px;
    padding-left: 24px;
    display: flex;
  }

  .idiomaflag.mbl {
    padding-left: 0;
    display: flex;
  }

  .idiomaflag.desktop {
    display: none;
  }

  .image-3 {
    max-width: 100%;
  }

  .secultfor-2 {
    width: 136px;
    margin-top: 22px;
  }

  .heading-7 {
    font-size: 18px;
    font-weight: 800;
    line-height: 29px;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 29px;
  }

  .sliderhome {
    height: 58vh;
    margin-top: 88px;
  }

  .containerslider {
    text-align: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .itau, .canalbrasil, .unifor {
    margin-top: 22px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small.z {
    z-index: 10;
    position: relative;
  }

  .layout415_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    height: 300svh;
    min-height: auto;
  }

  .layout415_content {
    height: 100svh;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header75_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header75_lightbox-image {
    max-height: 40rem;
  }

  .header75_content-bottom {
    justify-content: center;
    top: 0;
  }

  .padding-section-large {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }

  .header139_lightbox {
    max-width: 14rem;
  }

  .header139_content {
    justify-content: center;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h1.hero {
    font-size: 4rem;
  }

  .header30_content {
    justify-content: center;
    align-items: center;
  }

  .content-hero {
    padding-top: 59px;
    padding-bottom: 0;
  }

  .content-hero.intro {
    padding-left: 56px;
    padding-right: 56px;
  }

  .pricing19_component {
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h4, .heading-style-h2 {
    font-size: 1.75rem;
  }

  .layout46_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .casafreitas {
    width: 104px;
    margin-top: 22px;
  }

  .codeembedsocial {
    display: block;
  }

  .flex-horizontal {
    flex-flow: wrap;
  }

  .flex-horizontal.flex-vertical.x-center.utility-text-align-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h4-heading {
    text-align: center;
    font-size: 1.27rem;
  }

  .sections {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .paragraph-sm.utility-margin-bottom-2rem {
    text-align: center;
  }

  .imagecardmostras {
    width: 205px;
    max-width: none;
    height: auto;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---hero-card-bg-image {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .brix---section-extra-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mostras3colunas {
    grid-template-columns: 1fr;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-right-col-hidden-on-tablet {
    display: none;
  }

  .brix---mg-bottom-24px---0-on-tablet {
    margin-bottom: 0;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---buttons-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .brix---heading-h1-size-3 {
    text-align: center;
  }

  .brix---paragraph-default-3.brix---color-neutral-100 {
    text-align: center;
    font-size: 20px;
  }

  .brix---button-row-left-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-download-app {
    background-color: var(--acento-2);
    color: var(--color);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---btn-download-app:hover {
    background-color: var(--acento-4);
  }

  .brix---btn-download-app-white {
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-hero-v16 {
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-4 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---floating-image-hero-v6---1 {
    top: 24%;
    right: -30%;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    text-align: center;
    font-size: 32px;
    line-height: 43px;
  }

  p {
    text-align: center;
  }

  .button {
    margin-bottom: 14px;
  }

  .content {
    padding: 60px 20px;
  }

  .content.contato {
    margin-bottom: 227px;
  }

  .slide {
    height: 310px;
  }

  .slider-container {
    margin-top: 90px;
  }

  .right, .left {
    text-align: center;
  }

  .hidden-on-desktops {
    display: block;
  }

  .summary {
    font-size: 21px;
    line-height: 32px;
  }

  .talk-description {
    padding-right: 0;
  }

  .sponsor {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0%;
    transform: none;
  }

  .speakers-2-description {
    margin-top: 30px;
    margin-left: 0;
  }

  .speakers-2-arrow {
    margin-left: -15px;
    top: -15px;
    left: 50%;
  }

  .divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .post-banner {
    height: 350px;
  }

  .page-title {
    font-size: 45px;
  }

  .hero-home {
    height: 78vw;
    padding-top: 125px;
  }

  .ficha-de-inscri-o {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logoimage.adece {
    margin-top: -9px;
    margin-bottom: 38px;
  }

  .logoimage.governofed {
    margin-top: 10px;
    margin-bottom: 22px;
  }

  .logoimage.ufc {
    margin: 6px 17px 21px 13px;
  }

  .logoimage.casaamarela {
    margin: -4px 17px 21px 13px;
  }

  .logoimage.csa {
    margin-bottom: 49px;
    margin-left: -4px;
  }

  .logoimage.governoestado {
    margin-top: -44px;
    margin-bottom: 38px;
    margin-left: 1px;
  }

  .logoimage.bravi {
    margin-top: -21px;
    margin-right: 13px;
  }

  .logoimage.bucanero {
    margin-top: -46px;
  }

  .column-5 {
    border-bottom: 1px solid #0000003d;
  }

  .bnb {
    margin-top: 1px;
    margin-bottom: 37px;
  }

  .link-block-3 {
    text-align: left;
  }

  .conne {
    margin-top: 22px;
    margin-bottom: 33px;
  }

  .fsa-ancine {
    margin-top: 1px;
    margin-bottom: 37px;
  }

  .brde {
    margin-top: -13px;
    margin-bottom: 28px;
    margin-left: 0;
  }

  .baiao {
    margin-top: -19px;
    margin-bottom: 44px;
  }

  .spprefeitura {
    margin-top: -35px;
    margin-bottom: 18px;
  }

  .chancela {
    margin-top: 22px;
    margin-bottom: 20px;
  }

  .chancela.realiza {
    margin-bottom: 19px;
  }

  .chancela.parceria {
    margin-bottom: 36px;
  }

  .chancela.exibidor-oficial {
    display: block;
  }

  .coluna-sponsors {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .coluna-sponsors.esmaltec, .coluna-sponsors.nacional-gas {
    align-items: center;
  }

  .coluna-apoio-institucional {
    display: block;
  }

  .secultfor {
    margin-top: 20px;
  }

  .column-6 {
    display: none;
  }

  .piraque {
    margin-bottom: 9px;
  }

  .back-button {
    margin-top: 34px;
    margin-bottom: 14px;
  }

  .richtext h3 {
    text-align: center;
    font-size: 28px;
    line-height: 39px;
  }

  .heading-2 {
    font-size: 41px;
  }

  .newsdetailtitle {
    text-align: center;
    font-size: 41px;
  }

  .newsitem-linkblock {
    width: 45%;
  }

  .global-button {
    color: var(--antique-white);
    align-self: stretch;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 6px;
  }

  .global-button__line {
    display: none;
    bottom: 5px;
    left: 5px;
    right: 5px;
  }

  .nav-wrapper {
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: PT Sans, sans-serif;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .burger__button {
    z-index: 99999;
    display: flex;
  }

  .inner-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .loghero {
    max-width: 47%;
  }

  .navbar_logo {
    height: 2rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_menu {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_logo-link {
    padding-left: 0;
  }

  .logohero {
    max-width: 78%;
    padding-top: 14px;
  }

  .image-2 {
    max-width: 90%;
  }

  .link-block-accc {
    text-align: left;
    margin-bottom: 45px;
  }

  .link-block-bucanero {
    margin-bottom: 21px;
  }

  .link-block-bras-o-federal {
    margin-right: 0;
  }

  .paragraph-4, .container {
    text-align: center;
  }

  .mostras {
    padding-left: 26px;
    padding-right: 26px;
  }

  .idiomaflag {
    justify-content: flex-start;
    margin-top: 13px;
    padding-left: 26px;
    display: flex;
  }

  .idiomaflag.mbl {
    margin-top: 0;
  }

  .apresenta {
    font-size: 16px;
  }

  .image-3 {
    width: 301px;
  }

  .secultfor-2 {
    margin-top: 20px;
  }

  .coluna-sponsors-2 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .coluna-sponsors-2.line-logo {
    padding-top: 0;
  }

  .coluna-sponsors-2.cagece {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-7 {
    font-size: 22px;
  }

  .link-block-8 {
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .containerslider {
    margin-top: 47px;
  }

  .itau, .canalbrasil, .unifor {
    margin-top: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout415_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout415_card {
    margin-left: 1.5rem;
  }

  .layout415_content {
    grid-template-columns: 1fr;
    align-content: start;
    height: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: static;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .layout415_content-right {
    min-height: 24.5rem;
    position: sticky;
    top: 25%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header75_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header75_lightbox-image {
    max-height: 30rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header83_images-layout {
    grid-template-columns: 1fr;
  }

  .header139_lightbox {
    display: none;
    position: relative;
    left: 5%;
    right: auto;
  }

  .header96_card {
    min-height: 32rem;
    padding: 2rem;
  }

  .header96_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.hero {
    font-size: 2.7rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .header30_content {
    justify-content: center;
    align-items: flex-start;
    padding-top: 63px;
  }

  .content-hero {
    margin-top: 87px;
    padding: 0 0 60px;
  }

  .pricing19_component {
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .pricing19_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .heading-style-h4, .heading-style-h2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .layout46_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .casafreitas {
    margin-top: 20px;
  }

  .h4-heading {
    font-size: 1.15rem;
  }

  .sections {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---hero-card-bg-image {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .brix---section-extra-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    background-color: #6d653c2e;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-full-width {
    background-color: var(--acento-1);
    padding: 20px 32px;
  }

  .brix---pricing-content-v5 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mostras3colunas {
    grid-template-columns: 1fr;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---hidden-on-mbl {
    display: none;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---btn-download-app, .brix---btn-download-app-white {
    padding: 20px 22px;
  }

  .brix---grid-hero-v16 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .logo1_list {
    padding-top: 1rem;
  }

  .linklogo {
    margin-bottom: 7px;
  }

  .logo1_logo-copy, .logo1_logo {
    max-height: 3rem;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left-3 {
    margin-right: 0;
  }

  .brix---floating-image-hero-v6---1 {
    max-width: 480px;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 23px;
    line-height: 34px;
  }

  h3 {
    font-size: 28px;
    line-height: 33px;
  }

  p {
    font-size: 18px;
    line-height: 29px;
  }

  .hero-heading {
    font-size: 32px;
    line-height: 32px;
  }

  .hero-heading.hero-subheading {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-heading.h1 {
    font-size: 32px;
  }

  .button {
    font-size: 16px;
  }

  .content.intro {
    text-align: center;
    padding-top: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .content.contato {
    margin-bottom: 217px;
  }

  .center.red {
    font-size: 18px;
  }

  .slide {
    height: 260px;
  }

  .slider-container {
    margin-top: 90px;
  }

  .newsletter-fielf {
    width: 280px;
  }

  .full-width-section-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab {
    width: 100%;
  }

  .mostras-1-side-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner {
    height: 185px;
    padding-top: 0;
  }

  .venue-gallery {
    width: 50%;
  }

  .post-banner {
    height: 200px;
  }

  .input.newsletter-input {
    width: 80%;
  }

  .page-title {
    text-align: center;
    font-size: 28px;
  }

  .news-listing-title {
    font-size: 28px;
  }

  .hero-home {
    text-align: center;
    height: 55vw;
    margin-top: 82px;
    padding-top: 38%;
  }

  .large-text {
    font-size: 18px;
    line-height: 29px;
  }

  .heading {
    font-size: 35px;
    line-height: 43px;
  }

  .ficha-de-inscri-o {
    padding-left: 0;
    padding-right: 0;
  }

  .logoimage.adece {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logoimage.governofed {
    margin-left: 7px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .logoimage.ufc {
    margin-top: 5px;
    margin-left: 1px;
  }

  .logoimage.casaamarela {
    margin-top: -11px;
    margin-left: 21px;
  }

  .logoimage.csa {
    margin-bottom: 58px;
  }

  .logoimage.governoestado {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logoimage.bravi {
    margin-bottom: 26px;
  }

  .bnb {
    margin-top: 17px;
    margin-left: 16px;
  }

  .conne {
    margin-top: 13px;
  }

  .fsa-ancine {
    margin-top: 17px;
    margin-left: 16px;
  }

  .baiao {
    margin-top: -21px;
  }

  .chancela {
    margin-bottom: 8px;
  }

  .div-sponsors {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .link-dragao {
    margin-bottom: 6px;
  }

  .secultfor {
    width: 126px;
  }

  .richtext h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .newsitem-linkblock {
    opacity: 1;
    width: 100%;
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .space-below {
    margin-bottom: 36px;
    font-size: 28px;
    line-height: 39px;
  }

  .global-button {
    margin-top: 0;
    margin-bottom: 0;
  }

  .burger__button {
    z-index: 99999;
    display: flex;
    position: relative;
  }

  .inner-nav {
    padding-right: 10px;
  }

  .loghero {
    max-width: 71%;
    margin-top: 29px;
  }

  .navbar_icon {
    width: 3.1rem;
    height: 3.1rem;
    font-size: 44px;
  }

  .navbar_menu-button {
    margin-top: 3px;
    padding: 1rem .6rem .6rem;
  }

  .logohero {
    max-width: 76%;
    margin-bottom: 21px;
    padding-top: 5px;
  }

  .heading-6 {
    font-size: 25px;
  }

  .mostras {
    padding-left: 0;
    padding-right: 0;
  }

  .idiomaflag {
    border-left-style: none;
    border-right-style: none;
    margin-top: 6px;
    margin-bottom: 11px;
    padding-left: 19px;
    display: flex;
  }

  .idiomaflag.mobile {
    margin-top: 17px;
    display: block;
  }

  .idiomaflag.mobile.w--current {
    font-size: 16px;
  }

  .copyrighttext {
    padding-left: 27px;
    padding-right: 27px;
    font-size: 15px;
  }

  .apresenta {
    margin-bottom: 7px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 15px;
  }

  .image-3 {
    text-align: center;
    width: 344px;
    max-width: 43%;
    margin-left: auto;
    margin-right: auto;
  }

  .secultfor-2 {
    width: 126px;
  }

  .flex-block {
    display: none;
  }

  .flex-block-2.vertical {
    margin-bottom: 18px;
  }

  .flex-block-3 {
    display: flex;
  }

  .link-block-5 {
    margin-bottom: 17px;
  }

  .image-4 {
    margin-bottom: 28px;
  }

  .sliderhome {
    height: 27vh;
    padding-bottom: 0;
  }

  .containerslider {
    margin-top: 4px;
  }

  .itau, .canalbrasil, .unifor {
    width: 126px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout415_component {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header75_lightbox-image {
    max-height: 25rem;
  }

  .padding-section-large {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .padding-section-large.hero {
    padding-top: 1.2rem;
  }

  .header83_images-layout {
    transform: scale(3.4);
  }

  .header139_lightbox {
    position: relative;
    right: auto;
  }

  .header139_content {
    height: auto;
  }

  .heading-style-h1.hero {
    font-size: 1.4rem;
  }

  .section_header30 {
    background-size: cover;
    background-attachment: scroll;
  }

  .header30_content {
    min-height: 57svh;
    max-height: none;
    padding-top: 0;
  }

  .content-hero {
    padding-bottom: 0;
  }

  .content-hero.intro {
    text-align: center;
    padding-top: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing19_icon-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .layout46_component {
    grid-template-columns: 1fr;
  }

  .featuredlargetext {
    text-align: center;
    font-size: 18px;
    line-height: 29px;
  }

  .casafreitas {
    width: 108px;
  }

  .cell-11 {
    padding-bottom: 20px;
  }

  .cell-12 {
    padding-bottom: 5px;
  }

  .flex-block-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .logosdesktop {
    display: none;
  }

  .toptextheadings {
    font-size: 20px;
  }

  .button-text-33 {
    font-size: .875rem;
  }

  .warning {
    margin-top: 10px;
  }

  .heading-12 {
    font-size: 29px;
  }

  .button-3 {
    white-space: nowrap;
  }

  .h4-heading {
    font-size: 1.03rem;
  }

  .sections {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .button-4 {
    white-space: nowrap;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---btn-primary-white, .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---hero-card-bg-image {
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---section-extra-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---display-3 {
    font-size: 26px;
    line-height: 33px;
  }

  .brix---section {
    padding-top: 58px;
    padding-bottom: 102px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .iconfeatures {
    margin-bottom: 16px;
  }

  .mostras3colunas {
    grid-template-columns: 1fr;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .brix---btn-icon-left {
    width: 10%;
  }

  .brix---btn-download-app {
    text-align: left;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-download-app-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---section-hero-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .text-align-center-2 {
    column-count: 0;
  }

  .logo1_list {
    grid-column-gap: 2rem;
    flex-flow: column;
    justify-content: center;
  }

  .linklogo {
    align-self: center;
    margin-bottom: 28px;
  }

  .logo1_logo-copy {
    max-height: none;
  }

  .logo1_logo-copy.opovo {
    width: 203px;
    max-width: 100%;
    display: block;
    overflow: visible;
  }

  .logo1_logo {
    max-height: none;
  }

  .sponsorssection {
    padding-top: 50px;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---btn-primary {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 28px;
    font-size: 17px;
    line-height: 19px;
    display: block;
  }

  .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-3 {
    width: 72%;
    margin-bottom: 20px;
  }

  .brix---buttons-row-center-2 {
    flex-direction: column;
  }

  .brix---floating-image-hero-v6---1 {
    display: none;
  }

  .brix---section-hero-top-small {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .image-6 {
    max-width: 80%;
    margin-bottom: 24px;
  }
}

#w-node-e96328b1-b961-a887-e482-fed0ee901af6-6d0b68c5 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  display: none;
}

@media screen and (max-width: 479px) {
  #w-node-e96328b1-b961-a887-e482-fed0ee901af6-6d0b68c5 {
    display: grid;
  }
}


