h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 29px;
}

a {
  color: #19aee9;
  text-decoration: underline;
}

a:hover {
  color: #ff8735;
}

.navbar {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #000;
}

.text-logo {
  margin-top: -1px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 37px;
}

.nav-link {
  padding: 10px;
  border-radius: 2px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

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

.nav-link.w--current {
  color: #ff8735;
}

.nav-link.w--current:hover {
  color: #a5a5a5;
}

.nav-link.colored {
  margin-left: 10px;
  padding-right: 14px;
  padding-left: 14px;
  border-radius: 0px;
  background-color: #ff8735;
  color: #fff;
  font-weight: 700;
}

.nav-link.colored:hover {
  background-color: #fff;
  color: #000;
}

.nav-link.dropdown-nav-link {
  display: block;
  padding-right: 30px;
}

.nav-link.dropdown-nav-link.w--open {
  color: #999;
}

.hero-section {
  width: 100%;
  height: 100%;
  padding-top: 86px;
  background-color: #000;
  background-image: url('../images/foil-texture-grunge-effect-background-PPLC5BT.jpg');
  background-size: auto;
}

.hero-section.mob {
  display: none;
  height: 100vh;
}

.body {
  height: 100%;
  background-color: #000;
  font-family: Lato, sans-serif;
}

.default-navbar-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.default-navbar-wrapper.subpage {
  padding-top: 25px;
}

.default-navbar-wrapper.subpage.dark {
  background-color: #1b1d1c;
}

.hero-slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.hero-slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.29)), to(rgba(0, 0, 0, 0.29))), url('../images/foil-texture-grunge-effect-background-PPLC5BT.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29)), url('../images/foil-texture-grunge-effect-background-PPLC5BT.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-slide._2 {
  background-image: url('../images/foil-texture-grunge-effect-background-PPLC5BT.jpg');
  background-size: cover;
}

.hero-slide._3 {
  background-image: url('../images/foil-texture-grunge-effect-background-PPLC5BT.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.hero-slide._4 {
  background-image: url('../images/Photo-4.jpg');
}

.hero-slide-overlay {
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.23);
}

.hero-slide-container {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.hero-slide-text-block {
  width: 100%;
}

.slide-title {
  margin-top: 0px;
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  color: #1b1d1c;
  font-size: 39px;
  line-height: 50px;
  text-transform: uppercase;
}

.slide-title.subtitle {
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  text-transform: none;
}

.button {
  display: inline-block;
  margin-top: 10px;
  padding-right: 21px;
  padding-left: 21px;
  border-radius: 0px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.button.slide-button {
  border-radius: 0px;
  background-color: #ff8735;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.47);
  font-size: 17px;
}

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

.button.pricing-button {
  margin-top: 15px;
  border: 2px solid #fff;
  background-color: transparent;
}

.button.pricing-button:hover {
  background-color: #fff;
  color: #000;
}

.button.info-button {
  padding-right: 7px;
  padding-left: 7px;
  border-radius: 4px;
  background-color: #34c48b;
}

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

.button.blog-read-more-button {
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 4px;
  background-color: #34c48b;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

.button.blog-read-more-button:hover {
  background-color: #000;
}

.button.orange {
  background-color: #ff8735;
}

.button.orange:hover {
  background-color: #34c48b;
}

.button.ficha {
  display: none;
  background-color: #ff8735;
  font-size: 15px;
  font-weight: 600;
}

.button.selecionados {
  font-size: 14px;
}

.button.selecionados.spacebelow {
  margin-bottom: 64px;
}

.hero-slide-arrow-button {
  width: 50px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 13px;
}

.hero-slide-arrow-button:hover {
  background-color: #000;
}

.section {
  padding-top: 90px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section.tint {
  background-color: #efefef;
}

.section.color {
  padding-bottom: 80px;
  background-color: #1b1d1c;
  color: #fff;
}

.section.download-section {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #efefef;
}

.section.intro-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section.bottom-section {
  padding-bottom: 100px;
}

.section.logo-section {
  padding-top: 45px;
  padding-bottom: 25px;
  background-color: #34c48b;
}

.section.contact-section {
  position: relative;
  z-index: 10;
  height: 580px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.section.blog-post-page {
  padding-top: 65px;
  padding-bottom: 90px;
}

.section.last {
  -webkit-transition: color 625ms ease;
  transition: color 625ms ease;
}

.section._404 {
  padding-top: 70px;
  padding-bottom: 100px;
}

.section.bio-section {
  padding-top: 89px;
  padding-bottom: 89px;
  background-color: #fff;
  background-image: url('../images/foil-texture-grunge-effect-background-PPLC5BT.jpg');
  background-size: auto;
}

.section.formsection {
  padding-top: 89px;
  padding-bottom: 89px;
  background-color: #f7f7f7;
  background-image: none;
  background-size: auto;
}

.section.listaselecionados {
  padding-top: 152px;
}

.container {
  position: relative;
}

.container.home-intro-container {
  position: relative;
  top: -50px;
  z-index: 10;
}

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

.container.item-header {
  margin-top: 55px;
  margin-bottom: 65px;
}

.container.framed {
  padding: 52px;
  background-color: #fff;
}

.home-intro-section {
  height: 17%;
  background-color: #000;
  background-image: url('../images/foil-texture-grunge-effect-background-PPLC5BT.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-intro-block {
  position: relative;
  overflow: hidden;
  height: 105px;
  padding-right: 171px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
}

.intro-column {
  height: 100%;
}

.intro-info-block {
  position: relative;
  height: 100%;
  padding-top: 36px;
  padding-left: 110px;
}

.intro-icon-wrapper {
  position: absolute;
  left: 30px;
  top: 25px;
  width: 60px;
  height: 60px;
  padding-top: 13px;
  border: 3px solid #d0d0d0;
  border-radius: 100%;
  text-align: center;
}

.intro-info-title {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 19px;
  font-weight: 700;
}

.intro-info-title.subtitle {
  color: #b5b5b5;
  font-size: 13px;
  font-weight: 400;
}

.intro-icon {
  height: 24px;
}

.intro-row {
  height: 100%;
}

.intro-button {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: 154px;
  height: 100%;
  padding-top: 36px;
  padding-left: 21px;
  float: right;
  background-color: #ff8735;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}

.intro-button:hover {
  background-color: #63574f;
}

.intro-button-title {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.intro-button-title.subtitle {
  font-size: 10px;
}

.section-title {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 53px;
  text-transform: uppercase;
}

.section-title.subtitle {
  margin-bottom: 23px;
  font-size: 19px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.section-title.small {
  font-size: 26px;
  line-height: 25px;
}

.section-title.large {
  font-size: 48px;
}

.section-title-wrapper {
  margin-bottom: 40px;
  text-align: left;
}

.section-title-wrapper.centered {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.intro {
  margin-bottom: 0px;
}

.section-title-wrapper.less-bottom-margin {
  margin-bottom: 20px;
}

.intro-section-row.bottom {
  margin-bottom: 25px;
}

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

.paragraph.program {
  overflow: hidden;
}

.intro-column-title {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.intro-section-column {
  text-align: center;
}

.icon-block {
  display: block;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 25px;
  border-style: solid;
  border-width: 3px;
  border-color: #c92350;
  border-radius: 100%;
  background-color: #c92350;
}

.icon-block.color {
  border-color: #dd6e24;
  background-color: #ff8735;
}

.icon {
  height: 67px;
}

.section-divider {
  display: block;
  width: 70px;
  height: 3px;
  margin-top: 4px;
  margin-bottom: 29px;
  background-color: #c92350;
}

.section-divider.dark {
  margin-top: 4px;
  background-color: #000;
  opacity: 0.2;
}

.section-divider.white {
  background-color: #fff;
}

.section-divider.speaker-divider {
  margin-top: -1px;
  margin-bottom: 1px;
  background-color: #ff8735;
}

.section-divider.center {
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
}

.speaker-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #000;
}

.speaker-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
}

.speaker-title {
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.speaker-name {
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 25px;
  font-weight: 700;
  text-transform: none;
}

.speaker-social-icon {
  width: 20px;
  height: 20px;
}

.speaker-social-icon-block {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  opacity: 0.6;
  text-align: left;
}

.speaker-social-icon-block:hover {
  opacity: 1;
}

.image-section {
  background-image: url('../images/Photo-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-section.venue {
  background-image: url('../images/Photo-9.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.image-section-overlay {
  padding-top: 155px;
  padding-bottom: 155px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.image-section-overlay.dark {
  background-color: rgba(0, 0, 0, 0.6);
}

.download-mockup {
  position: absolute;
  left: -5px;
  top: -101px;
  height: 380px;
}

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #1b1d1c;
  text-decoration: none;
}

.link:hover {
  color: #ff8735;
  text-decoration: underline;
}

.link.speaker-link {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
}

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

.link.program-link {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.link.program-link:hover {
  color: #34c48b;
}

.link.footer-link {
  display: block;
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
}

.link.footer-link:hover {
  color: #34c48b;
}

.link.blog-title-link {
  display: block;
  width: 95%;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.link.blog-title-link:hover {
  color: #34c48b;
}

.link.bottom-footer-link {
  color: #a5a5a5;
}

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

.speaker-wrapper {
  width: 294px;
  height: 363px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  text-decoration: none;
}

.speaker-wrapper:hover {
  position: relative;
  z-index: 20;
}

.speaker-block-title {
  margin-bottom: -6px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.speaker-block-title.subtitle {
  color: #b1b1b1;
  font-size: 12px;
  font-weight: 400;
}

.speaker-block-name-wrapper {
  padding: 25px;
  text-decoration: none;
}

.program-tabs-menu {
  overflow: hidden;
  border: 1px none #fff;
  border-radius: 3px;
  background-color: #eaeaea;
}

.program-tabs-menu.white {
  background-color: #fff;
}

.program-tab-pane {
  padding-top: 45px;
  padding-left: 35px;
}

.program-list-item {
  position: relative;
  padding-bottom: 20px;
  padding-left: 80px;
  border-left: 3px solid #34c48b;
}

.program-list-item.last {
  border-left-width: 1px;
  border-left-color: transparent;
}

.program-time-block {
  position: absolute;
  left: -38px;
  top: 0px;
  padding: 8px 15px;
  border: 3px none #fff;
  border-radius: 3px;
  background-color: #34c48b;
  color: #fff;
}

.program-time-title {
  font-family: Montserrat, sans-serif;
}

.program-tabs-content {
  overflow: visible;
}

.program-tab-button {
  width: 25%;
  padding-top: 20px;
  padding-bottom: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
}

.program-tab-button:hover {
  background-color: #34c48b;
  color: #fff;
}

.program-tab-button.w--current {
  background-color: #ff8735;
  color: #fff;
}

.program-tab-button.w--current:hover {
  background-color: #34c48b;
}

.program-tab-button.last {
  border-right: 1px none #000;
}

.tab-button-title {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.tab-button-title.subtitle {
  opacity: 0.6;
  font-size: 12px;
  font-weight: 400;
}

.program-speaker-block {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.program-speaker-image {
  width: 50px;
  margin-right: 15px;
  float: left;
  border-radius: 6px;
}

.program-speaker-title {
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.program-speaker-title.subtitle {
  margin-top: 0px;
  color: #34c48b;
  font-size: 14px;
}

.program-hidden-info {
  overflow: hidden;
}

.pricing-column {
  padding-right: 0px;
  padding-left: 0px;
}

.pricing-row {
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.pricing-row.pricing-page {
  margin-bottom: 0px;
}

.pricing-block {
  position: relative;
  padding: 35px;
  background-color: #34c48b;
  color: #fff;
}

.pricing-block:hover {
  z-index: 10;
}

.pricing-block._2 {
  background-color: #25b77c;
}

.pricing-block._3 {
  background-color: #189b67;
}

.pricing-title {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-title.price {
  display: inline-block;
  margin-bottom: 15px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 50px;
  background-color: #000;
  line-height: 50px;
}

.pricing-list-item {
  padding-top: 5px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
}

.footer {
  padding-top: 49px;
  background-color: #353535;
  color: #b8b8b8;
}

.bottom-footer-block {
  margin-top: 90px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #000;
}

.bottom-footer-col-right {
  text-align: right;
}

.bottom-footer-text {
  font-family: Lato, sans-serif;
  color: #999;
  font-size: 13px;
}

.footer-column.first {
  padding-right: 45px;
}

.footer-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.footer-list-item {
  margin-bottom: 7px;
}

.page-header {
  position: relative;
  background-image: url('../images/Photo-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header.venue {
  background-image: url('../images/color-texture.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header.ministrantes {
  background-image: url('../images/color-texture.jpg');
}

.page-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}

.page-header-overlay.blog-post-header-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  padding-top: 99px;
}

.page-header-overlay.ministrantes {
  background-color: rgba(0, 0, 0, 0.4);
}

.page-header-title {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 37px;
  text-transform: uppercase;
}

.page-header-title.subtitle {
  margin-top: 9px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 19px;
  line-height: 26px;
  font-weight: 300;
  text-transform: none;
}

.pricing-extra-row {
  margin-bottom: 20px;
}

.extra-pricing-block {
  padding: 35px 35px 25px;
  border: 0px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: border 250ms ease;
  transition: border 250ms ease;
  color: #000;
  font-size: 13px;
  line-height: 12px;
}

.extra-pricing-block:hover {
  border-color: #919191;
}

.extra-pricing-block.highlight {
  border-color: #168055;
  background-color: #c92350;
  color: #fff;
}

.pricing-wrapper {
  width: 40%;
  float: left;
}

.large-price-title {
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 61px;
  line-height: 59px;
  font-weight: 700;
}

.large-price-title.subtitle {
  margin-bottom: 0px;
  opacity: 0.4;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.price-info-block-wrapper {
  width: 60%;
  float: right;
}

.check-list {
  margin-top: 36px;
  margin-bottom: 36px;
}

.check-list.below-paragraph {
  margin-top: 20px;
}

.check-list-item {
  position: relative;
  margin-bottom: 6px;
  padding-left: 30px;
}

.check-list-icon {
  position: absolute;
  left: 0px;
  top: 7px;
  height: 16px;
}

.extra-pricing-block-title {
  margin-bottom: 19px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.13);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.column-intro-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-us-column {
  padding-right: 20px;
}

.about-us-column.last {
  padding-right: 10px;
  padding-left: 0px;
}

.image-block {
  width: 100%;
  height: 170px;
  border-radius: 3px;
  background-image: url('../images/Photo-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-block.venue {
  background-image: url('../images/Photo-5.jpg');
  background-size: cover;
}

._2-column-left {
  padding-right: 25px;
}

._2-column-right {
  padding-left: 25px;
}

.venue-col-left {
  padding-right: 110px;
}

.venue-col-right {
  padding-top: 4px;
}

.stats-block {
  padding: 25px 25px 15px;
  border: 2px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 11px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
}

.stats-block:hover {
  border-color: #fff;
}

.stats-title {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  line-height: 30px;
  font-weight: 700;
}

.stats-title.subtitle {
  margin-bottom: 18px;
  opacity: 0.6;
  font-size: 19px;
  line-height: 17px;
  font-weight: 400;
}

.logo-block {
  display: block;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px none rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.logo-block:hover {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
}

.sponsor-logo {
  width: 60%;
}

.blog-post-thumb {
  width: 200px;
  height: 170px;
  margin-right: 36px;
  float: left;
  border-radius: 3px;
}

.blog-post-author-block {
  margin-top: 15px;
  margin-bottom: 14px;
  padding-bottom: 0px;
}

.blog-author-title {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.blog-author-title.name {
  margin-left: 15px;
  padding-right: 7px;
  padding-left: 7px;
  border-radius: 2px;
  background-color: #ff8735;
  color: #fff;
}

.single-blog-post-author-block {
  display: block;
  margin-top: 35px;
  margin-bottom: 21px;
  padding: 25px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  background-image: url('../images/foil-texture-grunge-effect-background-PPLC5BT.jpg');
  background-position: 50% 0%;
  background-size: cover;
  color: #1b1d1c;
  text-decoration: none;
}

.single-blog-post-author-block:hover {
  background-position: 77% 0%;
  background-size: cover;
}

.blog-author-image {
  width: 79px;
  margin-right: 20px;
  float: left;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.blog-author-name {
  margin-top: 14px;
  margin-bottom: 17px;
  float: none;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-align: right;
}

.blog-author-name.subtitle {
  margin-top: 6px;
  margin-bottom: 1px;
  color: #fff;
  font-size: 17px;
  line-height: 15px;
  font-weight: 400;
}

.feed-column-left {
  padding-right: 25px;
}

.feed-column-right {
  padding-left: 25px;
}

.feed-link-block {
  display: block;
  border-bottom: 1px none #ddd;
  text-decoration: none;
}

.feed-thumb {
  width: 100px;
  height: 100px;
  margin-right: 13px;
  float: left;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.feed-item-title {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.feed-item-title:hover {
  color: #34c48b;
}

.feed-item-title.date {
  margin-top: 7px;
  color: #858585;
  font-size: 13px;
  font-weight: 400;
}

.feed-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #cacaca;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.upcoming-event-block {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background-image: url('../images/foil-texture-grunge-effect-background-PPLC5BT.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.upcoming-event-block._2 {
  background-position: 50% 100%;
}

.upcoming-event-block._3 {
  background-position: 0% 50%;
}

.dropdown-icon {
  margin-right: 10px;
}

.dropdown-link {
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: #ff8735;
  color: #fff;
}

.dropdown-list {
  overflow: hidden;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.3);
}

.link-wrapper {
  margin-top: 20px;
  border-top: 1px none #dbdbdb;
}

.event-overlay {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 45px 35px;
  background-color: rgba(0, 0, 0, 0.34);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.event-overlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.event-overlay.upcoming {
  padding-bottom: 55px;
}

.event-overlay-title {
  display: inline-block;
  padding: 12px 15px;
  border-radius: 4px 4px 4px 0px;
  background-color: #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.event-overlay-title:hover {
  color: #34c48b;
}

.event-overlay-title.large {
  border-radius: 0px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.event-overlay-title.single-page {
  width: 77%;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 29px;
  line-height: 40px;
}

.event-overlay-title.single-page:hover {
  color: #fff;
}

.event-overlay-info-block {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 7px;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid #cfcfcf;
  border-radius: 0px;
  background-color: #fff;
}

.event-overlay-info-title {
  display: inline-block;
  margin-right: -1px;
  padding-top: 9px;
  padding-right: 0px;
  padding-bottom: 9px;
  border-right: 1px none #cfcfcf;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.event-overlay-info-title.no-border {
  border-right-style: none;
}

.overall-content-col-left {
  padding-right: 65px;
}

.sidebar-content-block {
  padding: 25px 25px 15px;
  border-bottom: 1px solid #dbdbdb;
}

.sidebar-content-block.last {
  border-bottom: 1px none #000;
}

.sidebar-title {
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar-title.subtitle {
  margin-bottom: 5px;
  color: #ff8735;
}

.contact-form {
  height: 580px;
  margin-bottom: 0px;
  padding-top: 75px;
  padding-bottom: 90px;
  padding-left: 0px;
}

.field {
  height: 50px;
  margin-bottom: 3px;
  border: 2px solid #e7e7e7;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.field:hover {
  border-color: #bababa;
}

.field:focus {
  border-color: #34c48b;
}

.field.area {
  height: 170px;
  padding-top: 12px;
}

.contact-sidebar-block {
  height: 580px;
  padding-top: 94px;
  padding-bottom: 90px;
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}

.success-bg {
  padding-top: 27px;
  border-radius: 3px;
  background-color: #34c48b;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.error-bg {
  padding-bottom: 1px;
  padding-left: 15px;
  border-radius: 3px;
  background-color: #e21b1b;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
}

.program-info-title {
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #b5b5b5;
  font-size: 14px;
}

.event-overview-wrapper {
  margin-bottom: 37px;
  padding-bottom: 10px;
}

.event-top-price {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 0px;
  background-color: #1b1d1c;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.event-top-price.orange {
  background-color: #ff8735;
}

.blog-post-item {
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  -webkit-transition: color 875ms ease;
  transition: color 875ms ease;
  color: #1b1d1c;
  text-decoration: none;
}

.blog-post-text-block {
  font-family: Lato, sans-serif;
}

.blog-page-header {
  position: relative;
  overflow: hidden;
  height: 450px;
  background-image: url('../images/color-texture.jpg');
  background-position: 50% 26%;
  background-size: cover;
}

.blog-post-date {
  display: inline-block;
  margin-right: 10px;
  font-family: Lato, sans-serif;
  color: #989898;
}

.blog-post-date-block {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.latest-blog-post-item {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.sidebar-block {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin-top: -178px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #fff;
}

.blog-post-image-link-block {
  float: left;
}

.speaker-image-block {
  width: 100%;
  height: 291px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.speaker-image-block.anna {
  height: 291px;
  background-image: url('../images/Anna-Luiza-Miller.png');
  background-size: cover;
}

.speaker-image-block.clelia {
  background-image: url('../images/Clelia-Bessa.png');
  background-size: cover;
}

.speaker-image-block.daniel {
  background-image: url('../images/Daniel-Garcia.png');
  background-size: cover;
}

.logoheader {
  display: block;
  margin: 78px auto 24px;
}

.no-margim-top {
  margin-top: -1px;
}

.divider {
  margin-bottom: 32px;
  opacity: 1;
}

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

.dividerline {
  height: 1px;
  margin-bottom: 24px;
  background-color: rgba(27, 29, 28, 0.26);
}

.linkdetalhe {
  display: block;
  color: #5a5f5d;
  text-decoration: none;
}

.linkdetalhe:hover {
  color: #c92350;
}

.modulos {
  margin-bottom: 64px;
}

.paragraph-2 {
  color: #ff0303;
}

.biopic {
  margin-bottom: 45px;
}

.biotitle {
  display: inline-block;
  margin-top: 0px;
  padding-left: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  text-transform: uppercase;
}

.biotitle.subtitle {
  margin-bottom: 0px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
}

.biotitle.small {
  font-size: 26px;
  line-height: 25px;
}

.bootomsilversection {
  height: 13%;
  background-color: #000;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.text-block {
  display: inline-block;
}

.biotitle-copy {
  display: inline-block;
  margin-top: 0px;
  padding-left: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  text-transform: uppercase;
}

.biotitle-copy.subtitle {
  margin-bottom: 0px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
}

.biotitle-copy.small {
  font-size: 26px;
  line-height: 25px;
}

.biotitle-copy._2 {
  margin-top: 12px;
  margin-bottom: 23px;
  padding: 7px 15px;
  background-color: #1b1d1c;
  color: #fff;
  font-size: 32px;
  text-transform: none;
}

.ministrante-label {
  margin-bottom: 6px;
}

.titltposter {
  display: block;
  margin-top: 5px;
  padding: 0px;
  background-color: transparent;
  color: #1b1d1c;
  font-size: 26px;
  line-height: 37px;
  white-space: normal;
  background-clip: border-box;
}

.titltposter.nomargimtop {
  margin-top: -4px;
}

.modulolabel {
  display: inline-block;
  margin-bottom: 17px;
  padding: 5px 13px;
  background-color: #1b1d1c;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.modulolabel.second {
  margin-top: 38px;
}

.cursotipo {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.logosponsors {
  margin-bottom: 0px;
}

.label-atividades {
  display: inline-block;
  padding: 7px 15px;
  background-color: #1b1d1c;
  color: #fff;
}

.datacursolisting {
  margin-bottom: 13px;
  padding-left: 17px;
  color: #ff8735;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.back-button {
  margin-top: 27px;
  background-color: #ff8735;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.back-button:hover {
  background-color: #1b1d1c;
  color: #fff;
}

.ministrantesrow {
  margin-bottom: 23px;
}

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

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

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

.green-line {
  position: relative;
  display: block;
  width: 25px;
  height: 3px;
  margin: 15px auto;
  background-color: #c92350;
  text-align: center;
}

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

.team-row {
  margin-bottom: 19px;
}

.team-position {
  margin-top: 0px;
  font-family: Merriweather, serif;
  color: #adafb3;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}

.social-icon-block {
  width: 100px;
  height: 100px;
  float: none;
  border: 1px solid #adafb3;
  border-radius: 22px;
  -webkit-transition: border-color 1000ms ease, box-shadow 1000ms ease;
  transition: border-color 1000ms ease, box-shadow 1000ms ease;
}

.social-icon-block:hover {
  border-color: #00c2a2;
  box-shadow: 0 0 2px 1px rgba(173, 175, 179, 0.47);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.social-icon-block.social {
  width: 35px;
  height: 35px;
  margin: 20px 5px;
  border-color: #828282;
  border-radius: 9px;
}

.social-icon-block.social:hover {
  border-color: #00c2a2;
}

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

.social-icon {
  width: 15px;
  margin: 8px 10px;
  opacity: 0.65;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}

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

.team-name {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-blockministranteslist {
  opacity: 0.77;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: opacity 875ms ease;
  transition: opacity 875ms ease;
  text-decoration: none;
}

.link-blockministranteslist:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

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

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

.sectiontitle {
  margin-bottom: 63px;
  font-size: 43px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-3 {
  text-decoration: none;
}

.heading {
  margin-top: -1px;
  font-family: Montserrat, sans-serif;
}

.programrow {
  margin-bottom: 20px;
}

.review-v1 {
  position: relative;
  width: 100%;
  margin-bottom: 44px;
  padding: 64px 64px 64px 120px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(82, 91, 115, 0.12);
}

.text-grey {
  color: #525b73;
}

.no-margin {
  margin: 0px;
}

.review-v1-icon {
  position: absolute;
  left: 48px;
  top: 56px;
  width: 40px;
}

.review-v1-rating {
  position: absolute;
  top: 32px;
  right: 32px;
  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;
}

.rating-star {
  margin-right: 1px;
  margin-left: 1px;
}

.titleitem {
  margin-top: 0px;
}

.logohero {
  display: block;
  width: auto;
  height: 51%;
  margin-top: 112px;
  margin-right: auto;
  margin-left: auto;
}

.bkgvideo {
  display: block;
  height: 100%;
}

.bold-text {
  font-family: 'Open Sans', sans-serif;
}

.featurebloc {
  text-align: center;
}

.features-section-row {
  margin-top: 66px;
  margin-bottom: 72px;
}

.features-section-row.bottom {
  margin-bottom: 25px;
}

.dividerline-copy {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: rgba(27, 29, 28, 0.26);
}

.linkatividade {
  display: block;
  color: #1b1d1c;
  font-size: 16px;
  text-decoration: none;
}

.linkatividade:hover {
  color: #ff8735;
}

.obs {
  font-size: 12px;
  line-height: 19px;
}

.heading-2 {
  display: block;
}

.outline-social-icon {
  width: 50px;
  height: 50px;
  margin-right: 11px;
  margin-left: 11px;
  padding-top: 11px;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.outline-social-icon:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.section-title-wrapper-2 {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-title-2 {
  margin-top: 0px;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
}

.contact-map-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100%;
  padding-right: 320px;
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

.contact-section {
  position: relative;
  width: 100%;
  height: 250px;
  padding-top: 42px;
  padding-bottom: 42px;
}

.contact-section.siganos {
  background-color: #1b1d1c;
}

.footer-small-social-icon {
  height: 15px;
}

.footer-small-social-icon.flickr {
  height: 26px;
}

.contact-section-overlay {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 59%;
  padding-top: 58px;
  background-color: #1b1d1c;
  color: #fff;
}

.redessociaistitle {
  margin-top: 0px;
  color: #f7f7f7;
  font-size: 35px;
  line-height: 39px;
  font-weight: 700;
  text-transform: uppercase;
}

.addthistools {
  margin-top: 18px;
  margin-bottom: 35px;
}

.obs-inline {
  font-size: 13px;
  line-height: 17px;
}

.imagenews {
  margin-bottom: 30px;
}

.alerta {
  color: #f7f7f7;
  font-size: 16px;
}

.suspendedsection {
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 277px;
  padding-bottom: 277px;
  text-align: center;
}

.selecionadosbloc {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.57);
}

.consultor {
  border-bottom: 1px none rgba(0, 0, 0, 0.65);
  color: rgba(51, 51, 51, 0.66);
  font-size: 21px;
}

.specsatividade {
  margin-bottom: 27px;
  font-size: 20px;
  line-height: 25px;
}

.toggle-wrapper {
  margin-top: -1px;
  text-align: left;
}

.toggle-header {
  width: 100%;
  padding: 20px 15px 17px 40px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
  background-image: url('../images/info.svg');
  background-position: 12px 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #919191;
  text-align: left;
}

.toggle-header:hover {
  background-color: #fafafa;
  color: #546cc3;
}

.toggle-header.with-line {
  padding-left: 30px;
  border: 1px solid #ededed;
  background-color: #1b1d1c;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.toggle-header.with-line:hover {
  background-color: rgba(27, 29, 28, 0.75);
}

.toggle-header.with-line.artescenicas {
  background-color: #1b1d1c;
}

.toggle-header.with-line.patrimonio {
  background-color: #a00a10;
}

.toggle-header.with-line.designartefatos {
  background-color: #1b1d1c;
}

.toggle-header.with-line.modiatecnologia {
  background-color: #856e74;
}

.toggle-header.with-line.turismocriativo {
  background-color: #856e74;
}

.toggle-header.with-line._1 {
  background-color: #856e74;
}

.toggle-header.with-line._1:hover {
  background-color: rgba(133, 110, 116, 0.67);
}

.toggle-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.tabparagraph {
  max-width: 100%;
  margin-top: 25px;
  padding: 25px;
  font-size: 18px;
  line-height: 29px;
}

.tabparagraph._2x {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 34px;
  column-gap: 34px;
  -webkit-column-rule: 1px solid rgba(0, 0, 0, 0.11);
  column-rule: 1px solid rgba(0, 0, 0, 0.11);
}

.toggle-element {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.toggle-element.more-margin {
  width: 100%;
  margin-top: 0px;
}

.toggle-content {
  overflow: hidden;
}

.toggle-content.w--open {
  position: static;
  background-color: #eeece7;
}

.toggblock {
  width: 100%;
}

.tabs-container {
  position: relative;
}

.tabtitle {
  max-width: 100%;
  margin-top: 25px;
  padding: 25px;
  font-size: 19px;
  line-height: 29px;
}

html.w-mod-js *[data-ix="hide-speaker-overlay"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-speaker-element"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="hide-program-info"] {
  display: none;
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="page-header-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="page-header-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="page-header-fade-in-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-divider"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

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

html.w-mod-js *[data-ix="fade-in-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="slider-title"] {
  opacity: 0;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}

html.w-mod-js *[data-ix="slider-title-2"] {
  opacity: 0;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}

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

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

  .navbar {
    padding-bottom: 10px;
  }

  .text-logo {
    margin-top: 7px;
  }

  .nav-link {
    width: 100%;
    max-width: 1200px;
    padding-left: 35px;
    border-bottom: 1px solid #2a2a2a;
  }

  .nav-link:hover {
    background-color: #34c48b;
    color: #fff;
  }

  .nav-link.w--current {
    color: #34c48b;
  }

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

  .nav-link.colored {
    margin-left: 0px;
    padding-left: 35px;
    border-radius: 0px;
  }

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

  .nav-link.colored.w--current:hover {
    color: #000;
  }

  .hero-section {
    height: 590px;
  }

  .hero-section.mob {
    display: block;
    height: 526px;
  }

  .default-navbar-wrapper.subpage {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .hero-slide-overlay {
    padding-right: 90px;
  }

  .hero-slide-container {
    padding-left: 20px;
  }

  .hero-slide-text-block {
    width: 70%;
  }

  .slide-title {
    font-size: 30px;
    line-height: 31px;
  }

  .slide-title.subtitle {
    font-size: 16px;
    line-height: 23px;
  }

  .nav-menu {
    background-color: #1d1b1a;
  }

  .section {
    padding: 45px;
  }

  .section.tint.last {
    padding-bottom: 55px;
  }

  .section.color {
    padding-bottom: 45px;
  }

  .section.download-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section.intro-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section.bottom-section {
    padding-bottom: 60px;
  }

  .section.contact-section {
    height: 500px;
  }

  .section.blog-post-page {
    padding-top: 45px;
    padding-bottom: 65px;
  }

  .section.last {
    padding-bottom: 75px;
  }

  .section.bio-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section.formsection {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .home-intro-section {
    height: 60px;
    padding-right: 45px;
    padding-left: 45px;
  }

  .home-intro-block {
    height: 85px;
  }

  .intro-column {
    padding-right: 0px;
  }

  .intro-info-block {
    padding-top: 21px;
    padding-left: 80px;
  }

  .intro-icon-wrapper {
    left: 20px;
    top: 19px;
    width: 50px;
    height: 50px;
    padding-top: 11px;
  }

  .intro-info-title {
    margin-top: 4px;
    font-size: 13px;
  }

  .intro-info-title.subtitle {
    margin-top: 0px;
    font-size: 10px;
    line-height: 15px;
  }

  .intro-icon {
    height: 20px;
  }

  .intro-button {
    padding-top: 25px;
  }

  .section-title {
    font-size: 32px;
    line-height: 43px;
  }

  .section-title.subtitle {
    font-size: 14px;
    line-height: 23px;
  }

  .section-title-wrapper.centered {
    margin-bottom: 30px;
  }

  .intro-column-title {
    margin-bottom: 9px;
    font-size: 16px;
  }

  .section-divider {
    margin-top: 9px;
    margin-bottom: 23px;
  }

  .speaker-overlay {
    font-size: 12px;
    line-height: 17px;
  }

  .speaker-title {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .speaker-name {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 18px;
  }

  .image-section {
    background-attachment: scroll;
  }

  .image-section-overlay {
    padding: 90px 45px;
  }

  .download-mockup {
    left: -51px;
    top: -91px;
    height: 350px;
  }

  .link.blog-title-link {
    font-size: 25px;
    line-height: 23px;
  }

  .speaker-wrapper {
    height: 260px;
  }

  .speaker-block-title {
    font-size: 11px;
  }

  .speaker-block-title.subtitle {
    font-size: 10px;
  }

  .speaker-block-name-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .program-list-item {
    padding-left: 60px;
  }

  .pricing-block {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
  }

  .footer {
    padding-top: 45px;
  }

  .bottom-footer-block {
    margin-top: 45px;
    padding-right: 45px;
    padding-left: 45px;
  }

  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }

  .page-header-overlay {
    padding-top: 110px;
    padding-right: 45px;
    padding-left: 45px;
  }

  .page-header-overlay.with-text {
    padding-right: 45px;
    padding-left: 45px;
  }

  .page-header-overlay.blog-post-header-overlay {
    position: relative;
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .column-intro-title {
    margin-bottom: 10px;
  }

  .image-block {
    height: 200px;
  }

  .stats-block {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .stats-title {
    margin-bottom: 2px;
    font-size: 22px;
  }

  .stats-title.subtitle {
    font-size: 16px;
  }

  .blog-post-thumb {
    height: 205px;
    margin-right: 26px;
  }

  .single-blog-post-author-block {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .feed-column-left {
    padding-right: 20px;
    padding-left: 0px;
  }

  .feed-item-title {
    font-size: 13px;
    line-height: 14px;
  }

  .dropdown {
    width: 100%;
    max-width: 1200px;
  }

  .dropdown-icon {
    margin-right: 20px;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .dropdown-list.w--open {
    border-radius: 0px;
    box-shadow: none;
  }

  .event-overlay {
    padding-top: 130px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: rgba(0, 0, 0, 0.48);
  }

  .event-overlay:hover {
    background-color: rgba(0, 0, 0, 0.76);
  }

  .event-overlay.upcoming {
    padding-top: 160px;
    padding-bottom: 75px;
  }

  .event-overlay-title {
    font-size: 12px;
  }

  .event-overlay-title.single-page {
    font-size: 24px;
    line-height: 25px;
  }

  .event-overlay-info-title {
    font-size: 10px;
  }

  .overall-content-col-left {
    padding-right: 45px;
  }

  .sidebar-content-block {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-map {
    height: 310px;
  }

  .contact-form {
    height: 500px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .contact-sidebar-block {
    height: 500px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .menu-button {
    border-radius: 3px;
    background-color: #fff;
  }

  .menu-button:hover {
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .blog-page-header {
    height: auto;
  }

  .sidebar-block {
    margin-top: -150px;
  }

  .dynamic-team-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .speaker-image-block {
    height: 170px;
  }

  .event-map {
    height: 250px;
  }

  .logo-container {
    padding-left: 25px;
  }

  .slider-nav {
    height: 120px;
    padding-left: 45px;
    font-size: 7px;
    text-align: left;
  }

  .biotitle {
    font-size: 32px;
    line-height: 27px;
  }

  .biotitle.subtitle {
    font-size: 14px;
    line-height: 23px;
  }

  .bootomsilversection {
    height: 60px;
    padding-right: 45px;
    padding-left: 45px;
  }

  .biotext {
    font-size: 18px;
  }

  .biotitle-copy {
    font-size: 32px;
    line-height: 27px;
  }

  .biotitle-copy.subtitle {
    font-size: 14px;
    line-height: 23px;
  }

  .biotitle-copy._2 {
    line-height: 43px;
  }

  .titltposter {
    font-size: 18px;
  }

  .green-line {
    width: 10%;
    margin-top: 25px;
    margin-left: auto;
    text-align: center;
  }

  .team-row {
    margin-bottom: -2px;
  }

  .social-icon-block.social {
    margin-right: 5px;
    margin-left: 5px;
  }

  .team-column {
    margin-bottom: 14px;
  }

  .review-v1 {
    margin-bottom: 88px;
  }

  .no-margin {
    margin: 0px;
  }

  .logohero {
    height: 66%;
    margin-top: 65px;
  }

  .bkgvideo {
    display: none;
  }

  .linkatividade {
    font-size: 18px;
  }

  .section-title-wrapper-2 {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-2 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .contact-map-2 {
    height: 100%;
    padding-right: 240px;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .contact-section {
    height: 340px;
  }

  .contact-section-overlay {
    padding-top: 50px;
  }

  .redessociaistitle {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .toggle-title {
    margin-right: 16px;
    font-size: 16px;
    white-space: normal;
  }

  .tabparagraph {
    text-align: left;
  }

  .tabparagraph._2x {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .tabtitle {
    text-align: left;
  }

  .bold-text-3 {
    font-size: 15px;
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 27px;
  }

  .text-logo {
    margin-top: 13px;
    margin-left: 15px;
  }

  .hero-section {
    height: 440px;
  }

  .hero-section.mob {
    display: block;
    padding-top: 137px;
  }

  .default-navbar-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .default-navbar-wrapper.subpage {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-slide-overlay {
    padding-right: 25px;
    padding-left: 25px;
  }

  .hero-slide-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-slide-text-block {
    width: 80%;
  }

  .slide-title {
    font-size: 22px;
    line-height: 25px;
  }

  .slide-title.subtitle {
    font-size: 13px;
    line-height: 20px;
  }

  .button.slide-button {
    margin-top: 0px;
  }

  .hero-slide-arrow-button {
    width: 40px;
  }

  .section {
    padding: 25px;
  }

  .section.tint {
    padding-bottom: 45px;
  }

  .section.color {
    padding-bottom: 25px;
  }

  .section.color.team-page {
    padding-bottom: 65px;
  }

  .section.intro-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.bottom-section {
    padding-bottom: 70px;
  }

  .section.contact-section {
    height: auto;
    padding-bottom: 25px;
  }

  .section.blog-post-page {
    padding-top: 25px;
    padding-bottom: 75px;
  }

  .section.last {
    padding-bottom: 65px;
  }

  .section.bio-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.formsection {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container.home-intro-container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .container.item-header {
    margin-bottom: 0px;
  }

  .container.framed {
    padding: 29px;
  }

  .home-intro-section {
    height: 90px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-intro-block {
    height: auto;
    padding-right: 0px;
  }

  .intro-column {
    height: auto;
    padding-left: 0px;
  }

  .intro-info-block {
    height: auto;
    padding: 15px;
    text-align: center;
  }

  .intro-icon-wrapper {
    position: static;
    display: inline-block;
  }

  .intro-info-title {
    font-size: 16px;
  }

  .intro-info-title.subtitle {
    font-size: 12px;
    line-height: 16px;
  }

  .intro-button {
    padding-top: 80px;
    padding-right: 9px;
    padding-left: 9px;
    text-align: center;
  }

  .section-title {
    font-size: 22px;
    line-height: 33px;
  }

  .section-title.small {
    font-size: 21px;
    line-height: 21px;
  }

  .section-title-wrapper {
    margin-bottom: 20px;
  }

  .intro-column-title {
    font-size: 18px;
  }

  .intro-section-column {
    padding-bottom: 15px;
  }

  .image-section-overlay {
    padding: 55px 25px;
  }

  .download-mockup {
    left: -124px;
    top: -55px;
  }

  .link {
    font-size: 13px;
  }

  .link.blog-title-link {
    font-size: 15px;
    line-height: 18px;
  }

  .speaker-wrapper {
    height: auto;
    margin-bottom: 10px;
  }

  .speaker-block-title {
    font-size: 13px;
  }

  .program-tab-pane {
    padding-top: 25px;
  }

  .program-tab-button {
    padding-top: 13px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .tab-button-title {
    font-size: 13px;
  }

  .pricing-row {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pricing-block {
    margin-bottom: 12px;
  }

  .bottom-footer-block {
    margin-top: 25px;
    padding: 15px 25px;
  }

  .bottom-footer-col-left {
    padding-left: 0px;
  }

  .bottom-footer-col-right {
    padding-left: 0px;
    text-align: left;
  }

  .footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-column {
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer-column.first {
    padding-right: 25px;
    padding-left: 25px;
  }

  .page-header-overlay {
    padding: 90px 25px 10px;
  }

  .page-header-overlay.with-text {
    padding-right: 25px;
    padding-left: 25px;
  }

  .page-header-overlay.blog-post-header-overlay {
    padding-top: 70px;
    padding-bottom: 65px;
  }

  .page-header-title {
    margin-top: 20px;
  }

  .page-header-title.subtitle {
    margin-bottom: 10px;
  }

  .pricing-extra-row {
    margin-bottom: 0px;
  }

  .pricing-extra-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pricing-extra-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .extra-pricing-block {
    margin-bottom: 10px;
  }

  .about-us-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .about-us-column.last {
    padding-right: 0px;
    padding-bottom: 0px;
  }

  ._2-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._2-column-right {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .stats-block {
    margin-bottom: 10px;
  }

  .logo-block {
    margin-bottom: 10px;
  }

  .blog-post-author-block {
    margin-top: 9px;
    margin-bottom: 6px;
  }

  .single-blog-post-author-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .feed-column-left {
    padding-right: 0px;
  }

  .feed-column-right {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 20px;
  }

  .feed-item-title {
    font-size: 15px;
    line-height: 16px;
  }

  .event-overlay {
    padding-top: 34px;
    padding-bottom: 25px;
  }

  .event-overlay.upcoming {
    padding-bottom: 25px;
  }

  .event-overlay-title {
    font-size: 14px;
  }

  .event-overlay-title.large {
    font-size: 16px;
    line-height: 20px;
  }

  .event-overlay-title.single-page {
    width: 81%;
    font-size: 19px;
    line-height: 21px;
  }

  .sidebar-col-right {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .overall-content-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sidebar-content-block {
    border-top: 1px solid #dbdbdb;
    border-bottom-width: 0px;
    border-bottom-color: #000;
  }

  .sidebar-content-block.contact-last {
    border-bottom-width: 1px;
    border-bottom-color: #dbdbdb;
  }

  .contact-form {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .contact-sidebar-block {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .program-info-title {
    font-size: 13px;
  }

  .menu-button {
    margin-right: 20px;
  }

  .image-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-post-item {
    font-size: 14px;
  }

  .sidebar-block {
    margin-top: 0px;
  }

  .dynamic-team-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dynamic-sponsor-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .speaker-image-block {
    height: 210px;
  }

  .logo-container {
    padding-left: 10px;
  }

  .slider-nav {
    height: 100px;
    padding-left: 25px;
  }

  .biotitle {
    font-size: 22px;
    line-height: 17px;
  }

  .biotitle.small {
    font-size: 21px;
    line-height: 21px;
  }

  .bootomsilversection {
    height: 90px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .biotext {
    font-size: 16px;
    line-height: 27px;
  }

  .biotitle-copy {
    font-size: 22px;
    line-height: 17px;
  }

  .biotitle-copy.small {
    font-size: 21px;
    line-height: 21px;
  }

  .green-line {
    margin-right: 250px;
    margin-left: 250px;
  }

  .programrow {
    margin-bottom: 0px;
  }

  .no-margin {
    margin: 0px;
  }

  .logohero {
    margin-top: 16px;
  }

  .bkgvideo {
    display: none;
  }

  .featurebloc {
    margin-bottom: 64px;
  }

  .linkatividade {
    font-size: 16px;
    line-height: 27px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 27px;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 27px;
  }

  .section-title-wrapper-2 {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .contact-section {
    height: 310px;
  }

  .redessociaistitle {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .alerta {
    font-size: 10px;
  }

  .toggle-title {
    font-size: 14px;
    white-space: normal;
  }

  .toggle-element {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .text-logo {
    font-size: 22px;
    line-height: 23px;
  }

  .nav-link {
    padding-left: 20px;
  }

  .nav-link.colored {
    padding-left: 20px;
  }

  .hero-slide-overlay {
    padding-top: 105px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .hero-slide-text-block {
    width: 90%;
  }

  .slide-title {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 17px;
  }

  .slide-title.subtitle {
    font-size: 12px;
    line-height: 17px;
  }

  .section {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 19px;
  }

  .section.color {
    padding-bottom: 20px;
  }

  .section.download-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.intro-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.bottom-section {
    padding-bottom: 60px;
  }

  .section.logo-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.blog-post-page {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section._404 {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .section.bio-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.formsection {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.home-intro-container {
    padding-right: 21px;
    padding-left: 20px;
  }

  .container.framed {
    padding: 12px;
  }

  .home-intro-section {
    height: 70px;
  }

  .intro-info-block {
    padding-right: 4px;
    padding-left: 4px;
  }

  .intro-icon-wrapper {
    width: 40px;
    height: 40px;
    padding-top: 6px;
  }

  .intro-info-title {
    font-size: 11px;
    line-height: 17px;
  }

  .intro-info-title.subtitle {
    font-size: 9px;
    line-height: 13px;
  }

  .intro-icon {
    height: 16px;
  }

  .intro-button {
    width: 110px;
  }

  .intro-button-title.subtitle {
    margin-top: 2px;
    font-size: 14px;
    line-height: 13px;
  }

  .section-title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 28px;
  }

  .section-title.subtitle {
    font-size: 13px;
    line-height: 18px;
  }

  .section-title.small {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 17px;
  }

  .section-title.large {
    font-size: 26px;
    white-space: normal;
  }

  .section-title-wrapper.centered {
    margin-bottom: 17px;
  }

  .intro-column-title {
    font-size: 16px;
  }

  .section-divider {
    margin-top: 3px;
    margin-bottom: 21px;
  }

  .speaker-overlay {
    padding: 15px;
    font-size: 11px;
    line-height: 16px;
  }

  .speaker-name {
    font-size: 17px;
    line-height: 18px;
  }

  .image-section-overlay {
    padding: 20px;
  }

  .download-mockup {
    position: static;
    top: -15px;
    height: 250px;
    margin-bottom: -39px;
  }

  .download-col-right {
    padding-left: 0px;
  }

  .link.program-link {
    font-size: 15px;
    line-height: 17px;
  }

  .link.blog-title-link {
    width: 101%;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 19px;
  }

  .link.bottom-footer-link {
    font-size: 10px;
  }

  .speaker-block-title {
    font-size: 12px;
  }

  .speaker-block-name-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .program-list-item {
    padding-left: 44px;
  }

  .program-tab-button {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .program-speaker-title {
    margin-top: 9px;
    font-size: 14px;
  }

  .pricing-row {
    margin-bottom: 25px;
  }

  .pricing-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer {
    padding-top: 25px;
    font-size: 13px;
    line-height: 19px;
  }

  .bottom-footer-text {
    font-size: 10px;
  }

  .footer-column.first {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-header-overlay {
    padding: 70px 20px 10px;
  }

  .page-header-overlay.blog-post-header-overlay {
    padding: 45px 20px;
  }

  .page-header-title {
    font-size: 16px;
    line-height: 22px;
  }

  .page-header-title.subtitle {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 16px;
  }

  .extra-pricing-block {
    padding: 25px 25px 15px;
  }

  .large-price-title {
    margin-top: 24px;
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 29px;
  }

  .large-price-title.subtitle {
    margin-top: 14px;
    font-size: 9px;
  }

  .check-list-item {
    padding-left: 25px;
  }

  .column-intro-title {
    margin-bottom: 9px;
    font-size: 17px;
    line-height: 19px;
  }

  .stats-column {
    padding-left: 0px;
  }

  .venue-col-left {
    padding-right: 45px;
    padding-left: 0px;
  }

  .venue-col-right {
    padding-top: 15px;
    padding-left: 0px;
  }

  .stats-title {
    font-size: 19px;
    line-height: 20px;
  }

  .stats-title.subtitle {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 9px;
  }

  .blog-post-thumb {
    width: 100%;
    height: 120px;
    margin-right: 0px;
    margin-bottom: 90px;
  }

  .blog-post-author-block {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .single-blog-post-author-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-author-image {
    width: 50px;
  }

  .blog-author-name {
    margin-top: 9px;
    font-size: 16px;
  }

  .blog-author-name.subtitle {
    line-height: 12px;
  }

  .feed-thumb {
    width: 80px;
  }

  .feed-item-title {
    font-size: 11px;
    line-height: 14px;
  }

  .feed-item-title.date {
    margin-bottom: -3px;
    font-size: 11px;
    line-height: 11px;
  }

  .feed-title {
    margin-bottom: 5px;
    font-size: 21px;
  }

  .dropdown-link {
    padding-left: 20px;
  }

  .link-wrapper {
    margin-top: 10px;
    padding-top: 5px;
  }

  .event-overlay {
    padding: 19px 20px 20px;
    background-color: rgba(0, 0, 0, 0.44);
  }

  .event-overlay.upcoming {
    padding-bottom: 20px;
  }

  .event-overlay-title {
    padding: 9px;
    font-size: 11px;
    line-height: 13px;
  }

  .event-overlay-title.large {
    font-size: 11px;
    line-height: 14px;
  }

  .event-overlay-title.single-page {
    width: 90%;
    font-size: 13px;
    line-height: 14px;
  }

  .event-overlay-info-block {
    padding-right: 9px;
    padding-left: 9px;
  }

  .event-overlay-info-title {
    margin-right: 5px;
    padding-right: 5px;
    line-height: 21px;
  }

  .sidebar-col-right {
    padding-top: 15px;
  }

  .contact-map {
    height: 210px;
  }

  .event-top-price.orange {
    font-size: 13px;
  }

  .menu-button {
    width: 50px;
    height: 48px;
    margin-right: 10px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .blog-post-item {
    margin-bottom: 13px;
  }

  .blog-post-image-link-block {
    display: none;
    width: 100%;
    margin-bottom: 0px;
    float: none;
  }

  .logo-container {
    padding-left: 20px;
  }

  .logo-container.w--current {
    padding-left: 12px;
  }

  .biotitle {
    margin-bottom: 5px;
    font-size: 19px;
  }

  .biotitle.subtitle {
    font-size: 13px;
    line-height: 18px;
  }

  .biotitle.small {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 17px;
  }

  .bootomsilversection {
    height: 70px;
  }

  .biotitle-copy {
    margin-bottom: 5px;
    font-size: 19px;
  }

  .biotitle-copy.subtitle {
    font-size: 13px;
    line-height: 18px;
  }

  .biotitle-copy.small {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 17px;
  }

  .biotitle-copy._2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 23px;
    line-height: 34px;
  }

  .datacursolisting {
    padding-left: 0px;
    font-size: 14px;
    line-height: 27px;
  }

  .green-line {
    margin-right: auto;
    margin-left: auto;
  }

  .heading {
    margin-top: 16px;
    font-size: 22px;
    line-height: 33px;
  }

  .review-v1 {
    padding: 88px 12% 48px;
  }

  .no-margin {
    margin: 0px;
  }

  .review-v1-icon {
    left: 12%;
    top: 26px;
  }

  .features-section-row {
    margin-bottom: 21px;
  }

  .section-title-wrapper-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-2 {
    font-size: 25px;
    line-height: 26px;
  }

  .contact-map-2 {
    padding-right: 110px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .redessociaistitle {
    font-size: 25px;
    line-height: 26px;
  }

  .bold-text-2 {
    line-height: 22px;
  }

  .toggle-title {
    margin-right: 20px;
    font-size: 12px;
    line-height: 21px;
    white-space: normal;
  }

  .tabparagraph._2x {
    font-size: 16px;
    line-height: 27px;
  }

  .tabtitle {
    font-size: 18px;
  }

  .image {
    margin-bottom: 25px;
  }
}

