@charset "UTF-8";
@font-face {
  font-family: "Myriad Pro";
  font-weight: bold;
  src: url("../fonts/myriad/bold.ttf") format("truetype"); }

@font-face {
  font-family: "Myriad Pro";
  font-weight: normal;
  src: url("../fonts/myriad/regular.ttf") format("truetype"); }

/*!
    Grupo Adapta 2024
    @author: Fábio Henrique da Silva Siqueira
    @site : https://www.grupoadapta.com.br/
*/
:root {
  --bg1: #009bff;
  --bg2: #222;
  --bg3: #0384da;
  --bg4: #728793;
  --bg5: #ecf6fa;
  --boxshadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  --radius: 6px; }

.btn-whatsapp {
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding: 8px;
  background: #64b161;
  color: #fff;
  z-index: 9;
  display: inline-flex;
  border-top-left-radius: 6px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  font-weight: bold; }
  @media screen and (max-width: 650px) {
    .btn-whatsapp {
      font-size: 0.7rem !important;
      padding-left: 10px !important;
      padding-right: 10px !important;
      padding-top: 7px !important;
      padding-bottom: 7px !important; } }
  .btn-whatsapp:hover, .btn-whatsapp:focus {
    background: #459142  !important;
    color: #fff !important; }
  .btn-whatsapp img {
    margin-right: 8px;
    width: 22px;
    height: 22px; }

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 101;
  transition: all 0.2s ease-in-out; }
  @media screen and (min-width: 1201px) {
    header.fixed .header-top {
      margin-top: -47px; }
    header.fixed .header-main {
      height: 85px !important;
      background: #fff !important; } }
  @media screen and (max-width: 1200px) {
    header .header-top {
      padding-top: 4px;
      padding-bottom: 4px;
      display: none; } }
  @media screen and (max-width: 1200px) {
    header .header-main {
      height: 65px !important;
      background: #fff !important; }
      header .header-main .actions,
      header .header-main ul.list-menus {
        display: none !important; }
      header .header-main .logo {
        width: 180px !important; }
      header .header-main .btn-action {
        display: none !important; }
      header .header-main .menu-anchor {
        opacity: 1 !important;
        display: inline-flex !important; }
      header .header-main .button-menu-info {
        opacity: 1 !important; }
      header .header-main .btn-default {
        display: none !important; }
      header .header-main .col-md-6 {
        display: none !important; } }
  header .header-top {
    background: var(--bg1);
    padding-top: 6px;
    padding-bottom: 6px;
    transition: all 0.2s ease; }
    header .header-top .link-topo {
      display: inline-flex;
      align-items: center;
      flex-wrap: wrap;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      text-decoration: none !important;
      margin-right: 24px; }
      header .header-top .link-topo i {
        margin-right: 5px; }
    header .header-top .list-redes {
      display: flex;
      padding: 0px;
      margin: 0px;
      list-style: none;
      justify-content: flex-end; }
      header .header-top .list-redes li {
        margin-right: 14px; }
        header .header-top .list-redes li:last-child {
          margin-right: 0px; }
      header .header-top .list-redes a {
        width: 35px;
        height: 35px;
        background: var(--bg3);
        color: #fff;
        font-size: 15px;
        border-radius: var(--radius);
        display: flex;
        align-items: center;
        text-decoration: none !important;
        justify-content: center; }
  header .header-main {
    height: 80px;
    display: flex;
    transition: all 0.2s ease;
    align-items: center;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px; }
    header .header-main .container {
      position: relative;
      z-index: 2; }
    header .header-main .logo {
      width: 200px; }
    header .header-main .btn-default img {
      width: 25px;
      margin-right: 6px;
      filter: brightness(0) invert(1); }
    header .header-main .button-menu-info, header .header-main .menu-anchor {
      opacity: 0;
      width: 45px;
      height: 45px;
      border: 0px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      cursor: pointer;
      border-radius: var(--radius);
      font-size: 20px;
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
      transition: all 0.2s ease-in-out; }
      header .header-main .button-menu-info:hover, header .header-main .menu-anchor:hover {
        background: var(--bg2) !important; }
        header .header-main .button-menu-info:hover svg path, header .header-main .menu-anchor:hover svg path {
          fill: #fff !important; }
      header .header-main .button-menu-info svg, header .header-main .menu-anchor svg {
        width: 20px;
        height: 20px;
        transition: all 0.2s ease-in-out; }
        header .header-main .button-menu-info svg path, header .header-main .menu-anchor svg path {
          transition: all 0.2s ease-in-out;
          fill: var(--bg1); }
    header .header-main ul.list-menus {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 0px;
      margin: 0px;
      padding-left: 0px;
      margin-right: auto; }
      header .header-main ul.list-menus .item {
        position: relative;
        padding-right: 18px;
        padding-left: 18px; }
        header .header-main ul.list-menus .item:last-child {
          padding-right: 0px; }
        header .header-main ul.list-menus .item .nav-link {
          color: var(--bg2);
          font-size: 1.1rem;
          padding-top: 1px;
          font-weight: bold;
          padding-bottom: 1px;
          padding-left: 0px;
          padding-right: 0px;
          letter-spacing: 0.1px;
          position: relative;
          text-decoration: none !important;
          transition: all 0.2s ease-in-out; }
          header .header-main ul.list-menus .item .nav-link:hover:before, header .header-main ul.list-menus .item .nav-link.active:before {
            width: 100% !important;
            opacity: 1 !important; }
          header .header-main ul.list-menus .item .nav-link:before {
            opacity: 0;
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0px;
            width: 0px;
            height: 2px;
            background: var(--bg1);
            transition: all 0.2s ease-in-out; }
        header .header-main ul.list-menus .item .dropdown-menu {
          padding: 0px !important;
          left: 50% !important;
          transform: translateX(-50%) !important;
          top: 110% !important;
          margin-top: 4px !important; }
          header .header-main ul.list-menus .item .dropdown-menu .dropdown-item {
            color: var(--bg4) !important;
            font-size: 0.9rem !important;
            font-weight: bold !important;
            padding-top: 8px;
            padding-bottom: 8px;
            text-transform: uppercase !important;
            border-bottom: 1px solid #e5e3e3 !important; }
    header .header-main .btn-action {
      margin-left: 40px; }

.menu-infos {
  background: #fff;
  height: 100%;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 340px;
  z-index: 999;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }
  .menu-infos.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .menu-infos .content-close {
    text-align: right; }
    .menu-infos .content-close .btn-close-menu {
      width: 40px;
      height: 40px;
      background: transparent;
      border-radius: 10px;
      border: 1px solid var(--bg1) !important;
      color: var(--bg1) !important;
      font-size: 20px;
      cursor: pointer; }
  .menu-infos .list-menus {
    display: block;
    padding: 0px;
    list-style: none !important;
    margin: 0px; }
    .menu-infos .list-menus li a {
      display: block;
      width: 100%;
      padding-top: 10px;
      text-decoration: none;
      padding-bottom: 10px;
      color: var(--bg2);
      letter-spacing: 0.3px;
      font-size: 1.1rem;
      font-weight: bold;
      border-bottom: 1px solid var(--bg3); }
  .menu-infos .acao {
    margin-top: 25px; }
  .menu-infos .redes-share-menu {
    position: absolute;
    bottom: 14px;
    left: 20px; }
  .menu-infos .redes-share-menu .title {
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: var(--bg1);
    font-weight: bold;
    position: relative;
    padding-right: 34px; }
  .menu-infos .redes-share-menu .title:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 2px;
    background: var(--bg1); }
  .menu-infos .redes-share-menu .list {
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 17px; }
  .menu-infos .redes-share-menu .list li {
    margin-right: 2px; }
  .menu-infos .redes-share-menu .list li a {
    display: block;
    font-size: 24px;
    color: var(--bg2);
    transition: all 0.2s ease-in-out; }
  .menu-infos .redes-share-menu .list li a:hover {
    color: var(--bg1) !important; }

.menu-infos-overlay {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 102;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .menu-infos-overlay.active {
    opacity: 0.8;
    visibility: visible; }

footer .footer-main {
  padding-top: 60px;
  padding-bottom: 40px; }
  @media screen and (max-width: 650px) {
    footer .footer-main {
      padding-top: 40px !important;
      padding-bottom: 30px !important; } }
  @media screen and (min-width: 651px) and (max-width: 900px) {
    footer .footer-main .texto-footer {
      font-size: 0.9rem !important;
      line-height: 1.1rem !important; }
    footer .footer-main .title-footer {
      font-size: 1.2rem !important; }
    footer .footer-main .item-contato {
      font-size: 0.9rem !important;
      line-height: 0.9rem !important; }
    footer .footer-main .list-links li a {
      font-size: 0.9rem !important; } }
  footer .footer-main .list-redes {
    display: flex;
    align-items: center;
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
    margin-top: 20px; }
    footer .footer-main .list-redes li {
      margin-right: 14px; }
      footer .footer-main .list-redes li:last-child {
        margin-right: 0px; }
      footer .footer-main .list-redes li a {
        background: #edebeb;
        color: var(--bg3);
        width: 38px;
        height: 38px;
        border-radius: 10px;
        font-size: 20px;
        display: inline-flex;
        align-items: center;
        transition: all 0.2s ease-in-out;
        justify-content: center;
        text-decoration: none !important; }
        footer .footer-main .list-redes li a:hover {
          background: var(--bg3) !important;
          color: #fff !important; }
  footer .footer-main .logo-footer {
    width: 170px; }
  footer .footer-main .texto-footer {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.2rem; }
  footer .footer-main .title-footer {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: var(--bg2);
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 8px; }
    footer .footer-main .title-footer:after {
      content: "";
      height: 4px;
      width: 30px;
      position: absolute;
      left: 0px;
      bottom: 0px;
      background: var(--bg1);
      border-radius: 10px; }
  footer .footer-main .item-contato {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: var(--bg2);
    text-decoration: none !important;
    transition: all 0.2s ease-in-out; }
    footer .footer-main .item-contato:hover {
      color: var(--bg1) !important; }
    footer .footer-main .item-contato i {
      font-size: 1.2rem;
      color: var(--bg1);
      margin-right: 6px; }
  footer .footer-main .list-links {
    padding: 14px;
    list-style: square;
    margin: 0px; }
    footer .footer-main .list-links li {
      margin-bottom: 10px;
      color: var(--bg3); }
      footer .footer-main .list-links li:last-child {
        margin-bottom: 0px; }
      footer .footer-main .list-links li a {
        color: var(--bg2);
        font-size: 1rem;
        font-weight: bold;
        text-decoration: none !important;
        letter-spacing: 0.5px;
        transition: all 0.2s ease-in; }
        footer .footer-main .list-links li a:hover {
          color: var(--bg1) !important; }

footer .footer-copy {
  background: #edebeb;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.1px; }
  footer .footer-copy p {
    margin-bottom: 0px; }

@media (min-width: 1250px) {
  .container {
    max-width: 1230px; } }

.img-fluid {
  width: 100%; }

#cm.cloud .c-bn.c_link {
  display: none !important; }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important; }

.sweet-overlay {
  z-index: 100000 !important; }

.sweet-alert {
  z-index: 9999999 !important; }

ul {
  list-style: none; }

.text-white {
  color: #fff; }

* {
  margin: 0; }

.custom-container {
  max-width: 1760px; }
  @media screen and (max-width: 1700px) {
    .custom-container {
      max-width: 1680px; } }
  @media screen and (max-width: 1500px) {
    .custom-container {
      max-width: 100%; } }
  @media screen and (max-width: 1000px) {
    .custom-container {
      max-width: 960px; } }
  @media screen and (max-width: 820px) {
    .custom-container {
      max-width: 740px; } }
  @media screen and (max-width: 700px) {
    .custom-container {
      max-width: 100%; } }
  @media screen and (max-width: 600px) {
    .custom-container {
      max-width: 540px; } }

body {
  overflow-x: hidden !important;
  font-family: "Myriad Pro", sans-serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  padding-top: 0;
  margin: 0; }

@media screen and (max-width: 1200px) {
  main {
    padding-top: 65px !important; } }

main.other-page {
  padding-top: 128px; }

.pt-page {
  padding-top: 80px; }
  @media screen and (max-width: 650px) {
    .pt-page {
      padding-top: 35px !important; } }

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 1000000;
  display: none;
  align-items: center;
  justify-content: center;
  display: none;
  align-items: center;
  justify-content: center; }
  #loading.show {
    display: flex !important;
    opacity: 1 !important; }
  #loading img {
    width: 75px;
    height: 75px; }

@media screen and (max-width: 650px) {
  .pt-section {
    padding-top: 40px !important; }
  .pb-section {
    padding-bottom: 40px !important; }
  .mt-section {
    margin-top: 40px !important; }
  .mb-section {
    margin-bottom: 40px !important; }
  .mt-mobile {
    margin-top: 25px !important; }
  .mb-mobile {
    margin-bottom: 25px !important; } }

@media screen and (min-width: 651px) and (max-width: 900px) {
  .mt-ipad {
    margin-top: 30px !important; } }

.pt-section {
  padding-top: 80px; }

.pb-section {
  padding-bottom: 80px; }

.mt-section {
  margin-top: 80px; }

.mb-section {
  margin-bottom: 80px; }

.section-overflow {
  position: relative;
  overflow: hidden; }
  .section-overflow .img-efeito {
    position: absolute;
    left: -15px;
    width: 400px;
    opacity: 0.07;
    top: 50%;
    transform: translateY(-50%); }
  .section-overflow .container {
    z-index: 2;
    position: relative; }

.img-cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.row-flex {
  display: flex; }
  .row-flex.flex-wrap {
    flex-wrap: wrap; }
  .row-flex.align-center {
    align-items: center !important; }
  .row-flex.align-end {
    align-items: flex-end !important; }
  .row-flex.align-start {
    align-items: flex-start !important; }
  .row-flex.justify-center {
    justify-content: center !important; }
  .row-flex.justify-start {
    justify-content: flex-start !important; }
  .row-flex.justify-end {
    justify-content: flex-end !important; }
  @media screen and (max-width: 650px) {
    .row-flex.reverse-mobile {
      flex-direction: column-reverse !important; } }
  @media screen and (min-width: 651px) and (max-width: 900px) {
    .row-flex.reverse-ipad {
      flex-direction: column-reverse !important; } }

.swal2-actions,
.swal2-html-container {
  margin-top: 8px !important; }

.swal2-title {
  padding-top: 8px !important; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */ }

.swal2-container {
  z-index: 100000000 !important; }

.content-paginate {
  position: relative;
  min-height: 200px; }

.text-input__loading {
  position: absolute;
  top: 0px;
  left: -10px;
  height: 100%;
  background: #f5f5f5;
  width: calc(100% + 20px);
  z-index: 100;
  display: none; }
  .text-input__loading.show {
    display: block !important; }
  .text-input__loading .line {
    width: 100%;
    height: 10px;
    margin: 10px;
    border: 1px solid lightgrey;
    border-radius: 4px;
    animation: pulseloading 1s infinite ease-in-out; }
  .text-input__loading div:nth-child(1) {
    width: 15%; }
  .text-input__loading div:nth-child(5) {
    width: 15%; }
  .text-input__loading div:nth-child(9) {
    width: 15%; }
  .text-input__loading div:nth-child(2) {
    width: 25%; }
  .text-input__loading div:nth-child(6) {
    width: 25%; }
  .text-input__loading div:nth-child(10) {
    width: 25%; }
  .text-input__loading div:nth-child(3) {
    width: 50%; }
  .text-input__loading div:nth-child(7) {
    width: 50%; }
  .text-input__loading div:nth-child(4) {
    width: 75%; }
  .text-input__loading div:nth-child(8) {
    width: 75%; }

@keyframes pulseloading {
  0% {
    background-color: rgba(165, 165, 165, 0.1); }
  50% {
    background-color: rgba(165, 165, 165, 0.3); }
  100% {
    background-color: rgba(165, 165, 165, 0.1); } }

.page-item.active .page-link {
  background: var(--bg2) !important;
  color: var(--bg1) !important;
  border-color: var(--bg2) !important; }

.page-link {
  color: var(--bg1) !important;
  font-weight: bold !important; }

.btn-default {
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bg1);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: all 0.2s ease-in-out;
  border-radius: var(--radius);
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  border: 0px;
  justify-content: center;
  overflow: hidden;
  position: relative; }
  .btn-default:after {
    content: "";
    height: 0px;
    width: 0px;
    background: var(--bg2) !important;
    transition: all 0.3s ease-in-out;
    position: absolute; }
  .btn-default span {
    position: relative;
    z-index: 2; }
  .btn-default i {
    margin-left: 6px;
    font-size: 20px;
    position: relative;
    z-index: 2; }
  .btn-default:hover {
    color: #fff !important; }
    .btn-default:hover:after {
      opacity: 1 !important;
      width: 100% !important;
      height: 100%; }

/* The typing effect */
@keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }

.texto-default {
  font-size: 17px;
  line-height: 21px;
  text-align: justify; }
  @media screen and (max-width: 650px) {
    .texto-default {
      font-size: 15px !important;
      line-height: 19px !important; } }
  @media screen and (min-width: 651px) and (max-width: 1650px) {
    .texto-default {
      font-size: 16px !important;
      line-height: 20px !important; } }

.content-title {
  margin-bottom: 35px;
  position: relative; }
  @media screen and (max-width: 650px) {
    .content-title .subtitle {
      font-size: 1rem !important;
      line-height: 1.2rem !important;
      margin-bottom: 10px !important; }
    .content-title .title {
      font-size: 1.5rem !important;
      line-height: 1.7rem !important; }
    .content-title .desc {
      margin-top: 10px !important;
      font-size: 15px !important;
      line-height: 18px !important; } }
  @media screen and (min-width: 651px) and (max-width: 1200px) {
    .content-title .subtitle {
      font-size: 1.2rem !important; }
    .content-title .title {
      font-size: 2.4rem !important;
      line-height: 2.7rem !important; } }
  @media screen and (min-width: 1201px) and (max-width: 1650px) {
    .content-title .subtitle {
      font-size: 1.3rem !important; }
    .content-title .title {
      font-size: 2.8rem !important;
      line-height: 3.1rem !important; }
    .content-title .desc {
      font-size: 16px !important;
      line-height: 20px !important; } }
  .content-title .subtitle {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    display: block;
    line-height: 1;
    color: var(--bg1);
    margin-bottom: 15px; }
  .content-title .title {
    font-size: 3rem;
    line-height: 3.3rem;
    letter-spacing: 0.75px;
    color: var(--bg2);
    font-weight: 600;
    /* The typwriter cursor */ }
  .content-title .desc {
    margin-top: 14px;
    font-size: 18px;
    line-height: 22px; }

@-webkit-keyframes hoverShine {
  100% {
    left: 125%; } }

@keyframes hoverShine {
  100% {
    left: 125%; } }

.shine-animate-item:hover .shine-animate::before {
  -webkit-animation: hoverShine 1.2s;
  animation: hoverShine 1.2s; }

.shine-animate-item .shine-animate {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .shine-animate-item .shine-animate:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg); }

.btn-default2 {
  user-select: none;
  -moz-user-select: none;
  background: var(--bg5) none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: var(--bg3);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 16px 22px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .btn-default2.other-color {
    background: var(--bg2); }
    .btn-default2.other-color:before {
      background: #fff !important; }
    .btn-default2.other-color:hover {
      color: var(--bg1) !important; }
  .btn-default2 i {
    margin-left: 6px; }
  .btn-default2:before {
    content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: var(--bg3);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1; }
  .btn-default2:hover {
    color: #fff !important; }

.btn-default2:hover:before,
.btn-default2:focus-visible:before {
  top: -40%; }

.rightToLeft {
  -webkit-animation-name: rightToLeft;
  animation-name: rightToLeft;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

@keyframes rightToLeft {
  0% {
    transform: translateX(-30px); }
  50% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(-30px); } }

.alltuchtopdown {
  -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s; }

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }

@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }

.box-solucao {
  background: #fff;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  transition: all 0.2s ease-in-out; }
  .box-solucao:hover {
    border-color: var(--bg1) !important; }
    .box-solucao:hover .content .icon {
      background: var(--bg3) !important; }
      .box-solucao:hover .content .icon img {
        filter: brightness(0) invert(1) !important; }
  .box-solucao .imagem {
    -webkit-border-radius: 10px 10px 0 100px;
    -moz-border-radius: 10px 10px 0 100px;
    -o-border-radius: 10px 10px 0 100px;
    -ms-border-radius: 10px 10px 0 100px;
    border-radius: 10px 10px 0 100px;
    overflow: hidden;
    position: relative; }
    .box-solucao .imagem img {
      height: 200px;
      object-fit: cover;
      width: 100%; }
  .box-solucao .content {
    padding: 25px 20px 25px;
    position: relative; }
    .box-solucao .content .title {
      font-size: 1.3rem;
      line-height: 1.4rem;
      font-weight: bold;
      color: #222;
      margin-bottom: 10px; }
      .box-solucao .content .title a {
        color: #222;
        text-decoration: none !important;
        transition: all 0.2s ease-in-out; }
        .box-solucao .content .title a:hover {
          color: var(--bg1) !important; }
    .box-solucao .content p {
      font-size: 1rem;
      line-height: 1.2rem;
      color: #222; }
    .box-solucao .content .icon {
      width: 70px;
      height: 70px;
      background: var(--bg5);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--bg3);
      border: 3px solid #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      left: 13px;
      top: -55px;
      z-index: 2;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s;
      padding: 12px; }
      .box-solucao .content .icon img {
        width: 100%;
        transition: all 0.4s ease-out 0s; }

.section-overflow .img-service {
  position: absolute;
  opacity: 0.07;
  filter: brightness(0) invert(1);
  width: 160px; }

@media screen and (max-width: 900px) {
  .section-overflow .img-service {
    width: 90px !important;
    opacity: 0.05 !important; } }

.section-overflow .left {
  left: -15px;
  bottom: 10px; }

.section-overflow .right {
  right: -15px;
  top: 10px; }

#breadcrumb {
  position: relative;
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 650px) {
    #breadcrumb {
      height: 160px !important; }
      #breadcrumb .img-efeito {
        width: 250px !important; }
      #breadcrumb h2 {
        font-size: 2.2rem !important;
        line-height: 2.4rem !important; } }
  @media screen and (min-width: 651px) and (max-width: 900px) {
    #breadcrumb {
      height: 200px !important; } }
  @media screen and (min-width: 901px) and (max-width: 1200px) {
    #breadcrumb {
      height: 210px !important; } }
  @media screen and (min-width: 1201px) and (max-width: 1650px) {
    #breadcrumb {
      height: 230px !important; } }
  #breadcrumb .img-efeito {
    position: absolute;
    left: -20px;
    width: 300px;
    opacity: 0.1;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }
  #breadcrumb .container {
    width: 100%; }
  #breadcrumb h2 {
    font-size: 3rem;
    line-height: 3.2rem;
    font-weight: bold;
    color: var(--bg3); }
  #breadcrumb .breadcrumb-list {
    display: flex;
    align-items: center;
    padding: 0px;
    list-style: none;
    margin-bottom: 0px; }
    #breadcrumb .breadcrumb-list li {
      margin-right: 10px;
      font-size: 1.1rem;
      color: var(--bg2); }
      #breadcrumb .breadcrumb-list li:last-child {
        margin-right: 0px; }
      #breadcrumb .breadcrumb-list li a {
        color: var(--bg2); }
      #breadcrumb .breadcrumb-list li.active {
        color: var(--bg1);
        font-weight: bold; }

.box-side {
  padding: 25px 30px 30px;
  border: 1px solid #dadbec;
  border-radius: 10px;
  background: #ecf6fa;
  margin-top: 25px; }
  @media screen and (max-width: 1200px) {
    .box-side {
      padding: 20px !important;
      margin-top: 20px !important; }
      .box-side .title {
        font-size: 1.2rem !important; } }
  .box-side .title {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    color: var(--bg2);
    position: relative; }
    .box-side .title:after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 30px;
      height: 4px;
      border-radius: 10px;
      background: var(--bg1); }
  .box-side .list-links {
    padding: 0px;
    margin: 0px;
    margin-top: 20px; }
    .box-side .list-links li {
      margin-bottom: 10px;
      border-bottom: 1px solid #dadbec;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .box-side .list-links li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
      .box-side .list-links li a {
        font-size: 1.1rem;
        line-height: 1.2rem;
        display: flex;
        align-items: center;
        color: #707070 !important;
        text-decoration: none !important;
        transition: all 0.2s ease-in-out; }
        .box-side .list-links li a i {
          margin-right: 6px; }
        .box-side .list-links li a.active, .box-side .list-links li a:hover {
          color: var(--bg1) !important; }
  .box-side .article-menor {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .box-side .article-menor:last-child {
      margin-bottom: 0px; }
    .box-side .article-menor .imagem {
      display: block;
      text-decoration: none !important;
      width: 70px;
      height: 70px;
      overflow: hidden;
      border-radius: 10px; }
      .box-side .article-menor .imagem img {
        width: 100%; }
    .box-side .article-menor .side {
      width: calc(100% - 70px);
      padding-left: 10px; }
      .box-side .article-menor .side .title-article {
        font-size: 1rem;
        font-weight: bold;
        color: var(--bg2);
        line-height: 1.1rem;
        transition: all 0.2s ease-in-out;
        text-decoration: none !important; }
        .box-side .article-menor .side .title-article:hover {
          color: var(--bg1) !important; }
      .box-side .article-menor .side .data {
        font-size: 0.9rem;
        color: #707070; }
        .box-side .article-menor .side .data i {
          margin-right: 4px; }
