div#logo img {
  max-width: 327px;
}



header.transparent {
  background: none;
  padding: 20px 0 0 0;
}

.topo-geral {
  padding: 0 20px;
}

#mainmenu li a:before {
  display: none;
}


.btn-sabermais {
  width: 90%;
  float: left;
  background-color: #764df0;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  margin: 40px 0 0 0;
}


element.style {}

a.btn-main.fx-slide {
  overflow: hidden;
}

a.btn-main,
a.btn-main:active,
a.btn-main:focus,
a.btn-main:visited,
.btn-main,
input[type=button].btn-main,
a.btn-line,
#mainmenu li ul.mega a.btn-main {
  letter-spacing: 1px;
}

/* WhatsApp Flutuante */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  color: #FFF;
  transform: scale(1.1);
  text-decoration: none;
}

.whatsapp-float i {
  margin: 0;
  padding: 0;
  line-height: 1;
}


.listagem {
  padding-bottom: 1500px !important;
}

.ul-check {
  padding: 0;
  list-style: none;
  margin-top: 40px;
}


.img-sobre {
  width: 380px;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topleft: 40px;
  border-top-left-radius: 40px;
  margin: 140px 0 0 81px;
  border-bottom: 14px solid #764df0;
}

@media (max-width: 767px) {

  header.transparent {
    background: none;
    padding: 9px 0 16px 0;
  }


  htmt,
  body {
    overflow-x: hidden;
    width: 100%;
  }

  div#logo img {
    max-width: 327px;
    margin: 0 0 0 -21px;
  }

  #menu-btn:before {
    font-family: FontAwesome;
    content: "\f0c9";
    font-size: 33px;
  }


  #jarallax-container-0 img {
    object-position: 56% -11% !important;
  }


  .text-light h4 {
    color: #fff;
    line-height: 26px;
  }

  #section-about {
    background-size: cover;
    background-repeat: no-repeat;
    margin: -110px 0 0 0;
  }

  #section-about h2 {
    width: 100%;
    text-align: center;
    font-size: 29px;
  }

  .img-sobre {
    width: 380px;
    -webkit-border-top-left-radius: 40px;
    -moz-border-radius-topleft: 40px;
    border-top-left-radius: 40px;
    margin: 29px 0 30px 0;
    border-bottom: 14px solid #764df0;
  }

  .btn-sabermais {
    width: 100%;
    float: left;
    background-color: #764df0;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    margin: 40px 0 0 0;
  }

  .fs-60 {
    font-size: 27px;
  }

  .dark-scheme header.header-mobile {
    background: #101435;
    background: linear-gradient(180deg, rgba(16, 20, 53, 1) 0%, rgba(16, 20, 53, 1) 34%, rgba(16, 20, 53, 0) 99%);
  }

}

@media (min-width: 1024px) {

  /* Your notebook specific styles here */
  .fs-130 {
    font-size: 106px;
  }

  .mask-right {
    animation: mask-right 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s forwards;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    margin: -90px 0 140px -11px;
  }


  .text-light,
  .text-light p {
    color: var(--body-font-color-dark);
    margin: 0 0 0 9px;
  }


  .d-flex {
    display: flex !important;
    margin: -28px 0 0 0;
  }

  .d-flex h4 {
    line-height: 1.3;
  }

  header.smaller {
    padding: 0 !important;
  }

  #section-about {
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -180px;
  }


  #section-about h2 {
    visibility: visible;
    animation-delay: 0.4s;
    animation-name: fadeInUp;
    width: 590px !important;
    margin-bottom: 35px;
  }

}