p {
    font-weight: 300;
}

/*.hero__area-3 .sec-title {
    text-transform: none;
    font-size: 7.5rem;
    line-height: 0.85;
}
.hero__area-3 .sec-sub-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--black-2);
    position: relative;
    display: inline-block;
    padding-right: 30px;
    padding-bottom: 20px;
    text-transform: none;
    z-index: 2;
}
.hero__text-3 {
    max-width: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 9;
}
.hero__area-3 .intro-title .video-title {
    font-size: 16px;
    text-transform: None;
    line-height: 1.3;
}*/

.header__logo-2 img {
    max-width: 160px;
}
.offcanvas__logo img {
    max-width: 160px;
}

.header__logo .logo-primary {
    max-width: 35px;
}
.header__logo .logo-secondary {
    max-width: 135px;
}

.main-menu-3 > li {
    padding: 0 29px;
}

#smooth-content > main > section.brand__area.home img {
    max-width: 180px;
}

.testimonial__video img {
    max-width: 100%;
}

.footer__logo-3 img {
    max-width: 160px;
}
.footer__widget img {
    max-width: 160px;
}

/*Serviços Detalhes*/
.especificos-full {
    grid-template-columns: 25% 60% 15%;
}
@media only screen and (max-width: 767px) {
    .especificos-full {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.especificos-box {
    padding-top: 0px;
}
.especificos {
    max-width: 100%;
}
.header-especifico p {
    margin-top: 10px;
}
.especificos ul {
    padding-top: 10px;
}
.especificos li {
    font-weight: 500;
    margin-bottom: 10px;
}
.especificos li:not(:first-child) {
    margin-top: 20px;
}
.especificos p.se-description {
    margin-bottom: 10px;
}
.especificos span {
    font-weight: 500;
}
/*p.se-description,
p.se-benefits {
    margin-left: 20px;
}*/
div.header-especifico > p.service-subtitle {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.especificos-2 {
    background-color: #F9F9F9;
    margin: 130px 0 130px 0;
}

.especificos-development {
    max-width: 100%;
}

.faq__area-4 {
    background-color: var(--black-2);
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 3px;
      background: #212529;
  }
  ::-webkit-scrollbar-thumb {
      background: #fff;
      border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #777; 
  }
  
  .single__thumb {
    margin-top: 40px;
  }

  /*Página de Privacidade*/
  .detail_privacidade {
    text-align: justify;
    margin-left: 30px;
    margin-right: 30px;
  }
  .detail_privacidade h3 {
    color: #fff;
    margin-top: 25px;
  }
  .detail_privacidade h4 {
    color: #999;
    font-size: 1.25rem;
    margin-top: 25px;
  }
  .detail_privacidade p {
    margin-top: 20px;
    line-height: 1.8;
  }
  .detail_privacidade ul.subitem {
    margin-left: 30px;
    color: #999;
    margin-top: 15px;
    font-weight: 300;
    line-height: 1.8;
  }