.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: #fff;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section.section-fullscreen {
  width: 100%;
  height: 100vh;
}

.section.section-fullscreen.section-sobre {
  overflow: hidden;
}

.section.section-fullscreen.ale {
  background-image: url('../images/ale.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section.section-fullscreen.camila {
  background-image: url('../images/camila.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section.section-fullscreen.daniel {
  background-image: url('../images/daniel-bontempo.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section.section-fullscreen.marcello {
  background-image: url('../images/marcello.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section.section-fullscreen.paula {
  background-image: url('../images/paula.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section.section-fullscreen.ro {
  background-image: url('../images/ro-cabral.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section.section-fullscreen.rod {
  background-image: url('../images/rod.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section.section-fullscreen.sergio {
  background-image: url('../images/sergio.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section.section-fullscreen.thiago-eva {
  background-image: url('../images/thiago-eva.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section.section-fullscreen.thiago-vieira {
  background-image: url('../images/thiago-vieira.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section.section-fullscreen.head-diretores {
  background-image: url('../images/camila.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 75vh;
  display: flex;
}

.section.section-fullscreen.head-diretores.camila {
  background-image: url('../images/camila.jpg');
}

.section.section-fullscreen.head-diretores.ale {
  background-image: url('../images/ale.jpg');
}

.section.section-fullscreen.head-diretores.daniel {
  background-image: url('../images/daniel-bontempo.jpg');
}

.section.section-fullscreen.head-diretores.marcello {
  background-image: url('../images/marcello.jpg');
}

.section.section-fullscreen.head-diretores.paula {
  background-image: url('../images/paula.jpg');
}

.section.section-fullscreen.head-diretores.ro {
  background-image: url('../images/ro-cabral.jpg');
}

.section.section-fullscreen.head-diretores.rod {
  background-image: url('../images/rod.jpg');
}

.section.section-fullscreen.head-diretores.sergio {
  background-image: url('../images/sergio.jpg');
}

.section.section-fullscreen.head-diretores.thiago-eva {
  background-image: url('../images/thiago-eva.jpg');
}

.section.section-fullscreen.head-diretores.thiago-vieira {
  background-image: url('../images/thiago-vieira.jpg');
}

.section.section-fullscreen.head-diretores.luiz {
  background-image: url('../images/luiz.jpg');
}

.section.section-fullscreen.section-diretores-home {
  padding-top: 90px;
}

.navbar {
  z-index: 2;
  color: #fff;
  background-color: #ddd0;
  padding-top: 25px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-brand {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  width: 140px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
}

.navigation {
  margin-left: auto;
}

.link-menu {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
}

.link-menu:hover {
  background-image: url('../images/dot-red.png');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.link-menu:active {
  background-size: 12px;
}

.link-menu:focus {
  background-image: url('../images/dot-red.png');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.link-menu.w--current {
  color: #fff;
  background-image: url('../images/dot-red.png');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.slider-home {
  background-color: #0000;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.slide-arrow-left {
  width: 25px;
  height: 25px;
  font-size: 15px;
  position: relative;
  top: -35px;
  left: -94px;
}

.slide-arrow-dir {
  width: 25px;
  height: 25px;
  font-size: 15px;
  position: relative;
  top: -60px;
  right: -95px;
}

.bg-video {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.content-sobre {
  letter-spacing: 1px;
  align-self: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.h2-sobre {
  letter-spacing: 0;
  margin-bottom: 35px;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.content-contato {
  letter-spacing: 1px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 50%;
  font-size: 16px;
  font-weight: 100;
  line-height: 25px;
}

.h2-contato {
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.h3-contato {
  background-image: url('../images/underline.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.link-contato {
  float: none;
  clear: left;
  color: #fff;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 300;
  text-decoration: none;
}

.col-redes-contato {
  width: 100px;
  margin-top: 20px;
}

.container-footer {
  text-transform: uppercase;
  border-top: 1px solid #fff;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 100;
  line-height: 22px;
  position: absolute;
  inset: auto 0% 0%;
}

.ul-diretores {
  padding-left: 40px;
  padding-right: 40px;
}

.li-diretores {
  float: left;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 10px 15px 46px;
  display: flex;
}

.link-diretores {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 100;
  line-height: 40px;
  text-decoration: none;
}

.btn-voltar {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 10px;
  padding-left: 0;
  font-weight: 300;
}

.btn-voltar:hover {
  background-image: url('../images/dot-red.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 20px;
}

.h3-diretores {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.h1-diretores {
  text-transform: uppercase;
  background-image: url('../images/underline.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 60px;
  margin-top: 15px;
  margin-bottom: 24px;
  padding-bottom: 19px;
  font-size: 40px;
  font-weight: 200;
  line-height: 45px;
}

.prev-desc-diretores {
  color: #fff;
  width: 450px;
  font-size: 20px;
  font-weight: 200;
  line-height: 25px;
  text-decoration: none;
  display: block;
}

.modal-diretores {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000000e6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.box-desc-diretores {
  width: 65%;
  padding: 50px 20px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  position: relative;
}

.btn-close {
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/close.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 18px;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 300;
  position: absolute;
  inset: 0% 0% auto auto;
}

.h2-diretores {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}

.h2-diretores.full {
  align-self: center;
  margin-left: 45px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.h3-categoria {
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
}

.drop-videos {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 220px;
  padding-top: 60px;
  overflow: hidden;
}

.drop-container {
  width: 100%;
  min-height: 220px;
  overflow: hidden;
}

.container-play {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 40% 3% auto auto;
}

.img-play {
  width: 15px;
}

.img-prev-video {
  z-index: -1;
  opacity: .4;
  min-width: 100%;
  max-width: 500%;
  position: absolute;
  inset: 0%;
}

.container-video-diretores {
  padding: 20px;
}

.nav-drop-diretores {
  background-color: #0000;
  display: block;
  position: static;
}

.accordion-item {
  width: 100%;
  overflow: hidden;
}

.accordion-toggle {
  align-items: center;
  height: 80px;
  display: flex;
}

.text-block {
  white-space: normal;
  flex: none;
  width: 100%;
}

.dropdown-list {
  background-color: #fff;
  padding: 20px;
  display: block;
  position: static;
}

.p-sobre {
  width: 60%;
}

.p-sobre.mobile {
  display: none;
}

.loader-wrapper {
  z-index: 9999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.red-pulsing-dot {
  background-color: #fff0;
  width: 199px;
  height: 250px;
}

.txt-nome-diretor {
  padding-right: 15px;
  position: absolute;
}

.txt-nome-diretor:hover {
  background-image: url('../images/dot-red.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.container-video-embed {
  width: 100%;
}

.container-bg-opaco {
  background-color: #25252580;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-home {
  position: relative;
}

.video-embed-slide {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.container-prev-light {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-transform: uppercase;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 200px;
  padding-top: 50px;
  padding-bottom: 10px;
  padding-left: 25px;
  text-decoration: none;
}

.container-prev-light.full {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
}

.light-box-dir {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.light-box-dir.full {
  height: 100vh;
}

.img-prev-ligh {
  z-index: -1;
  display: block;
  position: absolute;
  inset: 0%;
}

.img-prev-ligh.full {
  z-index: 0;
  width: 100%;
  position: static;
}

.container-hero-diretores {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-email-contato {
  font-size: 18px;
  font-weight: 600;
}

.link-cel-contato {
  font-size: 18px;
}

.achor {
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 85px auto auto 0%;
}

@media screen and (max-width: 991px) {
  .section.section-fullscreen.section-sobre {
    height: auto;
    min-height: 100vh;
  }

  .section.section-fullscreen.section-diretores-home {
    height: auto;
  }

  .navbar {
    padding-top: 0;
  }

  .navbar-container {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .navigation {
    background-color: #000000f2;
  }

  .slider-home {
    position: static;
  }

  .slide-arrow-left {
    display: none;
    top: -95px;
  }

  .slide-arrow-dir {
    display: none;
    top: -120px;
  }

  .content-contato {
    margin-left: 45px;
  }

  .col-redes-contato {
    width: 120px;
  }

  .li-diretores {
    width: 33%;
  }

  .drop-videos {
    padding-top: 55px;
  }

  .container-play {
    top: 35%;
  }

  .img-prev-video {
    height: 220px;
  }

  .slide-video {
    height: auto;
  }

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

  .p-sobre {
    display: none;
  }

  .p-sobre.mobile {
    width: 70%;
    display: block;
  }

  .container-prev-light.full, .light-box-dir.full {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .section.section-fullscreen.head-diretores {
    height: auto;
    padding-bottom: 30px;
  }

  .section.section-fullscreen.head-diretores.camila {
    height: auto;
    padding-bottom: 50px;
  }

  .content-sobre {
    width: 80%;
    max-width: 100%;
  }

  .h2-sobre {
    font-size: 35px;
    line-height: 40px;
  }

  .col-redes-contato {
    width: 100px;
  }

  .btn-voltar {
    background-image: none;
    font-size: 12px;
    line-height: 15px;
  }

  .h3-diretores {
    margin-top: 20px;
  }

  .h1-diretores {
    font-size: 35px;
    line-height: 40px;
  }

  .prev-desc-diretores {
    font-size: 18px;
    line-height: 22px;
  }

  .box-desc-diretores {
    width: 95%;
  }

  .h2-diretores {
    margin-bottom: 0;
    font-size: 20px;
  }

  .h3-categoria {
    margin-top: 10px;
    font-size: 14px;
  }

  .container-play {
    width: 40px;
    height: 40px;
  }

  .img-play {
    width: 13px;
  }

  .mask-slider-home {
    height: 100vh;
  }

  .p-sobre {
    width: 70%;
    font-size: 14px;
    line-height: 20px;
  }

  .p-sobre.mobile {
    width: 100%;
  }

  .container {
    padding-left: 25px;
  }

  .gif-loader {
    max-width: 500%;
  }
}

@media screen and (max-width: 479px) {
  .content-sobre {
    width: 85%;
  }

  .h2-sobre {
    width: 95%;
  }

  .content-contato {
    max-width: 95%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    left: auto;
    right: auto;
  }

  .ul-diretores {
    padding-left: 10px;
    padding-right: 10px;
  }

  .li-diretores {
    width: 50%;
  }

  .box-desc-diretores {
    width: 100%;
  }

  .btn-close {
    margin-right: 15px;
  }

  .img-prev-video {
    width: auto;
    max-width: 500%;
    height: 100%;
    inset: 0% 0% 0% -30%;
  }

  .container-video-diretores {
    padding: 10px;
  }

  .p-sobre {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    padding-left: 15px;
  }

  .video-embed-slide {
    display: none;
  }

  .container-hero-diretores {
    padding-top: 50px;
  }

  .bg-video-slider-home, .lightbox-container-home {
    width: 100%;
    height: 100vh;
  }
}


