@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --light-green: #98ec59;
  --light-green-hover: #74bd3c;
}

.logo-dev {
  height: 15px;
}

.hidden-captcha:not(.d-none) {
  animation: fadeInDown .2s;
}

.hidden-captcha .form-group {
  display: flex;
  align-items: center;
  border-radius: 40px;
  overflow: hidden;
  margin-top: 1rem;
}

.hidden-captcha .captcha {
  user-select: none;
  cursor: default;
  padding: 5px 15px;
  border: 1px solid #dddddd;
  border-radius: 20px 0 0 20px;
  font-size: 1.2rem;
  font-weight: 700;
  background: url("/images/captcha.jpg") no-repeat center !important;
  text-transform: none !important;
  height: 40px;
  margin: 0;
  white-space: nowrap;
  color: #333;
}

.hidden-captcha .captcha:focus,
.hidden-captcha .captcha:focus-visible,
.hidden-captcha .captcha:active,
.hidden-captcha .captcha:hover {
  outline: none;
  box-shadow: none;
  color: #333;
}

.hidden-captcha input.captcha_result {
  padding: 5px;
  border: 1px solid #dddddd;
  width: 100%;
  height: 40px;
  border-radius: 0 20px 20px 0;
}

.partner-slider.owl-carousel .owl-item img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.owl-galeria-extra .popup-img {
  width: 100%;
}

.owl-galeria-extra img {
  height: 100px;
  object-fit: cover;
}

table#datatable {
  min-width: 100%;
}

.table-responsive table#datatable th,
.table-responsive table#datatable td {
  white-space: nowrap;
}

.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 998;
}

.loading:after {
  content: "";
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 999;
}

.btn-whatsapp {
  position: fixed;
  bottom: 75px;
  right: 50px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: pulse 2s infinite;
  z-index: 11;
  border: 0;
}

.politica_cookies {
  position: fixed;
  bottom: 1rem;
  left: 0;
  right: 0;
  z-index: 13;
}

.politica_cookies .conteudo-lgpd {
  width: fit-content;
  margin: auto;
  background: rgb(255 255 255 / 97%);
  padding: 11px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
}

.politica_cookies .conteudo-lgpd .btn-cookies {
  font-size: 11px;
  padding: 6px 13px !important;
  line-height: normal;
  border-radius: 2px;
}

ul#collapse-docs-empresa li {
  font-size: .8rem;
  line-height: .95rem;
}

.dt-container {
  font-size: .8rem;
}

div.dt-container .dt-paging button.dt-paging-button.current,
div.dt-container .dt-paging button.dt-paging-button:hover {
  background-color: var(--bg_geral) !important;
  color: #fff !important;
}

.table-responsive.no-search .dt-search {
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .7)
  }

  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0)
  }
}


body,
p,
a,
h1,
h2,
h3,
h4 {
  font-family: "Poppins", serif;
}

/*header-menu*/
.navbar::before {
  width: 100%;
  left: 0px;
  top: 0px;
  border-radius: 0;
}

@media (min-width: 992px) {

  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: var(--bg_geral);
  }
}

/*<-------->*/

/*botao-geral*/
.theme-btn {
  border-radius: 30px;
  background-image: linear-gradient(0deg, var(--bg_geral), var(--hover));
  font-weight: 600;
  filter: drop-shadow(0px 4px 0px #6f9bff);
  transition: .3s linear;
  padding: 10px 50px;
}

.theme-btn i {
  position: relative;
  background-color: #ffffff6b;
  padding: 7px 9px;
  border-radius: 5px;
  left: 13px;
  border-radius: 20px;
}

.hero-slider .fa-arrow-right:before {
  font-weight: 300;
  font-size: 17px;
}

.theme-btn:hover {
  filter: unset;
}

.theme-btn::before {
  background: unset;
}

/*itens slide*/
.feature-area {
  display: none;
}

/*slide*/
.hero-single .hero-content .hero-title {
  color: #fff;
  filter: drop-shadow(0px 3px 6px #0000002b);
  margin: 0;
}

.hero-single .hero-content p {
  color: #fff;
  font-size: 22px !important;
  margin: 0 !important;
}

p.sub-titulo {
  margin: 0 !important;
  font-size: 23px !important;
  font-family: "Poppins", serif;
}

/*<--------->*/
/*empresa*/
.about-experience {
  background: var(--bg_geral);
  left: -25px;
  top: -28px;
  padding: 6px 20px;
  padding-right: 37px;
  padding-left: 37px;
  text-align: center;
  border: 10px solid #ffffff;
  border-radius: 50px 0px 80px 0px;
  padding-bottom: 25px;
  box-shadow: 0 0 20px -10px #333;
}

.about-experience h5 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.5;
}

.about-experience span {
  font-size: 90px;
  font-family: "Poppins", serif;
  margin-bottom: 0 !important;
}

/*servicos*/
.portfolio-img img {
  border-radius: 20px;
}

.portfolio-content {
  padding: 20px;
  border-radius: 20px 20px 20px 20px;
  left: 0px;
  height: 100%;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: flex-end;
}

.portfolio-content h4 {
  font-family: "Poppins", serif;
  font-weight: 400;
}

.portfolio-img::before {
  border-radius: 20px;
  background: var(--overlay);
}

h3.service-title {
  font-family: "Poppins", serif;
}

.portfolio-content-info a {
  font-size: 24px;
  color: #fff;
}

.portfolio-content {
  background: unset;
}

/*<------->*/
.site-title {
  font-family: "Poppins", serif;
}

/*md-01*/
#section-html-modulo_2 .col-md-6 {
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 50px;
}

#section-html-modulo_2 .col-md-6 h1 {
  font-weight: 100;
  font-family: "Poppins", serif;
  color: #017b76;
}

#section-html-modulo_2 .col-md-6 p {
  font-size: 25px;
  color: #333;
}

p.text-destaque {
  font-weight: 700;
  font-size: 22px !important;
}

.vantagens {
  position: relative;
  display: flex;
  margin: 0px 10px;
  padding: 30px;
  align-items: center;
  justify-content: center;
  height: 200px;
  border-radius: 20px 20px 20px 0px;
  box-shadow: 0 4px 20px #33333399;
}

.vantagens img {
  width: 70px;
  padding-left: 20px;
  filter: brightness(0.7);
}

.titulos h4 {
  font-weight: 100;
  font-size: 20px;
  margin-bottom: 10px;
  color: #32b7b1;
  font-family: "Poppins", serif;
}

#section-html-modulo_2 .col-md-3 {
  height: 100%;
}

.vantagens:before {
  position: absolute;
  content: "";
  border-radius: 20px 20px 20px 0px;
  background: radial-gradient(105.21% 80.83% at 50% 139.64%, #3c4155aa 0, rgba(255, 255, 255, 0) 100%), radial-gradient(71.2% 56.16% at 39.65% 8.34%, #3c415560 0, rgba(255, 255, 255, 0) 100%), radial-gradient(44.99% 44.08% at 32.68% 3.28%, #3c415560 0, rgba(217, 217, 217, 0) 100%), #000;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.vantagens:after {
  position: absolute;
  content: "";
  border-radius: 20px 20px 20px 0px;
  background: radial-gradient(105.21% 80.83% at 50% 139.64%, #ffffff10 0, rgba(255, 255, 255, 0) 100%), radial-gradient(71.2% 56.16% at 39.65% 8.34%, #ffffff30 0, rgba(255, 255, 255, 0) 100%), radial-gradient(44.99% 44.08% at 32.68% 3.28%, #ffffff20 0, rgba(217, 217, 217, 0) 100%), #343434;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: .5s;
}

.vantagens:hover:after {
  opacity: 1;
}

.titulos p {
  color: #ffffff;
}

/**/
/*md-03*/
.cta-content h1 {
  position: relative;
  color: #ffffff;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 31px !important;
  font-weight: 600;
  font-family: "Poppins", serif;
}

.cta-content {
  margin: auto;
}

.cta-content p {
  color: #333333;
  margin-bottom: 30px;
  font-size: 22px;
}

.cta-area::before {
  background: unset;
}

span.text-destaque {
  font-weight: 700;
}

.cta-content h1:before {
  position: absolute;
  content: "";
  border-bottom: 30px solid #017b76;
  height: 33px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0px 0px 13px 13px;
}

/*<---------->*/
/*  md-02 */
.box-icone {
  position: relative;
  padding-left: 110px;
  margin: 0 0 49px;
}

.box-icone .ib-box {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 5px;
  width: 82px;
  height: 82px;
  text-align: center;
  color: #fff;
  line-height: 80px;
  font-size: 36px;
  border: 2px solid #2c2f40;
  border-radius: 50%;
  transition: all .3s ease;
}

.pin1 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 5px;
  top: 0;
  width: 15px;
  height: 15px;
  background: #0f1327;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transform: scale(0);
  transition: all .3s ease;
}

.pin1:after {
  width: 5px;
  height: 5px;
  content: '';
  border-radius: 50%;
  background: #1ad0c8;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.pin2 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 15px;
  height: 15px;
  background: #0f1327;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transform: scale(0);
  transition: all .3s ease;
}

.pin2:after {
  width: 5px;
  height: 5px;
  content: '';
  border-radius: 50%;
  background: #1ad0c8;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.box-icone .ib-box:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  background: linear-gradient(90deg, rgb(28 220 237) 0%, rgb(5 85 83) 100%);
  border-radius: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transform: scale(.5);
  transition: all .3s ease;
}

.box-icone:hover .ib-box {
  border-color: transparent;
}

.box-icone:hover .ib-box:after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.box-icone:hover .pin2,
.box-icone:hover .pin1 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}

.box-icone img {
  position: absolute;
  width: 56px;
  left: 12px;
  top: 9px;
  right: 0;
  filter: invert(1);
}

.box-icone p {
  color: #b5b3b3;
}

/**/
#section-html-modulo_1 .row {
  align-items: center !important;
  margin: auto;
}

#section-html-modulo_1 .col-md-5 {
  text-align: center;
}

.titulo-seg h1 {
  font-size: 90px;
  font-family: "Poppins", serif;
  font-weight: 800;
  color: #fff;
}

.titulo-seg span {
  color: #00a29b;
}

.box-icone h3 {
  font-family: "Poppins", serif;
  font-size: 21px;
  color: #00c1b9;
}

.testimonial-author-img {
  display: none;
}

.about-img img {
  border-radius: 60px;
  border: 3px solid #fff;
}

.quote-img img {
  border-radius: 80px 0 80px 80px;
}

.blog-item-meta ul {
  display: none;
}

.testimonial-quote-icon i {
  font-size: 55px;
  color: var(--bg_geral);
  display: none;
}

.widget .recent-post-bio span {
  display: none;
}

.site-breadcrumb .breadcrumb-title {
  text-transform: none;
}

/*btn-whats*/
.btn-whatsapp-footer {
  position: fixed;
  bottom: 70px;
  right: 26px;
  width: 55px;
  height: 55px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  z-index: 100;
  margin-bottom: 10px;
}

.btn-whatsapp-footer:before {
  content: '';
  width: 150%;
  position: absolute;
  height: 150%;
  border-radius: 50%;
  animation: pulse-ring 1.5s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  background: #25d366;
  z-index: -1;
}

.fa-whatsapp:before {
  font-size: 33px;
}

/*<------------>*/
.navbar .nav-item .dropdown-menu .dropdown-item {
  text-transform: none;
}

a.portfolio-arrow {
  display: none;
}

.portfolio-item:hover .portfolio-img::before {
  display: none;
}

.portfolio-content-info a:hover {
  color: #fff;
}

a.popup-img.portfolio-link {
  display: none;
}

.portfolio-content::before {
  left: 0px;
  top: 0;
  width: 100%;
  border-radius: 0;
  background: linear-gradient(0deg, var(--bg_geral), transparent);
  transition: .3s ease-in-out;
  z-index: -1;
  opacity: .9;
}

.portfolio-content:hover:before {
  opacity: 1;
}

.about-area .theme-btn {
  margin-top: 20px;
}

/*page-empresa*/
.topico-destaque img {
  width: 56px;
  padding: 9px;
  filter: grayscale(1) contrast(0) brightness(11);
}

.topico-destaque {
  display: flex;
  align-items: center;
}

.img-topico {
  background: #002ba2;
  margin-right: 20px;
  border-radius: 8px;
}

.destaques-empresa p {
  padding-top: 20px;
  padding-bottom: 20px;
}

.objetivos ul {
  margin-top: 11px;
}

/*<---->*/

/*sec-servicos*/
.portfolio-content-info:before {
  position: absolute;
  content: "";
  width: 5%;
  height: 3px;
  bottom: 17px;
  background: #ffffff;
  transition: .3s ease-in-out;
  opacity: 0;
}

.portfolio-content:hover .portfolio-content-info:before {
  opacity: 1;
  width: 30%;
}

/*<-------->*/

/*sec-depoimentos*/
.bg {
  background: var(--hover);
}

.quote-content {
  background: #0051cf12;
}

/*<--->*/

.slide-mobile {
  display: none;
}


/*Card menus escritório*/

a:has(.card-menu) {
  text-decoration: none;
  color: #fff;
  width: 100%;
}

.bloco-duplo {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 0;
  background-image: linear-gradient(to right, #0056e6, #003ea4, #0056e6);
  border-radius: .5rem;
}

.bloco-duplo .card {
  background: none;
  border: 0;
  border-bottom: 3px solid transparent !important;
}

.bloco-duplo>div:first-child .card {
  border-radius: .5rem 0 0 .5rem;
}

.bloco-duplo>div:last-child .card {
  border-radius: 0 .5rem .5rem 0;
}

.card-menu {
  color: #fff;
  text-align: right;
  overflow: hidden;
  border-radius: .5rem;
  border-bottom: 3px solid transparent !important;
}

.card-menu .titulo i {
  background: #fff;
  border-radius: 50%;
  color: red;
  font-size: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: relative;
}

.card-menu.card-ativo {
  border-bottom: 3px solid #2d2d2d !important;
}

.card-menu .card-body {
  position: relative;
  z-index: 2;
}

.card-menu .titulo {
  font-size: 1.25rem;
  line-height: 1.25rem;
  position: relative;
  display: flex;
  justify-content: end;
  gap: 5px;
}

.card-menu p {
  color: #fff;
}

.card-menu .quantidade {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
}

.card-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #111;
  opacity: 0;
  z-index: 2;
  transition: .2s ease-in-out;
}

.card-menu:hover:before {
  opacity: .25;
}

.card-menu-empresa {
  background: #bd6600;
}


.card-menu-fiscal {
  background: #0f9a97;
}

.card-menu-contabil {
  background: #28ae19;
}


.tab-documentos .nav-item {
  border: 1px solid #a9a9a9;
  border-radius: .75rem 5rem 0 0;
  width: 250px;
  padding-bottom: .25rem;
}

.tab-documentos .nav-item:has(.nav-link.active) {
  background: #a9a9a9;
  z-index: 2
}

.tab-documentos .nav-item .nav-link.active {
  color: #fff;
}

.tab-documentos .nav-item .nav-link {
  background: none;
  border: 0;
  width: 100%;
  text-align: left;
  font-weight: 300;
}

.tab-documentos .nav-item.nav-item-over {
  margin-left: -.5rem;
  position: relative;
  ;
}

.tab-documentos-content {
  position: relative;
  z-index: 3;
  margin-top: -.75rem;
  border: 1px solid #a9a9a9;
  padding: 2rem 1rem;
  text-align: justify;
  border-radius: 1rem;
  background: #fff;
}

.tab-documentos-content .row:has(.custom-select) {
  display: none;
}

.tab-content>.active .table-responsive,
.tab-content>.active {
  overflow: auto;
  height: 100%;
}

.tab-documentos-content .aviso-sem-documento {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
}


.btn-light-green {
  color: #303e2b;
  background: var(--light-green);
  font-weight: 600;
  transition: .2s ease-in-out;
}

.btn-light-green:hover {
  color: #303e2b;
  background: var(--light-green-hover);
}

/*Fim card menus escritório*/

.pagina-escritorio .menus-escritorio,
.pagina-escritorio .form-control {
  font-size: .9rem;
  font-weight: 300;
}

.pagina-escritorio .form-group label {
  font-size: .9rem;
}

.pagina-escritorio .dropify-wrapper {
  border-radius: .5rem;
  border-width: 1px;
}

.pagina-escritorio .dropify-wrapper .dropify-message span.file-icon p {
  font-size: 1rem;
  font-weight: 300;
}

.pagina-escritorio [data-bs-toggle="modal"] {
  font-weight: 300;
}

.nav-right .dropdown-menu {
  margin-top: 30px;
  border-radius: 0;
  border: 0;
}

.nav-right .dropdown-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  height: 3px;
  background: var(--bg_geral);
}

.nav-right .dropdown-menu .dropdown-item {
  transition: .2s ease-in-out;
}

.nav-right .dropdown-menu .dropdown-item:hover {
  background: var(--bg_geral);
  color: #fff;
}

.nav-right .dropdown-menu .dropdown-item:before {
  content: '//';
  display: inline-block;
  width: 0;
  overflow: hidden;
  transition: .2s ease-in-out;
  color: #fff;
  margin-bottom: -10px;
}

.nav-right .dropdown-menu .dropdown-item:hover:before {
  width: 20px;
}

.pagina-escritorio tr.not-open td {
  position: relative;
  background: transparent;
  color: #333 !important;
}

.pagina-escritorio tr.not-open td:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg_geral);
  opacity: .05;
  z-index: -1;
}

table [data-lista] {
  cursor: pointer;
}

.undownloaded-doc {
  position: relative;
}

.undownloaded-doc:before {
  content: '';
  background: red;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 5px;
  top: calc(50% - 3px);
  border-radius: 50%;
}

.pagina-escritorio table,
.pagina-escritorio table .btn {
  font-size: .75rem;
}

[data-content="rua"],
[data-content="numero"],
[data-content="complemento"],
[data-content="cidade"],
[data-content="estado"] {
  margin-right: .3rem
}

@keyframes pulse-ring {
  0% {
    transform: scale(.33)
  }

  100%,
  80% {
    opacity: 0
  }
}


@media (min-width: 992px) {

  .navbar .nav-item .dropdown-menu .dropdown-item.active,
  .navbar .nav-item .dropdown-menu .dropdown-item:active {
    color: #fff;
  }

  .navbar .nav-item .dropdown-menu {
    width: 300px;
    left: -70px;
  }

  .navbar .nav-item .nav-link {
    font-family: "Poppins", serif;
  }
}

@media (max-width: 720px) {

  .politica_cookies .conteudo-lgpd {
    flex-direction: column;
  }

  .vantagens {
    margin: 20px 10px;
  }

  .titulo-seg h1 {
    font-size: 60px;
  }

  .header-top-contact a {
    font-size: 15px;
  }

  .header-top-contact a i {
    margin-right: 10px;
  }

  .about-experience {
    left: -6px;
    top: -28px;
    padding: 0 27px 15px 31px;
  }

  .about-experience span {
    font-size: 67px;
  }

  .header-top-social {
    display: none;
  }

  .footer-contact li {
    display: block;
  }
}

@media (max-width: 991px) {
  .footer-area::before {
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
  }
}