* {
  font-family: "Poppins";
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: rgb(249, 251, 252);
}

::selection {
  background: var(--site-primary);
  color: #fff;
}

::-moz-selection {
  background: var(--site-primary);
  color: #fff;
}

:root {
  --site-primary: #24425c;
  --site-primary-dark: #16375e;
  --site-primary-strong: #112f53;
}

body .container {
  max-width: 656px;
  padding: 1.5rem 0;
  margin: 0 auto;
}

body section.main-view div.container {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
}

body section.main-view div.container div.block-logo {
  width: 6rem;
  height: 6rem;
  position: relative;
}

body section.main-view div.container div.block-logo div.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

body section.main-view div.container div.block-logo div.logo svg.logo-selector {
  position: absolute;
  opacity: 0;
}

body section.main-view div.container div.block-logo div.logo svg.logo-selector path {
  stroke: var(--site-primary) !important;
}

body section.main-view div.container div.block-logo div.logo img {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.3) -3.5px 11px 40px 0px;
  border-radius: 999px;
}

body section.main-view div.container div.block-logo svg.logo-mouse {
  opacity: 0;
  display: block;
  position: absolute;
  vertical-align: middle;
  transform: translate3d(100px, 100px, 0);
  right: 0;
  bottom: 0;
}

body section.main-view div.container div.block-logo svg.logo-mouse path {
  fill: var(--site-primary) !important;
}

body section.main-view div.container div.block-logo-text {
  overflow: hidden;
  padding: 5px 0;
}

body section.main-view div.container div.block-logo-text p.logo-text {
  color: var(--site-primary-strong);
  font-weight: 800;
  font-size: 37px;
  line-height: 82%;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transform: translate(-60px, 0px);
  opacity: 0;
}

body section.main-view div.container div.block-logo-text p.logo-text span.colored {
  display: inline-block;
  color: var(--site-primary);
  transform: scale(0.5, 0.8);
  -webkit-transform: scale(0.5, 0.8);
  -moz-transform: scale(0.5, 0.8);
  -ms-transform: scale(0.5, 0.8);
  -o-transform: scale(0.5, 0.8);
}

body section.view-01 div.container div.block-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

body section.view-01 div.container div.block-content div.header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

body section.view-01 div.container div.block-content div.header h1.title {
  font-weight: 600;
  color: #161616;
  font-size: 50px;
  line-height: 100%;
}

body section.view-01 div.container div.block-content div.header p.desc {
  font-weight: 400;
  color: rgb(92, 103, 115);
  font-size: 24px;
  line-height: 36px;
  opacity: 0;
  transform: translate(0, 20px);
}

body section.view-01 div.container div.block-content div.content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

body section.view-01 div.container div.block-content div.content h4.word {
  display: block;
  font-weight: 500;
  color: var(--site-primary-dark);
  font-size: 20px;
  line-height: 30px;
  text-align: start;
  width: 100%;
  overflow: hidden;
  transform: translate(0, 20px);
  opacity: 0;
}

body section.view-01 div.container div.block-content div.content div.block-buttons {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

body section.view-01 div.container div.block-content div.content div.block-buttons a.btn-link:first-of-type button.social-btn:hover {
  background-color: #e5e7eb;
}

body section.view-01 div.container div.block-content div.content div.block-buttons a.btn-link:first-of-type button.social-btn:hover i,
body section.view-01 div.container div.block-content div.content div.block-buttons a.btn-link:first-of-type button.social-btn:hover h5 {
  color: var(--site-primary);
}

body section.view-01 div.container div.block-content div.content div.block-buttons a.btn-link:first-of-type button.social-btn {
  background-color: var(--site-primary);
  border: 2px solid var(--site-primary);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(24, 40, 95, 0.298) 0px 13px 30px 0px;
}

body section.view-01 div.container div.block-content div.content div.block-buttons a.btn-link:first-of-type button.social-btn i {
  color: #FFFFFF;
}

body section.view-01 div.container div.block-content div.content div.block-buttons a.btn-link:first-of-type button.social-btn h5 {
  color: #FFFFFF;
}

body section.view-01 div.container div.block-content div.content div.block-buttons a.btn-link {
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0%);
  text-decoration: none;
}

body section.view-01 div.container div.block-content div.content div.block-buttons a.btn-link button.social-btn:hover {
  background-color: #e5e7eb;
  border-color: var(--site-primary);

}

body section.view-01 div.container div.block-content div.content div.block-buttons a.btn-link button.social-btn {
  background-color: #FFFFFF;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  height: 80px;
  justify-content: space-between;
  margin: 0;
  padding: 0 32px;
  transition-duration: 0.25s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
  align-items: center;
  border: 2px solid var(--site-primary);
  transform: translate(0, -30px);
  opacity: 0;
}

body section.view-01 div.container div.block-content div.content div.block-buttons a.btn-link button.social-btn i {
  color: var(--site-primary-dark);
  font-size: 32px;
  width: 30px;
  height: 30px;
  margin-bottom: 11px;
}

body section.view-01 div.container div.block-content div.content div.block-buttons a.btn-link button.social-btn h5 {
  font-size: 22px;
  font-weight: 500;
  color: var(--site-primary-dark);
  line-height: 24px;
  text-align: center;
}

body section.view-01 div.container div.block-content div.content div.block-buttons a.btn-link button.social-btn i.ic-false {
  opacity: 0;
}

body section.view-01 div.container div.block-content div.content div.block-buttons a.btn-link button.social-btn i.icon-alphard {
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../img/logo/favicon.png) no-repeat;
  background-size: 100%;
  background-position: center;
  margin: 0;
}

body section.view-01 div.container div.block-content div.content p.footer-content {
  font-weight: 400;
  color: rgb(92, 103, 115);
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  transform: translate(0, -20px);
  opacity: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.pagination-pages {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 2px solid var(--site-primary);
  background-color: #fff;
  color: var(--site-primary-dark);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all .22s ease;
  box-shadow: 0 8px 20px rgba(17, 52, 95, .10);
}

.pagination-btn:hover {
  background-color: #e5e7eb;
  color: var(--site-primary-dark);
  transform: translateY(-1px);
}

.pagination-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #fff;
  color: var(--site-primary-dark);
  font-weight: 600;
  font-size: 15px;
  border: 1px solid rgba(36, 66, 92, 0.22);
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(17, 52, 95, .08);
  transition: all .22s ease;
}

.pagination-page:hover {
  background: #e5e7eb;
  border-color: var(--site-primary);
  transform: translateY(-1px);
}

.pagination-page.is-active {
  background: var(--site-primary);
  color: #fff;
  border-color: var(--site-primary);
  box-shadow: 0 10px 22px rgba(36, 66, 92, .22);
}

body section.social div.container div.block-social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}

body section.social div.container div.block-social a.btn-social {
  text-decoration: none;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transform: translate(0, -20px);
  opacity: 0;
}

body section.social div.container div.block-social a.btn-social .social-ic {
  width: 32px;
  height: 32px;
  margin-bottom: 11px;
  display: block;
}

.social-ic.is-mask-icon {
  display: block;
  background-color: var(--site-primary);
}

body section.social div.container div.block-social a.btn-social:hover {
  transform: translateY(-4px);
}

.whatsapp-float {
  position: fixed;
  right: 35px;
  bottom: 60px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(36, 66, 92, 0.32);
  box-shadow: 0 10px 24px rgba(22, 55, 94, 0.22);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0.9;
  z-index: 9999;
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.lang-float {
  position: fixed;
  right: 35px;
  bottom: 134px;
  z-index: 10000;
}

.lang-float .lang-menu {
  position: relative;
}

.lang-float .lang-btn {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(36, 66, 92, 0.32);
  box-shadow: 0 10px 24px rgba(22, 55, 94, 0.22);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0.9;
  color: var(--site-primary);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.lang-float .lang-btn::-webkit-details-marker {
  display: none;
}

.lang-float .lang-btn:hover {
  opacity: 1;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 14px 28px rgba(22, 55, 94, 0.28);
}

.lang-float .lang-list {
  position: absolute;
  right: 0;
  bottom: 72px;
  min-width: 120px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(36, 66, 92, 0.24);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 26px rgba(22, 55, 94, 0.22);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.lang-float .lang-item {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--site-primary);
  font-weight: 600;
  font-size: 14px;
}

.lang-float .lang-item:hover {
  background: rgba(36, 66, 92, 0.12);
}

.lang-float .lang-item.active {
  background: var(--site-primary);
  color: #fff;
}

.whatsapp-float:hover {
  opacity: 1;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 14px 28px rgba(22, 55, 94, 0.28);
}

.whatsapp-float .social-ic {
  width: 34px;
  height: 34px;
  margin: 0;
  display: block;
}

.site-footer {
  width: 100%;
  padding: 18px 0 22px;
  text-align: center;
  opacity: 0;
  transform: translateY(16px);
}

.site-footer p {
  color: #5c6773;
  font-size: 14px;
  margin: 0;
}

.site-footer a {
  color: var(--site-primary);
  font-weight: 600;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 680px) {
  body {
    padding: 0 15px;
  }

  body section.view-01 div.container div.block-content div.header h1.title {
    font-size: 50px;
  }
}

@media (max-width: 450px) {
  body {
    padding: 0 15px;
  }

  body .container {
    padding: 0.5rem 0;
  }

  body section.main-view div.container div.block-logo-text p.logo-text {
    font-size: 28px;
    line-height: 30px;
  }

  body section.view-01 div.container div.block-content div.header h1.title {
    font-size: 35px;
  }

  .whatsapp-float {
    width: 56px;
    height: 56px;
    right: 25px;
    bottom: 55px;
  }

  .lang-float {
    right: 25px;
    bottom: 121px;
  }

  .lang-float .lang-btn {
    width: 56px;
    height: 56px;
    font-size: 14px;
  }

  .lang-float .lang-list {
    bottom: 66px;
    min-width: 108px;
  }

  .whatsapp-float .social-ic {
    width: 30px;
    height: 30px;
  }

  body section.view-01 div.container div.block-content div.header p.desc {
    font-size: 19px;
    line-height: 27px;
  }

  body section.view-01 div.container div.block-content {
    gap: 1rem;
  }

  body section.view-01 div.container div.block-content div.header {
    gap: 1rem;
  }

  body section.view-01 div.container div.block-content div.content {
    gap: 1rem;
  }

  body section.view-01 div.container div.block-content div.content div.block-buttons a.btn-link button.social-btn h5 {
    font-size: 18px;
  }

  body section.view-01 div.container div.block-content div.content p.footer-content {
    font-size: 20px;
    line-height: 28px;
  }

  .pagination {
    gap: 8px;
  }

  .pagination-pages {
    gap: 6px;
  }

  .pagination-btn {
    min-width: 106px;
    height: 40px;
    font-size: 13px;
    padding: 0 12px;
  }

  .pagination-page {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }
}

@media (max-height: 780px) {
  body section.main-view div.container div.block-logo div.logo svg.logo-selector {
    width: 80px !important;
    height: 80px !important;
  }

  body section.main-view div.container div.block-logo div.logo img {
    width: 76px !important;
    height: 76px !important;
  }

  body section.main-view div.container div.block-logo svg.logo-mouse {
    width: 35px !important;
    height: 35px !important;
  }

  body section.main-view div.container div.block-logo-text p.logo-text {
    font-size: 22px;
    line-height: 25px;
  }

  body section.view-01 div.container div.block-content div.header h1.title {
    font-size: 27px;
    line-height: 32px;
  }

  body section.view-01 div.container div.block-content div.content div.block-buttons {
    padding-bottom: 15px;
  }

  body section.view-01 div.container div.block-content div.content div.block-buttons a.btn-link button.social-btn {
    padding: 0 15px;
    height: 70px;
  }

  body section.view-01 div.container div.block-content div.content p.footer-content {
    font-size: 18px;
    line-height: 28px;
  }

  body section.social div.container div.block-social {
    padding-top: 15px;
  }
}

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

/* Carousel de clientes + depoimentos (migrado do index.php) */
.testimonials {
  padding: 56px 0 24px;
  opacity: 0;
  transform: translateY(18px);
}

.clients-carousel {
  padding: 26px 0 10px;
  --clients-visible: 5;
  --clients-gap: 10px;
  opacity: 0;
  transform: translateY(18px);
}

.clients-carousel .container {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.clients-title {
  margin: 0 0 14px;
  color: var(--site-primary);
  font-size: 24px;
  font-weight: 700;
}

.clients-wrap {
  background: #fff;
  border: 1px solid #e7edf7;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(17, 52, 95, .08);
  padding: 18px;
}

.clients-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.clients-nav {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #d9e7ff;
  background: #ffffff;
  color: var(--site-primary);
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(17, 52, 95, .10);
  transition: .18s ease;
  flex: 0 0 auto;
}

.clients-nav:hover {
  transform: translateY(-1px);
  background: #e5e7eb;
  color: var(--site-primary-dark);
}

.clients-track {
  position: relative;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--clients-gap);
  flex-wrap: nowrap;
  will-change: transform;
}

.clients-viewport {
  overflow: hidden;
  width: 100%;
}

.client-slide {
  align-items: center;
  justify-content: center;
  min-height: 90px;
  flex: 0 0 calc((100% - (var(--clients-gap) * (var(--clients-visible) - 1))) / var(--clients-visible));
  height: 78px;
  border: 1px solid #edf3ff;
  border-radius: 10px;
  background: #fff;
  padding: 6px;
  display: flex;
}

@keyframes fadeClient {
  from {
    opacity: .2;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.client-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.testimonials .container {
  max-width: 860px;
  margin: 0 auto;
}

.testi-head {
  text-align: center;
  margin-bottom: 22px;
}

.testi-head h2 {
  margin: 0;
  color: var(--site-primary);
  font-size: 34px;
  font-weight: 700;
}

.testi-sub {
  margin: 8px 0 10px;
  color: #4b5b71;
  font-size: 16px;
}

.testi-count {
  color: var(--site-primary);
  font-weight: 600;
  font-size: 14px;
}

.testi-carousel {
  position: relative;
  width: min(100%, 560px);
  margin: 0 auto;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.testi-carousel.dragging {
  cursor: grabbing;
}

.testi-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.testi-nav {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid #d9e7ff;
  background: #ffffff;
  color: var(--site-primary);
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(17, 52, 95, .10);
  transition: .18s ease;
}

.testi-nav:hover {
  transform: translateY(-1px);
  background: #e5e7eb;
  color: var(--site-primary-dark);
}

.testi-slide {
  display: none;
  background: #fff;
  border: 1px solid #e7edf7;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 14px 30px rgba(17, 52, 95, .08);
  text-align: center;
}

.testi-slide.active {
  display: block;
  animation: fadeDepo .5s ease;
}

@keyframes fadeDepo {
  from {
    opacity: .35;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.testi-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}

.testi-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #edf3ff;
  background: #f2f5fb;
}

.testi-name {
  margin: 2px 0 0;
  font-size: 24px;
  color: #142d4a;
  line-height: 1.1;
}

.testi-company {
  margin: 2px 0 0;
  font-size: 14px;
  color: #5b6e86;
}

.testi-stars {
  margin: 10px 0 12px;
  color: #f5b940;
  letter-spacing: 1px;
  font-size: 18px;
}

.testi-text {
  color: #2b3d52;
  line-height: 1.65;
  font-size: 15px;
  margin: 0 auto 14px;
  max-width: 46ch;
}

.testi-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--site-primary);
  background: #eef4ff;
  border: 1px solid #d8e7ff;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 600;
  font-size: 14px;
}

.testi-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.testi-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #c9d6ea;
  transition: .2s ease;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.testi-dot.active {
  width: 24px;
  background: var(--site-primary);
}

@media (max-width: 760px) {
  .testimonials {
    padding-top: 40px;
  }

  .testi-head h2 {
    font-size: 28px;
  }

  .testi-slide {
    padding: 18px;
  }

  .testi-avatar {
    width: 60px;
    height: 60px;
  }

  .testi-name {
    font-size: 20px;
  }

  .testi-shell {
    gap: 8px;
  }

  .testi-nav {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }

  .clients-shell {
    gap: 8px;
  }

  .clients-nav {
    width: 34px;
    height: 34px;
    font-size: 19px;
  }

  .client-slide {
    width: 92px;
    height: 66px;
  }
}

@media (max-width: 620px) {
  .clients-carousel {
    --clients-visible: 3;
    --clients-gap: 8px;
  }

  .clients-track {
    gap: 8px;
  }

  .client-slide {
    height: 58px;
  }
}

@media (max-width: 430px) {
  .clients-carousel {
    --clients-visible: 2;
  }
}