body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-variant-ligatures: none;
  font-variant-numeric: lining-nums;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
}

h2 {
  margin-top: 72px;
  margin-bottom: 32px;
  font-size: 47px;
  line-height: 56px;
  font-weight: 600;
  text-align: left;
}

h3 {
  margin-bottom: 24px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

h4 {
  margin-top: 56px;
  margin-bottom: 24px;
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

h5 {
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h6 {
  margin-top: 8px;
  margin-bottom: 32px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0.3px;
}

p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0096ff;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: #08b7f8;
}

ul {
  margin-top: 0px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

strong {
  font-weight: 700;
}

.content-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1136px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-bottom: 2px;
  padding-left: 24px;
}

.content-wrapper.footer {
  max-width: 1576px;
  padding-right: 32px;
  padding-left: 32px;
}

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

.content-section {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.content-section.about-local {
  padding-top: 0px;
  padding-bottom: 0px;
}

.event-section-heading {
  margin-top: 6px;
  margin-bottom: 24px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.event-name {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.page-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: 48px;
  background-color: #000;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.event-location-name {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.35px;
}

.text-span {
  color: #000;
  font-size: 14px;
}

.event-location-text {
  margin-bottom: 24px;
  color: #000;
}

.btn {
  position: relative;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 16px 32px;
  border: 1px solid #0096ff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0096ff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn:hover {
  border-color: #0096ff;
  background-color: #0096ff;
  color: #fff;
}

.btn.map {
  margin-right: 0px;
}

.logo-event-page {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 120px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/logo-sympla-light.svg');
  background-position: 50% 50%;
  background-size: 91px;
  background-repeat: no-repeat;
}

.sympla-footer-signature-link {
  border-bottom: 1px solid #bdcadb;
  color: #bdcadb;
}

.sympla-footer-spv-text {
  display: inline-block;
  margin-right: 8px;
  color: #f5f5f5;
  font-size: 11px;
  font-weight: 300;
}

.sympla-footer-social-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  opacity: 0.6;
}

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

.sympla-footer-social-icon.linkedin {
  background-image: url('../images/ic-social-share-linkedin-light-gray.svg');
}

.sympla-footer-social-icon.twitter {
  background-image: url('../images/ic-social-share-twitter-light-gray.svg');
}

.sympla-footer-social-icon.instagram {
  background-image: url('../images/ic-social-share-instagram-light-gray.svg');
}

.sympla-footer-social-icon.facebook {
  background-image: url('../images/ic-social-share-facebook-light-gray.svg');
}

.sympla-footer-store-badge {
  display: block;
  width: 128px;
  height: 42px;
  margin-bottom: 8px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 128px;
  background-repeat: no-repeat;
}

.sympla-footer-store-badge.android {
  height: 40px;
  background-image: url('../images/google-oficial-pt-br.svg');
}

.sympla-footer-store-badge.ios {
  height: 44px;
  background-image: url('../images/apple-oficial.svg');
}

.sympla-footer-logo {
  width: 104px;
  margin-top: 8px;
  margin-bottom: 16px;
}

.sympla-footer-spv-heart {
  color: #ff4f4f;
}

.sympla-footer-link {
  display: block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdcadb;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-decoration: none;
}

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

.sympla-footer-link.signature {
  display: block;
  margin-bottom: 24px;
  font-size: 10px;
  text-transform: uppercase;
}

.sympla-footer-content-row {
  margin-bottom: 40px;
}

.sympla-6-col {
  width: 16.6%;
  float: left;
}

.sympla-footer-title {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #f5f5f5;
  font-size: 11px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.sympla-footer-spv-logo {
  width: 70px;
}

.sympla-footer-spv-signature {
  display: block;
  width: 188px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sympla-footer {
  display: none;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #50525f;
}

.sympla-footer-list {
  margin-bottom: 24px;
}

.sympla-content-divider {
  height: 1px;
  margin-bottom: 24px;
  background-color: rgba(0, 0, 0, 0.1);
}

.sympla-content-divider.footer {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.app-banner {
  display: block;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  text-align: right;
}

.app-banner:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.app-banner.event-page {
  position: fixed;
  left: 0px;
  top: 72px;
  z-index: 100;
  height: 54px;
  background-color: transparent;
}

.app-banner.event-page-v2 {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 100;
  width: 56px;
  height: 56px;
  background-color: transparent;
}

.app-banner-link {
  display: block;
  padding-left: 12px;
  border-radius: 0px 4px 4px 0px;
  box-shadow: -1px 17px 38px 1px rgba(0, 0, 0, 0.09), 2px 0 17px -2px rgba(0, 0, 0, 0.15);
  text-align: right;
}

.app-banner-small {
  display: block;
  padding-top: 8px;
  float: left;
}

.app-banner-icon-small {
  display: block;
  width: 44px;
  height: 44px;
  margin-top: 4px;
  float: right;
}

.app-banner-title-small {
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.app-banner-cta-small {
  color: #0096ff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.app-banner-close-small {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background-color: #0097ff;
  background-image: url('../images/icon-close-light.svg');
  background-position: 50% 50%;
  background-size: 6px;
  background-repeat: no-repeat;
}

.content-block {
  padding: 16px 32px 24px;
  color: #000;
  text-align: center;
}

.content-block.list-head {
  padding-top: 16px;
  padding-bottom: 0px;
}

.content-block.organizer-address {
  padding-top: 8px;
  padding-bottom: 8px;
}

.slide {
  height: 100%;
  background-image: url('../images/header-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._1 {
  background-image: url('../images/featured-1.png');
}

.slide._5 {
  background-image: url('../images/featured-5.png');
}

.slide._3 {
  background-image: url('../images/featured-3.png');
}

.slide._4 {
  background-image: url('../images/featured-4.png');
}

.slide._2 {
  background-image: url('../images/featured-2.png');
}

.slide._6 {
  background-image: url('../images/featured-6.png');
}

.hero-section {
  position: relative;
  height: 52vh;
  min-height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/header-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slider-nav {
  width: 144px;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
}

.hero-slider-nav:hover {
  opacity: 1;
}

.org-about-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-right: 32px;
  padding-left: 40px;
  -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;
}

.org-about-column.gallery {
  padding: 0px;
}

.social-link {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  padding: 4px;
}

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

.org-id {
  z-index: 100;
  display: block;
  overflow: hidden;
  width: 160px;
  margin-top: -156px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 23px 35px -16px rgba(0, 0, 0, 0.5);
}

.org-about-column-wrapper {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #d6d8db;
  border-bottom: 1px solid #cbcbcf;
}

.org-about-info-block {
  width: 100%;
  max-width: 520px;
  margin-bottom: 32px;
}

.org-avatar-block {
  z-index: 1;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #fff;
}

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

.location-icon {
  width: 32px;
  height: 32px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  background-image: url('../images/ic-location-search.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.image {
  width: 100%;
}

@media (max-width: 991px) {
  .sympla-6-col {
    width: 33.33333333%;
    padding-bottom: 32px;
  }
  .sympla-6-col.footer {
    min-height: 326px;
  }
  .content-block {
    padding-right: 24px;
    padding-left: 24px;
  }
  .content-block.organizer-address {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-section {
    height: 360px;
    min-height: 0px;
  }
  .hero-slider-nav {
    width: 48px;
  }
  .org-about-column {
    display: block;
  }
  .org-about-column-wrapper {
    display: block;
  }
  .org-about-info-block {
    max-width: 100%;
  }
  .slider {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .content-section.organizer-location {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .event-name {
    font-size: 26px;
    line-height: 32px;
  }
  .content-block {
    padding: 16px;
  }
  .hero-section {
    height: 280px;
    min-height: 0px;
  }
  .org-about-column {
    padding-top: 32px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .org-id {
    width: 120px;
    margin-top: -80px;
  }
}

@media (max-width: 479px) {
  .content-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .content-wrapper.footer {
    padding-right: 24px;
    padding-left: 24px;
  }
  .event-section-heading {
    font-size: 12px;
  }
  .event-name {
    font-size: 20px;
    line-height: 26px;
  }
  .event-location-name {
    font-size: 16px;
  }
  .btn {
    display: block;
    margin-right: 0px;
    margin-bottom: 16px;
    float: none;
    text-align: center;
  }
  .sympla-footer-store-badge.android {
    background-size: 118px;
  }
  .sympla-footer-store-badge.ios {
    background-size: 118px;
  }
  .sympla-footer-link {
    line-height: 16px;
  }
  .sympla-footer-link.signature {
    line-height: 16px;
  }
  .sympla-6-col {
    width: 50%;
    min-height: 320px;
    padding-right: 16px;
  }
  .sympla-footer-title {
    line-height: 16px;
  }
  .content-block.organizer-address {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-section {
    height: 180px;
  }
  .slider {
    height: 210px;
  }
}

