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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  color: #818181;
  font-size: 18px;
  line-height: 24px;
}

.navbar {
  background-color: transparent;
}

.text-logo {
  margin-top: -1px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 27px;
  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: Oswald, sans-serif;
  color: #ebd9c2;
  font-size: 16px;
  text-transform: uppercase;
}

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

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

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

.nav-link.colored {
  margin-left: 10px;
  padding-right: 14px;
  padding-left: 14px;
  border: 2px solid #ebd9c2;
  border-radius: 32px;
  background-color: transparent;
  color: #ebd9c2;
  font-size: 15px;
  font-weight: 700;
}

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

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

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

.hero-section {
  width: 100%;
  height: 90%;
  background-color: #000;
}

.hero-section.video {
  height: auto;
}

.body {
  height: 100%;
  background-color: #000;
}

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

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

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

.hero-slide {
  background-image: url('../images/MenescalCaymmi2.png'), url('../images/base-bkg-show-1.jpg');
  background-position: 50% 26%, 0px 0px;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.hero-slide._2 {
  background-image: url('../images/anpersant.png'), url('../images/paper-bkg3.jpg');
  background-position: 50% 50%, 50% -10px;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
}

.hero-slide._3 {
  background-image: url('../images/koko-jean.png'), url('../images/base-bkg-show-7.jpg');
  background-position: 201px 32px, 0px 0px;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.hero-slide._4 {
  background-image: url('../images/Gilson_1.png'), url('../images/base-bkg-show-5.jpg');
  background-position: 37% 86%, 0px 0px;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.hero-slide._5 {
  background-image: url('../images/ToninhoHorta.png'), url('../images/base-bkg-show-10.jpg');
  background-size: contain, cover;
}

.hero-slide-overlay {
  width: 100%;
  height: 100%;
  padding-top: 15%;
  background-color: rgba(0, 0, 0, .2);
}

.hero-slide-container.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.hero-slide-text-block.center {
  display: block;
  width: 84%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.slide-title.subtitle {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-transform: none;
}

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

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

.button.slide-button {
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
}

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

.button.slide-button.home {
  border-color: #fff;
  color: #fff;
}

.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;
  float: right;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

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

.button.blog-read-more-button.home {
  margin-top: 1px;
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
}

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

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

.button.speaker {
  background-color: rgba(255, 134, 54, .63);
}

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

.button.ghost {
  border: 2px solid #000;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #2e2824;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.button.ghost:hover {
  border-color: #ff8735;
  background-color: #ff8735;
  font-family: Oswald, sans-serif;
  color: #2e2824;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.button.ghost.pink {
  border-color: #ebd9c2;
  color: #ebd9c2;
  font-size: 19px;
  text-transform: uppercase;
}

.button.ghost.pink:hover {
  color: #000;
}

.button.ghost.right {
  margin-top: 44px;
  float: right;
}

.button.back {
  margin-top: 38px;
  float: right;
}

.hero-slide-arrow-button {
  width: 50px;
  height: 100px;
  background-color: rgba(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;
  padding-left: 1px;
  background-color: #fff;
}

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

.section.tint:hover {
  border-radius: 0px;
}

.section.tint.last {
  background-color: #ebd9c2;
  background-image: none;
}

.section.tint.jb {
  background-color: #fff;
}

.section.tint._1 {
  background-color: #183127;
}

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

.section.color.team-page {
  background-color: #2e2824;
}

.section.color.image {
  background-image: url('../images/paper-bkg3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

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

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

.section.intro-section.artistbkg {
  padding-top: 201px;
  padding-bottom: 336px;
  background-image: url('../images/MenescalCaymmi2.png'), -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-1.jpg');
  background-image: url('../images/MenescalCaymmi2.png'), repeating-linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-1.jpg');
  background-position: 0px 15px, 0px 0px, 0px -69px;
  background-size: cover, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: fixed, scroll, scroll;
}

.section.intro-section.artistbkg._1 {
  background-image: none;
  opacity: 1;
}

.section.intro-section.artistbkg.lorena {
  background-image: url('../images/LorenaNunes2.png'), -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-4.jpg');
  background-image: url('../images/LorenaNunes2.png'), repeating-linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-4.jpg');
  background-position: 100% 120%, 0px 0px, 50% 50%;
  background-size: 1202px, auto, cover;
}

.section.intro-section.artistbkg.gilson {
  background-image: url('../images/Gilson.png'), -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-5.jpg');
  background-image: url('../images/Gilson.png'), repeating-linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-5.jpg');
  background-position: 50% 68px, 0px 0px, 0px -69px;
  background-size: cover, auto, cover;
}

.section.intro-section.artistbkg.diclaudio {
  background-image: url('../images/Di-Claudio.png'), -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-6.jpg');
  background-image: url('../images/Di-Claudio.png'), repeating-linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-6.jpg');
  background-position: 50% 77px, 0px 0px, 0px -69px;
  background-size: cover, auto, cover;
}

.section.intro-section.artistbkg.koko-jean {
  background-image: url('../images/koko-jean.png'), -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-7.jpg');
  background-image: url('../images/koko-jean.png'), repeating-linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-7.jpg');
  background-position: 0px 161px, 0px 0px, 0px -69px;
  background-size: cover, auto, cover;
}

.section.intro-section.artistbkg.yamile {
  background-image: url('../images/Eduardo-Caina.png'), -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-8.jpg');
  background-image: url('../images/Eduardo-Caina.png'), repeating-linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-8.jpg');
  background-position: 50% 108px, 0px 0px, 0px -69px;
  background-size: cover, auto, cover;
}

.section.intro-section.artistbkg.heriberto {
  background-image: url('../images/heriberto-thiago.png'), url('../images/base-bkg-show-9.jpg');
  background-position: 328px 220px, 0px -69px;
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, scroll;
}

.section.intro-section.artistbkg.toninho {
  background-image: url('../images/ToninhoHorta_1.png'), url('../images/base-bkg-show-10.jpg');
  background-position: 3px -51px, 0px -69px;
  background-size: cover, cover;
  background-attachment: fixed, scroll;
}

.section.intro-section.artistbkg.pablo {
  background-image: url('../images/pablo-fagundes.png'), -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-11.jpg');
  background-image: url('../images/pablo-fagundes.png'), repeating-linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-11.jpg');
  background-position: 227px -16%, 0px 0px, 0px -69px;
  background-size: cover, auto, cover;
}

.section.intro-section.artistbkg.thiagorocha {
  background-image: url('../images/MariaToro.png'), -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-12.jpg');
  background-image: url('../images/MariaToro.png'), repeating-linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-12.jpg');
  background-position: 103% 50%, 0px 0px, 0px -23px;
  background-size: contain, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.section.intro-section.artistbkg.tributo {
  background-image: url('../images/ArturMenezes.png'), -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-14.jpg');
  background-image: url('../images/ArturMenezes.png'), repeating-linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-14.jpg');
  background-position: 203px 77px, 0px 0px, 0px -20px;
  background-size: contain, auto, cover;
}

.section.intro-section.artistbkg.artur {
  background-image: url('../images/TributoColtrane.png'), -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-13.jpg');
  background-image: url('../images/TributoColtrane.png'), repeating-linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-13.jpg');
  background-position: 0px -138px, 0px 0px, 0px -69px;
  background-size: cover, auto, cover;
}

.section.intro-section.artistbkg.maria {
  background-image: url('../images/ThiagoRocha-SavioDieb.png'), -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-2.jpg');
  background-image: url('../images/ThiagoRocha-SavioDieb.png'), repeating-linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-2.jpg');
  background-position: 50% 113px, 0px 0px, 0px 0px;
  background-size: cover, auto, cover;
}

.section.intro-section.artistbkg.toro {
  background-image: url('../images/MariaToro.png'), -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-12.jpg');
  background-image: url('../images/MariaToro.png'), repeating-linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-12.jpg');
  background-position: 523px 53px, 0px 0px, 0px -69px;
  background-size: contain, auto, cover;
}

.section.intro-section.artistbkg.bigband {
  background-image: url('../images/BigBand-Unifor.png'), url('../images/base-bkg-show-16.jpg');
  background-position: 0px 94px, 0px -69px;
  background-size: cover, cover;
}

.section.intro-section.artistbkg.igor {
  background-image: url('../images/IgorPrado.png'), -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-17.jpg');
  background-image: url('../images/IgorPrado.png'), repeating-linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-17.jpg');
  background-position: 0px 96px, 0px 0px, 0px -69px;
  background-size: cover, auto, cover;
}

.section.intro-section.artistbkg.rafael {
  background-image: url('../images/raphael.png'), -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-18.jpg');
  background-image: url('../images/raphael.png'), repeating-linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-18.jpg');
  background-position: -165px 0px, 0px 0px, 0px -69px;
  background-size: cover, auto, cover;
}

.section.intro-section.artistbkg.carasuja {
  background-image: url('../images/cara-suja.png'), -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/slider-bkg.jpg');
  background-image: url('../images/cara-suja.png'), repeating-linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/slider-bkg.jpg');
  background-size: contain, auto, cover;
}

.section.intro-section.artistbkg.mingoadelson {
  background-image: url('../images/Mingo-Adelson.png'), -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-19.jpg');
  background-image: url('../images/Mingo-Adelson.png'), repeating-linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-19.jpg');
  background-size: cover, auto, cover;
}

.section.intro-section.festival {
  background-image: none;
}

.section.intro-section.short {
  padding-top: 40px;
  padding-bottom: 27px;
}

.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: 650px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
}

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

.section.programese {
  background-color: #f8d3a2;
  opacity: 1;
  -webkit-transition: background-position 950ms ease;
  transition: background-position 950ms ease;
}

.section.menescalcaymmi {
  padding-top: 248px;
  padding-bottom: 248px;
  background-image: url('../images/MenescalCaymmi2.jpg');
  background-position: 50% -10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.menescalcaymmi._2 {
  background-image: url('../images/LorenaNunes2.jpg');
  background-position: 50% -15px;
  background-size: cover;
  background-attachment: scroll;
}

.section.menescalcaymmi._3 {
  background-image: url('../images/Gilson-JoaoSenise.jpg');
  background-position: 50% 8px;
  background-size: cover;
}

.section.menescalcaymmi._4 {
  background-image: url('../images/Di-Ferreira.jpg');
  background-size: cover;
}

.section.menescalcaymmi._5 {
  background-image: url('../images/Koko-JeanDavis.jpg');
  background-size: cover;
}

.section.menescalcaymmi._6 {
  background-image: url('../images/Eduardo-Caina.jpg');
  background-size: cover;
}

.section.menescalcaymmi._7 {
  background-image: url('../images/heriberto-thiago.jpg');
  background-size: cover;
}

.section.menescalcaymmi._8 {
  background-image: url('../images/ToninhoHorta.jpg');
  background-size: cover;
}

.section.menescalcaymmi._9 {
  background-image: url('../images/pablo-fagundes.jpg');
  background-position: 0px -23px;
  background-size: cover;
}

.section.menescalcaymmi._10 {
  background-image: url('../images/ThiagoRocha.jpg');
  background-size: cover;
}

.section.menescalcaymmi._11 {
  background-image: url('../images/MariaToro.jpg');
  background-size: cover;
}

.section.menescalcaymmi._12 {
  background-image: url('../images/TributoColtrane.jpg');
  background-size: cover;
}

.section.menescalcaymmi._13 {
  background-image: url('../images/ArturMenezes.jpg');
  background-size: cover;
}

.section.menescalcaymmi._14 {
  background-image: url('../images/BigBand-Unifor.jpg');
  background-position: 0px 4px;
  background-size: cover;
}

.section.menescalcaymmi._15 {
  background-image: url('../images/IgorPrado.jpg');
  background-size: cover;
}

.section.menescalcaymmi._16 {
  background-image: url('../images/raphael.jpg');
  background-size: cover;
}

.section.menescalcaymmi._17 {
  background-image: url('../images/carasuja-section-bkg.jpg');
  background-size: cover;
}

.section.menescalcaymmi._18 {
  background-image: url('../images/carasuja-section-bkg2.jpg');
  background-size: cover;
}

.section.menescalcaymmi._19 {
  background-image: -webkit-linear-gradient(272deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .36)), url('../images/carasuja-section-bkg3.jpg');
  background-image: linear-gradient(178deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .36)), url('../images/carasuja-section-bkg3.jpg');
  background-size: auto, cover;
}

.section.menescalcaymmi._20 {
  background-image: url('../images/Mingo-Araujo.jpg');
}

.section.expresso {
  background-color: #e4e1de;
}

.section.video {
  padding-top: 0px;
  padding-bottom: 41px;
}

.section.videoplayer {
  background-color: #2e2824;
}

.section.newsletter {
  background-color: #351004;
  background-image: none;
}

.section.ingressos {
  padding-top: 48px;
  background-color: #e4e1de;
}

.section.ficha {
  background-color: #e7e2db;
}

.section.carasuja {
  background-image: url('../images/cara-suja.png');
  background-position: -56px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container {
  position: relative;
}

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

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

.container.block-footer {
  top: -35px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, .15);
}

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

.home-intro-section {
  height: 13%;
  background-color: #500d0d;
}

.home-intro-block {
  position: relative;
  overflow: hidden;
  height: 105px;
  padding-right: 170px;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/service-barra2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, .16);
}

.intro-column {
  height: 100%;
}

.intro-info-block {
  position: relative;
  height: 100%;
  padding-top: 28px;
  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: Merriweather, serif;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.intro-info-title.subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

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

.intro-icon {
  height: 24px;
}

.intro-row {
  height: 100%;
}

.intro-button {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: 140px;
  height: 100%;
  padding-top: 36px;
  padding-left: 10px;
  float: right;
  background-color: rgba(168, 108, 30, .45);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.intro-button:hover {
  background-color: rgba(255, 134, 54, .51);
}

.intro-button-title {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.section-title {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #642208;
  font-size: 39px;
  text-transform: uppercase;
}

.section-title.subtitle {
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  text-transform: none;
}

.section-title.subtitle.address {
  margin-bottom: 25px;
}

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

.section-title.shows {
  padding-top: 56px;
  background-image: url('../images/decorationHeadings.png');
  background-position: 50% 0px;
  background-size: 351px;
  background-repeat: no-repeat;
  opacity: 0.81;
  color: #ebd9c3;
  font-size: 53px;
  line-height: 79px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.section-title.whit {
  color: #ebd9c2;
}

.section-title.rosa {
  color: #ebd9c2;
  text-align: center;
}

.section-title.subs {
  text-transform: none;
}

.section-title.carasuja {
  line-height: 48px;
  text-transform: none;
}

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

.section-title-wrapper.centered {
  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;
}

.paragraph.thumbs {
  color: #ebd9c2;
}

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

.intro-column-title.framed {
  position: relative;
  top: 53px;
  color: #ebd9c2;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

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

.icon {
  height: 30px;
}

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

.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.rosa {
  background-color: #ebd9c2;
  color: #fff;
  text-align: center;
}

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

.speaker-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  padding: 25px;
  background-color: rgba(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: 26px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.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.expresso {
  background-image: url('../images/expresso-bkg-section.jpg');
  background-size: cover;
  background-attachment: fixed;
}

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

.image-section-overlay.dark {
  background-color: rgba(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: Merriweather, serif;
  color: #3b3a3a;
  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 {
  display: block;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
}

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

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

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

.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: none;
}

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

.link.blog-title-link.home {
  font-size: 21px;
  text-transform: none;
}

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

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

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

.speaker-wrapper {
  height: 355px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

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

.speaker-wrapper.webappitem {
  display: inline-block;
  width: 30%;
  height: 371px;
  margin: 16px 7px 16px 20px;
}

.speaker-block-title {
  height: 56px;
  margin-bottom: -6px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

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

.speaker-block-name-wrapper {
  padding: 25px;
  background-color: #fff;
  background-image: url('../images/paper-bkg1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

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

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

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

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

.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: #642208;
  color: #fff;
}

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

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

.program-tab-button {
  width: 25%;
  padding-top: 14px;
  padding-bottom: 10px;
  border-right: 1px solid #fff;
  background-color: #806444;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
}

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

.program-tab-button.w--current {
  width: 22%;
  background-color: #642208;
  color: #fff;
}

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

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

.program-tab-button.last.w--current {
  background-color: #642208;
}

.tab-button-title {
  display: inline-block;
  padding-top: 6px;
  padding-right: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.tab-button-title.subtitle {
  margin-left: 20px;
  opacity: 0.6;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-transform: none;
}

.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-top: 42px;
  margin-bottom: 0px;
}

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

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

.pricing-block._2 {
  background-color: rgba(128, 100, 68, .87);
}

.pricing-block._3 {
  background-color: rgba(59, 42, 22, .75);
}

.pricing-block._4 {
  background-color: #8a6235;
}

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

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

.pricing-title.price:hover {
  background-color: rgba(0, 0, 0, .6);
}

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

.footer {
  padding-top: 90px;
  background-color: #2e2824;
  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;
}

.bottom-block-section {
  height: 45px;
  background-color: #353535;
}

.page-header {
  position: relative;
  background-color: rgba(99, 34, 8, .7);
  background-image: none;
}

.page-header.venue {
  background-color: rgba(99, 34, 8, .62);
  background-image: none;
}

.page-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 98px;
  padding-bottom: 45px;
  background-color: transparent;
}

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

.page-header-title {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-header-title.subtitle {
  margin-top: 0px;
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, .6);
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  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, .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: #34c48b;
  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.below-paragraph {
  margin-top: 20px;
}

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

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

.extra-pricing-block-title {
  margin-bottom: 19px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(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-row.margintop {
  margin-top: 41px;
}

._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 rgba(64, 37, 17, .15);
  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: hsla(25, 46%, 70%, .46);
}

.stats-block.shows {
  margin-bottom: 26px;
  padding-top: 6px;
  padding-bottom: 38px;
  border: 0px none transparent;
  text-align: center;
}

.stats-block.shows:hover {
  border: 0px none #000;
}

.stats-title {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #ebd9c2;
  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;
}

.stats-title.dark {
  color: #818181;
}

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

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

.sponsor-logo {
  width: 60%;
}

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

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

.blog-post-author-block.paddingleft {
  margin-bottom: 16px;
  padding-left: 10px;
}

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

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

.single-blog-post-author-block {
  margin-top: 35px;
  padding: 25px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}

.blog-author-image {
  width: 60px;
  margin-right: 20px;
  float: left;
  border-radius: 3px;
}

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

.blog-author-name.subtitle {
  margin-top: 6px;
  color: #34c48b;
  font-size: 13px;
  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;
}

.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;
  height: 335px;
  border-radius: 3px;
  text-decoration: none;
}

.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: Oswald, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.dropdown-link.w--current {
  color: #642208;
}

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

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

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

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

.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 {
  font-size: 17px;
  line-height: 25px;
}

.event-overlay-title.single-page {
  width: 75%;
  font-size: 31px;
  line-height: 29px;
}

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

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

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

.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: #642208;
}

.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: #747070;
  font-size: 14px;
}

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

.event-top-price {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 3px;
  background-color: #34c48b;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

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

.blog-post-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(99, 34, 8, .11);
}

.blog-post-item.home {
  padding-bottom: 0px;
  border-bottom-color: rgba(99, 34, 8, .28);
}

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

.blog-page-header {
  position: relative;
  overflow: hidden;
  height: 450px;
}

.blog-post-image {
  width: 100%;
}

.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;
}

.speaker-profile-photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 255px;
}

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

.event-overview-image {
  position: relative;
  z-index: 1;
}

.event-overview-image.home-image {
  height: 100%;
}

.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;
}

.palette {
  background-color: #a06d44;
}

.flourish1 {
  position: absolute;
  bottom: 202px;
  z-index: 2;
  width: 238px;
  height: 595px;
  background-color: transparent;
  background-image: url('../images/left-side-flourishes.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.flourish1.right {
  top: 110px;
  right: 0px;
  bottom: auto;
  z-index: 2;
  width: 238px;
  height: 595px;
  background-image: url('../images/right-side-brand.png');
  background-position: -3px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.flourish1.right._2 {
  bottom: 18px;
  background-image: url('../images/right-side-brand.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.daybtnwrapper {
  width: 230px;
  height: 130px;
  background-image: url('../images/bkg-dias-btn.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.daybtnwrapper:hover {
  opacity: 0.71;
}

.sponsorstext {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  font-weight: 200;
}

.datenumbers {
  display: block;
  height: 40px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
}

.linkblock {
  text-decoration: none;
}

.sponsorscontainer {
  margin-top: 25px;
  margin-bottom: 25px;
}

.sponsorscontainer.margimtop {
  margin-top: 98px;
}

.sponsorscontainer.apoio {
  margin-top: 54px;
}

.toplogo {
  display: block;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
}

.chancela {
  text-align: center;
}

.sponsorsslider {
  height: 450px;
  background-color: transparent;
}

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

.rowapoio {
  margin-top: 26px;
}

.programaitemtitle {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  color: #818181;
  font-size: 18px;
  font-weight: 700;
}

.programatipo {
  margin-bottom: 9px;
  font-family: Oswald, sans-serif;
  color: #642208;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.containerintrosubpages {
  margin-bottom: 31px;
}

.titlecity {
  font-family: Oswald, sans-serif;
  font-size: 29px;
  text-transform: none;
}

.extrainfo {
  margin-top: 74px;
  font-size: 18px;
  line-height: 31px;
}

.bio {
  color: #818181;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.light {
  color: #fff;
  font-weight: 300;
}

.agendaitemwrapper {
  margin-bottom: 29px;
}

.iconagenda {
  margin-left: 1px;
  background-image: url('../images/Icon-location.png');
  background-position: 50% 50%;
  background-size: 43px;
  background-repeat: no-repeat;
}

.agendainfo {
  padding-left: 36px;
}

.showtime {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  text-align: center;
}

.showtime.payed {
  margin-bottom: 0px;
}

.localagenda {
  margin-bottom: 11px;
  font-family: Oswald, sans-serif;
  color: #642208;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}

.showtimecolumn {
  padding-top: 56px;
  background-image: url('../images/decorationSidebar.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.alert {
  font-size: 16px;
  font-style: italic;
}

.cta-button {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.address {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.address.title {
  font-size: 19px;
}

.address._2 {
  text-align: left;
}

.origem {
  color: #ebd9c2;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.notes {
  font-size: 14px;
  font-weight: 700;
}

.more {
  float: right;
}

.topfootertext {
  color: #ebd9c2;
  font-size: 15px;
}

.mainpic {
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid rgba(99, 34, 8, .1);
}

.rosa {
  color: #ebd9c2;
}

.rosa.dropshadow {
  text-shadow: 1px 1px 6px #000;
}

.statusvendas {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-transform: none;
}

.mapsection {
  padding-top: 58px;
  background-color: #fff;
}

.mapsection.tint {
  background-color: hsla(30, 20%, 94%, .98);
}

.captcha {
  margin-bottom: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 12px;
  font-family: Merriweather, serif;
  color: #2e2824;
  font-size: 16px;
}

.label {
  padding-top: 2px;
  padding-left: 13px;
  font-family: Merriweather, serif;
  color: #ebd9c2;
}

.textflield {
  margin-bottom: 16px;
  padding-top: 23px;
  padding-bottom: 23px;
  border-radius: 4px;
  background-color: #ebd9c3;
  font-family: Merriweather, serif;
  font-size: 18px;
}

.map {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.dark {
  color: #4b4747;
}

.options {
  margin-bottom: 24px;
  padding-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #818181;
  font-size: 17px;
  line-height: 24px;
}

.pricetag {
  color: #fff;
}

.pricingagenda {
  font-family: Oswald, sans-serif;
  color: #818181;
}

.fichatecnica {
  line-height: 29px;
}

.fichatecnic {
  margin-top: 43px;
}

.logocarasuja {
  margin-bottom: 39px;
}

.center {
  text-align: justify;
}

.textcarasuja {
  margin-top: 24px;
  color: hsla(0, 0%, 100%, .79);
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -webkit-column-rule: 2px solid hsla(0, 0%, 51%, .53);
  -moz-column-rule: 2px solid hsla(0, 0%, 51%, .53);
  column-rule: 2px solid hsla(0, 0%, 51%, .53);
}

.todasespeciespic {
  margin-top: 19px;
  margin-bottom: 33px;
}

.coelcesolidariabtn {
  margin-top: 20px;
  border-radius: 5px;
  background-color: rgba(90, 156, 32, .98);
  opacity: 1;
  -webkit-transition: opacity 617ms ease;
  transition: opacity 617ms ease;
  font-size: 18px;
  cursor: pointer;
}

.coelcesolidariabtn:hover {
  background-color: #ff8735;
  opacity: 0.77;
  color: #2e2824;
}

.columntext {
  margin-top: 20px;
}

.cta-carasuja {
  margin-top: 1px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.websiteaquasis {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 50px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 6px #000;
  cursor: pointer;
}

.websiteaquasis:hover {
  color: #34c48b;
}

.visitesite {
  margin-bottom: 27px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
}

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);
}

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

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

html.w-mod-js *[data-ix="slideinartistcity"] {
  -webkit-transform: translate3d(0px, 353%, 8px);
  transform: translate3d(0px, 353%, 8px);
}

html.w-mod-js *[data-ix="slidein"] {
  -webkit-transform: translate3d(0px, 353%, 8px);
  transform: translate3d(0px, 353%, 8px);
}

html.w-mod-js *[data-ix="bkgheader"] {
  -webkit-transform: rotateX(70deg) rotateY(10deg) rotateZ(-35deg);
  transform: rotateX(70deg) rotateY(10deg) rotateZ(-35deg);
}

html.w-mod-js *[data-ix="slideinartistname"] {
  -webkit-transform: translate3d(0px, 353%, 8px);
  transform: translate3d(0px, 353%, 8px);
}

@media (max-width: 991px) {
  h3 {
    margin-bottom: 11px;
    font-size: 19px;
  }
  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: #ff8735;
    color: #fff;
  }
  .nav-link.w--current {
    background-color: #642208;
    color: #fff;
  }
  .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;
  }
  .default-navbar-wrapper.subpage {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .hero-slide-overlay {
    padding-top: 150px;
    padding-right: 90px;
    padding-left: 90px;
  }
  .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: 12px;
  }
  .section.intro-section.artistbkg {
    background-position: 36% 50%, 0px 0px;
  }
  .section.intro-section.artistbkg.gilson {
    padding-top: 133px;
    padding-bottom: 133px;
    background-position: 50% 68%, 0px 0px, 0px -69px;
    background-size: contain, auto, auto;
  }
  .section.intro-section.artistbkg.diclaudio {
    padding-top: 116px;
    padding-bottom: 131px;
    background-position: 50% -6px, 0px 0px, 0px -6px;
    background-size: contain, auto, contain;
    background-attachment: scroll, scroll, scroll;
  }
  .section.intro-section.artistbkg.koko-jean {
    background-image: url('../images/koko-jean.png'), -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-7.jpg');
    background-image: url('../images/koko-jean.png'), repeating-linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(84, 84, 84, 0) 70%, hsla(0, 0%, 100%, .27)), url('../images/base-bkg-show-7.jpg');
    background-position: 0px 124px, 0px 0px, 50% 0px;
    background-size: cover, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-attachment: fixed, scroll, scroll;
  }
  .section.intro-section.artistbkg.yamile {
    background-position: 50% 108px, 0px 0px, 0px -11px;
    background-size: cover, auto, auto;
  }
  .section.intro-section.artistbkg.heriberto {
    padding-top: 75px;
    padding-bottom: 75px;
    background-position: 0px 31%, 0px -69px;
    background-size: contain, cover;
  }
  .section.intro-section.artistbkg.toninho {
    background-position: 0px 37px, 0px -69px;
  }
  .section.intro-section.artistbkg.pablo {
    padding-top: 78px;
    padding-bottom: 78px;
    background-position: 185px 22%, 0px 0px, 0px -69px;
    background-size: contain, auto, cover;
  }
  .section.intro-section.artistbkg.tributo {
    background-position: 0px 51px, 0px 0px, 0px 0px;
  }
  .section.intro-section.artistbkg.artur {
    padding-top: 46px;
    padding-bottom: 46px;
    background-position: 50% 7%, 0px 0px, 0px -69px;
    background-size: contain, auto, cover;
  }
  .section.intro-section.artistbkg.maria {
    padding-top: 140px;
    padding-bottom: 164px;
    background-position: 51% -11%, 0px 0px, 0px -69px;
    background-size: contain, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }
  .section.intro-section.artistbkg.toro {
    background-position: 50% 33%, 0px 0px, 0px -69px;
    background-attachment: scroll, scroll, scroll;
  }
  .section.intro-section.artistbkg.carasuja {
    padding-top: 106px;
    padding-bottom: 106px;
    background-position: 0px 76px, 0px 0px, 0px 0px;
  }
  .section.intro-section.artistbkg.mingoadelson {
    padding-top: 93px;
    padding-bottom: 166px;
    background-position: 0% 48%, 0px 0px, 0px 0px;
    background-size: contain, auto, cover;
  }
  .section.bottom-section {
    padding-bottom: 60px;
  }
  .section.contact-section {
    height: 500px;
  }
  .section.last {
    padding-bottom: 75px;
  }
  .section.menescalcaymmi {
    padding-top: 124px;
    padding-bottom: 124px;
    background-size: cover;
    background-attachment: scroll;
  }
  .section.menescalcaymmi._7 {
    background-position: 0px -86px;
  }
  .section.menescalcaymmi._20 {
    background-image: url('../images/Mingo-Araujo.jpg');
  }
  .section.expresso {
    padding-top: 23px;
  }
  .section.video {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-intro-section {
    height: 60px;
  }
  .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: 27px;
  }
  .section-title.subtitle {
    font-size: 14px;
    line-height: 23px;
  }
  .section-title.shows {
    font-size: 35px;
  }
  .section-title-wrapper.centered {
    margin-bottom: 30px;
  }
  .intro-section-row {
    margin-left: -10px;
  }
  .intro-column-title {
    margin-bottom: 9px;
    font-size: 16px;
  }
  .intro-column-title.framed {
    position: relative;
    left: 1px;
    top: 53px;
  }
  .section-divider {
    margin-top: 9px;
    margin-bottom: 8px;
  }
  .speaker-block {
    height: 175px;
  }
  .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.expresso {
    background-image: url('../images/expresso-bkg-section.jpg');
    background-position: -519px 0px;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .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-wrapper.webappitem {
    width: 45%;
    height: 288px;
  }
  .speaker-block-title {
    font-size: 15px;
  }
  .speaker-block-title.subtitle {
    font-size: 10px;
  }
  .speaker-block-name-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .program-list-item {
    padding-left: 60px;
  }
  .program-tab-button {
    padding-right: 23px;
    padding-left: 23px;
  }
  .tab-button-title {
    font-size: 18px;
  }
  .tab-button-title.subtitle {
    display: inline-block;
    margin-left: 8px;
    font-size: 19px;
  }
  .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;
  }
  .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 {
    margin-right: 26px;
  }
  .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-right: 25px;
    padding-left: 25px;
  }
  .event-overlay-title {
    font-size: 12px;
  }
  .event-overlay-info-title {
    font-size: 10px;
  }
  .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%, .8);
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .speaker-profile-photo {
    height: auto;
  }
  .event-overview-image {
    width: 100%;
  }
  .dynamic-team-item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .slide4 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .address {
    font-size: 14px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .text-logo {
    margin-top: 13px;
    margin-left: 15px;
  }
  .hero-section {
    height: 440px;
  }
  .default-navbar-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .default-navbar-wrapper.subpage {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hero-slide._2 {
    background-position: 50% 0px, 50% -10px;
    background-size: 239px, cover;
  }
  .hero-slide-overlay {
    padding-top: 115px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .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: 0px;
  }
  .section.intro-section.artistbkg {
    padding-top: 63px;
    padding-bottom: 0px;
    background-position: 44% 17%, 0px 0px;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
  }
  .section.intro-section.artistbkg.lorena {
    background-size: cover, auto, cover;
  }
  .section.intro-section.artistbkg.gilson {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .section.intro-section.artistbkg.diclaudio {
    padding-bottom: 79px;
  }
  .section.intro-section.artistbkg.heriberto {
    background-position: 0px 0px, 0px -69px;
    background-size: contain, auto;
    background-attachment: scroll, scroll;
  }
  .section.intro-section.artistbkg.toninho {
    background-position: -342px -65px, 0px -69px;
  }
  .section.intro-section.artistbkg.pablo {
    padding-bottom: 0px;
    background-position: 159px 22%, 0px 0px, 0px -69px;
  }
  .section.intro-section.artistbkg.tributo {
    background-position: 249px 77px, 0px 0px, 0px 0px;
  }
  .section.intro-section.artistbkg.artur {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: 0% 57%, 0px 0px, 0px -69px;
    background-size: cover, auto, cover;
  }
  .section.intro-section.artistbkg.maria {
    padding-top: 68px;
    padding-bottom: 84px;
    background-position: 50% -18%, 0px 0px, 50% 0px;
    background-size: contain, auto, cover;
  }
  .section.intro-section.artistbkg.toro {
    padding-top: 61px;
    padding-bottom: 20px;
    background-position: 50% 103%, 0px 0px, 0px -69px;
    background-size: 350px, auto, cover;
  }
  .section.intro-section.artistbkg.mingoadelson {
    background-position: 50% 100%, 0px 0px, 0px 0px;
  }
  .section.contact-section {
    height: auto;
    padding-bottom: 25px;
  }
  .section.last {
    padding-bottom: 65px;
  }
  .section.menescalcaymmi {
    padding-bottom: 111px;
  }
  .section.menescalcaymmi._2 {
    background-position: 50% 50%;
  }
  .section.menescalcaymmi._9 {
    background-position: 0px -8px;
  }
  .section.menescalcaymmi._20 {
    background-image: url('../images/Mingo-Araujo.jpg');
    background-position: 50% -10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .section.expresso {
    padding-top: 0px;
  }
  .container.home-intro-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .home-intro-section {
    height: 90px;
  }
  .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: 17px;
  }
  .section-title.small {
    font-size: 21px;
    line-height: 21px;
  }
  .section-title.shows {
    font-size: 30px;
    line-height: 55px;
  }
  .section-title-wrapper {
    margin-bottom: 20px;
  }
  .intro-column-title {
    font-size: 18px;
  }
  .intro-section-column {
    padding-bottom: 15px;
  }
  .speaker-block {
    height: 225px;
  }
  .image-section.expresso {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
  }
  .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-wrapper.webappitem {
    width: 43%;
  }
  .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: 15px;
  }
  .tab-button-title.subtitle {
    display: inline-block;
    font-size: 16px;
  }
  .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 30px;
  }
  .page-header-overlay.with-text {
    padding-right: 25px;
    padding-left: 25px;
  }
  .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;
  }
  .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;
  }
  .upcoming-event-block {
    height: 265px;
  }
  .event-overlay {
    padding-top: 130px;
  }
  .event-overlay-title {
    font-size: 14px;
  }
  .event-overlay-title.large {
    font-size: 16px;
    line-height: 20px;
  }
  .sidebar-col-right {
    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.last {
    border-bottom: 1px solid #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;
  }
  .event-overview-image {
    min-height: 270px;
  }
  .dynamic-team-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dynamic-sponsor-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .flourish1 {
    top: 10px;
    bottom: auto;
    width: 191px;
    height: 478px;
  }
  .sponsorscontainer.margimtop {
    margin-top: 33px;
  }
  .sponsorscontainer.apoio {
    margin-top: 10px;
  }
  .chancela {
    margin-top: 33px;
  }
  .sponsorsslider {
    height: 692px;
    padding-bottom: 33px;
  }
  .mainpic {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 20px;
  }
  p {
    font-family: Merriweather, serif;
    font-size: 12px;
    line-height: 18px;
  }
  .text-logo {
    font-size: 22px;
    line-height: 23px;
  }
  .nav-link {
    padding-left: 20px;
  }
  .nav-link.colored {
    padding-left: 20px;
  }
  .hero-section {
    height: 278px;
  }
  .hero-slide._2 {
    background-size: 150px, cover;
  }
  .hero-slide-overlay {
    height: 99%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-slide-text-block {
    width: 90%;
  }
  .slide-title {
    font-size: 19px;
    line-height: 19px;
  }
  .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.intro-section.artistbkg {
    padding-top: 0px;
    padding-bottom: 13px;
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
  }
  .section.intro-section.artistbkg.gilson {
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 19px 1px, 0px 0px, 0px -69px;
  }
  .section.intro-section.artistbkg.diclaudio {
    padding-top: 48px;
    padding-bottom: 14px;
  }
  .section.intro-section.artistbkg.koko-jean {
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 0px 84px, 0px 0px, 0px -69px;
    background-size: contain, auto, auto;
  }
  .section.intro-section.artistbkg.yamile {
    background-position: 50% 18px, 0px 0px, 0px -11px;
    background-size: contain, auto, auto;
  }
  .section.intro-section.artistbkg.heriberto {
    padding-top: 32px;
    padding-bottom: 32px;
    background-position: 0px 9px, 0px -69px;
  }
  .section.intro-section.artistbkg.toninho {
    background-position: 0px 41px, 0px -69px;
    background-size: contain, cover;
  }
  .section.intro-section.artistbkg.pablo {
    padding-top: 26px;
    padding-bottom: 69px;
    background-position: 78px 105%, 0px 0px, 0px -69px;
    background-size: contain, auto, auto;
  }
  .section.intro-section.artistbkg.tributo {
    background-position: -32px 35px, 0px 0px, -3px 0px;
    background-size: contain, auto, cover;
    background-attachment: fixed, scroll, scroll;
  }
  .section.intro-section.artistbkg.artur {
    padding-top: 0px;
    padding-bottom: 1px;
    background-position: 50% -8px, 0px 0px, 0px -14px;
    background-size: cover, auto, cover;
  }
  .section.intro-section.artistbkg.maria {
    background-position: -86px 0px, 0px 0px, 50% 0px;
    background-size: cover, auto, cover;
  }
  .section.intro-section.artistbkg.toro {
    padding-top: 0px;
    background-position: 120% 107%, 0px 0px, 0px -69px;
    background-size: contain, auto, auto;
  }
  .section.intro-section.artistbkg.carasuja {
    padding-top: 31px;
    padding-bottom: 31px;
    background-position: 0px -20px, 0px 0px, 0px 0px;
    background-size: cover, auto, cover;
  }
  .section.intro-section.artistbkg.mingoadelson {
    padding-top: 37px;
    padding-bottom: 71px;
    background-position: 50% 100%, 0px 0px, 0px 0px;
  }
  .section.menescalcaymmi {
    padding-top: 54px;
    padding-bottom: 54px;
    background-position: 50% 0%;
    background-size: contain;
  }
  .container.home-intro-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .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: 19px;
  }
  .section-title.subtitle {
    font-size: 13px;
    line-height: 18px;
  }
  .section-title.small {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 17px;
  }
  .section-title.shows {
    padding-top: 43px;
    background-position: 50% 5px;
    background-size: 248px;
    font-size: 16px;
    line-height: 34px;
  }
  .section-title-wrapper.centered {
    margin-bottom: 17px;
  }
  .intro-column-title {
    font-size: 16px;
  }
  .section-divider {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .speaker-block {
    height: 200px;
  }
  .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-wrapper {
    height: 280px;
  }
  .speaker-wrapper.webappitem {
    width: 81%;
    height: 300px;
    margin-right: 20px;
  }
  .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;
  }
  .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-top: 80px;
    padding-bottom: 20px;
  }
  .page-header-title {
    font-size: 16px;
    line-height: 22px;
  }
  .page-header-title.subtitle {
    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;
  }
  .column-intro-title {
    margin-bottom: 11px;
    font-size: 17px;
    line-height: 19px;
  }
  .stats-block.shows {
    font-size: 13px;
  }
  .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: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .blog-post-author-block {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .feed-item-title {
    font-size: 12px;
    line-height: 14px;
  }
  .feed-title {
    margin-bottom: 5px;
    font-size: 21px;
  }
  .upcoming-event-block {
    height: 165px;
  }
  .dropdown-link {
    padding-left: 20px;
  }
  .link-wrapper {
    margin-top: 10px;
    padding-top: 5px;
  }
  .event-overlay {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .event-overlay-title {
    padding: 9px;
    font-size: 11px;
    line-height: 13px;
  }
  .event-overlay-title.large {
    font-size: 11px;
    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: 9px;
  }
  .contact-map {
    height: 210px;
  }
  .menu-button {
    width: 50px;
    height: 48px;
    margin-right: 10px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .event-overview-image {
    min-height: 170px;
  }
  .sponsorsslider {
    height: 100%;
    background-color: transparent;
  }
  .slide4 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .programaitemtitle {
    font-size: 16px;
  }
  .bio {
    font-size: 14px;
    line-height: 18px;
  }
  .showtime {
    font-size: 15px;
  }
  .showtime.payed {
    font-size: 15px;
  }
  .origem {
    margin-top: 4px;
    font-size: 12px;
  }
  .topfootertext {
    font-size: 14px;
  }
  .textcarasuja {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

