body {
  height: 100%;
  background-color: #000;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
}

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

h3 {
  margin-bottom: 52px;
  color: #d7182a;
  font-size: 100px;
  line-height: 80px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
}

h4 {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #d7182a;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h5 {
  margin-top: 30px;
  font-size: 24px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, .6);
  font-size: 17px;
  font-weight: 300;
}

a {
  color: #fff;
  text-transform: uppercase;
}

.button {
  display: block;
  width: 240px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 15px;
  border: 2px solid hsla(0, 0%, 100%, .4);
  background-color: #000;
  color: hsla(0, 0%, 100%, .8);
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #000;
}

.section.sobre {
  position: relative;
  z-index: 1000;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #000;
  background-image: url('../images/bg-sobre.jpg');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.servicos {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/line-bg-servicos.png'), url('../images/bg-servicos.jpg');
  background-position: 50% 62%, 0px 0px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section.portfolio {
  position: relative;
  display: none;
  padding-bottom: 100px;
  background-image: url('../images/bg-portfolio.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.section.contato {
  position: relative;
  height: 1137px;
  background-color: #d7182a;
  background-image: url('../images/karla-footer.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.section.redes {
  position: relative;
  padding-top: 20px;
  background-color: #050505;
  background-image: url('../images/bg-un-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.brand {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  z-index: 10;
  display: block;
  width: 440px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/logo-karla-bernardes.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.navbar {
  height: 100px;
  background-color: #a31220;
  background-image: url('../images/menu.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.nav-link {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

.nav-link.left {
  margin-right: 46px;
  margin-left: 0px;
}

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

.nav-link.right {
  margin-right: 0px;
  margin-left: 18px;
  cursor: pointer;
}

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

.nav-link.modal {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  text-align: center;
}

.nav-link.modal.none {
  border-bottom-style: none;
}

.nav-menu {
  width: 940px;
  padding-top: 14px;
  float: none;
}

.nav-left {
  width: 440px;
  float: left;
  text-align: left;
}

.nav-right {
  width: 440px;
  float: right;
  text-align: right;
}

.txt-release {
  display: block;
  width: 680px;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
}

.sobre-karla {
  margin-bottom: 60px;
  text-align: center;
}

.function {
  color: #8d8f92;
  font-size: 15px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
}

.avatar {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.foto {
  position: relative;
  z-index: 1;
  background-color: #242424;
}

.nome-foto {
  background-color: #fff;
  color: #1c1c1c;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tabs-menu {
  margin-bottom: 50px;
  text-align: center;
}

.tabs-servicos {
  margin-bottom: 45px;
}

.col-right {
  padding-left: 20px;
}

.col-left {
  padding-right: 20px;
}

.col-left.tab {
  padding-right: 10px;
  text-align: center;
}

.tab-link {
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 15px;
  background-color: transparent;
  color: hsla(0, 0%, 100%, .8);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

.tab-link.w--current {
  padding-top: 8px;
  border-top: 1px solid hsla(0, 0%, 100%, .2);
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  background-color: transparent;
  color: #fff;
  font-weight: 400;
}

.phone {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 2px;
}

.endereco {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 1px;
}

.form {
  width: 440px;
  margin-top: 60px;
}

.txt-footer {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.field {
  color: #1c1c1c;
}

.field.msg {
  min-height: 140px;
}

.submit-button {
  padding: 2px 26px;
  border: 1px solid hsla(0, 0%, 100%, .4);
  background-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
}

.topo {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.bg-video {
  z-index: 0;
}

.mouse {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  z-index: 20;
  display: block;
  width: 30px;
  height: 46px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #fff;
  border-radius: 40px;
  opacity: 0.2;
}

.line-mouse {
  display: block;
  width: 5px;
  height: 5px;
  min-width: 5px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 60px;
  background-color: #fff;
}

.menu-button {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 20;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 9px 8px 8px;
  float: none;
  border-radius: 40px;
  background-color: #a31220;
}

.navbar-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  background-color: transparent;
}

.nav-modal {
  padding-bottom: 20px;
  background-color: rgba(163, 18, 32, .97);
}

.slide-nav {
  font-size: 8px;
}

.arrow {
  display: block;
  height: 84%;
  margin: 0px auto;
  opacity: 0.42;
  font-size: 30px;
}

.slider-equipe {
  height: auto;
  padding-right: 70px;
  padding-bottom: 50px;
  padding-left: 70px;
  background-color: transparent;
}

.hover-team {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  height: 100%;
  background-color: #a31220;
  opacity: 0;
  text-align: center;
}

.info-people {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 106px;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.h4-white {
  height: 53px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.periodo {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid hsla(0, 0%, 100%, .2);
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  text-transform: uppercase;
}

.unidade {
  margin-bottom: 50px;
}

.section-unidade {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/bg-line-sobre.png');
  background-position: 50% 75%;
  background-repeat: no-repeat;
}

.section-unidade._2 {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000;
  background-image: url('../images/bg-line-sobre.png'), url('../images/bg-un-2.jpg');
  background-position: 50% 72%, 50% 0px;
  background-repeat: no-repeat, no-repeat;
}

.link-avatar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 2000px;
  background-color: #d7182a;
  opacity: 0;
}

.icon-more {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  padding-top: 51px;
  background-image: url('../images/icon-more.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.section-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  height: 100%;
  background-color: rgba(38, 38, 38, .8);
  opacity: 0;
}

.box-content-white {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 800px;
  height: 410px;
  margin: auto;
  padding: 40px;
  background-color: #fff;
}

.box-content-white.leo {
  height: 300px;
}

.p-gray {
  color: rgba(0, 0, 0, .6);
  font-weight: 400;
}

.link-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 20;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-top: 20px;
  margin-right: 20px;
  float: right;
  border-radius: 80px;
  background-color: #a31220;
  background-image: url('../images/icon-more.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.section-modal-leo {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  height: 100%;
  background-color: rgba(38, 38, 38, .8);
  opacity: 0;
}

.link-social {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.section-call {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  display: none;
  height: 100%;
  background-color: hsla(0, 0%, 5%, .9);
  opacity: 0;
}

.box-form {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 440px;
  height: 350px;
  margin: auto;
  padding: 30px 20px 20px;
  background-color: #d7182a;
}

.suc {
  background-color: transparent;
  color: #fff;
}

.p-suc {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}

html.w-mod-js *[data-ix="display-nav"] {
  display: none;
}

@media (max-width: 991px) {
  body {
    height: auto;
  }
  h5 {
    margin-top: 5px;
    font-size: 20px;
  }
  .section.sobre {
    padding-top: 60px;
    background-image: url('../images/bg-sobre.jpg');
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .section.servicos {
    padding-top: 40px;
    background-image: url('../images/bg-servicos.jpg');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .section.redes {
    display: none;
  }
  .brand {
    width: 340px;
    background-size: contain;
  }
  .txt-release {
    width: auto;
    padding-right: 80px;
    padding-left: 80px;
  }
  .sobre-karla {
    margin-bottom: 40px;
  }
  .nome-foto {
    height: 34px;
    padding: 4px 5px 2px;
    font-size: 12px;
    line-height: 14px;
  }
  .tabs-menu {
    margin-bottom: 40px;
  }
  .tab-link {
    padding-right: 26px;
    padding-left: 26px;
    font-size: 14px;
  }
  .phone {
    font-size: 38px;
  }
  .endereco {
    font-size: 15px;
  }
  .form {
    width: 48%;
  }
  .topo {
    height: 380px;
    background-image: url('../images/bg-video.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .menu-button {
    z-index: 1020;
  }
  .nav-modal.mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
  }
  .arrow {
    display: none;
  }
  .slider-equipe {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hover-team {
    opacity: 0;
    font-size: 12px;
  }
  .info-people {
    height: 100%;
    padding-top: 8px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .h4-white {
    height: 47px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 9px;
    line-height: 12px;
  }
  .periodo {
    font-size: 11px;
    line-height: 18px;
  }
  .unidade {
    width: 50%;
  }
  .section-unidade {
    padding-top: 21px;
    padding-bottom: 21px;
    background-image: none;
    background-repeat: repeat;
  }
  .section-unidade._2 {
    margin-top: 0px;
    background-image: url('../images/bg-un-2.jpg');
    background-position: 50% 0px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 74px;
    line-height: 64px;
    letter-spacing: 4px;
  }
  h5 {
    position: static;
    bottom: 69px;
    margin-top: 5px;
    font-size: 20px;
  }
  p {
    text-align: left;
  }
  .section.portfolio {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.contato {
    padding: 40px 20px;
    background-image: none;
    background-repeat: repeat;
  }
  .brand {
    width: 260px;
    background-size: 220px;
  }
  .box-foto {
    margin-bottom: 20px;
  }
  .nome-foto {
    height: auto;
  }
  .col-left.tab {
    margin-bottom: 30px;
    padding-right: 10px;
    text-align: center;
  }
  .tab-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  .form {
    width: 100%;
  }
  .topo {
    height: 300px;
  }
  .slider-equipe {
    padding-bottom: 30px;
  }
  .info-people {
    padding-right: 10px;
    padding-left: 10px;
  }
  .unidade {
    width: 100%;
  }
  .section-unidade {
    padding-top: 20px;
  }
  .section-unidade._2 {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .box-form {
    width: 80%;
  }
}

@media (max-width: 479px) {
  h3 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 40px;
  }
  h4 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
  }
  h5 {
    margin-top: 10px;
    font-size: 14px;
  }
  p {
    font-size: 15px;
    line-height: 27px;
    text-align: left;
  }
  .section.sobre {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: 260%;
  }
  .section.servicos {
    padding-top: 0px;
  }
  .section.contato {
    height: auto;
    padding-right: 20px;
    background-image: none;
    background-position: 0px 0px;
    background-repeat: repeat;
  }
  .brand {
    width: 200px;
    background-size: contain;
  }
  .txt-release {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sobre-karla {
    margin-bottom: 40px;
  }
  .avatar {
    width: 160px;
    height: auto;
    margin-top: 0px;
  }
  .nome-foto {
    height: 35px;
  }
  .tabs-menu {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-link {
    display: inline-block;
    width: 40%;
    height: 34px;
    margin-right: 10%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
  }
  .tab-link.w--current {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .phone {
    line-height: 38px;
  }
  .endereco {
    font-size: 14px;
    line-height: 18px;
  }
  .form {
    width: auto;
    margin-top: 40px;
  }
  .submit-button {
    display: block;
    width: 100%;
  }
  .topo {
    height: 200px;
  }
  .menu-button {
    position: fixed;
    top: auto;
    right: 0px;
    bottom: 10px;
    margin-right: 10px;
  }
  .slide-nav {
    height: 20px;
    padding-top: 0px;
  }
  .slider-equipe {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .unidade {
    margin-bottom: 40px;
  }
  .section-unidade._2 {
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .box-form {
    width: 90%;
    height: 390px;
  }
}

