@charset "UTF-8";
/*!
    Grupo Adapta 2024
    @author: Fábio Henrique da Silva Siqueira
    @site : https://www.grupoadapta.com.br/
*/
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriad/regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

:root {
  --bg1: #000;
  --bg2: #001e73;
  --bg3: #292929;
  --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 (max-width: 650px) {
    header .header-top {
      padding-top: 4px;
      padding-bottom: 4px;
      display: none; }
      header .header-top .owl-mensagens .item {
        font-size: 0.7rem !important;
        line-height: 0.9rem !important;
        text-align: center; }
      header .header-top .list-redes {
        display: none !important; } }
  @media screen and (max-width: 1200px) {
    header .header-main {
      height: 70px !important;
      background: #fff !important; }
      header .header-main .actions,
      header .header-main ul.list-menus {
        display: none !important; }
      header .header-main .logo {
        width: 180px !important;
        margin-top: -4px; }
      header .header-main .btn-action {
        display: none !important; }
      header .header-main .menu-anchor {
        opacity: 1 !important;
        display: inline-flex !important; } }
  header .header-top {
    background: var(--bg1); }
    header .header-top .owl-mensagens .item {
      font-size: 1rem;
      line-height: 1.2rem;
      color: #fff; }
    header .header-top .list-redes {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 0px;
      margin: 0px; }
      header .header-top .list-redes li a {
        width: 42px;
        height: 42px;
        background: var(--bg2);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #fff;
        text-decoration: none; }
  header .header-main {
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.160784);
    background: #fff; }
    header .header-main .container {
      position: relative;
      z-index: 2;
      width: 100%; }
    header .header-main .logo {
      width: 250px; }
    header .header-main .menu-anchor {
      display: none;
      background: transparent;
      padding: 0px;
      border: 0px;
      box-shadow: none;
      position: relative;
      padding: 3px;
      cursor: pointer;
      outline: none !important;
      margin-left: 20px;
      opacity: 0;
      font-size: 36px;
      margin-top: -2px;
      color: var(--bg2); }
    header .header-main ul.list-menus {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: flex-end;
      padding: 0px;
      margin: 0px; }
      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(--bg1);
          font-size: 1.2rem;
          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:after, header .header-main ul.list-menus .item .nav-link.active:after {
            width: 100% !important;
            opacity: 1 !important; }
          header .header-main ul.list-menus .item .nav-link:after {
            opacity: 0;
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0px;
            width: 0px;
            height: 2px;
            background: var(--bg2);
            transition: all 0.2s ease-in-out; }
    header .header-main .btn-action {
      margin-left: 40px; }

menu {
  position: fixed;
  top: 70px;
  left: 0px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: calc(100% - 70px);
  background: var(--bg1);
  padding: 15px;
  padding-top: 15px;
  z-index: 9;
  opacity: 0;
  transform: translateX(350%);
  margin: 0px !important; }
  menu.show {
    opacity: 1;
    transform: translateX(0) !important; }
  menu .list-menus {
    display: block;
    padding: 0px;
    list-style: none !important;
    margin: 0px; }
    menu .list-menus li a {
      text-align: center;
      display: block;
      width: 100%;
      padding-top: 12px;
      text-decoration: none;
      padding-bottom: 12px;
      color: #fff;
      letter-spacing: 0.3px;
      font-size: 1rem;
      font-weight: 500;
      border-bottom: 1px solid vaR(--bg2); }
  menu .acao {
    margin-bottom: 30px;
    margin-top: 14px;
    text-align: center; }
    menu .acao a {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      border-radius: 30px;
      font-weight: bold;
      text-decoration: none !important;
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      transition: all 0.2s ease-in-out; }
      menu .acao a i {
        margin-right: 6px; }
      menu .acao a:hover {
        transform: scale(1.1);
        background: #fff !important;
        border-color: var(--bg2) !important;
        color: var(--bg2) !important; }

footer {
  padding-top: 45px;
  padding-bottom: 14px;
  background: #0a0a0a;
  color: #fff; }
  @media screen and (max-width: 650px) {
    footer .logo {
      max-width: 170px !important; }
    footer .title {
      font-size: 1rem !important;
      line-height: 1.1rem !important; }
    footer .item-link {
      font-size: 0.9rem !important; }
    footer .list-links li a {
      font-size: 0.9rem !important; } }
  @media screen and (min-width: 651px) and (max-width: 1200px) {
    footer .logo {
      max-width: 200px !important; }
    footer .title {
      font-size: 1.1rem !important;
      line-height: 1.1rem !important; }
    footer .item-link {
      font-size: 0.9rem !important; }
    footer .list-links li a {
      font-size: 0.9rem !important; } }
  footer .logo {
    max-width: 220px; }
  footer .title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px; }
  footer .list-redes {
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
    margin-top: -4px; }
    footer .list-redes li {
      margin-right: 14px; }
      footer .list-redes li a {
        color: var(--bg2);
        background: #fff;
        width: 34px;
        height: 34px;
        border-radius: var(--radius);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        transition: all .2s ease;
        text-decoration: none !important;
        outline: none !important;
        transition: all 0.2s ease-in-out; }
        footer .list-redes li a:hover {
          background: var(--bg2) !important;
          color: #fff !important; }
  footer .item-link {
    color: #fff;
    font-size: 1rem;
    display: block;
    transition: all .2s ease-in-out;
    margin-bottom: 10px;
    text-decoration: none !important;
    outline: none !important; }
    footer .item-link i {
      color: var(--bg2);
      background: #fff;
      width: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      border-radius: var(--radius);
      height: 30px;
      margin-right: 8px; }
  footer .list-links {
    padding: 0;
    margin: 0; }
    footer .list-links li {
      margin-bottom: 8px; }
      footer .list-links li a {
        font-size: 1rem;
        letter-spacing: .5px;
        color: #fff;
        transition: all .2s ease;
        text-decoration: none !important;
        outline: none !important; }
  footer .footer-bottom {
    margin-top: 20px;
    text-align: center; }

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1180px !important; } }

.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; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.bg-white {
  background: #fff; }

body {
  overflow-x: hidden !important;
  font-family: "Myriad Pro", sans-serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f2f2f2;
  padding-top: 0;
  margin: 0;
  padding: 0px !important; }
  body.disabled-overflow {
    overflow-y: hidden !important; }
  body.modal-open {
    overflow-y: auto !important; }

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

.pt-page {
  padding-top: 60px; }
  @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: 800px) {
  .mt-ipad {
    margin-top: 25px !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 .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: 800px) {
    .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: 14px 65px 14px 20px;
  font-size: 16px;
  line-height: 18px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background: var(--bg1);
  border: none;
  font-weight: 500;
  letter-spacing: 0.25px;
  position: relative; }
  .btn-default:hover {
    background: var(--bg2) !important;
    color: #fff !important; }
    .btn-default:hover i {
      background-color: var(--bg1) !important;
      color: #fff !important; }
  .btn-default i {
    height: 41px;
    width: 41px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 41px;
    border-radius: 100px;
    background-color: var(--bg2);
    color: #fff;
    position: absolute;
    right: 2px;
    top: 2px; }

.content-title {
  margin-bottom: 35px; }
  @media screen and (max-width: 650px) {
    .content-title h4 {
      font-size: 1rem !important;
      line-height: 1.3rem !important; }
    .content-title h2 {
      font-size: 2rem !important;
      line-height: 2.3rem !important; }
    .content-title .desc {
      font-size: 1rem !important;
      line-height: 1.4rem !important; } }
  .content-title.center {
    text-align: center; }
  .content-title h4 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: bold;
    letter-spacing: 3px;
    color: var(--bg2);
    margin-bottom: 10px;
    text-transform: uppercase; }
  .content-title h2 {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.1px;
    line-height: 3.3rem;
    color: var(--bg3);
    margin-bottom: 20px; }
    .content-title h2 strong {
      color: var(--bg2); }
  .content-title .desc {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-top: -5px;
    color: #768495; }

.texto-default {
  font-size: 1.2rem;
  line-height: 1.7rem; }

.box-servico {
  padding: 25px;
  padding-top: 50px;
  background: #f2f2f2;
  border-radius: var(--radius);
  box-shadow: var(--boxshadow);
  text-align: center; }
  .box-servico:hover .btn-default {
    background: var(--bg2) !important;
    color: #fff !important; }
    .box-servico:hover .btn-default i {
      background-color: var(--bg1) !important;
      color: #fff !important; }
  .box-servico .imagem {
    height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative; }
    .box-servico .imagem:after {
      position: absolute;
      content: "";
      width: 70px;
      height: 1px;
      background: var(--bg2);
      left: 50%;
      transform: translateX(-50%);
      bottom: 0px; }
    .box-servico .imagem img {
      max-width: 64px; }
  .box-servico .title {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 15px; }
  .box-servico .desc {
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #768495;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 40px; }
    .box-servico .desc:after {
      position: absolute;
      content: "";
      width: 70px;
      height: 1px;
      background: var(--bg2);
      left: 50%;
      transform: translateX(-50%);
      bottom: 0px; }

.box-noticia {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--boxshadow);
  background: #fff;
  border-bottom: 2px solid var(--bg2); }
  .box-noticia .imagem {
    position: relative; }
    .box-noticia .imagem img {
      width: 100%; }
    .box-noticia .imagem .data {
      position: absolute;
      bottom: -16px;
      left: 15px;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 16px;
      padding-right: 16px;
      background: var(--bg2);
      color: #fff;
      font-size: 0.8rem;
      border-radius: var(--radius);
      box-shadow: var(--boxshadow);
      font-weight: bold;
      letter-spacing: 0.5px;
      z-index: 10; }
  .box-noticia .body {
    padding: 20px;
    padding-top: 30px; }
    .box-noticia .body .title {
      font-size: 1.05rem;
      line-height: 1.4rem;
      font-weight: bold; }
      .box-noticia .body .title a {
        color: var(--bg1);
        text-decoration: none; }
    .box-noticia .body .action {
      margin-top: 15px; }

section#servicos .content-title h2 {
  color: #fff; }

section#servicos .content-title .desc {
  color: #fff; }

.owl-servicos .owl-nav {
  margin: 0px; }

.owl-servicos .owl-nav button {
  width: 55px !important;
  height: 55px !important;
  border: 0px !important;
  transition: all 0.2s ease-in-out;
  background: #f2f2f2 !important;
  border-radius: 50% !important;
  display: inline-flex;
  font-size: 22px !important;
  align-items: center;
  box-shadow: var(--boxshadow);
  justify-content: center;
  color: var(--bg1); }

.owl-servicos .owl-nav button:hover {
  outline: none !important;
  background: var(--bg2) !important;
  color: #fff !important; }

.owl-servicos .owl-prev {
  position: absolute;
  left: -7%;
  top: 50%;
  transform: translateY(-50%); }

.owl-servicos .owl-next {
  position: absolute;
  right: -7%;
  top: 50%;
  transform: translateY(-50%); }

.play-video {
  background: #f2f2f2;
  padding: 20px;
  border-radius: 50%;
  border: 1px dashed var(--bg1);
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -55px;
  position: relative;
  z-index: 2; }

.play-video a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  text-align: center;
  background-color: #c5d7ff;
  -webkit-animation: radial_pulse1 2.5s infinite;
  animation: radial_pulse1 2.5s infinite; }

@-webkit-keyframes radial_pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(197, 215, 255, 0.7);
    box-shadow: 0 0 0 0px rgba(197, 215, 255, 0.7); }
  100% {
    -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0); } }

@keyframes radial_pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(197, 215, 255, 0.7);
    box-shadow: 0 0 0 0px rgba(197, 215, 255, 0.7); }
  100% {
    -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0); } }

.principal {
  background: #f2f2f2;
  padding: 20px;
  border-radius: 50%;
  border: 1px dashed var(--bg1);
  overflow: hidden; }

.principal img {
  width: 100%;
  border-radius: 50%; }

.second {
  background: #f2f2f2;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 50%;
  margin-top: -55px;
  border: 1px dashed var(--bg1); }

.second img {
  width: 100%;
  border-radius: 50%; }

.motivo-item {
  display: flex;
  align-items: center;
  margin-top: 25px;
  background: #f2f2f2; }

.motivo-item img {
  width: 60px; }

.motivo-item .side {
  padding-left: 14px;
  width: calc(100% - 60px);
  font-size: 1.2rem; }

.motivo-item .side .title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: -3px; }

.motivo-item .side .desc {
  font-size: 0.9rem;
  line-height: 1.1rem; }

.motivo-item .side .desc p {
  margin-bottom: 6px; }

@media screen and (max-width: 650px) {
  .principal {
    width: 95% !important;
    margin: auto;
    padding: 10px !important; }
  .play-video {
    margin-bottom: -35px !important;
    width: 120px !important;
    padding: 10px !important;
    height: 120px !important;
    position: absolute;
    bottom: 38px;
    right: 15px; }
    .play-video a {
      width: 70px !important;
      height: 70px !important; }
  .second {
    margin-top: -35px !important;
    width: 120px !important;
    height: 120px !important;
    padding: 10px !important; }
  .texto-default {
    font-size: 1rem !important;
    line-height: 1.3rem !important; }
  .motivo-item {
    margin-top: 20px !important; }
    .motivo-item img {
      width: 50px !important; }
    .motivo-item .side {
      width: calc(100% - 50px) !important;
      font-size: 0.9rem !important;
      line-height: 1.1rem !important;
      text-align: justify; } }
