html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 'Lato', sans-serif;
  vertical-align: baseline;
  color: #747474; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body figure {
  margin: 0; }

body {
  line-height: 1; }

body a {
  color: #747474; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body p {
  margin-bottom: 0; }

.titulo-linha {
  margin-bottom: 40px; }
  @media all and (max-width: 768px) {
    .titulo-linha {
      margin-bottom: 25px; } }
  .titulo-linha h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #747474;
    font-size: 36px;
    font-weight: 900;
    color: #747474; }
    @media all and (max-width: 768px) {
      .titulo-linha h2 {
        font-size: 24px; } }

.btn-veja-mais {
  font-size: 14px;
  font-weight: 700;
  color: #00C486; }
  .btn-veja-mais:hover {
    color: #00C486;
    text-decoration: underline; }

.cta-btn {
  padding: 11px 28px 14px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #00C486;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.2s; }
  @media all and (max-width: 768px) {
    .cta-btn {
      text-align: center; } }
  .cta-btn:hover {
    background-color: #00de97;
    text-decoration: none;
    color: #fff; }

.main-header .main-header__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #BCBCBC; }
  @media all and (max-width: 768px) {
    .main-header .main-header__container {
      border-bottom: none; } }
  .main-header .main-header__container .logo img {
    width: 80px;
    margin-top: 28px; }
    @media all and (max-width: 768px) {
      .main-header .main-header__container .logo img {
        margin-top: 15px; } }
  .main-header .main-header__container .menu-container {
    display: flex;
    align-items: flex-end;
    margin-left: auto; }
    .main-header .main-header__container .menu-container ul {
      display: flex;
      margin-bottom: 0; }
      .main-header .main-header__container .menu-container ul li {
        margin-right: 35px; }
        .main-header .main-header__container .menu-container ul li a {
          font-size: 14px;
          color: #747474;
          text-decoration: unset; }
          .main-header .main-header__container .menu-container ul li a:hover {
            color: #FF2D3D; }
          .main-header .main-header__container .menu-container ul li a.active {
            color: #FF2D3D;
            font-weight: 900;
            padding-bottom: 8px;
            border-bottom: 4px solid #FF2D3D; }
    @media all and (max-width: 768px) {
      .main-header .main-header__container .menu-container {
        display: none; } }
  .main-header .main-header__container .pll-container {
    display: flex;
    width: 35px;
    z-index: 999; }
    @media all and (max-width: 768px) {
      .main-header .main-header__container .pll-container {
        margin-left: auto;
        margin-right: 15px; } }
    .main-header .main-header__container .pll-container .flag-list {
      width: 30px; }
      .main-header .main-header__container .pll-container .flag-list ul {
        position: absolute;
        display: flex;
        flex-direction: column; }
        .main-header .main-header__container .pll-container .flag-list ul li {
          margin-top: 8px;
          display: none; }
          .main-header .main-header__container .pll-container .flag-list ul li.current-lang {
            margin-top: 30px;
            display: block;
            pointer-events: none;
            order: -1; }
            @media all and (max-width: 768px) {
              .main-header .main-header__container .pll-container .flag-list ul li.current-lang {
                margin-top: 25px; } }
            .main-header .main-header__container .pll-container .flag-list ul li.current-lang img {
              background: transparent;
              box-shadow: none; }
    .main-header .main-header__container .pll-container .arrow-down {
      margin-top: 16px;
      transition: 0.2s;
      cursor: pointer; }
      .main-header .main-header__container .pll-container .arrow-down.rotated {
        transform: rotate(180deg);
        margin-top: 22px; }
  .main-header .main-header__container #menu-mobile-btn {
    display: none;
    margin-top: 45px; }
    @media all and (max-width: 768px) {
      .main-header .main-header__container #menu-mobile-btn {
        display: block;
        margin-top: 25px; } }
  .main-header .main-header__container #menu-mobile-dropdown {
    display: none;
    position: absolute;
    top: 68px;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    background: white;
    border-bottom: 1px solid #BCBCBC;
    z-index: 99; }
    .main-header .main-header__container #menu-mobile-dropdown ul {
      padding-top: 15px;
      padding-bottom: 5px; }
      .main-header .main-header__container #menu-mobile-dropdown ul li {
        margin-bottom: 15px; }
        .main-header .main-header__container #menu-mobile-dropdown ul li a {
          font-size: 18px; }
    @media all and (max-width: 576px) {
      .main-header .main-header__container #menu-mobile-dropdown {
        width: 100vw;
        margin-left: -15px; } }
@media all and (min-width: 768px) {
  .main-header.main-header--transparente {
    position: absolute;
    width: 100%; }
    .main-header.main-header--transparente .main-header__container .menu-container ul li a {
      color: #fff; }
      .main-header.main-header--transparente .main-header__container .menu-container ul li a:hover {
        color: #FF2D3D; }
      .main-header.main-header--transparente .main-header__container .menu-container ul li a.active {
        color: #FF2D3D; } }

.main-footer {
  background-color: #00AEB8; }
  .main-footer .container .main-footer-wrapper {
    padding: 40px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media all and (max-width: 768px) {
      .main-footer .container .main-footer-wrapper {
        display: block;
        text-align: center; } }
    @media all and (max-width: 768px) {
      .main-footer .container .main-footer-wrapper .footer-left {
        margin-bottom: 40px; } }
    .main-footer .container .main-footer-wrapper .footer-left .titulo {
      font-size: 16px;
      font-weight: 900; }
    .main-footer .container .main-footer-wrapper .footer-left p {
      color: #fff;
      font-size: 13px;
      line-height: 22px; }
      .main-footer .container .main-footer-wrapper .footer-left p a {
        color: #fff;
        font-size: 13px;
        line-height: 22px; }
      @media all and (max-width: 768px) {
        .main-footer .container .main-footer-wrapper .footer-left p.telefones-email {
          display: flex;
          flex-direction: column; } }
      @media all and (max-width: 768px) {
        .main-footer .container .main-footer-wrapper .footer-left p span {
          display: none; } }
    .main-footer .container .main-footer-wrapper .footer-right .slogan {
      color: white;
      font-size: 25px;
      margin-top: 10px; }
  .main-footer .copyright {
    padding: 14px 0px;
    background-color: #00969f; }
    .main-footer .copyright p {
      color: #fff;
      font-size: 12px;
      text-align: center; }
      .main-footer .copyright p span {
        color: #fff;
        font-size: 12px; }

.home-banner-section {
  padding-top: 82px;
  background-image: url("img/home-banner.png");
  background-repeat: no-repeat;
  background-size: cover; }
  @media all and (max-width: 768px) {
    .home-banner-section {
      padding-top: 40px; } }
  .home-banner-section .esq-txt {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .home-banner-section .esq-txt h2 {
      max-width: 580px;
      margin-bottom: 30px;
      font-size: 60px;
      font-weight: 900;
      color: #fff; }
      @media all and (max-width: 768px) {
        .home-banner-section .esq-txt h2 {
          font-size: 40px; } }
    .home-banner-section .esq-txt h3 {
      max-width: 555px;
      margin-bottom: 30px;
      font-weight: 400;
      color: #fff;
      font-size: 24px;
      line-height: 30px; }
      @media all and (max-width: 768px) {
        .home-banner-section .esq-txt h3 {
          font-size: 20px;
          line-height: 26px; } }
    .home-banner-section .esq-txt h4 {
      max-width: 555px;
      margin-bottom: 100px;
      font-weight: 400;
      color: #fff;
      font-size: 18px;
      line-height: 26px; }
      @media all and (max-width: 768px) {
        .home-banner-section .esq-txt h4 {
          margin-bottom: 10px;
          font-size: 16px;
          line-height: 24px; } }
  .home-banner-section .video-box-container {
    padding-top: 45px;
    padding-bottom: 55px; }
    .home-banner-section .video-box-container .video-box {
      background-color: #fff; }
      .home-banner-section .video-box-container .video-box:first-child {
        margin-bottom: 45px; }
      .home-banner-section .video-box-container .video-box figure {
        background-color: #e9e9e9;
        margin: 0;
        cursor: pointer; }
      .home-banner-section .video-box-container .video-box header {
        padding: 15px 12px; }
        .home-banner-section .video-box-container .video-box header h2 {
          margin-bottom: 10px;
          font-size: 18px;
          font-weight: 900;
          color: #00C486; }
        .home-banner-section .video-box-container .video-box header p {
          font-style: 14px;
          line-height: 22px; }

.home-blog-section {
  padding-top: 90px;
  margin-bottom: 90px; }
  @media all and (max-width: 768px) {
    .home-blog-section {
      margin-bottom: 60px;
      padding-top: 60px; } }
  @media all and (max-width: 768px) {
    .home-blog-section .section-col:first-child {
      margin-bottom: 30px; } }
  .home-blog-section .section-col .article-link {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #BCBCBC; }
    .home-blog-section .section-col .article-link a:hover {
      text-decoration: none; }
      .home-blog-section .section-col .article-link a:hover p {
        opacity: 0.8; }
    .home-blog-section .section-col .article-link a h3 {
      margin-bottom: 5px;
      font-size: 18px;
      font-weight: 900;
      color: #00C486; }
    .home-blog-section .section-col .article-link a p {
      font-size: 14px;
      line-height: 22px;
      color: #1E1E1E;
      transition: 0.2s;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
      .home-blog-section .section-col .article-link a p .data-pub time {
        color: #1E1E1E;
        font-weight: 700; }
    .home-blog-section .section-col .article-link.article-link--img {
      margin-bottom: 30px;
      padding-bottom: 0;
      border-bottom: none; }
      .home-blog-section .section-col .article-link.article-link--img a figure {
        margin-bottom: 8px;
        overflow: hidden;
        height: 0;
        padding-top: 56.25%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .home-blog-section .section-col .article-link.article-link--img a figure img {
          width: 100%; }
      .home-blog-section .section-col .article-link.article-link--img a p {
        -webkit-line-clamp: 2; }

.home-produto-section {
  margin-bottom: 90px;
  padding: 60px 0px;
  background-color: #06006B; }
  @media all and (max-width: 768px) {
    .home-produto-section {
      margin-bottom: 60px; } }
  @media all and (max-width: 768px) {
    .home-produto-section .section-col {
      display: flex;
      flex-direction: column; } }
  .home-produto-section .section-col h2 {
    margin-bottom: 35px;
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    font-weight: 900;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff; }
    @media all and (max-width: 768px) {
      .home-produto-section .section-col h2 {
        padding-bottom: 15px;
        margin-bottom: 15px; } }
  .home-produto-section .section-col p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 40px; }
  .home-produto-section .section-col figure {
    margin-top: -110px; }
    @media all and (max-width: 1200px) {
      .home-produto-section .section-col figure {
        margin-top: 0px; } }
    @media all and (max-width: 768px) {
      .home-produto-section .section-col figure {
        margin-top: 40px; } }
    .home-produto-section .section-col figure img {
      width: 110%; }
      @media all and (max-width: 1200px) {
        .home-produto-section .section-col figure img {
          width: 100%; } }

.home-nosso-time {
  margin-bottom: 90px; }
  @media all and (max-width: 768px) {
    .home-nosso-time {
      margin-bottom: 60px; } }
  @media all and (max-width: 768px) {
    .home-nosso-time .section-col figure {
      margin-bottom: 30px; } }
  .home-nosso-time .section-col figure img {
    width: 100%; }
  .home-nosso-time .section-col p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px; }

.home-nossos-clientes {
  padding-bottom: 90px; }
  @media all and (max-width: 768px) {
    .home-nossos-clientes {
      padding-bottom: 60px; } }
  .home-nossos-clientes .clientes-carousel {
    padding-top: 15px;
    margin-bottom: 30px; }
    @media all and (max-width: 768px) {
      .home-nossos-clientes .clientes-carousel {
        margin-bottom: 30px; } }
    .home-nossos-clientes .clientes-carousel .slick-track {
      display: flex;
      align-items: center; }
      .home-nossos-clientes .clientes-carousel .slick-track .slide {
        padding: 0px 20px; }
        .home-nossos-clientes .clientes-carousel .slick-track .slide:focus {
          outline: none; }
        .home-nossos-clientes .clientes-carousel .slick-track .slide img {
          width: 100%; }
    .home-nossos-clientes .clientes-carousel .slick-arrow {
      display: none !important; }

.home-depoimentos {
  margin-bottom: 90px; }
  @media all and (max-width: 768px) {
    .home-depoimentos {
      margin-bottom: 60px; } }
  .home-depoimentos .container {
    position: relative; }
    .home-depoimentos .container button {
      position: absolute;
      background-color: #BCBCBC;
      border: none;
      width: 53px;
      height: 53px;
      border-radius: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s;
      outline: none;
      z-index: 9; }
      @media all and (max-width: 768px) {
        .home-depoimentos .container button {
          display: none !important; } }
      .home-depoimentos .container button:hover {
        background-color: #00C486; }
    .home-depoimentos .container .depoimentos-prev {
      top: 125px; }
    .home-depoimentos .container .depoimentos-next {
      top: 125px;
      right: 0;
      transform: rotate(180deg); }
    .home-depoimentos .container .depoimentos-carousel {
      padding: 0px 73px 0px 73px; }
      @media all and (max-width: 768px) {
        .home-depoimentos .container .depoimentos-carousel {
          padding: 0; } }
      .home-depoimentos .container .depoimentos-carousel .slick-track {
        display: flex !important; }
        .home-depoimentos .container .depoimentos-carousel .slick-track .slide {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: inherit !important;
          padding: 0px 15px;
          outline: none;
          cursor: grab; }
          .home-depoimentos .container .depoimentos-carousel .slick-track .slide .depoimento-txt {
            margin-bottom: 20px;
            color: #1E1E1E;
            font-size: 15px;
            line-height: 22px; }
          .home-depoimentos .container .depoimentos-carousel .slick-track .slide footer {
            display: flex; }
            .home-depoimentos .container .depoimentos-carousel .slick-track .slide footer img.logo {
              height: 30px;
              margin-right: 15px; }
            .home-depoimentos .container .depoimentos-carousel .slick-track .slide footer .footer-txt .empresa {
              margin-bottom: 4px;
              font-size: 15px;
              font-weight: 700;
              color: #1E1E1E; }
            .home-depoimentos .container .depoimentos-carousel .slick-track .slide footer .footer-txt .empresa-desc {
              font-size: 12px; }

.sobre-top-section {
  margin-top: 60px;
  margin-bottom: 90px; }
  @media all and (max-width: 768px) {
    .sobre-top-section {
      margin-top: 30px;
      margin-bottom: 60px; } }
  .sobre-top-section .section-col-1 p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px; }
    .sobre-top-section .section-col-1 p:last-child {
      margin-bottom: 0; }
    @media all and (max-width: 768px) {
      .sobre-top-section .section-col-1 p {
        margin-bottom: 20px; } }
  .sobre-top-section .section-col-2 {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media all and (max-width: 768px) {
      .sobre-top-section .section-col-2 {
        padding-top: 20px; } }
    .sobre-top-section .section-col-2 figure img {
      max-width: 100%; }

.sobre-nossa-historia {
  margin-bottom: 90px; }
  @media all and (max-width: 768px) {
    .sobre-nossa-historia {
      margin-bottom: 60px; } }

@media all and (max-width: 768px) {
  .sobre-fundadores .section-col:first-child {
    padding-top: 20px; } }
.sobre-fundadores .section-col .fundador-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  text-align: center; }
  @media all and (max-width: 768px) {
    .sobre-fundadores .section-col .fundador-box {
      margin-bottom: 50px; } }
  .sobre-fundadores .section-col .fundador-box figure {
    width: 60%; }
    @media all and (max-width: 992px) {
      .sobre-fundadores .section-col .fundador-box figure {
        width: 100%; } }
    @media all and (max-width: 768px) {
      .sobre-fundadores .section-col .fundador-box figure {
        width: 210px;
        margin-bottom: 15px; } }
    .sobre-fundadores .section-col .fundador-box figure img {
      width: 100%; }
  .sobre-fundadores .section-col .fundador-box header h3 {
    margin-bottom: 5px;
    font-size: 24px;
    color: #06006B; }
  .sobre-fundadores .section-col .fundador-box header .cargo {
    margin-bottom: 15px;
    font-size: 14px;
    color: #1E1E1E;
    font-weight: 700; }
  .sobre-fundadores .section-col .fundador-box header .curriculo {
    color: #1E1E1E;
    font-size: 14px;
    line-height: 22px;
    transition: 0.1s; }
.sobre-fundadores .section-col .bolinhas {
  text-align: right;
  padding-right: 30px; }
  @media all and (max-width: 768px) {
    .sobre-fundadores .section-col .bolinhas {
      display: none; } }

.sobre-nosso-time .nosso-time-row {
  display: flex;
  justify-content: space-between; }
  @media all and (max-width: 768px) {
    .sobre-nosso-time .nosso-time-row {
      flex-direction: column; } }
  .sobre-nosso-time .nosso-time-row .funcionario {
    width: 15%;
    margin-bottom: 40px;
    text-align: center; }
    @media all and (max-width: 992px) {
      .sobre-nosso-time .nosso-time-row .funcionario {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%; } }
    .sobre-nosso-time .nosso-time-row .funcionario figure {
      margin-bottom: 15px; }
      @media all and (max-width: 768px) {
        .sobre-nosso-time .nosso-time-row .funcionario figure {
          width: 180px;
          margin-bottom: 10px; } }
      .sobre-nosso-time .nosso-time-row .funcionario figure img {
        width: 100%;
        border-radius: 100%;
        object-fit: cover;
        object-position: center; }
    .sobre-nosso-time .nosso-time-row .funcionario h3 {
      margin-bottom: 0px;
      text-align: center;
      font-size: 14px;
      color: #1E1E1E;
      font-weight: 700;
      transition: 0.3s; }
    .sobre-nosso-time .nosso-time-row .funcionario p {
      text-align: center;
      font-size: 12px; }

.link-linkedin {
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  transition: 0.2s; }
  .link-linkedin:hover {
    opacity: 0.8; }
  .link-linkedin img {
    width: 100%; }

.servico-section {
  margin-top: 90px; }
  .servico-section:first-child {
    margin-top: 60px; }
  .servico-section:last-child {
    margin-bottom: 90px; }
  .servico-section p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px; }
  @media all and (max-width: 768px) {
    .servico-section figure {
      margin-top: 30px; } }
  .servico-section figure img {
    width: 100%; }
  @media all and (max-width: 768px) {
    .servico-section.img-left figure {
      margin-top: 0;
      margin-bottom: 30px; } }

.produto-banner {
  margin-bottom: 90px; }
  @media all and (max-width: 768px) {
    .produto-banner {
      margin-bottom: 60px; } }
  @media all and (max-width: 768px) {
    .produto-banner .container {
      padding-left: 0px;
      padding-right: 0px;
      overflow-x: hidden; } }
  .produto-banner .container .produto-banner-wrapper {
    position: relative;
    padding: 190px 0px;
    background-image: url("img/background_prontos.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media all and (max-width: 992px) {
      .produto-banner .container .produto-banner-wrapper {
        background-position: top left; } }
    /*.produto-banner .container .produto-banner-wrapper::before {
      content: "";
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(9, 9, 121, 0) 25%, #2e3b4f 100%); }
      @media all and (max-width: 992px) {
        .produto-banner .container .produto-banner-wrapper::before {
          background: linear-gradient(90deg, rgba(46, 59, 79, 0.5354516807) 0%, #2e3b4f 100%); } } */
    .produto-banner .container .produto-banner-wrapper h1 {
      margin-bottom: 20px;
      font-size: 60px;
      font-weight: 900;
      color: #fff; }
      @media all and (max-width: 768px) {
        .produto-banner .container .produto-banner-wrapper h1 {
          text-align: center; } } 
    .produto-banner .container .produto-banner-wrapper h2 {
      margin-bottom: 40px;
      max-width: 355px;
      font-size: 24px;
      line-height: 30px;
      color: #fff; } 
      @media all and (max-width: 768px) {
        .produto-banner .container .produto-banner-wrapper h2 {
          text-align: center;
          max-width: 100%;
          padding: 0px 15px; } } 
    .produto-banner .container .produto-banner-wrapper a.produto-cta-btn {
      padding: 11px 28px 14px;
      font-size: 24px;
      font-weight: 700;
      color: #fff;
      background-color: #00C486;
      border-radius: 100px;
      text-decoration: none;
      transition: 0.2s; }
      @media all and (max-width: 768px) {
        .produto-banner .container .produto-banner-wrapper a.produto-cta-btn {
          display: table;
          margin: 0px auto;} }
      .produto-banner .container .produto-banner-wrapper a.produto-cta-btn:hover {
        background-color: #00de97; }

.pag-prod-section {
  margin-bottom: 60px; }
  .pag-prod-section .row p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px; }
  .pag-prod-section .row .cta-btn {
    margin-top: 10px;
    display: inline-block; }
  .pag-prod-section .row figure {
    text-align: center; }
    @media all and (max-width: 768px) {
      .pag-prod-section .row figure {
        margin-top: 20px; } }
    .pag-prod-section .row figure img {
      max-width: 100%;
      margin-bottom: 30px; }
  @media all and (max-width: 768px) {
    .pag-prod-section.img-left .row figure {
      margin-top: 0;
      margin-bottom: 20px; } }

.pag-prod-section.beneficios {
  margin-top: 60px; }
  .pag-prod-section.beneficios .row .beneficios__beneficio {
    display: flex;
    margin-bottom: 20px; }
    @media all and (max-width: 992px) {
      .pag-prod-section.beneficios .row .beneficios__beneficio {
        flex-direction: column; } }
    @media all and (max-width: 768px) {
      .pag-prod-section.beneficios .row .beneficios__beneficio {
        margin-bottom: 20px;
        text-align: center; } }
    .pag-prod-section.beneficios .row .beneficios__beneficio figure {
      width: 30%; }
      @media all and (max-width: 992px) {
        .pag-prod-section.beneficios .row .beneficios__beneficio figure {
          width: 60%;
          margin-bottom: 15px; } }
      @media all and (max-width: 768px) {
        .pag-prod-section.beneficios .row .beneficios__beneficio figure {
          width: 150px;
          align-self: center; } }
      .pag-prod-section.beneficios .row .beneficios__beneficio figure img {
        width: 100%; }
    .pag-prod-section.beneficios .row .beneficios__beneficio .content {
      width: 70%;
      padding-left: 10px; }
      @media all and (max-width: 992px) {
        .pag-prod-section.beneficios .row .beneficios__beneficio .content {
          width: 100%;
          padding-left: 0px; } }
      .pag-prod-section.beneficios .row .beneficios__beneficio .content h3.beneficios-titulo {
        margin-bottom: 15px;
        color: #06006B;
        font-size: 24px;
        line-height: 30px; }
      .pag-prod-section.beneficios .row .beneficios__beneficio .content p {
        font-size: 18px; }
    @media all and (max-width: 768px) {
      .pag-prod-section.beneficios .row .beneficios__beneficio.ornamento {
        display: none; } }
    .pag-prod-section.beneficios .row .beneficios__beneficio.ornamento figure {
      width: 100%;
      text-align: center; }
      .pag-prod-section.beneficios .row .beneficios__beneficio.ornamento figure img {
        max-width: 300px; }

.contato-section {
  padding-top: 60px;
  padding-bottom: 70px; }
  .contato-section p {
    font-size: 18px;
    line-height: 30px; }
  .contato-section br {
    display: none; }
  @media all and (max-width: 768px) {
    .contato-section .contato-left {
      padding-bottom: 60px; } }
  .contato-section .contato-left form.form-contato {
    margin-top: 60px; }
    .contato-section .contato-left form.form-contato label {
      font-size: 14px;
      line-height: 22px;
      font-weight: 700;
      display: block; }
    .contato-section .contato-left form.form-contato input[type="text"], .contato-section .contato-left form.form-contato input[type="email"] {
      width: 100%;
      margin-bottom: 20px;
      height: 40px;
      border: 1px solid #BCBCBC;
      border-radius: 4px;
      outline-color: #00C486;
      padding: 0px 15px; }
    .contato-section .contato-left form.form-contato textarea {
      width: 100%;
      margin-bottom: 20px;
      border: 1px solid #BCBCBC;
      border-radius: 4px;
      outline-color: #00C486;
      padding: 10px 15px; }
    .contato-section .contato-left form.form-contato .submit-btn {
      display: block;
      margin-left: auto;
      font-size: 14px;
      font-weight: 700;
      color: #00C486;
      background-color: #fff;
      border: 1px solid #00C486;
      padding: 8px 22px;
      border-radius: 100px;
      outline: none;
      transition: 0.2s; }
      .contato-section .contato-left form.form-contato .submit-btn:hover {
        background-color: #00C486;
        color: #fff; }
  .contato-section .contato-right .canal {
    display: flex;
    margin-bottom: 30px; }
    .contato-section .contato-right .canal figure {
      width: 68px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media all and (max-width: 992px) {
        .contato-section .contato-right .canal figure {
          width: 30px;
          padding-right: 15px; } }
      @media all and (max-width: 768px) {
        .contato-section .contato-right .canal figure {
          width: 50px;
          padding-right: 0; } }
      .contato-section .contato-right .canal figure img {
        max-width: 30px; }
    .contato-section .contato-right .canal .txt {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 30px;
      border-left: 1px solid #BCBCBC; }
      @media all and (max-width: 992px) {
        .contato-section .contato-right .canal .txt {
          padding-left: 15px; }
          .contato-section .contato-right .canal .txt p, .contato-section .contato-right .canal .txt a {
            font-size: 14px; } }
      .contato-section .contato-right .canal .txt a {
        font-weight: 700;
        color: #00C486; }
  .contato-section .contato-right .mapouter {
    position: relative;
    height: 255px;
    width: 100%;
    margin-top: 55px;
    text-align: right; }
  .contato-section .contato-right .gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 255px;
    width: 100%; }
  .contato-section div.wpcf7 .ajax-loader {
    position: absolute;
    margin-top: -50px;
    background-image: url("../sme/img/loading-gif.gif");
    width: 50px;
    height: 50px;
    background-size: contain; }

.artigos-switch {
  margin-top: 60px;
  margin-bottom: 40px; }
  @media all and (max-width: 768px) {
    .artigos-switch {
      margin-top: 40px; } }
  .artigos-switch .artigos-switch-wrapper {
    display: inline-flex;
    height: 44px;
    border: 1px solid #FF2D3D;
    border-radius: 100px; }
    .artigos-switch .artigos-switch-wrapper a {
      width: 100px;
      padding: 10px 0px;
      text-align: center;
      border-radius: 100px;
      text-decoration: none;
      font-size: 14px;
      color: #FF2D3D;
      font-weight: 900; }
      .artigos-switch .artigos-switch-wrapper a.active {
        background-color: #FF2D3D;
        width: 120px;
        color: #fff; }

.artigos-section .lista .article-link {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #BCBCBC;
  transition: 0.2s; }
  .artigos-section .lista .article-link:last-child {
    margin-bottom: 60px; }
    @media all and (max-width: 768px) {
      .artigos-section .lista .article-link:last-child {
        margin-bottom: 30px; } }
  .artigos-section .lista .article-link a {
    text-decoration: none; }
    .artigos-section .lista .article-link a:hover header h2 {
      color: #00de97; }
    .artigos-section .lista .article-link a:hover header .header-meta {
      opacity: 0.8; }
    .artigos-section .lista .article-link a:hover .prev {
      opacity: 0.8; }
    .artigos-section .lista .article-link a header h2 {
      margin-bottom: 10px;
      font-size: 36px;
      font-weight: 900;
      color: #00C486; }
    .artigos-section .lista .article-link a header .header-meta {
      display: flex;
      margin-bottom: 15px;
      font-size: 14px; }
      .artigos-section .lista .article-link a header .header-meta .data {
        color: #1E1E1E;
        padding-right: 8px;
        margin-right: 8px;
        border-right: 1px solid #1E1E1E; }
      .artigos-section .lista .article-link a header .header-meta .autor {
        color: #1E1E1E; }
    .artigos-section .lista .article-link a .prev {
      font-size: 18px;
      line-height: 30px; }
  .artigos-section .lista .article-link.article-img a {
    display: flex; }
    .artigos-section .lista .article-link.article-img a .fig-container {
      width: 33.3%; }
      .artigos-section .lista .article-link.article-img a .fig-container figure {
        margin-right: 30px;
        overflow: hidden;
        height: 0;
        padding-top: 56.25%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
    .artigos-section .lista .article-link.article-img a .txt {
      width: 66.6%; }
  @media all and (max-width: 992px) {
    .artigos-section .lista .article-link.article-img a {
      flex-direction: column; }
      .artigos-section .lista .article-link.article-img a .fig-container {
        width: 100%; }
        .artigos-section .lista .article-link.article-img a .fig-container figure {
          margin-right: 0px;
          margin-bottom: 15px; }
      .artigos-section .lista .article-link.article-img a .txt {
        width: 100%; } }
.artigos-section .aside .aside-block:last-child {
  margin-top: 50px; }
  @media all and (max-width: 768px) {
    .artigos-section .aside .aside-block:last-child {
      margin-bottom: 60px; } }
.artigos-section .aside .aside-block a {
  display: block;
  text-decoration: none;
  color: #00C486;
  font-weight: 700;
  margin-bottom: 10px; }
  .artigos-section .aside .aside-block a:hover {
    color: #00de97; }

.single-page-post {
  margin-top: 60px; }
  @media all and (max-width: 768px) {
    .single-page-post {
      margin-top: 30px; } }
  .single-page-post .post-header {
    max-width: 754px;
    margin: 0px auto; }
    .single-page-post .post-header .tag {
      display: inline-flex;
      margin-bottom: 30px;
      padding: 7px 15px;
      border-radius: 100px;
      background-color: #747474;
      color: #fff;
      font-weight: 900;
      font-size: 14px; }
    .single-page-post .post-header h1 {
      margin-bottom: 20px;
      color: #06006B;
      font-size: 36px;
      line-height: 45px;
      font-weight: 900; }
    .single-page-post .post-header h2 {
      margin-bottom: 40px;
      font-size: 20px;
      line-height: 26px;
      font-style: italic;
      font-weight: 400; }
    .single-page-post .post-header .meta {
      display: flex;
      padding: 8px 0px;
      margin-bottom: 40px;
      border-top: 1px solid #BCBCBC;
      border-bottom: 1px solid #BCBCBC;
      font-size: 14px; }
      .single-page-post .post-header .meta .data {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #BCBCBC; }
      .single-page-post .post-header .meta .autor a {
        font-weight: 700;
        color: #00C486;
        text-decoration: none; }
        .single-page-post .post-header .meta .autor a:hover {
          color: #00de97; }
  .single-page-post .post-content {
    max-width: 754px;
    margin: 0px auto 90px;
    padding-bottom: 20px;
    border-bottom: 1px solid #BCBCBC; }
    @media all and (max-width: 768px) {
      .single-page-post .post-content {
        margin-bottom: 40px;
        padding-bottom: 0px; } }
    .single-page-post .post-content figure {
      margin-bottom: 40px; }
      .single-page-post .post-content figure img {
        width: 100%; }
      .single-page-post .post-content figure figcaption {
        margin-top: 2px;
        color: #1E1E1E;
        font-style: 14px;
        line-height: 22px; }
    .single-page-post .post-content p {
      color: #1E1E1E;
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 40px; }
      .single-page-post .post-content p a {
        color: #00C486;
        font-weight: 700; }
    .single-page-post .post-content h3 {
      margin-bottom: 20px;
      color: #1E1E1E;
      font-size: 24px;
      font-weight: 700; }

.clientes-banner {
  margin-bottom: 90px; }
  @media all and (max-width: 768px) {
    .clientes-banner {
      margin-bottom: 60px; } }
  @media all and (max-width: 768px) {
    .clientes-banner .container {
      padding-left: 0px;
      padding-right: 0px;
      overflow-x: hidden; } }
  .clientes-banner .container .clientes-banner-wrapper {
    position: relative;
    padding: 160px 0px;
    background-image: url("img/clientes-header-img.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover; }
    @media all and (max-width: 992px) {
      .clientes-banner .container .clientes-banner-wrapper {
        background-position: top left; } }
    .clientes-banner .container .clientes-banner-wrapper::before {
      content: "";
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(9, 9, 121, 0) 25%, #2e3b4f 100%); }
      @media all and (max-width: 992px) {
        .clientes-banner .container .clientes-banner-wrapper::before {
          background: linear-gradient(90deg, rgba(46, 59, 79, 0.5354516807) 0%, #2e3b4f 100%); } }
    .clientes-banner .container .clientes-banner-wrapper h1 {
      margin-bottom: 20px;
      font-size: 60px;
      font-weight: 900;
      color: #fff; }
      @media all and (max-width: 768px) {
        .clientes-banner .container .clientes-banner-wrapper h1 {
          text-align: center; } }

.clientes-section {
  padding-bottom: 30px; }
  @media all and (min-width: 768px) {
    .clientes-section .clientes-wrapper {
      border-left: 1px solid #00aeb8;
      border-bottom: 1px solid #00aeb8;
      border-bottom-left-radius: 30px;
      padding-left: 30px; }
      .clientes-section .clientes-wrapper::after {
        content: '';
        border-bottom: 1px solid #fff;
        display: block;
        margin-bottom: -1px;
        margin-left: 30px; } }
  .clientes-section .clientes-wrapper .clientes-txt p {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 30px; }
  .clientes-section .clientes-wrapper .clientes-logos {
    margin-left: -15px; }
    @media all and (max-width: 768px) {
      .clientes-section .clientes-wrapper .clientes-logos {
        margin: auto; } }
    .clientes-section .clientes-wrapper .clientes-logos .logo-img {
      margin-bottom: 30px;
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .clientes-section .clientes-wrapper .clientes-logos .logo-img .logo-wrapper img {
        width: 100%; }

/*# sourceMappingURL=style.css.map */
