.menu-wrapper {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 80px;
  background-color: red;
  opacity: 0;
}

.section {
  height: 100%;
}

.section.first {
  background-color: blue;
}

.section.section-no-top {
  height: auto;
  padding-top: 80px;
  background-color: #fff;
}

.section.section-no-top.section03 {
  padding-top: 0px;
  padding-bottom: 80px;
  background-image: url('../images/background_section_three.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.section-no-top.section04 {
  padding-top: 0px;
  padding-bottom: 50px;
  background-color: #ff8216;
}

.section.section-no-top.section05 {
  padding-bottom: 90px;
  border-bottom: 2px solid #ddd;
}

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

.body {
  height: 100%;
  font-family: Lato, sans-serif;
}

.slider {
  width: 100%;
  height: 100%;
}

.arrow {
  display: none;
  width: 20%;
  height: 100%;
  background-color: #2b9ae6;
}

.icon {
  opacity: 0;
}

.slide {
  background-image: url('../images/bg-slide01.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.container {
  height: 100%;
}

.navbar {
  height: 100%;
  background-color: #fff;
  opacity: 1;
}

.nav-link {
  height: 100%;
  padding-right: 16px;
  padding-left: 16px;
  line-height: 40px;
  text-transform: uppercase;
}

.nav-menu {
  width: 86%;
  height: 100%;
}

.section-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/background_section_three.png');
  background-position: 50% 50%;
  text-align: center;
}

.brand {
  width: 14%;
  height: 100%;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: 70px;
  background-repeat: no-repeat;
}

.btn-top-wrapper {
  display: inline-block;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
}

.btn-top {
  width: 145px;
  height: 42px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  border-radius: 6px;
  background-color: #ff8216;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.btn-top.btn-download-top {
  float: right;
  background-color: #282828;
}

.container-2 {
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
}

.label-top-slider {
  margin-top: 20%;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
}

.label-top-slider.white-text {
  color: #fff;
  font-weight: 300;
}

.menu {
  padding-bottom: 6px;
  border-bottom: 0px solid #ff8216;
}

.menu:hover {
  border-bottom-width: 1px;
}

.menu.black-text {
  color: #1f1f1f;
}

.image {
  display: block;
  width: 50%;
  height: 100%;
}

.section-title-holder {
  width: 100%;
  margin-bottom: 70px;
  text-align: center;
}

.column {
  height: 100%;
}

.row {
  height: 100%;
}

.unordered-list {
  padding-left: 0px;
  list-style-type: none;
}

.list-item {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.list-item-2 {
  text-align: center;
}

.list-item-3 {
  text-align: center;
}

.label-section-two {
  margin-top: 10px;
}

.item {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}

.holder-content-section-three {
  margin-top: 80px;
  text-align: center;
}

.text-block {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

.image-3 {
  margin-bottom: 40px;
}

.image-4 {
  margin-right: 20px;
  margin-left: 20px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block {
  width: 15%;
  float: left;
}

.text-block-2 {
  display: block;
  float: left;
}

.text-item-section-four {
  float: left;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

.text-item-section-four.title-section-four {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image-5 {
  opacity: 0;
}

.detail-wrapper {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.detail {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #ff8216;
  -webkit-transform: translate(0px, -14px) rotate(45deg);
  -ms-transform: translate(0px, -14px) rotate(45deg);
  transform: translate(0px, -14px) rotate(45deg);
}

.image-6 {
  margin-top: -22px;
}

.questions-title {
  margin-top: 70px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.questions-wrapper {
  margin-top: 20px;
}

.border-question {
  border-bottom: 1px solid #9a9a9a;
}

.arrow-question {
  width: 40px;
  height: 40px;
  margin-top: 15px;
  padding-top: 6px;
  float: right;
  background-color: #ff8216;
  text-align: center;
}

.arrow-question.closed {
  background-color: #000;
}

.div-block-2 {
  width: 40px;
  height: 40px;
  background-color: #ff8216;
}

.div-block-2.number-questions {
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.div-block-2.number-questions.closed {
  background-color: #000;
}

.text-block-3 {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.text-block-3.question-text {
  line-height: 38px;
}

.answer-block {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}

.answer-block.closed {
  overflow: hidden;
  height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 725ms ease;
  transition: all 725ms ease;
}

.text-block-4 {
  color: #2e2e2e;
}

.btn-download {
  margin-right: 10px;
  margin-left: 10px;
}

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

.column-footer.column-footer-01 {
  text-align: left;
}

.column-footer.column-footer-03 {
  text-align: right;
}

.column-footer.column-footer-02 {
  padding-top: 10px;
}

.text-block-5 {
  display: inline-block;
  margin-right: 20px;
  margin-left: 100px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image-7 {
  margin-bottom: 10px;
}

.text-block-6 {
  margin-top: 30px;
  color: #fff;
  font-size: 11px;
  font-weight: 100;
}

.image-9 {
  margin-right: 10px;
  margin-left: 10px;
}

.slider-wrapper {
  display: inline-block;
  overflow: hidden;
  width: 80%;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #ddd;
}

.list-item-4 {
  width: 200px;
  height: 140px;
}

.slide-item {
  width: 200px;
  height: 100%;
  float: left;
  border: 1px solid #000;
}

.slide-list {
  width: 150%;
  height: 100%;
  padding-left: 0px;
}

.container-5 {
  height: 250px;
}

.arrow-slider {
  display: block;
  width: 10%;
  height: 100%;
  float: left;
  background-image: url('../images/arro-slider_1.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.arrow-slider.arrow-slider-right {
  float: right;
  background-image: url('../images/arro-slider.png');
  background-position: 50% 50%;
}

.slider-container {
  height: 250px;
}

.heading {
  margin-bottom: 70px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.btn-section-partners {
  margin-top: 80px;
  text-align: center;
}

.btn-partners {
  padding: 12px 20px;
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.teste {
  width: 90px;
  height: 50px;
  background-color: red;
}

.light-box-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.light-box-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  width: 50%;
  height: 340px;
  margin: auto;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
}

.section-light-box {
  display: none;
}

.light-box-title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.input-light-box {
  border-style: none;
  border-radius: 10px;
  background-color: #f69679;
}

.link-forget-password {
  float: right;
  font-size: 13px;
}

.light-box-input-label {
  font-weight: 400;
}

.submit-button {
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  border-radius: 10px;
  background-color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .menu-wrapper {
    display: block;
    opacity: 1;
  }
  .nav-link {
    text-align: center;
  }
  .nav-menu {
    overflow: scroll;
    width: 100%;
    height: auto;
    max-height: 420px;
    background-color: #fff;
  }
  .label-top-slider.white-text {
    margin-top: 30%;
  }
  .div-block {
    display: none;
  }
  .text-item-section-four {
    display: inline-block;
  }
  .menu-button {
    height: 100%;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .menu-button.w--open {
    background-color: #ff8216;
  }
  .icon-2 {
    font-size: 32px;
  }
  .light-box-wrapper {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .section.section-no-top {
    padding-top: 40px;
  }
  .section.section-no-top.section04 {
    padding-bottom: 30px;
  }
  .section.section-no-top.section05 {
    padding-top: 60px;
  }
  .nav-menu {
    max-height: 230px;
  }
  .brand {
    background-size: 50px;
  }
  .label-top-slider.white-text {
    margin-top: 40%;
  }
  .section-title-holder {
    margin-bottom: 10px;
  }
  .column.column-iphone {
    text-align: center;
  }
  .column-2 {
    display: none;
  }
  .div-block {
    display: block;
  }
  .arrow-question {
    display: none;
  }
  .div-block-2.number-questions {
    display: none;
  }
  .text-block-3.question-text {
    margin-left: 0px;
  }
  .answer-block {
    padding-left: 20px;
  }
  .text-block-5 {
    margin-left: 30px;
  }
  .image-11 {
    width: 160px;
  }
  .image-12 {
    width: 160px;
  }
  .column-bottom-iphone {
    text-align: center;
  }
  .column-4 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .menu-button.w--open {
    background-color: #ff8216;
  }
  .light-box-wrapper {
    width: 70%;
  }
}

@media (max-width: 479px) {
  .section.section-no-top.section03 {
    padding-bottom: 60px;
  }
  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav-menu {
    max-height: 420px;
    background-color: #fff;
  }
  .brand {
    width: 24%;
  }
  .btn-top {
    margin-bottom: 10px;
    float: none;
  }
  .btn-top.btn-download-top {
    float: none;
  }
  .label-top-slider.white-text {
    margin-top: 50%;
  }
  .btn-download {
    margin-bottom: 20px;
  }
  .column-footer.column-footer-01 {
    text-align: center;
  }
  .column-footer.column-footer-03 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .image-7 {
    margin-bottom: 0px;
    float: left;
  }
  .text-block-6 {
    margin-bottom: 20px;
  }
  .image-13 {
    margin-bottom: 20px;
  }
  .light-box-wrapper {
    width: 90%;
    padding: 20px;
  }
}