img {
  display: inline-block;
}

.main-structure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  padding-right: 60px;
  padding-bottom: 0px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #1b202b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.hero-structure {
  margin-top: 20px;
  margin-right: 100px;
  margin-left: 0px;
  padding-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.background-right {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: -2;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 95vh;
  float: right;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . ." ". . Area";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

.black-block {
  border-radius: 0px 0px 0px 4px;
  background-color: #fbb827;
  background-image: url('../images/texture2_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.title-tiny {
  display: block;
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}

.title-medium {
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.title-medium.white {
  color: #fff;
  text-align: center;
}

.title-medium.white.cancelado {
  text-decoration: line-through;
}

.title-medium.space-top-40 {
  margin-top: 40px;
}

.display-large {
  margin-top: 10px;
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 58px;
  line-height: 68px;
  font-weight: 800;
  letter-spacing: 1px;
}

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

.display-large.center.white {
  color: #fff;
}

.body-medium {
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.body-medium.space-less-top {
  margin-top: -5px;
}

.body-medium.space-less-top.white {
  color: #fff;
}

.body-medium.space-less-top.white.center {
  text-align: center;
}

.body-medium.white {
  color: #fff;
}

.body-medium.white.space-less-top {
  margin-top: -8px;
  margin-bottom: 22px;
  color: #f5f5f5;
}

.body-medium.link {
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
}

.body-medium.space-less-top-down {
  margin-top: 0px;
  margin-bottom: 4px;
}

.body-medium.center {
  display: block;
  text-align: center;
}

.body-medium.space-less-down {
  margin-bottom: 2px;
}

.body-large {
  display: block;
  float: none;
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
}

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

.body-large.words {
  display: inline-block;
  color: #a1a1a1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.body-large.white {
  color: #fff;
  text-align: center;
}

.display-medium {
  margin-top: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.display-medium.center {
  margin-top: 20px;
  text-align: center;
}

.display-medium.white {
  color: #fff;
}

.display-medium.white.center {
  margin-bottom: 19px;
}

.caption {
  display: block;
  margin-top: 0px;
  float: none;
  font-family: 'Work Sans', sans-serif;
  color: grey;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.caption.words {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  color: #9e9e9e;
}

.caption.spaces {
  margin-top: 4px;
  margin-bottom: 20px;
}

.title-large {
  float: none;
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.title-large.white {
  color: #fff;
  text-align: center;
}

.title-large.white.space-less-top {
  margin-top: 13px;
  padding-top: 0px;
}

.title-large.white.center {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.title-large.text-block {
  display: inline;
  margin-right: 20px;
}

.section-2 {
  display: block;
  overflow: hidden;
  padding: 100px 60px;
  font-family: Montserrat, sans-serif;
  color: #1b202b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.section-2.gray {
  display: block;
  background-color: #f5f5f5;
}

.section-2.gray-space {
  display: block;
  padding-bottom: 238px;
  background-color: #f5f5f5;
}

.section-2.gray-space.canceled {
  padding-bottom: 114px;
  background-color: #fff;
}

.title-small {
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.title-small.white {
  margin-top: 42px;
  margin-bottom: 0px;
  color: #fff;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.color-yellow {
  width: 80px;
  height: 80px;
  background-color: #fbb827;
}

.color-orange {
  width: 80px;
  height: 80px;
  background-color: #ed6c3a;
}

.color-black {
  width: 80px;
  height: 80px;
  background-color: #333;
}

.imagem-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  padding: 60px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/hero.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  color: #fff;
}

.button {
  padding: 12px 60px;
  border-radius: 2px;
  background-color: #ed6c3a;
}

.button.title-tiny.white {
  color: #fff;
}

.button.title-tiny.white.space-top-10 {
  margin-top: 10px;
  padding: 14px 70px;
}

.button.title-tiny.white.space-top-10:hover {
  background-color: #fa8456;
}

.button.title-tiny.white.space-top-10:focus {
  background-color: #fa8456;
}

.image {
  height: 95vh;
  max-width: none;
  float: none;
  opacity: 0.56;
}

.line-divisor {
  width: 80px;
  height: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ed6c3a;
}

.divisor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-center {
  padding-right: 20vw;
  padding-bottom: 60px;
  padding-left: 20vw;
  text-align: center;
}

.link {
  color: #ed6c3a;
}

.image-2 {
  position: absolute;
  z-index: -1;
  margin-top: -605px;
  margin-left: -60px;
}

.columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns-10.space-40-top {
  padding-right: 15%;
  padding-left: 15%;
}

.column-12 {
  padding-right: 4px;
  padding-left: 4px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-right: 1px solid hsla(0, 0%, 83.3%, 0.51);
}

.column-12.noborder {
  border-right-style: none;
}

.card-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  text-align: center;
}

.column-left.column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.space-botton-30 {
  margin-bottom: 30px;
}

.caption-2 {
  display: block;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.caption-2.white {
  color: #fff;
}

.caption-2.white.space-20 {
  display: block;
  margin-bottom: 0px;
  padding-top: 12px;
  text-align: center;
}

.div-block-12 {
  width: 2px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dfdfdf;
}

.title-tiny-2 {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #1b202b;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.title-tiny-2.space-less-20 {
  margin-bottom: 2px;
}

.title-tiny-2.space-less-down {
  margin-bottom: 1px;
}

.cronograma-conteudo {
  margin-top: 30px;
}

.column-right {
  margin-bottom: 30px;
}

.column-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25%;
  padding-left: 25%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cronograma-day {
  display: block;
  width: 80px;
  height: 80px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #fbb827;
}

.section-5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fbb827;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 184, 39, 0)), to(rgba(251, 184, 39, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.35)), to(rgba(51, 51, 51, 0.35))), url('../images/IMG_5005.jpg');
  background-image: linear-gradient(180deg, rgba(251, 184, 39, 0), rgba(251, 184, 39, 0)), linear-gradient(180deg, rgba(51, 51, 51, 0.35), rgba(51, 51, 51, 0.35)), url('../images/IMG_5005.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.bullet {
  display: inline-block;
  margin-top: 7px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fbb827;
  font-size: 12px;
}

.txts-desk {
  display: block;
}

.texts1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -16px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-float-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #ed6c3a;
  background-image: url('../images/texture3.png'), -webkit-gradient(linear, left top, left bottom, from(#ed6c3a), to(#ed6c3a));
  background-image: url('../images/texture3.png'), linear-gradient(180deg, #ed6c3a, #ed6c3a);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.form-mini {
  overflow: hidden;
  margin-top: -130px;
  margin-right: 60px;
  margin-left: 60px;
  padding: 0px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #1b202b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.form-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Work Sans', sans-serif;
  color: #333;
}

.text-field {
  width: 294px;
  height: 44px;
  margin-right: 10px;
  border: 1px none #000;
  border-radius: 2px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 2px;
  background-color: #fbb827;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.submit-button:hover {
  background-color: #ffd375;
}

.submit-button:active {
  background-color: #ffd375;
}

.submit-button.space-top-20 {
  margin-top: 10px;
}

.link-2 {
  color: #f5f5f5;
}

.gallery-photo {
  width: 44vw;
  height: 380px;
  margin-top: 40px;
  border: 1px none #000;
  border-radius: 2px;
}

.gallery-photo.img1 {
  width: 100%;
  height: 468px;
  background-image: url('../images/whf-local.jpg');
  background-position: 50% 7%;
  background-size: cover;
}

.gallery-photo.img2 {
  background-image: url('../images/pluris1.jpg');
  background-position: 0px -97px;
  background-size: cover;
}

.gallery-photo.img1 {
  height: 380px;
  background-image: url('../images/img-whf.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block {
  margin-top: -85px;
  padding: 30px 20px 20px;
  float: right;
  border-radius: 4px 0px 0px;
  background-color: #fff;
}

.accordion-item {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.content-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper.slim {
  max-width: 940px;
  margin-top: -38px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.icon.accordion-icon {
  margin-top: 3px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-center-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 30px;
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}

.topic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}

.paragraph {
  display: inline-block;
  margin-bottom: -11px;
  padding-right: 20px;
}

.link-3 {
  color: #ed6c3a;
}

.form-footer {
  overflow: hidden;
  padding: 0px;
  background-color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  color: #1b202b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-45.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer {
  overflow: hidden;
  padding: 20px 60px;
  background-color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  color: #1b202b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bold-text {
  color: #ed6c3a;
}

.divisor-line {
  display: none;
  height: 1px;
  margin-bottom: 20px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #e2e2e2;
}

.color-orange-light {
  width: 80px;
  height: 80px;
  background-color: #fa8456;
}

.form-float-div-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #ed6c3a;
  background-image: url('../images/texture3.png'), -webkit-gradient(linear, left top, left bottom, from(#ed6c3a), to(#ed6c3a));
  background-image: url('../images/texture3.png'), linear-gradient(180deg, #ed6c3a, #ed6c3a);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.success-message {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #fff;
}

.image-3 {
  display: inline-block;
  width: 16px;
  margin-top: -22px;
  margin-right: 10px;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.error-message {
  background-color: #ffbda3;
}

.success-message-2 {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #fff;
}

.error-message-2 {
  background-color: #ffbda3;
}

.div-block-47 {
  padding-right: 140px;
  padding-left: 140px;
}

.txts-mobile {
  display: none;
}

.image-4 {
  padding-right: 10px;
}

.image-5 {
  width: 120px;
  max-width: none;
}

.close-btn {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 99px;
  background-color: #1b202b;
  cursor: pointer;
}

.divider {
  height: 1px;
  background-color: #edf2fa;
}

.divider.space-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.card {
  position: relative;
  height: 98%;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 2px;
  background-color: #fff;
}

.card.modal {
  height: auto;
  max-width: 550px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.text-input {
  height: 50px;
  margin-top: -5px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #9e9e9e;
  border-radius: 2px;
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.text-input:focus {
  border-color: #fbb827;
}

.text-input::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
  color: grey;
  font-size: 16px;
  line-height: 24px;
}

.text-input:-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  color: grey;
  font-size: 16px;
  line-height: 24px;
}

.text-input::-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  color: grey;
  font-size: 16px;
  line-height: 24px;
}

.text-input::placeholder {
  font-family: Montserrat, sans-serif;
  color: grey;
  font-size: 16px;
  line-height: 24px;
}

.section-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(27, 32, 43, 0.7);
}

.primary-button {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  background-color: #ed6c3a;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.primary-button:hover {
  opacity: 0.8;
}

.img-close {
  padding: 5px;
}

.title-medium-2 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 40px;
  font-weight: 900;
}

.body-medium-2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.body-medium-2.space-20 {
  margin-top: 20px;
}

.btn-primary-blk {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  background-color: #1b202b;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.success-message-3 {
  border-radius: 2px;
  background-color: #ffedc6;
}

.section-modal-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(27, 32, 43, 0.7);
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-apoio {
  margin-right: 10px;
  padding-left: 10px;
}

.logo-rodape {
  margin-right: 40px;
  color: #00b2af;
}

.logo-rodape-apoio {
  width: auto;
  height: 47px;
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 0px;
}

.columns-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  overflow: hidden;
  padding: 100px 60px;
  font-family: Montserrat, sans-serif;
  color: #1b202b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.section.gray {
  background-color: #f5f5f5;
}

.section.gray-space {
  padding-bottom: 238px;
  background-color: #f5f5f5;
}

.section-4 {
  padding: 16px 60px;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-copy {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 319px;
  margin-bottom: 0px;
  padding: 30px 20px 20px;
  float: right;
  border-radius: 4px 0px 0px;
  background-color: #fff;
}

.gallery-photo-2 {
  margin-top: 40px;
  border: 1px none #000;
  border-radius: 2px;
  background-image: url('../images/pluris2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.img-local {
  height: 400px;
}

.column-16 {
  margin-bottom: 100px;
}

.div-paragraph-center {
  padding-right: 10%;
  padding-left: 10%;
}

.div-realizacao {
  margin-right: 40px;
}

.div-apoio {
  padding-left: 40px;
  border-left: 1px none #d6d6d6;
  color: #f5f5f5;
}

.flex-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-50 {
  width: 1px;
  background-color: #cfcfcf;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logo-rodape-size {
  width: 80px;
}

.logo-rodape-size-2 {
  width: 65px;
  margin-top: 10px;
}

.div-flex-horizontal {
  display: none;
  margin-top: 40px;
  padding-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d1d1d1;
}

.image-6 {
  margin-top: -8px;
  margin-right: 14px;
}

.line-divisor-2 {
  width: 80px;
  height: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ed6c3a;
}

.body-large-2 {
  display: block;
  float: none;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
}

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

.body-medium-3 {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.body-medium-3.space-less-top-down {
  margin-top: -10px;
  margin-bottom: 4px;
}

.body-medium-3.link {
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
}

.body-medium-3.link-3 {
  color: #ed6c3a;
  text-decoration: underline;
}

.link-block-copy-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 370px;
  margin-bottom: -99px;
  padding: 30px 20px 20px;
  float: right;
  border-radius: 4px 0px 0px;
  background-color: #fff;
}

.display-medium-2 {
  margin-top: 0px;
  color: #333;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.display-medium-2.center {
  margin-top: 20px;
  text-align: center;
}

.image-7 {
  margin-top: -5px;
  padding-right: 12px;
}

.button-inline {
  margin-top: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #ed6c3a;
  font-size: 17px;
  font-weight: 500;
  text-decoration: underline;
}

.div-block-52 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.alerta {
  margin-top: 38px;
  padding-top: 14px;
  padding-bottom: 10px;
  border-radius: 2px;
  background-color: #ed6c3a;
}

.cronograma-day-mini {
  display: block;
  width: 80px;
  height: 80px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #fbb827;
}

.column-right-less {
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .main-structure {
    height: 70vh;
  }
  .background-right {
    height: 70vh;
  }
  .display-large {
    font-size: 48px;
    line-height: 52px;
  }
  .display-medium {
    font-size: 36px;
    line-height: 42px;
    text-align: left;
  }
  .section-2 {
    padding-bottom: 60px;
  }
  .imagem-hero {
    height: 50vh;
  }
  .image {
    height: 70vh;
  }
  .paragraph-center {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .image-2 {
    max-width: 43%;
  }
  .columns-10.space-40-top {
    position: static;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .column-12 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .card-2 {
    margin-bottom: 10px;
  }
  .column-right {
    padding-right: 20px;
  }
  .column-margin {
    padding-right: 0%;
    padding-left: 0%;
  }
  .section-5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG_5005.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/IMG_5005.jpg');
  }
  .txts-desk {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-float-div {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .form-mini {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .gallery-photo {
    width: 100%;
  }
  .gallery-photo.img2 {
    background-position: 0px -51px;
  }
  .div-block-45 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .divisor-line {
    display: block;
    margin-top: 20px;
  }
  .form-float-div-footer {
    padding-right: 40px;
    padding-left: 40px;
  }
  .div-block-47 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .txts-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .txts-center {
    display: inline-block;
    margin-top: -9px;
  }
  .image-5 {
    width: 100px;
  }
  .column-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .logo-rodape {
    height: 76px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .logo-rodape-apoio {
    height: 50px;
    margin-top: 9px;
    margin-left: 0px;
  }
  .columns-11 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section {
    padding-bottom: 60px;
  }
  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .column-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-15 {
    margin-bottom: 100px;
  }
  .img-local {
    height: auto;
  }
  .logos {
    margin-top: -10px;
  }
  .div-paragraph-center {
    padding-right: 0%;
    padding-left: 0%;
  }
  .logo-rodape-size {
    height: 76px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .logo-rodape-size-2 {
    width: 63px;
    height: auto;
    margin-top: 10px;
    margin-left: 0px;
  }
  .display-medium-2 {
    font-size: 36px;
    line-height: 42px;
    text-align: left;
  }
  .column-right-less {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .main-structure {
    height: 68vh;
    padding: 0px 40px 60px;
  }
  .background-right {
    height: 68vh;
  }
  .title-medium {
    font-size: 20px;
    line-height: 30px;
  }
  .display-large {
    display: block;
    font-size: 34px;
    line-height: 44px;
  }
  .display-medium {
    font-size: 30px;
    line-height: 40px;
  }
  .title-large {
    font-size: 28px;
    line-height: 38px;
  }
  .section-2 {
    padding: 60px 40px;
  }
  .section-2.gray-space {
    padding-bottom: 100px;
  }
  .title-small {
    font-size: 18px;
    line-height: 22px;
  }
  .imagem-hero {
    padding: 30px;
  }
  .image {
    height: 68vh;
  }
  .paragraph-center {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .image-2 {
    max-width: 52%;
    margin-top: -514px;
  }
  .column-left.column-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .txts-desk {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .texts1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-float-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .form-mini {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .form-block {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .text-field {
    width: 500px;
    margin-right: 0px;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submit-button {
    width: 500px;
  }
  .gallery-photo.img2 {
    background-position: 0px 0px;
  }
  .link-block {
    margin-top: -117px;
    float: right;
  }
  .accordion-item-content {
    margin-right: 0px;
  }
  .form-footer {
    padding: 0px;
  }
  .footer {
    padding: 30px 40px;
  }
  .form-float-div-footer {
    padding: 40px;
  }
  .div-block-47 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .txts-mobile {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .card.modal {
    margin-right: 20px;
    margin-left: 20px;
  }
  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo-rodape {
    height: 72px;
    margin-right: 20px;
  }
  .logo-rodape-apoio {
    height: 43px;
    margin-top: 12px;
  }
  .columns-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section {
    padding: 60px 40px;
  }
  .section.gray-space {
    padding-bottom: 100px;
  }
  .section-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-block-copy {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 348px;
    margin-right: 0px;
    margin-bottom: -97px;
    float: right;
  }
  .div-paragraph-center {
    padding-right: 0%;
    padding-left: 0%;
  }
  .div-realizacao {
    margin-right: 0px;
  }
  .div-apoio {
    padding-left: 0px;
  }
  .flex-logos {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-50 {
    height: 80px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .logo-rodape-size {
    width: 68px;
    height: 72px;
    margin-right: 10px;
  }
  .logo-rodape-size-2 {
    width: 52px;
    height: auto;
    margin-top: 11px;
    margin-right: 20px;
  }
  .link-block-copy-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 0px;
    margin-bottom: -97px;
    float: right;
  }
  .display-medium-2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .main-structure {
    height: 520px;
    padding: 0px 20px;
  }
  .background-right {
    height: 520px;
  }
  .black-block {
    min-height: 100%;
    background-image: url('../images/texture2_1.png');
    background-position: 303% 27%;
    background-size: auto;
  }
  .title-tiny {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
  }
  .title-medium {
    font-size: 20px;
    line-height: 30px;
  }
  .display-large {
    display: block;
    font-size: 30px;
    line-height: 40px;
  }
  .body-medium {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .body-large {
    font-size: 17px;
    line-height: 27px;
  }
  .display-medium {
    display: block;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 38px;
  }
  .display-medium.center {
    margin-bottom: 10px;
  }
  .caption {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }
  .title-large {
    font-size: 26px;
    line-height: 36px;
  }
  .section-2 {
    padding: 60px 20px;
  }
  .imagem-hero {
    width: auto;
    height: auto;
    padding: 40px 20px;
  }
  .button.title-tiny.white.space-top-10.center {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .image {
    height: 100%;
  }
  .image-2 {
    max-width: 60%;
    margin-top: -362px;
  }
  .columns-10.space-40-top {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-12 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    border-right-style: none;
  }
  .card-2 {
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px 20px;
  }
  .column-left.column-center {
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .caption-2 {
    line-height: 16px;
    text-align: left;
  }
  .column-right {
    margin-top: 60px;
    padding-right: 10px;
  }
  .column-margin.space-20 {
    margin-top: -29px;
  }
  .cronograma-day {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .section-5 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.44)), to(rgba(0, 0, 0, 0.44))), url('../images/IMG_5005.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)), url('../images/IMG_5005.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 69% 34%, 0px 0px;
  }
  .form-float-div {
    padding-right: 20px;
    padding-left: 20px;
    background-image: url('../images/texture3.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/texture3.png'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 0%, 0px 0px;
  }
  .form-mini {
    padding: 0px;
  }
  .form-block {
    width: 100%;
  }
  .text-field {
    width: 100%;
  }
  .submit-button {
    width: 100%;
  }
  .gallery-photo {
    height: 340px;
  }
  .gallery-photo.img2 {
    margin-top: -43px;
    background-position: 0px 0px;
  }
  .link-block {
    margin-top: 10px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
  }
  .accordion-item {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .header-center-box._75 {
    width: 90%;
  }
  .form-footer {
    padding: 0px;
  }
  .footer {
    padding: 30px 20px;
  }
  .form-float-div-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .success-message {
    padding-right: 16px;
    padding-left: 16px;
  }
  .success-message-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .txts-mobile {
    display: none;
  }
  .txts-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .image-5 {
    width: 100px;
    max-width: 96px;
  }
  .card.modal {
    position: relative;
    width: 95%;
    max-width: none;
    margin: 10px 0px 0px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-modal {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-48 {
    background-color: #333;
  }
  .section-modal-bg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-49 {
    width: 100%;
    height: 100%;
    background-color: #ed6c3a;
  }
  .column-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .logo-rodape {
    margin-left: 0px;
  }
  .logo-rodape-apoio {
    margin-left: 0px;
  }
  .section {
    padding: 60px 20px;
  }
  .section-4 {
    padding: 30px 20px;
  }
  .column-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .link-block-copy {
    margin-bottom: -182px;
    padding: 20px 0px 0px;
    float: left;
  }
  .gallery-photo-2 {
    min-height: 397px;
  }
  .column-15 {
    margin-top: 160px;
    margin-bottom: 220px;
  }
  .logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-paragraph-center {
    padding-right: 0%;
    padding-left: 0%;
  }
  .flex-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-50 {
    width: 100%;
    height: 1px;
    margin: 20px 0px;
  }
  .logo-rodape-size {
    width: 73px;
    margin-left: 0px;
  }
  .logo-rodape-size-2 {
    width: 60px;
    margin-left: 0px;
  }
  .body-large-2 {
    font-size: 17px;
    line-height: 27px;
  }
  .body-medium-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .link-block-copy-2 {
    margin-bottom: -182px;
    padding: 20px 0px 0px;
    float: left;
  }
  .display-medium-2 {
    display: block;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 38px;
  }
  .display-medium-2.center {
    margin-bottom: 10px;
  }
  .cronograma-day-mini {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .column-right-less {
    margin-top: 60px;
    padding-right: 10px;
  }
}

#w-node-6f6e72656209-585da134 {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-6f6e72656209-b7d8054c {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

