* {
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  background-color: #888;
  -webkit-font-smoothing: antialiased;
  overflow: unset !important;
}

#nav-bar {
  position: sticky;
  top: 0;
  z-index: 10;
}

.navbar {
  background-color: #fff;
  padding: 0 !important;
  border-bottom: 1px solid #2d68cb;
}

.navbar-brand img {
  height: 65px;
}

.navbar-nav li {
  padding: 0 1rem;
}

.navbar-nav li {
  padding: 0 1rem;
}

.navbar-nav .nav-item .nav-link {
  color: #2d68cb !important;
  font-weight: 600;
  float: right;
  text-align: left;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #41a9e4!important;
}

.fa-bars {
  color: #1b30b6 !important;
  font-size: 25px !important;
}

.navbar-toggler {
  outline: none !important;
}

.banner {
  background: linear-gradient(to right, #1723b1, #58f0ff);
  color: #fff;
  padding-top: 5%;
}

.promo-title {
  font-size: 3rem;
  font-weight: 600;
  margin-top: 3em;
}

p.secao-desc {
  margin: 50px auto 0;
  font-size: 22px;
  text-align: center;
  width: 930px;
  max-width: 100%;
}

.join-title {
  font-size: 1.44rem;
}

.link-play {
  text-decoration: none;
}

.play-btn {
  width: 45px;
  margin: 20px 0;
  margin-right: 2em;
  text-decoration: none !important;
  transition: transform 1.2s;
}

.banner a {
  color: #fff;
  text-decoration: none!important;
}

.bottom-img {
  width: 100%;
}

#services {
  padding: 50px 0;
}

.service-img {
  width: 130px;
  margin-top: 2rem;
}

.services {
  padding: 20px 20px 40px;
}

.services h4 {
  text-transform: uppercase;
  min-height: 70px;
}

.title::after {
  content: '';
  background: linear-gradient(to right, #1723b1, #58f0ff);
  height: 8px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 70px;
  transform: translateY(23px);
}

#services .btn-primary, #testimonials .btn-primary {
  box-shadow: none;
  border: none;
  border-radius: 20px;
  background: linear-gradient(to right, #1723b1, #58f0ff);
  transition: transform 1.2s;
  display: block;
  position: absolute;
  bottom: 5px;
  width: 150px;
  left: 50%;
  margin-left: -75px;
}

#testimonials .btn-primary {
  position: relative;
  width: 150px;
  left: 0;
  margin: 20px auto 0;
}

#testimonials a {
  color: #fff;
}

#testimonials a, #services a {
  text-decoration: none;
}

#services .btn-primary:hover, #testimonials .btn-primary:hover {
  transform: scale(1.2);
}

#about {
  background-color: #f8f9fa;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.about-title {
  font-size: 1.6em;
  margin-top: 8%;
  font-weight: 600;
}

#about .row {
  margin: 50px auto;
}

.about p {
  font-size: 20px;
}

#testimonials {
  background-image: url(../images/intro-bg.jpg);
  margin: 50px 0 0;
  padding: 50px 0;
}

#testimonials .title {
  padding-bottom: 50px;
}

#testimonials .title, #testimonials h3 {
  color: #fff;
}

.testimonials img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: 0 10px;
}

.testimonials .logob2c {
  width: auto;
  height: auto;
  border-radius: unset;
  margin: 0 auto;
  display: block;
}

.testimonials a {
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  display: block;
}

.testimonials a i {
  font-size: 30px;
}

.app-bloco img {
  width: 250px;
  margin: 0 auto;
  display: block;
}

.user-details {
  display: inline-block;
  vertical-align: middle;
}

.user-details.b2c-titulo {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 40px;
  line-height: 30px;
  font-weight: bold;
  margin: 0 auto 50px;
  color: #fff;
}

.user-details.b2c-titulo span {
  font-size: 14px;
  font-weight: 500;
}

.feedback {
  font-size: 18px;
  text-align: center;
  color: #fff;
}

#footer {
  background: linear-gradient(to right, #1723b1, #58f0ff);
  color: #fff;
}

.footer-box {
  padding: 20px;
}

.footer-box .fa {
  margin-right: 8px;
  font-size: 25px;
  width: 20px;
  text-align: center;
  padding-top: 7px;
  border-radius: 2px;
  display: inline-block;
}

#social p {
  font-weight: 600;
  font-size: 16px;
}

#lista_telefones {
  list-style: none;
  padding: 0;
}

#lista_telefones li a {
  color: #fff;
}

.copyright {
  padding-top: 2%;
  font-size: 15px;
}

.copyright a {
  text-decoration: none;
  color: #fff;
}

#bio_ep_bg {
  display: none !important;
}

#bio_ep {
  display: none !important;
}

#smartbanner{
  display:none !important;
}