:root {
  --black: black;
  --firebrick: #be1013;
  --white: white;
  --black333: #333;
  --white-smoke: whitesmoke;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 34px;
}

a {
  color: var(--black);
  font-weight: 300;
  text-decoration: none;
}

a:hover {
  color: var(--firebrick);
  font-weight: 300;
}

.logo {
  height: 40px;
  margin-top: 7px;
}

.logo.fixed {
  height: 30px;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.white {
  background-color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 33px #0003;
}

.navbar.branca {
  background-color: var(--white);
}

.navbar.navigation-style-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.small-dropdown-icon {
  opacity: .5;
  margin-right: 11px;
  font-size: 12px;
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.nav-menu {
  z-index: 1;
  border-radius: 4px;
  margin-top: 5px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.nav-link {
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link:hover {
  background-color: #0000;
  border-color: #0003;
  font-weight: 700;
}

.nav-link.w--current {
  color: var(--firebrick);
}

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

.nav-link.dropdown-toggle.w--open {
  background-color: #0000001a;
}

.dropdown-link {
  font-family: Metropolis, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  background-color: var(--firebrick);
  color: #fff;
  font-weight: 700;
}

.dropdown-link.w--current {
  color: var(--firebrick);
}

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

.hero-subtitle-box {
  margin-top: 10px;
}

.hero-header-box {
  margin-bottom: 3%;
}

.heading-1.big {
  color: #333;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 63px;
}

.heading-1.big.white {
  color: var(--white);
}

.heading-1.medium {
  color: var(--white);
  text-shadow: none;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}

.heading-1.big {
  font-size: 45px;
  line-height: 48px;
}

.hero-subtitle {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 47px;
  font-weight: 200;
  line-height: 50px;
  display: inline;
}

.hero-subtitle.medium {
  font-size: 20px;
  line-height: 38px;
}

.hero-subtitle.small {
  color: #777272;
  font-size: 26px;
}

.hero-section {
  background-image: url('../images/hero-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 88vh;
  padding-top: 20%;
  padding-bottom: 20%;
  display: flex;
  position: relative;
}

.arrow {
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s;
  display: block;
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
}

.arrow.more-bottom-border {
  background-image: url('../images/Arrow_1Arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  margin-bottom: 11%;
}

.content-wrapper {
  width: 80%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.content-wrapper.hero {
  color: #fff;
  text-align: center;
}

.content-wrapper.narrow {
  width: 70%;
  max-width: 1120px;
  padding-left: 3%;
  padding-right: 3%;
}

.content-wrapper.narrow.overlaping {
  background-color: #fff;
  margin-top: -210px;
  padding-top: 45px;
}

.content-wrapper.narrow.margimtop {
  margin-top: 46px;
  margin-bottom: 30px;
}

.hero-h1-text-box {
  width: 100%;
}

.pointing-down-arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.row {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.content-section {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: block;
  position: relative;
  overflow: hidden;
}

.content-section.no-top-border {
  padding-top: 0;
  position: relative;
}

.content-section.no-top-border.black {
  padding-top: 58px;
}

.content-section.footer {
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-section.footer.dark {
  background-color: var(--black);
}

.content-section.intro.no-bottom-padding {
  padding-top: 145px;
  padding-bottom: 0;
}

.content-section.headersubpages {
  background-color: var(--black);
  text-align: center;
  padding-top: 67px;
  padding-bottom: 75px;
  position: static;
  overflow: visible;
}

.content-section.headersubpages.no-bottom-padding {
  padding-top: 145px;
  padding-bottom: 0;
}

.content-section.headersubpages.fringe {
  background-color: var(--firebrick);
  padding-top: 79px;
}

.content-section.intro {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: visible;
}

.content-section.black {
  background-color: var(--black);
}

.content-section.conteudo {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: visible;
}

.content-section.conteudo.black {
  background-color: var(--black333);
}

.content-section.gray {
  background-color: var(--white-smoke);
  background-color: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 120px;
}

.content-section.listagem {
  background-color: var(--white-smoke);
  padding-top: 41px;
  padding-bottom: 120px;
}

.content-section.noticias {
  background-color: var(--white-smoke);
  padding-top: 48px;
}

.client-logo-box-3 {
  width: 178px;
  margin: 55px auto;
  padding-right: 10px;
  display: block;
}

.column {
  padding-left: 0;
  padding-right: 0;
  inset: 0;
}

.client-logo-box {
  width: 178px;
  margin: 55px auto;
  padding-right: 10px;
  display: block;
}

.mini-title {
  color: #333;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 19px;
  position: relative;
}

.mini-title.footer {
  font-size: 11.5px;
}

.mini-title.footer.white, .mini-title.white {
  color: var(--white);
}

.display-none {
  display: none;
}

.social-icon-big {
  background-color: #202022;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  margin-right: 15px;
  transition: all .2s;
  display: flex;
}

.social-icon-big:hover {
  background-color: #0000;
  border: 3px solid #212121;
  width: 70px;
  height: 70px;
}

.social-icon-big.linkedin {
  background-image: url('../images/002-logo-linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.social-icon-big.linkedin:hover {
  border-color: var(--black333);
  background-color: var(--black333);
  color: var(--black);
}

.social-icon-big.instagram {
  background-image: url('../images/001-logo-de-instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-right: 0;
}

.social-icon-big.instagram:hover {
  border-color: var(--firebrick);
  background-color: var(--firebrick);
}

.social-icon-big.twitter {
  background-image: url('../images/003-twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.social-icon-big.twitter:hover {
  border-color: var(--firebrick);
  background-color: var(--firebrick);
}

.social-icon-big.facebook {
  background-image: url('../images/004-facebook-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.social-icon-big.facebook:hover {
  border-color: var(--firebrick);
  background-color: var(--firebrick);
}

.title-box {
  width: auto;
  text-decoration: none;
  display: inline-block;
}

.title-box.small {
  font-size: 13px;
  line-height: 16px;
}

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

.social-icons-box {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.paragraph.big {
  font-family: Lato, sans-serif;
  font-size: 23px;
  line-height: 42px;
}

.paragraph.big.margintop {
  margin-top: 39px;
}

.paragraph.big.margintop.white {
  color: var(--white);
}

.paragraph.right {
  text-align: right;
}

.paragraph.big {
  font-size: 30px;
  line-height: 42px;
}

.paragraph.in-service {
  color: #919191;
  margin-bottom: 20px;
  font-size: 21px;
  font-style: normal;
}

.strikethrough {
  background-color: #0098ff;
  width: 100%;
  height: 3px;
  position: relative;
  top: 11px;
}

.strikethrough.purple {
  background-color: #8c6de7;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #2e2e2e;
  border: 1px #000;
  min-width: 140px;
  margin-top: 91px;
  padding: 18px 35px;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .4s, color .2s;
  display: inline-block;
}

.button:hover {
  color: var(--black333);
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid #2e2e2e;
  padding: 15px 32px;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.button.hotsite {
  margin-top: 52px;
}

.button.prog {
  border: 3px solid var(--white);
  margin-top: 50px;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.button.prog:hover {
  border-color: var(--white);
  background-color: var(--black333);
  color: var(--white);
  font-family: Metropolis, Arial, sans-serif;
  font-weight: 600;
  line-height: 16px;
}

.button.programacaodark {
  margin-top: 56px;
  font-size: 16px;
  font-weight: 600;
}

.button.programacaodark:hover {
  border-color: var(--white);
  color: var(--white);
}

.button.inscricoes {
  margin-top: 18px;
}

.button.inscricoes.small {
  border-style: solid;
  padding: 12px 17px;
  font-size: 14px;
}

.button.inscricoes.small:hover {
  border-style: solid;
  border-width: 1px;
}

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

.mini-title-2 {
  color: #333;
  letter-spacing: 1.5px;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 19px;
  position: relative;
}

.pagetitle {
  color: var(--white);
  font-family: Metropolis, Arial, sans-serif;
  font-size: 53px;
  font-weight: 900;
  line-height: 65px;
}

.pagetitle.big {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 53px;
}

.pagetitle.smaller {
  font-size: 49px;
}

.hero-section-2 {
  background-image: url('../images/plants.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 20%;
  padding-bottom: 20%;
  display: flex;
  position: relative;
}

.hero-section-2.guy {
  background-image: url('../images/Guy.jpg');
  background-size: cover;
  height: 800px;
}

.heroshows {
  background-image: url('../images/plants.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20%;
  padding-bottom: 20%;
  display: flex;
  position: relative;
}

.heroshows.guy {
  background-image: url('../images/Guy.jpg');
  background-size: cover;
  height: 800px;
}

.heroshows.pulses {
  background-image: url('../images/felipe-lourenco.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.imperfect {
  background-image: url('../images/imPerfectDancersCompany.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.bolero {
  background-image: url('../images/MaurucioFlorez-Bolero.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.peeps {
  background-image: linear-gradient(#00000030, #00000030), url('../images/peeps.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.tatambud-danza {
  background-image: url('../images/TatambudDanza.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.aspasia {
  background-image: url('../images/aspasiamariana.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.ciadita {
  background-image: linear-gradient(#00000054, #00000054), url('../images/Fortaleza.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.colegio {
  background-image: linear-gradient(#00000063, #00000063), url('../images/colegiodanca_1.jpg');
  background-position: 0 0, 50% 34%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.barlavento {
  background-image: url('../images/barlavento.jpg');
  background-position: 50%;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.andancas {
  background-image: linear-gradient(#00000080, #00000080), url('../images/andancas.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.cajuina {
  background-image: url('../images/cajuina.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.marciomedeiros {
  background-image: url('../images/marciomedeiros.jpg');
  background-position: 50%;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.paracuru {
  background-image: url('../images/paracuru-parabach.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.paracuru-copy {
  background-image: url('../images/paracuru-parabach.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 660px;
  margin-top: 77px;
  padding-top: 5%;
}

.heroshows.paracuru-copy.newshow {
  background-image: linear-gradient(#00000080, #00000080), url('../images/paracuru-newshow.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  position: static;
}

.heroshows.rosaprimo {
  background-image: url('../images/rosaprimo.jpg');
  background-position: 50%;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.rosaprimo.newshow {
  background-image: url('../images/paracuru-newshow.jpg');
  background-position: 50%;
}

.heroshows.trajetos {
  background-image: linear-gradient(#00000059, #00000059), url('../images/photo-bg4.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.trajetos.newshow {
  background-image: url('../images/paracuru-newshow.jpg');
  background-position: 50%;
}

.heroshows.corpocatimbo {
  background-image: url('../images/CorpoCatimbo.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.corpocatimbo.newshow {
  background-image: url('../images/paracuru-newshow.jpg');
  background-position: 50%;
}

.heroshows.guairacena {
  background-image: linear-gradient(#00000080, #00000080), url('../images/guaira-cena.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.guairacena.newshow {
  background-image: url('../images/paracuru-newshow.jpg');
  background-position: 50%;
}

.heroshows.guairacena2 {
  background-image: url('../images/guaira-elliot.jpg');
  background-position: 50%;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.guairacena2.newshow {
  background-image: url('../images/paracuru-newshow.jpg');
  background-position: 50%;
}

.heroshows.ciaetra {
  background-image: url('../images/ciaetra.jpg');
  background-position: 50%;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.ciaetra.newshow {
  background-image: url('../images/paracuru-newshow.jpg');
  background-position: 50%;
}

.heroshows.relacoes {
  background-image: url('../images/curitiba-relacoes.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.relacoes.newshow {
  background-image: url('../images/paracuru-newshow.jpg');
  background-position: 50%;
}

.heroshows.liafuria {
  background-image: url('../images/lia-furia.jpg');
  background-position: 50%;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.liafuria.newshow {
  background-image: url('../images/paracuru-newshow.jpg');
  background-position: 50%;
}

.heroshows.limitrofe {
  background-image: linear-gradient(#00000047, #00000047), url('../images/lilitrofe.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.limitrofe.newshow {
  background-image: url('../images/paracuru-newshow.jpg');
  background-position: 50%;
}

.heroshows.petrichor {
  background-image: url('../images/petrichor.jpg');
  background-position: 50%;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.petrichor.newshow {
  background-image: url('../images/paracuru-newshow.jpg');
  background-position: 50%;
}

.heroshows._10anosempina {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/10anos-sem-pina.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
}

.heroshows._10anosempina.newshow {
  background-image: url('../images/paracuru-newshow.jpg');
  background-position: 50%;
}

.heroshows.rastros {
  background-image: url('../images/cia-rastros.jpg');
  background-position: 50%;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.cidc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/CIDC.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.cabelos {
  background-image: url('../images/cabelos.jpg');
  background-position: 50%;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.broscrew {
  background-image: url('../images/bros-crew.jpg');
  background-position: 50%;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.coletivocircular {
  background-image: url('../images/coletivo-circular.jpg');
  background-position: 50%;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.jua {
  background-image: url('../images/jua.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.ances {
  background-image: url('../images/ances.jpg');
  background-position: 50%;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.livrobalebaiao {
  background-image: url('../images/livro-balebaiao.jpg');
  background-position: 50%;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.corpomudanca {
  background-image: linear-gradient(#00000080, #00000080), url('../images/coromudanca.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.angelowillian {
  background-image: url('../images/angelo-william.jpg');
  background-position: 50%;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.epinefrina {
  background-image: linear-gradient(#00000052, #00000052), url('../images/epinefrina.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.andreapires {
  background-image: url('../images/andreapires.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.balebaiao {
  background-image: url('../images/balebaiao.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.mulata {
  background-image: linear-gradient(#00000080, #00000080), url('../images/mulata.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.ciavata {
  background-image: url('../images/ciavata.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.devoracao {
  background-image: url('../images/devoracao.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.ossuario {
  background-image: url('../images/ossuario.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.inquietacia2 {
  background-image: url('../images/ciainquieta2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.joubertarraes {
  background-image: url('../images/joubertarraes.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.rara {
  background-image: url('../images/rara.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.parabach {
  background-image: url('../images/parabach.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.iracema {
  background-image: url('../images/iracema.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.wellington {
  background-image: linear-gradient(#00000080, #00000080), url('../images/wellington.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.pacatuba {
  background-image: url('../images/pacatuba.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.pacatuba.newshow {
  background-image: url('../images/paracuru-newshow.jpg');
  background-position: 50%;
}

.heroshows.lindseybutcher {
  background-image: linear-gradient(#00000080, #00000080), url('../images/lindsey-butcher2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.lindseybutcher.newshow {
  background-image: url('../images/paracuru-newshow.jpg');
  background-position: 50%;
}

.heroshows.cataratas {
  background-image: url('../images/curitiba-cataratas.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.cataratas.newshow {
  background-image: url('../images/paracuru-newshow.jpg');
  background-position: 50%;
}

.heroshows.mamadeiras {
  background-image: linear-gradient(#00000080, #00000080), url('../images/mamadeiras.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.mctha {
  background-image: url('../images/mctha.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.daphnis {
  background-image: linear-gradient(#00000080, #00000080), url('../images/daphnis.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.lindsey {
  background-image: url('../images/lindsay.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.mostradancaemfoco {
  background-image: linear-gradient(#00000059, #00000059), url('../images/mostra-dancaemfoco.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.mostradancaemfoco.newshow {
  background-image: url('../images/paracuru-newshow.jpg');
  background-position: 50%;
}

.heroshows.liliangraca {
  background-image: url('../images/lilian-graca.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.liliangraca.newshow {
  background-image: url('../images/paracuru-newshow.jpg');
  background-position: 50%;
}

.heroshows.ariadne-filipe-e-edvan-monteiro {
  background-image: linear-gradient(#00000080, #00000080), url('../images/edvan-oficina.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.cacheadoexpo {
  background-image: url('../images/dummy.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.inflamavel {
  background-image: linear-gradient(#00000038, #00000038), url('../images/imflamavel.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.inflamavel.newshow {
  background-image: url('../images/paracuru-newshow.jpg');
  background-position: 50%;
}

.heroshows.vaidarboom {
  background-image: linear-gradient(#00000061, #00000061), url('../images/laoral-crew.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.daniela {
  background-image: linear-gradient(#00000080, #00000080), url('../images/daniela.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.daniela.newshow {
  background-image: url('../images/paracuru-newshow.jpg');
  background-position: 50%;
}

.heroshows.galo {
  background-image: url('../images/carlos-galo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.carnaval {
  background-image: linear-gradient(#00000080, #00000080), url('../images/carnaval-do-inferno.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.forrodrag {
  background-image: linear-gradient(#0000002b, #0000002b), url('../images/forro-drag.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.guga {
  background-image: linear-gradient(#00000063, #00000063), url('../images/guga-de-castro.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.kinas-negocelio {
  background-image: linear-gradient(#00000063, #00000063), url('../images/kinas-negocelio.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.lascaux {
  background-image: linear-gradient(#00000063, #00000063), url('../images/lascaux.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.luizanobel {
  background-image: linear-gradient(#0000007d, #0000007d), url('../images/LuizaNobel.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.matumiranda {
  background-image: linear-gradient(#00000047, #00000047), url('../images/matu-miranda.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.mantra-born {
  background-image: linear-gradient(#00000047, #00000047), url('../images/born-mantra.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.djfamoso {
  background-image: linear-gradient(#00000063, #00000063), url('../images/dj-famoso.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.heroshows.acessibilidade {
  background-image: linear-gradient(#00000059, #00000059), url('../images/plataforma2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 660px;
  margin-top: 0;
  padding-top: 5%;
  position: static;
}

.bold-text {
  font-size: 62px;
  font-weight: 900;
  line-height: 73px;
}

.showtitle {
  margin-bottom: 37px;
  font-size: 47px;
  font-weight: 700;
  line-height: 58px;
}

.showtitle.big {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 53px;
}

.showtitle.medium {
  color: #fff;
  font-size: 90px;
  line-height: 90px;
}

.showtitle.branco {
  color: var(--white);
}

.origem {
  font-family: Metropolis, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.photo2 {
  margin-top: 51px;
}

.logoscias {
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.foto2 {
  margin-bottom: 51px;
}

.mini-title-3 {
  color: #333;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  position: relative;
}

.service-feature-image {
  text-align: center;
  border: 1px #0000001a;
  margin-top: 10px;
  margin-bottom: 30px;
}

.feature-content {
  padding-top: 30px;
}

.feature-content.left-justify {
  text-align: left;
}

.service-feature-box-6 {
  background-color: #fff;
  width: 32%;
  margin-bottom: 50px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  box-shadow: 16px 16px 35px -7px #00000047;
}

.service-feature-box-6:hover {
  filter: grayscale();
}

.flex-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.flex-wrapper.space-between {
  flex-direction: row;
  justify-content: space-between;
}

.service-feature-box-3 {
  background-color: #fff;
  width: 32%;
  margin-bottom: 50px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: relative;
  box-shadow: 16px 16px 35px -7px #00000047;
}

.service-feature-box-3:hover {
  filter: grayscale();
}

.features-box {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
  display: flex;
}

.service-feature-box {
  width: 32%;
  margin-bottom: 50px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: relative;
}

.service-feature-box.shadow {
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px #0000002e;
}

.service-feature-box.shadow:hover {
  filter: grayscale();
}

.service-feature-box-2 {
  margin-bottom: 50px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.service-feature-box-2.shadow {
  background-color: #fff;
  width: 32%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 16px 16px 35px -7px #00000047;
}

.service-feature-box-2.shadow:hover {
  filter: grayscale();
}

.linkdetails {
  color: var(--black333);
  text-decoration: none;
}

.experience-box {
  text-align: left;
  width: 50%;
  padding-left: 2%;
  padding-right: 4%;
}

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

.side-left-line-vertical-2 {
  background-color: #212121;
  width: 3px;
  height: 100%;
  position: absolute;
}

.feature-icon-6 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.right-top-vertical-line-1 {
  background-color: #212121;
  width: 3px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.bottom-side-lines {
  width: 95%;
  height: 11px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.right-bottom-horizontal-line-1 {
  background-color: #212121;
  width: 35px;
  height: 3px;
  margin-right: 9px;
  position: absolute;
  bottom: -2px;
  right: 0;
}

.left-bottom-horizontal-line-1 {
  background-color: #212121;
  width: 35px;
  height: 3px;
  margin-left: 9px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.right-bottom-corner-box {
  width: 28px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.side-left-line-vertical-1 {
  background-color: #212121;
  width: 3px;
  height: 100%;
  margin-left: 9px;
  position: absolute;
}

.top-side-lines {
  height: 11px;
  margin-top: -10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.bottom-line-horizontal-2 {
  background-color: #212121;
  width: 92%;
  height: 3px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.left-top-horizontal-line-1 {
  background-color: #212121;
  width: 30px;
  height: 3px;
  margin-top: -9px;
  margin-left: 9px;
}

.right-top-horizontal-line-1 {
  background-color: #212121;
  width: 30px;
  height: 3px;
  margin-top: -9px;
  margin-right: 9px;
  position: absolute;
  top: 0;
  right: 0;
}

.bottom-line-horizontal-1 {
  background-color: #212121;
  width: 96%;
  height: 3px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.left-top-corner-box {
  width: 33px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
}

.left-bottom-corner-box {
  width: 35px;
  height: 27px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.right-bottom-vertical-line-1 {
  background-color: #212121;
  width: 3px;
  height: 35px;
  margin-right: 9px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.top-line-2 {
  background-color: #212121;
  width: 96%;
  height: 3px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.side-right-line-vertical-1 {
  background-color: #212121;
  width: 3px;
  height: 100%;
  margin-left: -6px;
  position: absolute;
}

.top-left-vertical-line-2 {
  background-color: #212121;
  width: 3px;
  height: 35px;
  margin-top: -9px;
  margin-left: 9px;
  position: absolute;
  top: 0;
  left: 0;
}

.right-side-lines {
  width: 6px;
  height: 98%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.right-bottom-vertical-line-2 {
  background-color: #212121;
  width: 3px;
  height: 35px;
  position: absolute;
  bottom: 7px;
  right: 0;
}

.top-left-vertical-line-1 {
  background-color: #212121;
  width: 3px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.right-bottom-horizontal-line-2 {
  background-color: #212121;
  width: 35px;
  height: 3px;
  position: absolute;
  top: 26px;
  bottom: 0;
  right: 0;
}

.left-bottom-horizontal-line-2 {
  background-color: #212121;
  width: 30px;
  height: 3px;
  margin-top: 18px;
  position: absolute;
}

.left-top-horizontal-line-2 {
  background-color: #212121;
  width: 35px;
  height: 3px;
  margin-top: -1px;
  position: absolute;
  top: 0;
  left: 0;
}

.right-top-corner-box {
  width: 33px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
}

.side-right-line-vertical-2 {
  background-color: #212121;
  width: 3px;
  height: 100%;
  margin-left: 3px;
}

.right-top-vertical-line-2 {
  background-color: #212121;
  width: 3px;
  height: 35px;
  margin-top: -9px;
  margin-right: 9px;
  position: absolute;
  top: 0;
  right: 0;
}

.left-side-lines {
  width: 6px;
  height: 95%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.left-bottom-vertical-line-2 {
  background-color: #212121;
  width: 3px;
  height: 35px;
  position: absolute;
  bottom: 8px;
  left: 0;
}

.top-line-1 {
  background-color: #212121;
  width: 89%;
  height: 3px;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.right-top-horizontal-line-2 {
  background-color: #212121;
  width: 35px;
  height: 3px;
  margin-top: -1px;
  position: absolute;
  top: 0;
  right: 0;
}

.left-bottom-vertical-line-1 {
  background-color: #212121;
  width: 3px;
  height: 40px;
  margin-left: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-line-horizontal-1 {
  background-color: #212121;
  width: 89%;
  height: 3px;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-horizontal-line-2 {
  background-color: #212121;
  width: 96%;
  height: 3px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.light {
  color: var(--black);
  font-family: Metropolis, Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.mostra {
  text-transform: none;
  border: 1px solid #fff;
  padding: 2px 14px;
  font-size: 14px;
  display: inline-block;
}

.image-box {
  background-image: url('../images/Feets.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 650px;
  width: 50%;
  height: 100%;
  min-height: 410px;
  display: block;
  box-shadow: 16px 16px 35px -7px #21212152;
}

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

.play-button {
  width: 108px;
  height: 98px;
  transition: opacity .3s;
  display: block;
}

.play-button:hover {
  opacity: .65;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #2e2e2e;
  min-width: 140px;
  margin-top: 10px;
  padding: 18px 35px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .4s, color .2s;
  display: inline-block;
}

.button-2:hover {
  color: #111;
  background-color: #0000;
  border: 3px solid #2e2e2e;
  padding: 15px 32px;
  text-decoration: none;
}

.video-box {
  background-image: url('../images/canes.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 650px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 410px;
  display: flex;
  box-shadow: 16px 16px 35px -7px #2121214d;
}

.text-content-box {
  text-align: left;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 35px;
  display: flex;
  position: relative;
}

.text-content-box.left-column {
  text-align: center;
  align-items: flex-end;
  margin-bottom: 0;
}

.style-box {
  text-align: left;
  border: 1px solid #eee;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
}

.chancelafichastecnica {
  color: #333;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}

.agradecimentos {
  text-align: center;
}

.tab04_pane {
  width: 100%;
}

.tab04_image {
  border-radius: 9px;
  position: relative;
}

.tab04_title {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 900;
}

.tab04_content {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
}

.tab04_container {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab04_menu {
  background-color: #00000008;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-right: 35px;
  padding: 30px;
  display: flex;
}

.tab04_tabs {
  align-items: flex-start;
  display: flex;
}

.tab04_icon {
  width: 22px;
  max-width: none;
  margin-right: 15px;
}

.tab04_tab {
  background-color: var(--white-smoke);
  color: var(--black);
  border: 1px solid #0000000d;
  border-radius: 8px;
  min-width: 200px;
  margin-bottom: 10px;
  padding: 20px 25px;
  font-family: Metropolis, Arial, sans-serif;
  display: flex;
}

.tab04_tab:hover {
  background-color: #f1ecec;
  border: 1px solid #0000001c;
}

.tab04_tab.w--current {
  border: 1px solid var(--firebrick);
  background-color: var(--firebrick);
  color: var(--white);
}

.agendaitem {
  text-align: left;
  border: 1px solid #eee;
  border-radius: 5px;
  width: 100%;
  min-width: 100%;
  margin-bottom: 30px;
  padding: 15px 30px;
  font-size: 14px;
}

.programaparagraph {
  font-size: 21px;
}

.local {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.image {
  border: 1px solid #0000000f;
}

.service-feature-box-6-copy {
  background-color: #fff;
  width: 32%;
  margin-bottom: 50px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  box-shadow: 16px 16px 35px -7px #00000047;
}

.service-feature-box-6-copy:hover {
  filter: grayscale();
}

.services-box {
  margin-top: 50px;
  margin-bottom: 50px;
}

.service-box {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 60px;
  padding-bottom: 40px;
}

.icon-service-box {
  width: 30%;
  padding: 0 26px 26px;
}

.service-description-box {
  text-align: left;
  width: 70%;
}

.linkservicebox {
  background-color: var(--white);
  color: var(--black);
  padding: 9px;
  text-decoration: none;
}

.linkservicebox:hover {
  background-color: var(--white);
  color: var(--black);
}

.listingsimple {
  text-align: left;
  width: 100%;
}

.listingbox {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 25px;
  padding-bottom: 40px;
}

.heading-2 {
  font-family: Metropolis, Arial, sans-serif;
  font-weight: 300;
}

.h3-heading-white {
  color: var(--black);
  line-height: 40px;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 136px 24px;
  display: flex;
  position: relative;
}

.section.no-padding-vertical {
  background-color: var(--black);
  padding-top: 143px;
  padding-bottom: 143px;
  overflow: hidden;
}

.huge-text {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  width: 3000px;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 156px;
  font-weight: 700;
  line-height: 120px;
  overflow: visible;
}

.huge-review-info {
  color: #525b73;
  margin-top: 3px;
  margin-left: 10px;
  font-size: 17px;
  line-height: 28px;
}

.no-margin {
  margin: 0;
}

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.huge-review-avatar {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-right: 24px;
}

.huge-review-author {
  flex-wrap: wrap;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 20%;
  display: flex;
}

.huge-promo-text {
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}

.content-section-social {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
  position: relative;
  overflow: hidden;
}

.content-section-social.no-top-border {
  padding-top: 0;
  position: relative;
}

.content-section-social.no-top-border.black {
  padding-top: 58px;
}

.content-section-social.footer {
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-section-social.footer.dark {
  background-color: #2e2e2e;
}

.content-section-social.intro.no-bottom-padding {
  padding-top: 145px;
  padding-bottom: 0;
}

.content-section-social.headersubpages {
  background-color: var(--black);
  text-align: center;
  padding-top: 137px;
  padding-bottom: 75px;
  overflow: visible;
}

.content-section-social.headersubpages.no-bottom-padding {
  padding-top: 145px;
  padding-bottom: 0;
}

.content-section-social.intro {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: visible;
}

.content-section-social.black {
  background-color: var(--black);
}

.content-section-social.conteudo {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: visible;
}

.content-section-social.gray {
  background-color: var(--white-smoke);
  background-color: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 120px;
}

.content-section-social.listagem {
  background-color: var(--white-smoke);
  padding-top: 41px;
  padding-bottom: 120px;
}

.bold-text-3 {
  font-weight: 900;
}

.trajetos {
  border: 1px solid #00000017;
}

.section-3 {
  background-color: #fff;
  padding: 140px 20px;
  position: relative;
}

.section-3.color {
  background-color: #546cc3;
  padding: 140px 20px;
}

.section-3.color.with-map {
  background-color: #fff;
  background-image: url('../images/map-2.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: fixed;
}

.container-fluid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-icon {
  background-image: url('../images/users.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70px;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-icon.icon-12 {
  background-image: url('../images/envelope-5.svg');
  background-size: 65px;
}

.contact-icon.icon-10 {
  background-image: url('../images/placeholder-3.svg');
  background-size: 70px;
}

.contact-icon.icon-11 {
  background-image: url('../images/phone.svg');
  background-size: 65px;
}

.contact {
  text-transform: uppercase;
}

.contact-second-wrapper {
  float: left;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ededed;
  width: 33.333%;
  height: 450px;
  margin-right: -1px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .4s;
}

.contact-second-wrapper:hover {
  z-index: 1;
  border-color: #fff;
  position: relative;
  transform: translate(0, -10px);
  box-shadow: 0 30px 30px #00000030;
}

.contact-second-wrapper.in-contact {
  height: 380px;
}

.container-center-section {
  z-index: 2;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.container-center-section.full {
  width: 90%;
}

.circle-icon-service {
  background-color: var(--black333);
  border: 1px solid #e2eff8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.top-margin.big {
  margin-top: 36px;
}

.services-title-2 {
  margin-bottom: 15px;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 24px;
}

.services-title-2.center {
  color: var(--white);
  text-align: center;
}

.services-title-2.city-title {
  color: var(--white);
  text-align: center;
  margin-top: 74px;
  font-size: 40px;
}

.title-wrapper {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title-wrapper.with-margin {
  margin-bottom: 80px;
}

.title-wrapper.with-margin.more {
  margin-bottom: 120px;
}

.container {
  flex: 1;
  max-width: 1200px;
}

.container.enderecos {
  padding-left: 35px;
  padding-right: 35px;
}

.services-wrapper-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2eff8;
  border-radius: 3px;
  padding: 80px 40px;
}

.services-wrapper-2.second-style {
  width: 95%;
  min-height: 341px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 30px 30px;
  display: block;
}

.section-4 {
  z-index: 1;
  background-color: #000;
  padding: 120px 30px;
  position: relative;
}

.section-4.enderecos {
  background-color: #212020;
  padding-top: 96px;
}

.paragraph-small-2 {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}

.paragraph-small-2.darker {
  color: #000;
  margin-top: 31px;
  font-size: 18px;
  font-weight: 400;
}

.algin-center {
  text-align: center;
  position: relative;
}

.logofooter {
  margin-top: 39px;
  margin-bottom: 58px;
}

.agendaacessibilidade {
  background-color: var(--white);
  border: 1px solid #0000002e;
  margin-bottom: 34px;
  padding: 17px;
}

.agendaacessibilidade.first {
  margin-top: 41px;
}

.marginbotton {
  margin-top: 45px;
  margin-bottom: 30px;
}

.branco {
  color: var(--white);
}

.boldbig {
  font-size: 32px;
}

.downloadbtn {
  background-color: var(--firebrick);
  margin-top: 33px;
  padding: 14px 33px;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.downloadbtn:hover {
  background-color: var(--black333);
  color: var(--white-smoke);
}

.downloadbtn.second {
  margin-left: 12px;
}

.d-128-3d-card-wrapper {
  perspective: 1000px;
  cursor: pointer;
  width: 30%;
  height: 243px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  overflow: visible;
}

.d-128-image-wrapper {
  background-color: #000;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.d-128-image {
  background-image: url('../images/LaClassExcentricos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 2px #cec8bb;
  border-bottom: 2px #cec8bb;
  border-right: 2px #cec8bb;
  position: absolute;
  inset: 0%;
}

.d-128-content-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 0%;
  background-color: #771717;
  background-image: url('../images/DustScratches.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px dashed #cec8bb;
  flex-direction: column;
  justify-content: flex-start;
  width: 60%;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.companytitlecard {
  color: #cec8bb;
  text-transform: none;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.showtitlecard {
  color: #cec8bb;
  text-transform: none;
  font-weight: 400;
}

.bold-text-4 {
  font-weight: 400;
}

.d-128-button {
  color: #f3f6e5;
  letter-spacing: 2px;
  background-color: #383a47;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 16px;
  transition: background-color .425s;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.navigation-style-1 {
  background-color: #fff;
}

.dropdown-arrow {
  margin-top: 41px;
  margin-right: 6px;
  font-size: 10px;
}

.logo-brand {
  margin-top: 28px;
}

.nav-link-2 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 37px 10px 35px;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .4s;
}

.nav-link-2:hover {
  color: var(--firebrick);
  font-family: Metropolis, Arial, sans-serif;
  font-weight: 700;
}

.nav-link-2.w--current {
  color: var(--firebrick);
}

.nav-link-2.dropdown {
  padding-left: 15px;
  padding-right: 20px;
}

.dropdown-link-2 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 20px;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s;
}

.dropdown-link-2:hover {
  background-color: var(--firebrick);
  color: var(--white);
  font-family: Metropolis, Arial, sans-serif;
  font-weight: 700;
}

.dropdown-link-2.w--current {
  color: var(--firebrick);
}

.dropdown-list-2.w--open {
  background-color: #212127;
  width: 400px;
  padding: 15px;
}

.dropdown-list-2.normal.w--open {
  background-color: var(--white);
  width: auto;
  padding: 0;
  box-shadow: 0 -4px 20px #0000001a;
}

.dropdown-list-2.second.w--open {
  width: 550px;
}

.dropdown-list-2.normal.w--open {
  width: auto;
}

.image-2 {
  width: 243px;
}

.navigation-unpack {
  background-color: var(--white);
  border-bottom: 1px solid #fff3;
}

.dropdown-link-3 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 20px;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.dropdown-link-3:hover {
  background-color: var(--firebrick);
  color: var(--white);
  font-family: Metropolis, Arial, sans-serif;
  font-weight: 700;
  transform: none;
}

.dropdown-link-3.w--current {
  color: var(--firebrick);
}

.textbrand {
  color: #cec8bb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 21px;
  font-size: 29px;
  font-weight: 400;
  display: inline-block;
}

.nav-link-3 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 37px 10px 35px;
  font-family: Metropolis, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .4s;
}

.nav-link-3:hover, .nav-link-3.w--current {
  color: var(--firebrick);
  font-family: Metropolis, Arial, sans-serif;
  font-weight: 700;
}

.nav-link-3.dropdown {
  padding-left: 15px;
  padding-right: 20px;
}

.logo-brand-2 {
  margin-top: 17px;
}

.logoimg {
  width: 243px;
  margin-top: 15px;
}

.noticiassectiontitle {
  margin-bottom: 58px;
  font-size: 51px;
}

.newsimg {
  margin-top: 23px;
  margin-bottom: 46px;
}

html.w-mod-js [data-ix="move-down-hero-header"] {
  opacity: 0;
  transform: translate(0, -25px);
}

html.w-mod-js [data-ix="move-up-hero-title"], html.w-mod-js [data-ix="initial-appearance-clients-logo-box"] {
  opacity: 0;
  transform: translate(0, 25px);
}

html.w-mod-js [data-ix="initial-appareance-for-feature-icons"] {
  opacity: 0;
  transform: translate(0, -15px);
}

html.w-mod-js [data-ix="slide-right-video-element-box"] {
  opacity: 0;
  transform: translate(-25px);
}

html.w-mod-js [data-ix="slide-left-image-element-box"] {
  opacity: 0;
  transform: translate(25px);
}

html.w-mod-js [data-ix="initial-appearance-icon-service-box"] {
  opacity: 0;
  transform: scale(.9);
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar.white {
    padding: 20px 15px;
  }

  .fixed-nav-menu-button {
    background-color: var(--black);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    width: 54px;
    height: 54px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-nav-menu-button:hover {
    background-color: var(--firebrick);
  }

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

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

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .nav-menu {
    background-color: #292c31;
    border-radius: 0;
    margin-top: 0;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 #0000;
  }

  .nav-link {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

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

  .nav-link.dropdown-toggle {
    color: #fff;
  }

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

  .hero-section {
    background-position: 50% 27%;
    background-size: contain;
    height: 68vh;
  }

  .content-wrapper {
    width: 100%;
  }

  .content-wrapper.narrow {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .content-wrapper.narrow.overlaping {
    width: 90%;
    margin-top: -150px;
    padding-top: 35px;
  }

  .client-logo-box {
    display: block;
  }

  .social-icons-box {
    padding-left: 11%;
    padding-right: 11%;
  }

  .paragraph.big {
    font-size: 26px;
    line-height: 45px;
  }

  .header-box {
    width: 90%;
  }

  .service-feature-box-6, .service-feature-box-3, .service-feature-box, .service-feature-box-2.shadow {
    width: 48%;
  }

  .bottom-line-horizontal-2 {
    width: 99%;
  }

  .bottom-line-horizontal-1 {
    width: 100%;
  }

  .top-line-1 {
    width: 93%;
  }

  .image-box {
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .video-box {
    background-size: cover;
  }

  .text-content-box.left-column {
    margin-left: 0;
    margin-right: 0;
  }

  .tab04_content {
    width: 100%;
  }

  .tab04_menu {
    margin-right: 0;
    padding: 10px;
  }

  .tab04_tab {
    margin-bottom: 10px;
  }

  .tab04_tab.w--current {
    width: 100%;
    margin-bottom: 15px;
  }

  .service-feature-box-6-copy {
    width: 48%;
  }

  .section {
    padding: 104px 8px;
  }

  .huge-text {
    font-size: 88px;
    line-height: 96px;
  }

  .huge-review-info {
    margin-left: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .no-margin {
    margin: 0;
  }

  .huge-review-avatar {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .huge-review-author {
    flex-direction: column;
    justify-content: center;
    padding-left: 0%;
  }

  .contact-second-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-wrapper-2 {
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .services-wrapper-2.second-style {
    margin-bottom: 100px;
  }

  .icon-13 {
    font-size: 37px;
    line-height: 29px;
  }

  .d-128-3d-card-wrapper {
    width: 57%;
    margin-bottom: 60px;
  }

  .navigation-style-1 {
    padding-bottom: 0;
  }

  .hamburger-style-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 18px;
  }

  .hamburger-style-1:hover {
    background-color: var(--firebrick);
    color: var(--white);
  }

  .hamburger-style-1.w--open {
    background-color: #546cc3;
    border-radius: 5px;
  }

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

  .logo-brand {
    margin-top: 30px;
  }

  .nav-link-2 {
    padding-top: 17px;
    padding-bottom: 15px;
  }

  .nav-link-2.dropdown {
    padding-left: 10px;
  }

  .nav-menu-2 {
    background-color: #f1f1f7;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-2.dark {
    background-color: #000000f2;
  }

  .dropdown-link-2 {
    padding-left: 0;
  }

  .dropdown-list-2.normal.w--open {
    background-color: #0000;
  }

  .icon-14 {
    font-size: 44px;
  }

  .dropdown-link-3 {
    padding-left: 10px;
  }

  .hamburger-style-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 11px;
  }

  .hamburger-style-2:hover {
    background-color: var(--firebrick);
    color: var(--white);
  }

  .hamburger-style-2.w--open {
    background-color: #546cc3;
    border-radius: 5px;
  }

  .hamburger-style-2.style-2 {
    color: #fff;
  }

  .hamburger-style-2.style-2.w--open {
    background-color: #212127;
  }

  .textbrand {
    margin-top: 26px;
  }

  .icon {
    color: #771717;
    font-size: 33px;
  }

  .nav-link-3 {
    color: var(--black);
    padding-top: 17px;
    padding-bottom: 15px;
  }

  .nav-link-3.dropdown {
    color: var(--black);
    padding-left: 10px;
  }

  .logo-brand-2 {
    margin-top: 10px;
  }

  .logoimg {
    margin-top: 20px;
    margin-left: 13px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    height: 30px;
    margin-top: 10px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar.white {
    box-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link, .dropdown-link {
    padding-left: 25px;
  }

  .heading-1.big {
    font-size: 64px;
    line-height: 74px;
  }

  .heading-1.medium {
    font-size: 70px;
    line-height: 70px;
  }

  .hero-subtitle {
    font-size: 30px;
    line-height: 43px;
  }

  .hero-section {
    background-position: 50% 15%;
    background-size: contain;
    height: 58vh;
  }

  .content-wrapper.hero {
    width: 90%;
  }

  .content-wrapper.narrow.overlaping {
    padding-left: 4%;
    padding-right: 4%;
  }

  .content-section.intro {
    padding-top: 13px;
  }

  .content-section.headersubpages {
    padding-top: 32px;
    padding-bottom: 46px;
  }

  .client-logo-box {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-icons-box {
    padding-left: 5%;
    padding-right: 5%;
  }

  .pagetitle {
    font-size: 42px;
  }

  .pagetitle.big, .showtitle.big {
    font-size: 90px;
    line-height: 90px;
  }

  .showtitle.medium {
    font-size: 70px;
    line-height: 70px;
  }

  .service-feature-box-6, .service-feature-box-3 {
    width: 100%;
  }

  .features-box {
    justify-content: center;
    align-items: center;
  }

  .service-feature-box {
    width: 80%;
  }

  .service-feature-box.shadow, .service-feature-box-2.shadow {
    width: 100%;
  }

  .experience-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .image-box, .video-box, .text-content-box {
    width: 100%;
  }

  .text-content-box.left-column {
    padding-right: 35px;
  }

  .tab04_menu {
    width: 100%;
    margin-right: 0;
  }

  .tab04_tabs {
    flex-direction: column;
  }

  .service-feature-box-6-copy, .icon-service-box {
    width: 100%;
  }

  .service-description-box, .listingsimple {
    flex: 1;
  }

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

  .no-margin {
    margin: 0;
  }

  .contact-second-wrapper {
    width: 100%;
  }

  .title-wrapper {
    width: 90%;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 38px;
  }

  .section-4 {
    padding-top: 22px;
  }

  .downloadbtn.second {
    margin-left: 0;
  }

  .d-128-3d-card-wrapper {
    width: 93%;
  }

  .navigation-style-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .nav-link-2.dropdown {
    padding-left: 10px;
  }

  .container-2 {
    padding-right: 10px;
  }

  .hamburger-style-2.w--open {
    background-color: var(--black);
  }

  .nav-link-3.dropdown {
    padding-left: 10px;
  }

  .logoimg {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    margin-top: 5px;
  }

  .logo.fixed {
    height: 24px;
    margin-top: 6px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .navbar.white {
    z-index: 11000;
    box-shadow: none;
    padding-bottom: 10px;
    position: sticky;
  }

  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0;
    padding-top: 9px;
  }

  .heading-1.big {
    margin-top: 24px;
    font-size: 35px;
    line-height: 46px;
  }

  .heading-1.medium {
    line-height: 66px;
  }

  .heading-1.mobile {
    text-align: right;
  }

  .hero-section {
    background-position: 50% 9%;
    height: 36vh;
    min-height: 308px;
  }

  .arrow.more-bottom-border {
    margin-bottom: 20%;
  }

  .content-wrapper.hero {
    width: 100%;
  }

  .content-wrapper.narrow.overlaping {
    padding-top: 25px;
  }

  .hero-h1-text-box {
    margin-bottom: 0;
  }

  .content-section.intro {
    padding-top: 53px;
  }

  .social-icons-box {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .pagetitle {
    font-size: 25px;
  }

  .pagetitle.smaller {
    font-size: 24px;
    line-height: 35px;
  }

  .hero-section-2 {
    min-height: 350px;
  }

  .hero-title-box {
    margin-bottom: 20%;
  }

  .heroshows {
    min-height: 350px;
  }

  .heroshows.tatambud-danza {
    margin-top: 62px;
  }

  .heroshows._10anosempina {
    margin-top: 61px;
  }

  .heroshows.djfamoso {
    margin-top: 72px;
  }

  .bold-text {
    font-size: 42px;
    line-height: 53px;
  }

  .showtitle {
    font-size: 34px;
    line-height: 45px;
  }

  .origem {
    margin-bottom: 20%;
  }

  .service-feature-box-6, .service-feature-box-3, .service-feature-box, .service-feature-box-2.shadow, .experience-box {
    width: 100%;
  }

  .bottom-line-horizontal-2 {
    width: 92%;
  }

  .top-line-1 {
    width: 89%;
  }

  .light {
    font-size: 24px;
  }

  .mostra {
    margin-bottom: 20%;
    font-size: 14px;
  }

  .text-content-box.left-column {
    text-align: right;
    margin-bottom: 0;
  }

  .tab04_menu {
    margin-right: 0;
  }

  .service-feature-box-6-copy {
    width: 100%;
  }

  .bold-text-2 {
    font-size: 13px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .huge-review-info {
    margin-left: 0;
  }

  .no-margin {
    margin: 0;
  }

  .section-3.color.with-map {
    padding-top: 56px;
  }

  .contact-second-wrapper {
    margin-bottom: -1px;
  }

  .services-title-2.city-title {
    margin-top: 41px;
  }

  .title-wrapper {
    width: 95%;
  }

  .title-wrapper.with-margin {
    width: 100%;
  }

  .title-wrapper.with-margin.more {
    margin-bottom: 43px;
  }

  .container.enderecos {
    padding-left: 11px;
    padding-right: 11px;
  }

  .services-wrapper-2 {
    padding: 35px;
  }

  .services-wrapper-2.second-style {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4.enderecos {
    padding-top: 28px;
  }

  .body {
    background-color: var(--white);
  }

  .downloadbtn, .downloadbtn.second {
    font-size: 17px;
  }

  .icon-13 {
    font-size: 30px;
    line-height: 24px;
  }

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .d-128-3d-card-wrapper {
    width: 271px;
  }

  .hamburger-style-1 {
    padding: 10px;
  }

  .icon-14 {
    font-size: 42px;
  }

  .image-2, .logoimg {
    width: 187px;
    max-width: 99%;
  }
}


@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Bold.woff') format('woff'), url('../fonts/Metropolis-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-BoldItalic.woff') format('woff'), url('../fonts/Metropolis-ExtraBoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}