:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #eae5d6;
  background-color: #1e1e1e;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #eae5d6;
  text-decoration: underline;
}

.body-geral {
  background-color: #1e1e1e;
}

.section {
  padding-left: 15px;
  padding-right: 15px;
}

.section.section-nav {
  z-index: 5;
  background-color: #1e1e1e;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.section.section-header {
  padding-top: 50px;
}

.section.embreve {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #ff181f;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 100vh;
  font-family: Public Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}

.nav {
  color: #eae5d6;
  background-color: #1e1e1e;
}

.nav-link {
  color: #eae5d6;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 10px;
}

.nav-link:focus, .nav-link.w--current {
  color: #eae5d6;
}

.logo-nav {
  width: 100px;
}

.nav-container {
  flex-flow: column;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-menu {
  flex-flow: wrap;
  align-content: center;
  height: 25px;
  margin-right: -20px;
  display: flex;
}

.container {
  padding: 40px 40px 30px;
}

.container.red {
  color: #1b1d1c;
  background-color: #e40002;
}

.container.red.footer {
  padding-bottom: 0;
}

.container.container-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.container.container-header {
  padding-bottom: 0;
}

.container.container-breve {
  color: #f0e7ce;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.logo-dest-home {
  border-top: 1px solid #e3dece;
  padding-top: 30px;
}

.container-2 {
  padding-left: 22px;
  padding-right: 22px;
}

.img-logo-dest {
  width: 100%;
  margin-top: 15px;
}

.cols-header {
  height: 60px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.div-txt-header {
  text-transform: uppercase;
  width: 95%;
  font-size: 16px;
}

.col-header {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-img-dest {
  text-transform: uppercase;
  font-size: 12px;
}

.heading-2 {
  text-transform: uppercase;
  background-image: url('../images/dot-red.png');
  background-position: 0 93%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-top: 2px solid #eae5d6;
  margin-top: 0;
  margin-bottom: 9px;
  padding-top: 40px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 20px;
}

.heading-2.preto {
  color: #eae5d6;
  background-image: url('../images/dot-grey.png');
  border-top-color: #1b1d1c;
}

.heading-2.footer {
  color: #1b1d1c;
  background-image: url('../images/dot-white.png');
  border-top-style: none;
  margin-bottom: 40px;
  padding-top: 15px;
}

.txt-sobre-home {
  text-align: center;
  padding: 100px 100px 40px;
  font-size: 16px;
  font-weight: 400;
}

.img-chama {
  width: 65px;
}

.h3-home {
  text-transform: uppercase;
  margin: 20px auto 40px;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.slider-producoes {
  background-color: #0000;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.slider-producoes-nav {
  display: none;
}

.slide-producoes {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.box-img-slider {
  border-radius: 30px;
  width: 100%;
  margin-bottom: 25px;
  overflow: hidden;
}

.h4-home {
  text-transform: uppercase;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
}

.h5-home {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
}

.arrow-left {
  margin-left: -50px;
}

.arrow-right {
  margin-right: -50px;
}

.box-tablink {
  color: #eae5d6;
  background-color: #ddd0;
  width: 100%;
  padding: 0 10px;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 24px;
}

.box-tablink:hover {
  color: #1b1d1c;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.box-tablink.w--current {
  color: #1b1d1c;
  background-color: #ece6e600;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.tabmenu {
  width: 265px;
  left: 220px;
}

.quick-stack {
  grid-column-gap: 15px;
}

.box-img-diretor {
  border-radius: 30px;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  height: 140px;
  display: flex;
  overflow: hidden;
}

.ul-filmes-home {
  margin-top: 75px;
}

.li-filmes-home {
  float: left;
  border-radius: 21px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 115px;
  height: 60px;
  margin-right: 25px;
  display: flex;
  overflow: hidden;
}

.frase-diretor {
  float: right;
  color: #1b1d1c;
  width: 150px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: 60px;
  right: 100px;
}

.content-tabs-dir {
  height: 185px;
  overflow: visible;
}

.tabs-dir-home {
  padding-bottom: 40px;
}

.tab-panel-home {
  margin-top: 30px;
}

.conteudo-fale {
  background-image: url('../images/balboa-logos-preto.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 250px;
  flex-flow: row;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.li-redes {
  float: left;
  width: 40px;
  margin-right: 15px;
}

.txt-fale {
  align-self: flex-start;
  width: 40%;
  margin-bottom: 50px;
  font-size: 16px;
}

.rodape {
  text-align: right;
  text-transform: uppercase;
  border-top: 1px solid #1b1d1c;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

.link-rodape {
  color: #1b1d1c;
}

.heading-interna {
  text-transform: uppercase;
  background-image: url('../images/dot-red.png');
  background-position: 0 93%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-top: 2px solid #eae5d6;
  margin-top: 0;
  margin-bottom: 9px;
  padding-top: 40px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 20px;
}

.heading-interna.preto {
  color: #eae5d6;
  background-image: url('../images/dot-grey.png');
  border-top-color: #1b1d1c;
}

.heading-interna.footer {
  color: #1b1d1c;
  background-image: url('../images/dot-white.png');
  border-top-style: none;
  margin-bottom: 40px;
  padding-top: 15px;
}

.tabs-menudir-interna {
  float: left;
  width: 25%;
}

.tabs-contentdir-interna {
  float: left;
  width: 75%;
}

.tab-filmes-diretores {
  border-radius: 21px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tab-filmes-interna {
  background-color: #ddd0;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
}

.tab-filmes-interna.w--current {
  background-color: #ddd0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.tabs-menu-filmes-interna {
  padding-top: 25px;
  padding-bottom: 25px;
}

.img-tab-filmes-interna {
  border-radius: 30px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 145px;
  height: 70px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.cols-header-diretores {
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.coluna-header-diretores {
  justify-content: flex-start;
  align-items: center;
  height: 161px;
  padding: 0 15px;
  display: flex;
}

.box-tablink-interna {
  color: #eae5d6;
  background-color: #ddd0;
  width: 100%;
  padding: 0 10px;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 24px;
}

.box-tablink-interna:hover {
  color: #e40002;
  font-weight: 700;
}

.box-tablink-interna.w--current {
  color: #e40002;
  background-color: #ece6e600;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 700;
}

.txt-sobre {
  margin-top: 50px;
}

.form-footer {
  width: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}

.form-field {
  color: #1b1d1c;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 2px solid #1b1d1c;
}

.form-field.txt {
  max-width: 100%;
  min-height: 80px;
}

.submit-btn {
  color: #1b1d1c;
  background-color: #3898ec00;
  background-image: url('../images/seta.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  padding-left: 0;
  padding-right: 40px;
  font-weight: 600;
}

.form-success {
  text-align: left;
  background-color: #ddd0;
  padding-left: 0;
  font-weight: 600;
}

.error-form {
  background-color: #ffdede00;
  padding-left: 0;
}

.logo-breve {
  width: 450px;
  margin-bottom: 10px;
}

.imgs-red-breve {
  width: 150px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.quick-stack-2 {
  grid-column-gap: 1px;
}

.row-breve-footer {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: auto 0% 60px;
}

.col-breve-footer-esq {
  text-align: left;
}

.col-breve-footer-mid {
  text-align: center;
}

.col-breve-footer-dir {
  text-align: right;
}

.row-breve-mid {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.col-breve-mid {
  height: 50px;
}

.col-breve-mid.col-breve-mid-dir {
  justify-content: flex-end;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.link-footer-breve {
  color: #ff181f;
  text-decoration: none;
}

.row-breve-mid-mob {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: none;
}

.logo-breve-mob {
  width: 450px;
  margin-bottom: 10px;
  display: none;
}

.link-insta-mob {
  display: none;
}

.row-breve-footer-mob {
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  position: absolute;
  inset: auto 0% 60px;
}

.txt-diretores {
  width: 65%;
  margin-top: 35px;
  margin-bottom: 35px;
}

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

.img-logo-dest-home {
  min-width: 100%;
}

.slider-hero {
  background-color: #0000;
  height: auto;
}

.slider-hero-arrow {
  display: none;
}

.slider-hero-nav {
  bottom: -40px;
}

.slide-hero {
  height: auto;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 20px;
    line-height: 26px;
  }

  .nav-link {
    font-size: 15px;
    line-height: 20px;
  }

  .logo-nav {
    width: 150px;
  }

  .nav-container {
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    margin-top: 5px;
    margin-right: 0;
  }

  .container {
    max-width: 95%;
  }

  .div-txt-header {
    font-size: 18px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 24px;
  }

  .heading-2.footer {
    margin-bottom: 50px;
  }

  .txt-sobre-home {
    font-size: 22px;
    line-height: 26px;
  }

  .h5-home {
    font-size: 18px;
    line-height: 22px;
  }

  .box-tablink {
    font-size: 30px;
    line-height: 34px;
  }

  .box-tablink.w--current {
    font-size: 32px;
    line-height: 34px;
  }

  .tabmenu {
    margin-top: 30px;
  }

  .box-img-diretor {
    height: 160px;
  }

  .li-filmes-home {
    width: 150px;
    height: 85px;
  }

  .frase-diretor {
    width: 180px;
    font-size: 26px;
    line-height: 30px;
    right: 191px;
  }

  .txt-fale {
    margin-bottom: 110px;
    font-size: 20px;
    line-height: 24px;
  }

  .img-tab-filmes-interna {
    width: 190px;
    height: 100px;
  }

  .box-tablink-interna {
    font-size: 26px;
    line-height: 30px;
  }

  .box-tablink-interna.w--current {
    font-size: 30px;
    line-height: 34px;
  }

  .txt-sobre {
    margin-bottom: 70px;
    font-size: 20px;
    line-height: 26px;
  }

  .txt-diretores {
    width: 75%;
  }

  .body {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }

  .section.section-header {
    padding-top: 100px;
  }

  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 20px;
  }

  .logo-nav {
    width: 150px;
    margin-top: 10px;
  }

  .nav-menu {
    background-color: #1e1e1e;
    height: auto;
  }

  .div-txt-header {
    line-height: 25px;
  }

  .txt-sobre-home {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-producoes {
    width: 33.3%;
  }

  .tabmenu {
    left: 110px;
  }

  .box-img-diretor {
    height: 115px;
  }

  .ul-filmes-home {
    margin-top: 50px;
  }

  .txt-fale {
    width: 50%;
    margin-bottom: 70px;
  }

  .tabs-menudir-interna {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }

  .tabs-contentdir-interna {
    float: none;
    width: 100%;
  }

  .box-tablink-interna {
    width: 33%;
    height: 35px;
    padding-top: 5px;
  }

  .row-breve-footer {
    display: none;
  }

  .col-breve-footer-mid {
    text-align: right;
  }

  .row-breve-mid {
    display: none;
  }

  .row-breve-mid-mob {
    display: block;
  }

  .logo-breve-mob {
    width: 100%;
    display: block;
  }

  .link-insta-mob {
    flex: none;
    display: block;
    position: absolute;
    inset: 100px 50px auto auto;
  }

  .row-breve-footer-mob {
    display: block;
  }

  .breve-mob {
    text-align: center;
    border: 3px solid #ff181f;
    border-radius: 50%;
    width: 150px;
    margin-top: 30px;
    padding: 15px;
    position: relative;
    left: auto;
    right: -210px;
  }

  .txt-diretores {
    width: 100%;
  }

  .menu-btn.w--open {
    background-color: #1e1e1e;
  }

  .menu-btn-icon {
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 35px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .img-dest-home {
    margin-top: -40px;
  }

  .txt-sobre-home {
    padding-top: 15px;
  }

  .h3-home {
    font-size: 25px;
    line-height: 30px;
  }

  .slide-producoes {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabmenu {
    top: 15px;
    left: 0;
  }

  .li-filmes-home {
    border-radius: 25px;
    width: 32%;
    height: 60px;
    margin-right: 5px;
  }

  .frase-diretor {
    top: 20px;
    right: 0;
  }

  .conteudo-fale {
    background-size: 180px;
  }

  .txt-fale {
    width: 100%;
  }

  .tab-filmes-interna {
    width: 33%;
  }

  .img-tab-filmes-interna {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .coluna-header-diretores {
    padding-left: 0;
    padding-right: 0;
  }

  .box-tablink-interna {
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
  }

  .link-insta-mob {
    top: 40px;
    right: 40px;
  }

  .breve-mob {
    right: -100px;
  }
}

@media screen and (max-width: 479px) {
  .section.section-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-nav {
    margin-top: 20px;
    margin-left: 5px;
  }

  .nav-menu {
    width: 100%;
    margin-right: 0;
    display: block;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.container-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .container.container-header {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-txt-header {
    margin-bottom: 10px;
  }

  .slide-producoes {
    width: 50%;
  }

  .box-tablink:hover {
    font-size: 22px;
    line-height: 24px;
  }

  .box-tablink.w--current {
    font-size: 22px;
  }

  .tabmenu {
    width: 270px;
    margin-top: 50px;
  }

  .ul-filmes-home {
    padding-left: 0;
  }

  .li-filmes-home {
    width: 30%;
    margin-right: 3%;
  }

  .frase-diretor {
    right: -19px;
  }

  .conteudo-fale {
    background-position: 50% 100%;
    padding-bottom: 90px;
  }

  .ul-redes {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .li-redes {
    width: 25%;
    margin-right: 0;
    padding-left: 7px;
    padding-right: 7px;
  }

  .txt-fale {
    margin-bottom: 40px;
  }

  .tab-filmes-interna {
    vertical-align: baseline;
    width: 49%;
    margin-bottom: 0;
    display: inline-block;
  }

  .img-tab-filmes-interna {
    height: 50px;
  }

  .box-tablink-interna {
    float: left;
    height: 60px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 23px;
  }

  .col-breve-footer-esq {
    text-align: center;
    margin-bottom: 15px;
  }

  .col-breve-footer-mid {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-breve-mob {
    width: 90%;
    margin-top: -100px;
  }

  .breve-mob {
    margin-top: 10px;
    position: static;
    right: auto;
  }

  .menu-btn {
    margin-right: 10px;
  }

  .img-icons-header {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}


