h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #005dab;
  font-weight: 700;
  text-decoration: none;
}

h2 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #005dab;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0px;
}

h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #005dab;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

h4 {
  margin-top: 5px;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  color: #005dab;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #005dab;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #005dab;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 1px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #454749;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

a {
  font-family: Montserrat, sans-serif;
  color: #ff6246;
  font-size: 14px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: Montserrat, sans-serif;
  color: #a0a6ae;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: Montserrat, sans-serif;
  color: #a0a6ae;
  font-size: 14px;
  line-height: 22px;
}

figcaption {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #a0a6ae;
  text-align: center;
}

.hero-section {
  position: relative;
  overflow: hidden;
  max-height: 750px;
  padding-top: 10%;
  padding-bottom: 17%;
  background-image: url('../images/background-headers.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
}

.container {
  width: 100%;
  max-width: 1044px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

.heading-1.on-hero {
  margin-top: 27px;
  font-family: Montserrat, sans-serif;
  color: #ff6246;
  font-size: 120px;
  line-height: 57px;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: none;
}

.heading-1.white {
  font-family: 'Cheddargothic sans webfont', sans-serif;
  color: #005dab;
  font-size: 50px;
  letter-spacing: 2px;
}

.heading-1.post {
  font-size: 45px;
  line-height: 50px;
  letter-spacing: -3px;
}

.title {
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #005dab;
  font-size: 15px;
  font-weight: 700;
}

.title.medium {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
}

.title.bottom-border {
  margin-bottom: 15px;
}

.subtitle {
  margin-top: 0px;
  padding-bottom: 5px;
  font-family: 'Cheddargothic serif webfont', sans-serif;
  color: #ff6246;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.subtitle.gray {
  color: #a0a6ae;
}

.subtitle.about {
  padding-top: 2px;
  font-size: 18px;
  line-height: 23px;
}

.subtitle.location {
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 24px;
}

.subtitle.confirmacao {
  font-family: Montserrat, sans-serif;
}

.subtitle-box {
  margin-bottom: 15px;
}

.subtitle-box.small {
  display: inline-block;
  width: 85%;
  margin-top: 40px;
}

.subtitle-box.medium {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.button-hollow {
  display: inline-block;
  padding: 11px 27.5px;
  border: 3px solid #ff6246;
  border-radius: 35px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10.5px;
  line-height: 21px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-hollow:hover {
  background-color: #ff6246;
  text-decoration: none;
}

.button-hollow.top-border {
  margin-top: 15px;
  color: #005dab;
}

.button-hollow.top-and-bottom-border {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero-features {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  max-width: 1044px;
  margin-right: auto;
  margin-left: auto;
}

.hero-features-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-features-flex.about {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #043763;
}

.hero-feature-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 45px;
  -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;
  text-decoration: none;
}

.hero-feature-1:hover {
  text-decoration: none;
}

.hero-feature-icon {
  margin-right: 15px;
}

.hero-feature-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 45px;
  -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;
  text-decoration: none;
}

.hero-feature-2:hover {
  text-decoration: none;
}

.hero-feature-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 45px;
  -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;
  text-decoration: none;
}

.hero-feature-3:hover {
  text-decoration: none;
}

.divider-lines {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.vertical-line-1 {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #015093;
}

.vertical-line-2 {
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #0265b7;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 17px;
  margin-bottom: 17px;
  -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-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.8;
}

.content-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: hsla(41, 49%, 82%, .6);
  font-size: 10px;
}

.content-section.gray {
  background-color: hsla(41, 42%, 79%, .61);
}

.content-section.blue {
  background-color: hsla(41, 49%, 82%, .61);
}

.content-section.post {
  padding-top: 50px;
}

.content-section.intro-features {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #043763;
}

.content-section.branco {
  background-color: hsla(0, 0%, 100%, .61);
}

.content-section.sponsors {
  padding-top: 237px;
  padding-bottom: 237px;
  background-color: hsla(41, 23%, 64%, .6);
  background-image: url('../images/SPONSORS.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-section.logomarcas {
  padding-right: 81px;
  padding-left: 81px;
  background-color: hsla(41, 49%, 82%, .31);
}


.flex-wrapper {
  position: relative;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper.bottom-border {
  margin-bottom: 60px;
}

.flex-wrapper.justify-space-between {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper.on-post-previews {
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrapper.spice-between-on-mobile {
  margin-right: 0px;
  margin-left: 0px;
}

.flex-wrapper.less-bottom-border {
  margin-bottom: 40px;
}

.flex-wrapper.top-border {
  margin-top: 15px;
}

.flex-wrapper.venue {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.column-50-percent {
  width: 50%;
}

.column-50-percent.right-padding {
  padding-right: 35px;
}

.column-50-percent._1 {
  width: 50%;
}

.column-50-percent._2 {
  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;
}

.column-50-percent.faq {
  margin-bottom: 20px;
  padding-right: 36px;
}

.mini-title {
  margin-bottom: 19px;
  font-family: 'Cheddargothic slab webfont', sans-serif;
  color: #8d939b;
  font-size: 20px;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-title.white {
  margin-bottom: 8px;
  font-family: 'Cheddargothic sans webfont', sans-serif;
  color: #ff6246;
  font-size: 22px;
  letter-spacing: 1px;
}

.mini-title.tomato {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #e2e2e2;
}

.mini-title.tomato:hover {
  text-decoration: none;
}

.mini-title.tomato.w--current {
  color: #e2e2e2;
}

.mini-title-box {
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e2e2e2;
}

.mini-title-box.no-bottom-border {
  margin-bottom: 0px;
}

.mini-title-box.top-border {
  margin-top: 25px;
}

.video-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 340px;
  -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;
}

.video {
  position: relative;
  overflow: hidden;
}

.play-button {
  position: relative;
  z-index: 10;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #ff6246;
  background-image: url('../images/Play.png');
  background-position: 57% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.play-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.video-front {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, transparent, #005dab), -webkit-linear-gradient(270deg, rgba(0, 93, 171, .65), rgba(0, 93, 171, .65)), url('../images/photo-1461505647352-19b93426098b.jpg');
  background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, .65), rgba(0, 93, 171, .65)), url('../images/photo-1461505647352-19b93426098b.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.video-front.no-side-borders {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 343px;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.video-description {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.empty-state {
  margin-bottom: 10px;
  background-color: #f9f9f9;
  font-family: Montserrat, sans-serif;
  color: #a0a6ae;
  font-size: 12px;
}

.intro-post-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.post-date {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 78px;
  margin-top: 10px;
  margin-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 3px;
  background-color: #ff6246;
}

.date-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -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;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.date-text.bottom-divider {
  padding-top: 3px;
  border-bottom: 1px solid #f35d42;
}

.date-text.top-divider {
  border-top: 1px solid #fe7860;
}

.date-text.bold {
  font-size: 21px;
  font-weight: 400;
}

.date-text.normal {
  font-size: 20px;
  font-weight: 400;
}

.intro-post-content {
  padding-top: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-split-image {
  position: relative;
  overflow: hidden;
  width: 53%;
  height: 370px;
  background-image: url('../images/photo-1472461936147-645e2f311a2b.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-split-image.about {
  background-image: url('../images/photo-1463104264350-ec39e9ccd74b.jpeg');
}

.column-split-message {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 25px;
  border-top-left-radius: 3px;
  background-color: #431a83;
}

.column-split-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #014f90;
}

.column-split-subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 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-left: 1px solid #0269c0;
}

.paragraph.white {
  padding-bottom: 0px;
  color: #fff;
  font-weight: 400;
}

.paragraph.white.box {
  margin-top: 21px;
}

.paragraph.white.cta-newsletter {
  margin-bottom: 14px;
}

.paragraph.white.small {
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.no-inner-padding {
  padding-bottom: 0px;
}

.paragraph.justify {
  font-size: 16px;
  text-align: justify;
}

.paragraph.workshop {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph.atividade {
  font-size: 18px;
  line-height: 24px;
}

.paragraph.locationbox {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.column-split-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 35px;
  padding-left: 45px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-split-text.left {
  padding-right: 40px;
  padding-left: 40px;
}

.heading-2 {
  font-family: 'Cheddargothic serif webfont', sans-serif;
  color: #005dab;
  font-size: 26px;
  letter-spacing: 1px;
}

.heading-2.blue {
  color: #005dab;
  font-size: 32px;
  letter-spacing: 1px;
}

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

.heading-2.white.large {
  margin-bottom: 26px;
  font-size: 44px;
}

.heading-2.bottom-border {
  margin-bottom: 10px;
}

.heading-2.big {
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 3px;
  color: #fff;
  font-size: 50px;
}

.heading-2.big.red {
  color: #ff6246;
}

.heading-box {
  width: 100%;
  margin-bottom: 5px;
}

.slider.on-column {
  overflow: hidden;
  width: 53%;
  height: 370px;
}

.left-arrow {
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 35px;
  margin-right: 15px;
  margin-bottom: 50px;
  padding-top: 1px;
  -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-bottom: 1px solid #014f90;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #005dab;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.left-arrow:hover {
  background-color: #02569c;
}

.right-arrow {
  right: 0px;
  bottom: 0px;
  width: 45px;
  height: 35px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #0269c0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #005dab;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.right-arrow:hover {
  background-color: #02569c;
}

.slide-nav.hide {
  display: none;
}

.arrow-icon {
  margin-top: 9px;
  font-size: 16px;
  font-weight: 700;
}

.arrow-icon.left {
  margin-top: 10px;
}

.slide-1 {
  background-image: url('../images/349761.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-on-column {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
  cursor: pointer;
}

.lightbox-on-column._2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/IMG_20171016_132549540.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-on-column._3 {
  position: absolute;
  background-image: url('../images/IMG_20171016_132612090.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-on-column._4 {
  position: absolute;
  background-image: url('../images/IMG_20171016_133307963.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.workshop-preview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 390px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #043763;
  background-image: url('../images/Display-2.png');
  background-position: 92% 21px;
  background-size: auto;
  background-repeat: no-repeat;
}

.workshop-preview._1 {
  background-color: #043763;
  background-image: url('../images/Display-2.png');
  background-position: 92% 20px;
  background-size: auto;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.overlay.les-opacity {
  background-image: none;
  opacity: 0.3;
}

.overlay.gradient-overlay {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 93, 171, .9), rgba(0, 93, 171, .9)), -webkit-linear-gradient(270deg, transparent 49%, #005dab);
  background-image: linear-gradient(180deg, rgba(0, 93, 171, .9), rgba(0, 93, 171, .9)), linear-gradient(180deg, transparent 49%, #005dab);
}

.overlay.full {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 93, 171, .96), rgba(0, 93, 171, .96));
  background-image: linear-gradient(180deg, rgba(0, 93, 171, .96), rgba(0, 93, 171, .96));
}

.workshop-preview-text {
  position: relative;
  z-index: 10;
  text-align: left;
}

.heading-3.white {
  color: #fff;
}

.by {
  display: inline-block;
  margin-right: 4px;
  color: #fff;
}

.by.gray {
  color: #a0a6ae;
  line-height: 20px;
}

.mini-title-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ff6246;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-title-link:hover {
  text-decoration: none;
}

.workshop-date {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 65px;
  height: 65px;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 14px;
  padding-top: 11px;
  padding-bottom: 10px;
  border-radius: 50%;
  background-color: #005dab;
}

.workshop-date.inline-block {
  position: relative;
  display: inline-block;
}

.view-all {
  display: inline-block;
  margin-right: 3px;
  font-size: 10px;
  font-style: italic;
  text-decoration: underline;
  text-transform: uppercase;
}

.view-all-link {
  margin-top: 15px;
  margin-right: 10px;
  float: right;
}

.view-all-link:hover {
  color: #f7593e;
}

.header-box {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  text-align: center;
}

.header-box.no-bottom-border {
  margin-bottom: 0px;
}

.feature {
  width: 33.33%;
  padding: 30px 20px 30px 30px;
  border-right: 1px solid #e2e2e2;
}

.feature._3 {
  border-right-style: none;
}

.feature._4 {
  border-top: 1px solid #e2e2e2;
}

.feature._5 {
  border-top: 1px solid #e2e2e2;
}

.feature._6 {
  border-top: 1px solid #e2e2e2;
  border-right-style: none;
}

.image-gallery {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 330px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #005dab;
}

.lightbox-on-gallery {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
  cursor: pointer;
}

.lightbox-on-gallery._1 {
  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;
  background-image: url('../images/photo-1471109880861-75a04f9b7833.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-on-gallery._2 {
  background-image: url('../images/photo-1472510580769-cd131ecf37ef.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-on-gallery._3 {
  background-image: url('../images/photo-1464618055434-20b22e97995a.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-on-gallery._4 {
  background-image: url('../images/photo-1472461936147-645e2f311a2b.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-on-gallery._5 {
  background-image: url('../images/photo-1474144254036-41f4387cb799.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-on-gallery._6 {
  background-image: url('../images/photo-1473742925119-519edfdba49d.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-on-gallery._7 {
  background-image: url('../images/photo-1471623432079-b009d30b6729.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-on-gallery._8 {
  background-image: url('../images/photo-1473625974526-5e6dd5afcb18.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.magnifier {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 93, 171, .9);
  background-image: url('../images/Magnifier.png');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.magnifier:hover {
  background-color: #005dab;
}

.sponsor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #014b89;
  border-left: 1px solid #014b89;
  background-color: #fff;
}

.sponsor._3 {
    border: 1px solid #014b89;
}

.sponsor._4 {
  border-right: 1px solid #014b89;
}

.sponsor._8 {
  border-right: 1px solid #014b89;
  background-color: #fff;
}

.sponsor._9 {
  border-bottom: 1px solid #014b89;
}

.sponsor._10 {
  border-bottom: 1px solid #014b89;
}

.sponsor._11 {
  border-bottom: 1px solid #014b89;
}

.sponsor._12 {
  border-right: 1px solid #014b89;
  border-bottom: 1px solid #014b89;
}

.tab-link {
  top: 1px;
  min-width: 80px;
  margin-right: 15px;
  padding: 25px 44px 21px;
  border-top: 1px solid #cfd9e4;
  border-right: 1px solid #cfd9e4;
  border-left: 1px solid #cfd9e4;
  background-color: #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #aab2bd;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tab-link:hover {
  color: #ff6246;
  text-decoration: none;
}

.tab-link.w--current {
  top: 1px;
  z-index: 10;
  background-color: #fff;
  color: #ff6246;
}

.tab-pane {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #cfd9e4;
}

.schedule-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f8f8f8;
}

.activity-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  padding-left: 10px;
  -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;
}

.activity-description {
  display: inline-block;
  width: 78%;
}

.pricing-box {
  width: 32%;
}

.pricing-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 150px;
  -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-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 93, 171, .9), rgba(0, 93, 171, .9)), url('../images/photo-1461505647352-19b93426098b.jpg');
  background-image: linear-gradient(180deg, rgba(0, 93, 171, .9), rgba(0, 93, 171, .9)), url('../images/photo-1461505647352-19b93426098b.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pricing-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}

.pricing-tier {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  min-width: 90px;
  -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-top-right-radius: 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0px;
  background-color: #ff6246;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-features {
  padding-right: 27px;
  padding-bottom: 20px;
  padding-left: 27px;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
}

.pricing-feature {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.pricing-feature.no-bottom-border {
  border-bottom-style: none;
}

.get-tickets-column {
  width: 50%;
  padding-right: 30px;
}

.get-tickets-column.tickets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -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;
}

.get-tickets-column.contact-form {
  padding-right: 0px;
  padding-left: 20px;
}

.form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 10px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 1px solid #e2e2e2;
}

.form-item.last {
  border-bottom: 1px solid #e2e2e2;
}

.form-item.top-border {
  margin-top: 30px;
}

.check-mark {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #005dab;
  background-image: url('../images/Check.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.form-header {
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 35px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #005dab;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.form-body {
  width: 90%;
}

.form-fields {
  padding: 30px 30px 25px;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.field-label {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #005dab;
  font-size: 12px;
  text-transform: uppercase;
}

.select-field {
  height: 50px;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
  background-color: #fbfbfb;
  font-family: Montserrat, sans-serif;
  color: #8d939b;
}

.select-field:hover {
  border-color: #0786f1;
}

.select-field:focus {
  border-color: #0786f1;
}

.text-field {
  height: 50px;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
  background-color: #fbfbfb;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Montserrat, sans-serif;
}

.text-field:hover {
  border-color: #0786f1;
}

.text-field:focus {
  border-color: #0786f1;
}

.text-field.message {
  height: 100px;
  padding-top: 13px;
}

.name {
  display: inline-block;
  width: 49%;
}

.last-name {
  display: inline-block;
  width: 47%;
}

.submit-button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 13px;
  border-radius: 3px;
  background-color: #ff6246;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.submit-button.tomato {
  background-color: #ff6246;
  font-size: 12px;
}

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

.payment-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.5%;
  height: 80px;
  padding-right: 30px;
  padding-left: 30px;
  -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: 1px solid #e2e2e2;
  border-radius: 3px;
}

.payment-methods {
  margin-top: 30px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #014f90;
  background-color: #043763;
}

.footer-column {
  width: 33%;
}

.footer-column.form {
  padding: 20px 30px;
  border-radius: 3px;
  background-color: #063f6e;
}

.footer-column._1 {
  padding-top: 20px;
  padding-right: 30px;
}

.footer-column._2 {
  width: 15%;
  padding-top: 20px;
}

.footer-column._3 {
  width: 15%;
  padding-top: 20px;
}

.footer-link {
  display: block;
  width: 90%;
  margin-bottom: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.footer-link:hover {
  color: #ff6246;
}

.footer-link.top-border {
  margin-top: 15px;
}

.footer-notes {
  padding-top: 30px;
  padding-bottom: 10px;
  border-top: 1px solid #0269c0;
  background-color: #072844;
}

.social-icon {
  width: 22px;
  height: 22px;
  margin-right: 16px;
  margin-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

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

.social-icon.square {
  margin-right: 9px;
}

.social-icon.facebook {
  background-image: url('../images/Fb.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icon.twitter {
  background-image: url('../images/Twitter-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icon.google-plus {
  background-image: url('../images/Google-plus-1.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.social-icon.instagram {
  background-image: url('../images/Instagram.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icon.youtube {
  background-image: url('../images/Youtube.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icon.pinterest {
  background-image: url('../images/Pinterest.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icon.email {
  background-image: url('../images/Email.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-note-text {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 9px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.payment-logos {
  margin-top: 5px;
}

.payment-text {
  padding-left: 10px;
}

.success-message {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #a0a6ae;
  font-size: 14px;
}

.error-message {
  background-color: #ffe4e4;
  font-family: Montserrat, sans-serif;
  color: #a0a6ae;
  font-size: 14px;
  font-weight: 400;
}

.button {
  display: inline-block;
  min-width: 136px;
  margin-bottom: 10px;
  padding: 14px 20px 12px;
  border-radius: 3px;
  background-color: #ff6246;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #f7593e;
  text-decoration: none;
}

.button.top-border {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.button.inscricoes {
  display: block;
  width: 35%;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
}

.text-filed-on-footer {
  height: 50px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.text-filed-on-footer:hover {
  border: 1px solid #ff6246;
}

.text-filed-on-footer:focus {
  border: 1px solid #ff6246;
}

.footer-note-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 9px;
}

.footer-note-link:hover {
  color: #ff6246;
}

.heading-link {
  display: block;
}

.heading-link:hover {
  text-decoration: none;
}

.heading-link.bottom-border {
  margin-bottom: 5px;
}

.overlay-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 98, 70, .41), rgba(255, 98, 70, .41));
  background-image: linear-gradient(180deg, rgba(255, 98, 70, .41), rgba(255, 98, 70, .41));
}

.link:hover {
  text-decoration: underline;
}

.heading-3-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.heading-3-link:hover {
  color: #b2cfe7;
  text-decoration: none;
}

.heading-3-link.post-preview {
  margin-bottom: 10px;
  color: #005dab;
  font-size: 20px;
}

.heading-3-link.post-preview:hover {
  color: #ff6246;
}

.play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -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;
}

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

.nav-menu {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ff6246;
}

.nav-link {
  padding: 16px 18px 12px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #f7593e;
  text-decoration: none;
}

.nav-link.w--current {
  background-color: #f7593e;
  color: #fff;
}

.nav-link.first {
  border-bottom-left-radius: 3px;
}

.heading-4-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.heading-4-link:hover {
  color: #ff6246;
  text-decoration: none;
}

.page-header {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 90px;
  background-image: -webkit-linear-gradient(270deg, transparent, #005dab), -webkit-linear-gradient(270deg, rgba(0, 93, 171, .9), rgba(0, 93, 171, .9));
  background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, .9), rgba(0, 93, 171, .9));
}

.page-header.blog {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url('../images/background-headers.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url('../images/background-headers.jpg');
  background-position: 0px 0px, 0px 43%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.page-header.post {
  position: relative;
  background-image: url('../images/photo-1461505647352-19b93426098b.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-header._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.page-header.speaker-page {
  position: relative;
  background-image: url('../images/photo-1461505647352-19b93426098b.jpg');
  background-position: 50% 104%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-header.workshop {
  padding-bottom: 40px;
  background-image: url('../images/photo-1461505647352-19b93426098b.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-header.contact-us {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), url('../images/background-headers.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), url('../images/background-headers.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.page-header.register {
  background-image: -webkit-linear-gradient(270deg, transparent, #005dab), -webkit-linear-gradient(270deg, rgba(0, 93, 171, .9), rgba(0, 93, 171, .9)), url('../images/photo-1471109880861-75a04f9b7833.jpg');
  background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, .9), rgba(0, 93, 171, .9)), url('../images/photo-1471109880861-75a04f9b7833.jpg');
  background-position: 0px 0px, 0px 0px, 50% 300%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.page-header.about {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .11), rgba(0, 0, 0, .11)), url('../images/background-headers.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .11), rgba(0, 0, 0, .11)), url('../images/background-headers.jpg');
  background-position: 0px 0px, 50% 29%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.page-header.workshops {
  background-image: url('../images/background-headers.jpg'), -webkit-linear-gradient(270deg, transparent, #005dab 100%, rgba(0, 93, 171, .59) 0, #431a83), -webkit-linear-gradient(270deg, #005dab, #005dab);
  background-image: url('../images/background-headers.jpg'), linear-gradient(180deg, transparent, #005dab 100%, rgba(0, 93, 171, .59) 0, #431a83), linear-gradient(180deg, #005dab, #005dab);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: cover, auto, auto;
}

.page-header.speakers {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url('../images/background-headers.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url('../images/background-headers.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.page-header.schedule {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/background-headers.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/background-headers.jpg');
  background-position: 0px 0px, 50% 31%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.page-header.author {
  background-image: url('../images/photo-1473625974526-5e6dd5afcb18.jpg');
  background-position: 50% 144%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-header.categories {
  margin-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, transparent, #005dab), -webkit-linear-gradient(270deg, rgba(0, 93, 171, .9), rgba(0, 93, 171, .9)), url('../images/photo-1473742925119-519edfdba49d.jpg');
  background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, .9), rgba(0, 93, 171, .9)), url('../images/photo-1473742925119-519edfdba49d.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.page-header.pricing {
  background-image: -webkit-linear-gradient(270deg, transparent, #005dab), -webkit-linear-gradient(270deg, rgba(0, 93, 171, .9), rgba(0, 93, 171, .9)), url('../images/photo-1474144254036-41f4387cb799.jpg');
  background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, .9), rgba(0, 93, 171, .9)), url('../images/photo-1474144254036-41f4387cb799.jpg');
  background-position: 0px 0px, 0px 0px, 50% 287%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.page-header.faq {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .12)), url('../images/background-headers.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .12)), url('../images/background-headers.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.page-header.sytle-guide {
  background-image: -webkit-linear-gradient(270deg, transparent, #005dab), -webkit-linear-gradient(270deg, rgba(0, 93, 171, .9), rgba(0, 93, 171, .9)), url('../images/photo-1471109880861-75a04f9b7833.jpg');
  background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, .9), rgba(0, 93, 171, .9)), url('../images/photo-1471109880861-75a04f9b7833.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.page-header.licensing {
  background-image: -webkit-linear-gradient(270deg, transparent, #005dab), -webkit-linear-gradient(270deg, rgba(0, 93, 171, .9), rgba(0, 93, 171, .9)), url('../images/photo-1471109880861-75a04f9b7833.jpg');
  background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, .9), rgba(0, 93, 171, .9)), url('../images/photo-1471109880861-75a04f9b7833.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.page-header.tag {
  background-image: -webkit-linear-gradient(270deg, transparent, #005dab), -webkit-linear-gradient(270deg, rgba(0, 93, 171, .9), rgba(0, 93, 171, .9)), url('../images/57f28278817dd45f439edb5d_photo-1473437142809-483a9569da87.jpeg');
  background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, .9), rgba(0, 93, 171, .9)), url('../images/57f28278817dd45f439edb5d_photo-1473437142809-483a9569da87.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.page-header-text {
  position: relative;
  text-align: center;
}

.column-70-percent {
  position: relative;
  width: 70%;
}

.blue-post-preview {
  width: 49%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #005dab;
}

.blue-post-preview._33-percent {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 30px;
}

.blue-post-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 245px;
  background-image: url('http://www.mercadoaudiovisual.com.br/man/2017/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blue-post-text {
  width: 100%;
  padding: 12px 25px 25px;
  background-color: #005dab;
}

.side-padding {
  padding-right: 10px;
  padding-left: 10px;
}

.column-30-percent {
  width: 30%;
  padding-left: 35px;
}

.category-item {
  display: inline-block;
  width: 100%;
  padding: 20px 10px;
  border-bottom: 1px solid #e2e2e2;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #a0a6ae;
}

.category-item:hover {
  color: #ff6246;
  text-decoration: none;
}

.categories {
  margin-bottom: 50px;
}

.tags {
  margin-bottom: 30px;
}

.featured-posts {
  margin-bottom: 85px;
}

.tag-button {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 9px 23px 7px;
  border: 1px solid #ff6246;
  border-radius: 35px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #a0a6ae;
  font-size: 12px;
}

.tag-button:hover {
  background-color: #ff6246;
  color: #fff;
  text-decoration: none;
}

.post-preview-image {
  width: 45%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.post-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.post-text-preview {
  width: 51%;
  padding-top: 11px;
  padding-bottom: 10px;
}

.post-category-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 90px;
  padding: 13px 14px 11px;
  background-color: #ff6246;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 9px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-category-tag:hover {
  background-color: #f7593e;
  text-decoration: none;
}

.category-tag {
  display: inline-block;
  min-width: 90px;
  padding: 9px 13px 6px;
  background-color: #ff6246;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 9px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.category-tag:hover {
  background-color: #f7593e;
  text-decoration: none;
}

.category-tag.bottom-border {
  margin-bottom: 10px;
}

.heading-2-link.featured-post {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
}

.heading-2-link.featured-post:hover {
  color: #ff6246;
}

.heading-2-link.white {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ff6246;
}

.heading-2-link.white:hover {
  color: #e2e2e2;
}

.author-post-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-post-preview.bottom-border {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.author-post-preview.top-border {
  margin-top: 15px;
}

.author-pic {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border-radius: 50%;
  background-image: url('http://www.mercadoaudiovisual.com.br/man/2017/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.author-pic:hover {
  text-decoration: none;
}

.author-pic.inline-block {
  display: inline-block;
  width: 65px;
  height: 65px;
}

.post-header {
  margin-bottom: 30px;
  text-align: center;
}

.post-header.medium {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.style-box {
  margin-bottom: 30px;
}

.rich-text-block {
  text-align: justify;
}

.row-licensing {
  margin-top: 30px;
  padding-bottom: 10px;
}

.row-licensing.bottom-divider {
  border-bottom: 1px solid #e2e2e2;
}

.author-details {
  display: inline-block;
  padding-top: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-icon {
  margin-bottom: 10px;
}

.speaker {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 31.82%;
  height: 380px;
  margin-right: 1.5%;
  margin-bottom: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/guest-dummy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/guest-dummy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.speaker.belisa-figueiro {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/belisa-figueiro.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/belisa-figueiro.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.speaker.flavio {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/flavio.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/flavio.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.speaker.lab {
  background-color: #efe5ed;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .46), rgba(0, 0, 0, .46)), url('../images/lab.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .46), rgba(0, 0, 0, .46)), url('../images/lab.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.speaker.ligocki_marcus {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/ligocki_marcus.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/ligocki_marcus.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.speaker.mauricio {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/mauricio.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/mauricio.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.speaker.vera {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/vera.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/vera.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.speaker.leandro {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .14), rgba(0, 0, 0, .14)), url('../images/leandro-mendes.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .14), rgba(0, 0, 0, .14)), url('../images/leandro-mendes.jpg');
  background-position: 0px 0px, -37px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.speaker.eva {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .43), rgba(0, 0, 0, .43)), url("../images/Christian-de-Castro.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .43), rgba(0, 0, 0, .43)), url("../images/Christian-de-Castro.jpg");
    background-position: 0px 0px, 27% 0%;
    background-size: auto, cover;
}

.speaker.fem {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/guest-dummy-fem.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/guest-dummy-fem.jpg');
}

.speaker.andremaia {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url("../images/andremaia.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url("../images/andremaia.jpg");
}

.speaker.fabio {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .23), rgba(0, 0, 0, .23)), url("../images/fabio.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .23), rgba(0, 0, 0, .23)), url("../images/fabio.jpg");
    background-size: auto, cover;
}

.speaker.marina {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url("../images/marina-pompeu.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url("../images/marina-pompeu.jpg");
}

.speaker.gustavorolla {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .43), rgba(0, 0, 0, .43)), url("../images/gustavo.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .43), rgba(0, 0, 0, .43)), url("../images/gustavo.jpg");
    background-size: auto, cover;
}

.speaker-details {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
}

.social-newtorks.bottom-border {
  margin-top: 0px;
  margin-bottom: 10px;
}

.final-dots {
  margin-bottom: 20px;
  color: #ff6246;
  text-align: center;
}

.latest-posts {
  margin-top: 60px;
}

.on {
  display: inline-block;
  margin-top: 0px;
  margin-right: 4px;
  line-height: 20px;
}

.faq-set {
  margin-bottom: 30px;
}

.workshop-feature {
  padding: 20px 10px 10px 20px;
  border-bottom: 1px solid #e2e2e2;
  background-color: #f9f9f9;
}

.workshop-feature.flex {
  position: relative;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.workshop-sidebar {
  margin-bottom: 50px;
}

.workshop-sidebar.less-bottom-border {
  margin-bottom: 30px;
}

.the-workshop-date {
  display: inline-block;
}

.the-workshop-hour {
  display: inline-block;
}

.the-workshop-date-box {
  padding-left: 28px;
  background-image: url('../images/Calendar.png');
  background-position: 0px 19%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.the-workshop-hour-box {
  padding-left: 28px;
  background-image: url('../images/Clock.png');
  background-position: 0px 16%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.feature-box {
  display: inline-block;
  width: 80%;
}

.check-mark-gray {
  margin-top: 4px;
  margin-right: 10px;
  padding-top: 1px;
}

.column-speaker-picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17%;
  margin-right: 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;
  text-align: center;
}

.speaker-picture {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-image: url('http://www.mercadoaudiovisual.com.br/man/2017/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.speaker-picture.big {
  width: 150px;
  height: 150px;
  background-image: url('../images/guest-dummy.jpg');
}

.speaker-picture.big.belisa {
  background-image: url('../images/belisa-figueiro.jpg');
}

.speaker-picture.big.leandro {
  background-image: url('../images/leandro-mendes.jpg');
  background-position: 10% 0%;
}

.speaker-picture.big.flavio {
  background-image: url('../images/flavio.jpg');
  background-position: 81% 0%;
  background-size: cover;
}

.speaker-picture.big.eva {
  background-image: url('../images/eva-pereira.jpg');
  background-position: 61% 0%;
}

.speaker-picture.big.marcosligicki {
  background-image: url('../images/ligocki_marcus.jpg');
  background-size: cover;
}

.speaker-picture.big.vera {
  background-image: url('../images/vera.jpg');
}

.speaker-picture.big.mauricio {
  background-image: url('../images/mauricio.jpg');
}

.speaker-picture.big.fem {
  background-image: url('../images/guest-dummy-fem.jpg');
}


.speaker-picture.big.cinebrasiltv {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(4, 55, 99, .3);
  background-image: url('../images/CineBrasilTV.png');
  background-size: contain;
}

.speaker-picture.big.boxbraziltv {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(4, 55, 99, .3);
  background-image: url('../images/Box-brazil.png');
  background-size: contain;
}

.speaker-picture.big.canal-brasil {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(4, 55, 99, .3);
  background-image: url('../images/Canal-Brasil.png');
  background-size: contain;
}

.speaker-picture.big.globo-filmes {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(4, 55, 99, .3);
  background-image: url('../images/Globo-Filmes.png');
  background-size: contain;
}

.speaker-picture.big.conne {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(4, 55, 99, .3);
  background-image: url('../images/CONNE.png');
  background-size: contain;
}

.speaker-picture.big.juliapriolli {
    background-image: url("../images/Julia-Priolli.jpg");
    background-position: 7% 0%;
}

.speaker-picture.big.andre {
    background-image: url("../images/andremaia.jpg");
}
.column-about-speaker {
  width: 80%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-icon {
  margin-bottom: 8px;
}

.feature-icon.bottom-border {
  margin-bottom: 10px;
}

.workshop-item {
  width: 31.82%;
  margin-right: 1.5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-icon {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

.contact-icon.phone {
  height: 45px;
  background-image: url('../images/Mobile-blue.png');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.contact-icon.pin {
  background-image: url('../images/Pin-blue.png');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.contact-icon.email {
  background-image: url('../images/Email-blue.png');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.item-icon {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #01579f;
}

.item-icon._1 {
  background-image: url('../images/Users.png');
  background-position: 50% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
}

.item-icon._2 {
  background-image: url('../images/Notebook.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.item-icon.heading-3-link {
  background-image: url('../images/Display-2.png');
  background-position: 50% 50%;
  background-size: 37px;
  background-repeat: no-repeat;
}

.item-icon._4 {
  background-image: url('../images/Car.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.item-icon._5 {
  background-image: url('../images/Map.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.item-icon._6 {
  background-image: url('../images/Umbrella.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.column-65-percent {
  width: 65%;
  height: 350px;
}

.column-65-percent.left {
  height: auto;
  background-image: url('../images/ceara-filmes.jpg');
  background-position: 24% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-65-percent.right {
  height: auto;
  background-image: url('../images/conne.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-35-percent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  min-height: 350px;
  padding: 60px 30px 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #005dab;
}

.column-45-percent {
  width: 45%;
  padding: 45px 30px 34px;
  background-color: #005dab;
}

.column-55-percent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.block-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #014f90;
  border-bottom: 1px solid #0269c0;
}

.block-item.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-style: none;
}

.block-item.last {
  padding-top: 23px;
  padding-bottom: 23px;
  border-bottom-style: none;
}

.block-item-text {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-section {
  position: relative;
  height: 50%;
}

.below-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-55-percent {
  position: relative;
  overflow: hidden;
  width: 55%;
  height: 342px;
}

.section-45-percent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mini-section {
  position: relative;
  width: 100%;
  height: 171px;
}

.dropdown {
  padding-top: 16px;
  padding-bottom: 12px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown:hover {
  background-color: #f7593e;
}

.dropdown.w--open {
  background-color: #f7593e;
}

.dropdown-arrow {
  margin-top: 20px;
}

.dropdown-list.w--open {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ff6246;
}

.dropdown-link {
  padding-top: 15px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: #f7593e;
  text-decoration: none;
}

.dropdown-link.w--current {
  background-color: #f7593e;
  color: #fff;
}

.dropdown-link.last {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.go-up {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 46px;
  height: 46px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 87%, .7);
  background-image: url('../images/Go-up-arrow.png');
  background-position: 50% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.go-up:hover {
  background-color: hsla(0, 0%, 87%, .9);
}

.title-box {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.pricing-tier-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 35px;
  padding-top: 1px;
  -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-bottom-left-radius: 3px;
  background-color: #ff6246;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 10px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-tier-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  min-width: 90px;
  padding-top: 1px;
  -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-bottom-left-radius: 3px;
  background-color: #ff6246;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.button-fill {
  display: inline-block;
  padding: 14px 27.5px;
  border-radius: 35px;
  background-color: #ff6246;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 10.5px;
  line-height: 21px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-fill:hover {
  padding: 11px 24.5px;
  border: 3px solid #ff6246;
  background-color: transparent;
  color: #ff6246;
  text-decoration: none;
}

.button-fill.top-border {
  margin-top: 15px;
}

.metric-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-top: 58px;
  padding-bottom: 58px;
  -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;
}

.metric-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-box {
  margin-top: 15px;
  text-align: center;
}

.logo {
  margin-top: 36px;
  font-family: Montserrat, sans-serif;
  color: #ffe952;
  font-size: 43px;
}

.local-programacao {
  margin-bottom: 10px;
  padding-left: 28px;
  color: #ff6246;
}

.horario {
  color: #ff6246;
  font-size: 18px;
  font-weight: 600;
}

.heading-4 {
  color: #005dab;
  font-size: 22px;
}

.text-block {
  display: inline;
  font-family: Montserrat, sans-serif;
  color: #ff6246;
  font-size: 14px;
}

.cardstime {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ff6246;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.cardstime:hover {
  text-decoration: none;
}

.paragraph-2 {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

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

.bold-text {
  font-size: 28px;
}

.heading-6 {
  font-family: 'Cheddargothic serif webfont', sans-serif;
}

.paragraph-3 {
  font-weight: 400;
}

.palestrante-pagetitle {
  font-family: 'Cheddargothic sans webfont', sans-serif;
  color: #005dab;
  font-size: 34px;
  letter-spacing: 1px;
}

.recaptcha {
  margin-bottom: 24px;
}

.cto-paragraph {
  margin-top: 18px;
}

.cto-box {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  text-align: center;
}

.cto-box.no-bottom-border {
  width: 70%;
  margin-bottom: 0px;
}

.centeredparagraph {
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.container-2 {
  display: block;
  text-align: left;
}

.formcontainer {
  display: block;
  width: 70%;
  min-height: 100px;
  margin-top: 46px;
  margin-right: auto;
  margin-left: auto;
}

.edicaolink {
  margin-top: 4px;
  padding-top: 0px;
  padding-left: 19px;
  background-color: transparent;
  background-image: url('../images/Link.png');
  background-position: 1px 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-family: 'Cheddargothic sans webfont', sans-serif;
  color: #ff6246;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}


.chancela {
  margin-top: 15px;
  margin-bottom: 38px;
  margin-left: 0px;
  font-family: 'Cheddargothic sans webfont', sans-serif;
  font-size: 16px;
}

.logoblock {
  padding-top: 20px;
}

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

.logoimage.vertical {
  margin-top: -20px;
  margin-bottom: 14px;
}

.logoimage.nomarge {
  margin-top: 25px;
}

.logoimage.nomarge._2 {
  margin-top: 4px;
}

.logoimage.ufc {
  margin-top: 33px;
  margin-right: 49px;
  margin-left: -37px;
}

.logoimage.accc {
  margin-top: -15px;
  margin-bottom: -9px;
  margin-left: -11px;
}

.logoimage.bravi {
  margin-top: 35px;
  margin-right: 68px;
}

.logoimage.casaamarela {
  margin-top: -19px;
  margin-right: 0px;
  margin-left: 19px;
}

.logoimage.selosecult {
  margin-top: 50px;
  margin-right: 0px;
}

.logoimage.csa {
  margin-top: 6px;
  margin-right: 0px;
  margin-left: 10px;
}

.logoimage.governosecult {
  margin-top: 11px;
}

.logoimage.bndes {
  margin-right: 21px;
}

.logoimage.minc {
  margin-top: 37px;
}

.logoimage.leiincentivo {
  margin-top: -6px;
}

.logoimage.bnb {
  margin-left: 32px;
}

.row2x {
  padding-top: 43px;
}

.chancela2x {
  margin-bottom: -1px;
  margin-left: 0px;
  font-family: 'Cheddargothic sans webfont', sans-serif;
  font-size: 16px;
}

.logomarcaimg {
  margin-top: -30px;
  margin-right: 14px;
}

.logomarcaimg.vertical {
  margin-top: -20px;
  margin-bottom: 14px;
}

.logomarcaimg.nomarge {
  margin-top: 25px;
}

.logomarcaimg.nomarge._2 {
  margin-top: 4px;
}

.logomarcaimg.ufc {
  margin-top: 7px;
  margin-right: 0px;
  margin-left: 1px;
}

.logomarcaimg.accc {
  margin-top: -24px;
  margin-bottom: -9px;
  margin-left: -11px;
}

.logomarcaimg.bravi {
  margin-top: 2px;
  margin-left: -6px;
}

.logomarcaimg.casaamarela {
  margin-top: -28px;
  margin-right: 0px;
  margin-left: 19px;
}

.logomarcaimg.selosecult {
  margin-top: 18px;
}

.logomarcaimg.csa {
  margin-top: 6px;
  margin-right: 0px;
  margin-left: 10px;
}

.logomarcaimg.governosecult {
  margin-top: 11px;
}

.logomarcaimg.bndes {
  margin-right: 21px;
}

.logomarcaimg.minc {
  margin-top: 2px;
}

.logomarcaimg.leiincentivo {
  margin-top: -6px;
}

.logomarcaimg.bnb {
  margin-left: 32px;
}

.rowlogo {
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, .21);
}

.coluna1 {
  border-right: 1px solid rgba(0, 0, 0, .22);
}

html.w-mod-js *[data-ix="move-down-on-load-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="move-up-on-load"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="move-down-on-load"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="0-opacity-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="move-down-100"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="move-right-100"] {
  opacity: 0;
  -webkit-transform: translate(138%, 0%);
  -ms-transform: translate(138%, 0%);
  transform: translate(138%, 0%);
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="move-down-on-load-2"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
}

.encontro-item {
  margin-bottom: 33px;
  border-bottom: 1px solid rgba(0, 0, 0, .17);
}

.title-encontro-guest {
  margin-bottom: 12px;
  font-family: 'Cheddargothic sans webfont', sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
}

.text-span {
  margin-right: 3px;
  margin-left: 3px;
  font-size: 16px;
}

html.w-mod-js *[data-ix="move-down-on-load-3"] {
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

@media (max-width: 991px) {
  .hero-section {
    min-height: 600px;
    padding-top: 16%;
    background-image: url('../images/background-headers.jpg');
    background-position: 0px 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .subtitle-box.small {
    width: 90%;
  }
  .hero-feature-1 {
    padding-left: 20px;
  }
  .hero-feature-1:hover {
    padding-left: 20px;
  }
  .flex-wrapper.spice-between-on-mobile {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-wrapper.venue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-50-percent {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .column-50-percent.right-padding {
    margin-bottom: 50px;
    padding-right: 0px;
  }
  .column-50-percent._1 {
    margin-bottom: 20px;
  }
  .column-50-percent._2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .column-50-percent.faq {
    margin-right: 0px;
    margin-left: 0px;
  }
  .intro-post-preview {
    padding-bottom: 25px;
  }
  .column-split-image {
    width: 100%;
  }
  .column-split-message {
    background-color: #005dab;
  }
  .column-split-text {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-split-text.left {
    padding: 0px 20px 20px;
  }
  .slider.on-column {
    width: 100%;
  }
  .header-box {
    width: 70%;
  }
  .feature {
    padding-left: 20px;
  }
  .magnifier {
    background-color: #005dab;
  }
  .activity-description {
    width: 76%;
  }
  .get-tickets-column {
    padding-right: 20px;
  }
  .name {
    width: 100%;
  }
  .last-name {
    width: 100%;
  }
  .column-70-percent {
    width: 100%;
  }
  .blue-post-preview._33-percent {
    width: 49%;
    margin-right: 0%;
  }
  .column-30-percent.workshop {
    width: 100%;
  }
  .post-preview-image {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
  }
  .post-text-preview {
    width: 100%;
  }
  .feature-box {
    width: 85%;
  }
  .column-speaker-picture {
    width: 23%;
  }
  .column-about-speaker {
    width: 70%;
  }
  .column-45-percent {
    width: 100%;
  }
  .column-55-percent {
    width: 100%;
  }
  .dropdown-link {
    padding-left: 40px;
    text-align: left;
  }
  .dropdown-link.last {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .menu-button.w--open {
    background-color: #ff6246;
  }
  .burger-menu {
    color: #ff6246;
  }
  .metric-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .metric-text-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cto-box {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .hero-section {
    min-height: 600px;
    padding-top: 21%;
  }
  .subtitle-box.medium {
    width: 90%;
  }
  .hero-feature-1 {
    -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;
    text-align: center;
  }
  .hero-feature-icon {
    margin-bottom: 10px;
  }
  .hero-feature-2 {
    padding-left: 0px;
    -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;
    text-align: center;
  }
  .hero-feature-3 {
    padding-left: 0px;
    -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;
    text-align: center;
  }
  .divider-lines.metric {
    display: none;
  }
  .brand.w--current {
    display: none;
  }
  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content-section.sponsors {
    padding-top: 97px;
    padding-bottom: 97px;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .mini-title.white {
    line-height: 28px;
  }
  .column-split-image {
    margin-right: 10px;
    margin-left: 10px;
  }
  .slider.on-column {
    margin-right: 10px;
    margin-left: 10px;
  }
  .workshop-preview {
    margin-bottom: 30px;
  }
  .feature {
    width: 50%;
  }
  .feature._2 {
    border-right-style: none;
  }
  .feature._3 {
    border-top: 1px solid #e2e2e2;
    border-right-style: solid;
  }
  .feature._4 {
    border-right-style: none;
  }
  .image-gallery {
    width: 50%;
    height: 300px;
  }
  .sponsor {
    width: 50%;
  }
  .sponsor._2 {
    border-right: 1px solid #014b89;
  }
  .sponsor._6 {
    border-right: 1px solid #014b89;
  }
  .sponsor._9 {
    border-bottom-style: none;
  }
  .sponsor._10 {
    border-right: 1px solid #014b89;
    border-bottom-style: none;
  }
  .tab-link {
    min-width: 30%;
    padding-right: 6%;
    padding-left: 6%;
  }
  .pricing-box {
    width: 48%;
    margin-bottom: 30px;
  }
  .pricing-box.no-bottom-border {
    margin-bottom: 0px;
  }
  .get-tickets-column {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .get-tickets-column.contact-form {
    padding-left: 0px;
  }
  .form-body {
    width: 100%;
  }
  .footer-column.form {
    display: block;
    width: 60%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .footer-column._1 {
    width: 100%;
    text-align: center;
  }
  .footer-column._2 {
    display: none;
    width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-column._3 {
    width: 25%;
  }
  .footer-notes {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-note-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .button.top-border {
    display: none;
    min-width: 136px;
  }
  .column-70-percent {
    width: 100%;
  }
  .column-30-percent {
    width: 100%;
    margin-top: 40px;
    padding-left: 0px;
  }
  .column-30-percent.workshop {
    margin-bottom: 30px;
  }
  .post-header.medium {
    width: 90%;
  }
  .speaker {
    width: 48.5%;
  }
  .column-speaker-picture {
    width: 100%;
  }
  .workshop-item {
    width: 48.5%;
  }
  .column-65-percent.left {
    width: 100%;
    min-height: 250px;
  }
  .column-65-percent.right {
    width: 100%;
    min-height: 250px;
  }
  .column-35-percent {
    width: 100%;
    min-height: 250px;
    padding-top: 50px;
  }
  .column-45-percent {
    width: 100%;
  }
  .column-55-percent {
    display: block;
  }
  .metric-item {
    width: 100%;
    border-top: 1px solid #015093;
    border-bottom: 1px solid #0265b7;
  }
  .centeredparagraph {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 479px) {
  .hero-section {
    padding-top: 24%;
    padding-bottom: 0%;
  }
  .subtitle-box.medium {
    width: 100%;
  }
  .hero-features {
    position: relative;
  }
  .hero-features-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-feature-1 {
    width: 100%;
    margin-top: 0px;
    border-bottom: 1px solid #0265b7;
  }
  .hero-feature-icon {
    display: none;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .hero-feature-2 {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #015093;
    border-bottom: 1px solid #0265b7;
  }
  .hero-feature-3 {
    width: 100%;
    border-top: 1px solid #015093;
  }
  .divider-lines {
    display: none;
  }
  .flex-wrapper.spice-between-on-mobile {
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-50-percent._2 {
    display: block;
  }
  .mini-title.white {
    font-size: 18px;
  }
  .post-date {
    margin-bottom: 5px;
  }
  .paragraph.white.box {
    font-size: 16px;
  }
  .heading-2.big.red {
    font-size: 35px;
    line-height: 50px;
  }
  .header-box {
    width: 90%;
  }
  .feature {
    width: 100%;
  }
  .feature._1 {
    border-right-style: none;
  }
  .feature._2 {
    border-top: 1px solid #e2e2e2;
  }
  .feature._3 {
    border-right-style: none;
  }
  .feature._5 {
    border-right-style: none;
  }
  .image-gallery {
    width: 100%;
  }
  .sponsor {
    width: 100%;
  }
  .sponsor._1 {
    width: 100%;
    border-right: 1px solid #014b89;
  }
  .sponsor._3 {
    border-right: 1px solid #014b89;
  }
  .sponsor._5 {
    border-right: 1px solid #014b89;
  }
  .sponsor._7 {
    border-right: 1px solid #014b89;
  }
  .sponsor._9 {
    border-right: 1px solid #014b89;
  }
  .sponsor._11 {
    border-right: 1px solid #014b89;
    border-bottom-style: none;
  }
  .tab-link {
    width: 100%;
  }
  .schedule-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .activity-time {
    width: 100%;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .activity-description {
    width: 100%;
  }
  .pricing-box {
    width: 100%;
  }
  .payment-logo-box {
    width: 48.5%;
    margin-bottom: 10px;
  }
  .footer-column.form {
    width: 100%;
  }
  .footer-column._1 {
    width: 100%;
  }
  .footer-column._2 {
    width: 50%;
    margin-top: 30px;
  }
  .footer-column._3 {
    width: 50%;
    margin-top: 30px;
  }
  .social-icon {
    margin-bottom: 10px;
  }
  .button.inscricoes {
    font-size: 14px;
  }
  .blue-post-preview {
    width: 100%;
    margin-bottom: 30px;
  }
  .blue-post-preview._33-percent {
    width: 100%;
  }
  .post-preview-image {
    margin-right: 0px;
  }
  .post-header.medium {
    width: 100%;
  }
  .author-details {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .speaker {
    width: 100%;
    margin-right: 0%;
  }
  .the-workshop-date {
    display: inline;
    line-height: 0px;
  }
  .workshop-item {
    width: 100%;
    margin-right: 0%;
  }
  .item-icon._4 {
    margin-bottom: 10px;
  }
  .item-icon._5 {
    margin-bottom: 10px;
  }
  .item-icon._6 {
    margin-bottom: 10px;
  }
  .column-45-percent {
    padding-right: 20px;
    padding-left: 20px;
  }
  .block-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-55-percent {
    width: 100%;
  }
  .section-45-percent {
    width: 100%;
  }
  .cto-box {
    width: 90%;
  }
  .centeredparagraph {
    padding-right: 27px;
    padding-left: 27px;
    font-size: 16px;
    line-height: 20px;
  }
}

@font-face {
  font-family: 'Cheddargothic sans webfont';
  src: url('../fonts/cheddargothic-sans-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Cheddargothic webfont';
  src: url('../fonts/cheddargothic-sansitalic-webfont.woff2') format('woff2'), url('../fonts/cheddargothic-stencilitalic-webfont.woff2') format('woff2'), url('../fonts/cheddargothic-sansitalic-webfont.woff') format('woff'), url('../fonts/cheddargothic-stencilitalic-webfont.woff') format('woff'), url('../fonts/cheddargothic-slabitalic-webfont.woff') format('woff'), url('../fonts/cheddargothic-serifitalic-webfont.ttf') format('truetype'), url('../fonts/cheddargothic-stencilitalic-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Cheddargothic serif webfont';
  src: url('../fonts/cheddargothic-serif-webfont.woff2') format('woff2'), url('../fonts/cheddargothic-serif-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Cheddargothic slab webfont';
  src: url('../fonts/cheddargothic-slab-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Cheddargothic stencil webfont';
  src: url('../fonts/cheddargothic-stencil-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}