header a.logo img {
  max-width: 100%;
}

.navbar-top-default.navbar-gradient .navbar-nav .nav-link {
  min-width: 100px;
  padding-left: 14px;
  padding-right: 14px;
}

.title-section {
  margin-bottom: 40px;
  border-left: 4px solid #3954dd;
  color: black;
  padding-left: 30px;
}


.title-section h1 {
  font-size: 3rem;
}
.title-section p {
  font-size: 0.9rem;
  color: #b3b3b3;
}

.img-jaidson {
  padding-bottom: 15px;
  padding-right: 15px;
  border-bottom: 6px solid #3954dd;
  border-right: 6px solid #3954dd;
}

.destaque {
  color: #6610f2;
  font-weight: bold;
}

.info-text {
  font-weight: 300;
}

.title-about {
  font-weight: bold;
  margin-top: 10px;
}

.icon-habilidade {
  font-size: 10rem;
}

.team-box {
  width: 95%;
}

.arrasta-pro-lado {
  text-align: center;
  margin-bottom: 15px;
}

.box-service {
  padding: 40px !important;
  min-height: 296px;
}

.box-service i {
  font-size: 3rem;
  padding-bottom: 30px;
}
.title-service {
  font-size: 1.4rem;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 20px;
  color: #6e07be;
  line-height: 1.3;
}
.description-service {
  text-align: left;
  font-size: 0.9rem;
  color: gray;
}

.email-text a:hover {
  color: white;
}

@media (max-width: 575.98px) {
  .title-section h1 {
    font-size: 1.4rem;
    text-align: left;
  }
  .title-section {
    padding-left: 14px;
    margin-left: 5px;
    margin-bottom: 20px;
  }

  .title-section p {
    font-size: 0.9rem;
    color: #b3b3b3;
    text-align: left;
  }
  p {
    text-align: left;
  }
  .pr-3{
    padding-right: 0 !important;
  }

  .box-service{
    padding: 25px !important;
  }

  .box-service i {
    text-align: left;
  }

  .p-5{
    padding: 0 !important;
  }

  .text-white {
    padding-left: 13px;
  }
  
}
