@charset "UTF-8";
:root,
.theme-dark {
  --bg-color: #0d0d0d;
  --bg-color-rgb: 13, 13, 13;
  --text-color: #ffffff;
  --dark-bg-1: #111111;
  --dark-border: #3a3a3a;
  --dark-border-light: #555555;
  --gray-text: #8F8A8A;
  --text-muted: #98b1b5;
  --green-accent: #00ff88;
  --yellow-disabled: #7A9F00;
  --fundo-circulo: #1b1b1b;
  --line-circle: #ffffff1f;
  --overlay-transparent: rgba(0, 0, 0, 0);
  --overlay-dark: rgba(0, 0, 0, 0.9);
  --logo-filter: none;
  --shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.theme-light {
  --bg-color: #f0f0f0;
  --bg-color-rgb: 240, 240, 240;
  --text-color: #000000;
  --dark-bg-1: #111111;
  --dark-border: #3a3a3a;
  --dark-border-light: #555555;
  --gray-text: #8F8A8A;
  --text-muted: #4F7C82;
  --green-accent: #00ff88;
  --yellow-disabled: #7A9F00;
  --fundo-circulo: rgba(27, 27, 27, 0.09);
  --line-circle: #0000002b;
  --overlay-transparent: rgba(0, 0, 0, 0);
  --overlay-dark: rgba(0, 0, 0, 0.9);
  --logo-filter: invert(1);
  --shadow: 0 1px 3px rgb(0 0 0 / 22%);
}

.text-white {
  color: var(--text-color) !important;
}

.bg-black {
  background-color: var(--bg-color) !important;
}

body {
  background-color: var(--bg-color);
  color: var(--gray-text);
  font-family: "Inter", sans-serif;
  font-size: 15px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Inter", sans-serif;
  color: var(--text-color);
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  color: var(--text-muted);
}

ol {
  counter-reset: item;
  list-style: none;
  padding-left: 1.2rem;
}

ol li {
  counter-increment: item;
}

ol li::before {
  content: counters(item, ".") " ";
}

ol ol {
  counter-reset: item;
  padding-left: 1.5rem;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb .breadcrumb-item a {
  color: #4F7C82;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
  color: #4F7C82;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #4F7C82;
}

.btn-outline-light {
  font-weight: 300 !important;
  border: 1px solid var(--gray-text);
  border-radius: 30px;
  color: var(--text-color);
}

.navbar {
  background-color: var(--bg-color);
}
.navbar .navbar-toggler {
  border: none;
  padding: 0.5rem;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='4' stroke-linecap='round' d='M6 6L24 24M24 6L6 24'/%3E%3C/svg%3E");
  background-size: 13px;
  border: 2px solid white;
  border-radius: 10px;
  height: 25px;
  width: 25px;
  margin: 2.5px;
}
.navbar .navbar-collapse {
  border: 1px solid var(--dark-border);
  padding: 8px;
  border-radius: 40px;
}
.navbar .navbar-brand {
  border: 1px solid var(--dark-border);
  padding: 11px 24px 15px 24px;
  border-radius: 33px;
}
.navbar .navbar-brand img {
  filter: var(--logo-filter);
  transition: filter 0.3s ease;
}
.navbar .navbar-nav .nav-link {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-color);
  padding: 0.5rem 1rem;
  font-weight: 400;
}
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link:hover {
  color: var(--text-muted);
}
.navbar .navbar-nav .nav-link.disabled {
  color: var(--yellow-disabled);
  cursor: default;
  pointer-events: none;
  position: relative;
}
.navbar .navbar-nav .nav-link.disabled::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--yellow-disabled);
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
}

.badge-open {
  color: var(--green-accent);
  font-size: 0.9rem;
  font-weight: 700;
}

.container {
  position: relative;
}
.container .circle1,
.container .circle2,
.container .circle3 {
  position: absolute;
  border: 1px solid var(--line-circle);
  z-index: -999;
}
.container .circle1 {
  width: 980px;
  height: 980px;
  border-radius: 1000px 1000px 1000px 0;
  top: 545px;
  left: 50%;
  transform: translateX(-50%) translateX(-13px);
}
.container .circle2 {
  width: 800px;
  height: 800px;
  border-radius: 1000px 1000px 0 1000px;
  top: 1335px;
  left: 50%;
  transform: translateX(-50%) translateX(-568px);
}
.container .circle3 {
  width: 400px;
  height: 400px;
  border-radius: 0 1000px 1000px 1000px;
  top: 1510px;
  left: 50%;
  transform: translateX(-50%) translateX(-770px);
}

.voltar {
  background: #1B1B1B;
  border-radius: 15px;
  padding: 9px 15px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
.voltar:hover {
  background: rgb(52.5, 52.5, 52.5);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.voltar:active {
  transform: translateY(0);
  box-shadow: none;
}

header {
  padding: 4rem 0;
}
header .text-muted {
  font-family: "Inter", sans-serif;
  color: var(--gray-text) !important;
  font-weight: 400;
}
header h2 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 900;
}
header h3 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
header h3 span {
  font-family: "Inter", sans-serif;
  font-size: 41px;
  font-weight: 900;
}
header .header-links {
  margin-top: 5px;
}
header .header-links a {
  font-family: "Inter", sans-serif;
  color: var(--gray-text);
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
}
header .header-links a:hover {
  color: var(--text-muted);
}

.filter-invert {
  filter: var(--logo-filter);
}

.video-wrapper {
  border: 1px solid var(--dark-border);
  border-radius: 100% 100% 100% 0;
  padding: 38px;
}
.video-wrapper .video-container {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 100% 100% 100% 0;
  position: relative;
  background-color: var(--bg-color);
}
.video-wrapper .video-container__border {
  width: 94%;
  height: 94%;
  border: 1px solid rgba(255, 255, 255, 0.3803921569);
  border-radius: 100% 100% 100% 0;
  position: absolute;
  margin: 3%;
}
.video-wrapper .video-container .video-frame {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 24%;
     object-position: center 24%;
  display: block;
}
.video-wrapper .video-toggle-button {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: transparent;
  border: 1px solid var(--dark-border-light);
  padding: 6px 12px;
  border-radius: 24px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.video-wrapper .video-toggle-button:hover {
  background-color: var(--bg-color);
  color: var(--text-color);
}

.designer h2 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 900;
}
.designer__texto {
  position: relative;
  width: 69%;
  color: var(--gray-text);
}
.designer .holder-video {
  border: 1px solid var(--dark-border);
  height: 580px;
  width: 580px;
  border-radius: 600px 0 600px 600px;
}
.designer .holder-video .camada1 {
  border: 90px solid var(--fundo-circulo);
  width: 98%;
  height: 98%;
  border-radius: 560px;
  margin: 1%;
}
.designer .holder-video .camada1 .camada2 {
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 13px solid var(--bg-color);
}
.designer .holder-video .camada1 .camada2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 108%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.designer .holder-video .camada1 .camada2 img {
  width: 100%;
  height: 100%;
}
.designer .estrategia-box {
  position: absolute;
  top: 0;
  right: -345px;
  width: 340px;
  padding: 1rem;
  border-radius: 40px;
  border: 1px solid var(--dark-border);
  background-color: transparent;
  z-index: 5;
}
.designer .estrategia-box .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: -11px;
  bottom: auto !important;
}
.designer .estrategia-box .swiper-pagination .swiper-pagination-bullet {
  background: var(--bg-color);
  border: 1.5px solid var(--text-color);
  opacity: 1;
  width: 11px;
  height: 11px;
  border-radius: 4px;
}
.designer .estrategia-box .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--text-color);
  border-color: transparent;
  opacity: 1;
}
.designer .estrategia-box h5 {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 19px;
  color: var(--text-color);
  margin-bottom: 0.5rem;
}
.designer .estrategia-box p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: var(--text-color);
  margin-bottom: 0.75rem;
}
.designer .estrategia-box .tag {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  border: 1px solid var(--dark-border-light);
  border-radius: 50px;
  padding: 0.25rem 0.65rem;
  color: var(--text-color);
  margin: 0.25rem 0.1rem 0.25rem 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.services-section {
  /* Container principal do swiper */
  /* Cada slide do swiper */
  /* paginação do swiper */
}
.services-section h2 {
  text-align: left;
  font-size: 24px;
}
.services-section .swiper {
  padding-bottom: 2rem;
}
.services-section .swiper-slide {
  display: flex;
  justify-content: center;
}
.services-section .service-box {
  max-width: 268px;
  aspect-ratio: 268/326;
  border-radius: 68px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #ffffff;
  overflow: hidden;
  transition: 0.4s ease;
  border: 1px solid var(--dark-border);
  flex-shrink: 0;
}
.services-section .service-box:hover {
  border-radius: 68px 0px 68px 68px;
}
.services-section .service-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--overlay-transparent);
  transition: background-color 0.3s ease;
  z-index: 1;
}
.services-section .service-box .overlay {
  position: relative;
  z-index: 2;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.services-section .service-box .overlay h3 {
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.services-section .service-box .overlay p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 1rem;
  max-width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.services-section .service-box .cubo {
  border: 1px solid rgba(255, 255, 255, 0.3098039216);
  width: 25px;
  height: 25px;
  border-radius: 7px;
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.services-section .service-box.active {
  border-radius: 68px 0px 68px 68px;
}
.services-section .service-box.active::after {
  background-color: var(--overlay-dark);
}
.services-section .service-box.active .overlay p {
  opacity: 1;
}
.services-section .service-box.active .overlay .cubo {
  opacity: 1;
}
.services-section .swiper-pagination {
  position: relative;
  margin-top: 29px;
  bottom: -6px;
}
.services-section .swiper-pagination .swiper-pagination-bullet {
  background: var(--bg-color);
  border: 1.5px solid var(--text-color);
  opacity: 1;
  width: 11px;
  height: 11px;
  border-radius: 4px;
}
.services-section .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--text-color);
  border-color: transparent;
  opacity: 1;
}

.ux-cases,
.blog-section {
  position: relative;
}
.ux-cases h2,
.blog-section h2 {
  font-size: 24px;
}
.ux-cases__title,
.blog-section__title {
  margin-bottom: 3rem;
}
.ux-cases__card,
.blog-section__card {
  border: 1px solid var(--dark-border);
  background-color: var(--bg-color);
}
.ux-cases__card:first-of-type,
.blog-section__card:first-of-type {
  border-radius: 70px 0 70px 70px;
  transform: translateX(-12px);
}
.ux-cases__card:last-of-type,
.blog-section__card:last-of-type {
  border-radius: 0px 70px 70px 70px;
  transform: translateX(12px);
}
.ux-cases__wrapper,
.blog-section__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ux-cases__imagem,
.blog-section__imagem {
  margin-left: -12rem;
}
.ux-cases__imagem .btn,
.blog-section__imagem .btn {
  border: 1px solid #ffffff;
  padding: 7px 13px;
  background: white;
  position: absolute;
  border-radius: 11px;
  font-weight: 900;
  top: 35px;
  right: 45px;
}
.ux-cases__imagem img,
.blog-section__imagem img {
  border-radius: 70px;
  display: block;
  max-width: 100%;
  height: auto;
}
.ux-cases__imagem--second,
.blog-section__imagem--second {
  margin-left: -8rem;
  order: 3;
}
.ux-cases__imagem--second .ajuste,
.blog-section__imagem--second .ajuste {
  transform: translateX(185px);
}
.ux-cases__texto,
.blog-section__texto {
  flex: 1 1 0%;
}
.ux-cases__logo,
.blog-section__logo {
  flex: 0 0 auto;
}
.ux-cases__logo__btn-plus,
.blog-section__logo__btn-plus {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: #1b1b1b;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: border-radius 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.ux-cases__logo__btn-plus svg,
.blog-section__logo__btn-plus svg {
  width: 18px;
  height: 18px;
  stroke: #7986A3;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.ux-cases__logo__btn-plus:hover,
.blog-section__logo__btn-plus:hover {
  border-radius: 100% 0 100% 100%;
}
.ux-cases__logo__btn-plus:hover svg,
.blog-section__logo__btn-plus:hover svg {
  transform: scale(1.1) rotate(3deg);
  filter: drop-shadow(0 0 6px rgba(121, 134, 163, 0.8));
}
.ux-cases__logo__btn-plus:focus,
.blog-section__logo__btn-plus:focus {
  outline: 2px solid #7986A3;
  outline-offset: 2px;
}
.ux-cases__logo__btn-plus2,
.blog-section__logo__btn-plus2 {
  right: unset;
  left: 30px;
}
.ux-cases__logo h3,
.blog-section__logo h3 {
  font-size: 20px;
}
.ux-cases__logo p,
.blog-section__logo p {
  font-size: 14px;
}
.ux-cases__logo h3,
.ux-cases__logo p,
.blog-section__logo h3,
.blog-section__logo p {
  margin: 0;
}
.ux-cases__gradient-overlay,
.blog-section__gradient-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0.5) 57%, rgba(0, 0, 0, 0.6) 64%, rgba(0, 0, 0, 0.8) 84%, rgba(0, 0, 0, 0.9) 90%);
  bottom: 0;
  border-radius: 68px;
  opacity: 0.9;
  transition: background 0.5s ease, opacity 0.5s ease;
}
.ux-cases__gradient-overlay:hover,
.blog-section__gradient-overlay:hover {
  opacity: 1;
}
.ux-cases__gradient-caption,
.blog-section__gradient-caption {
  position: absolute;
  bottom: 15px;
}
.ux-cases__gradient-caption__tag,
.blog-section__gradient-caption__tag {
  font-size: 16px;
  color: white !important;
  letter-spacing: -0.5px;
  margin: 0;
}
.ux-cases__gradient-caption__tag img,
.blog-section__gradient-caption__tag img {
  padding-right: 5px;
  float: left;
}
.ux-cases__gradient-caption__title,
.blog-section__gradient-caption__title {
  font-size: 29px;
  font-weight: bolder;
  letter-spacing: -1px;
}
.ux-cases .swiper-pagination,
.blog-section .swiper-pagination {
  position: absolute;
  top: 50%;
  right: -65px !important;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 13px 10px;
  border: 1px solid var(--dark-border-light);
  border-radius: 20px;
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  bottom: unset;
  right: 0px;
  left: unset;
}
.ux-cases .swiper-pagination .swiper-pagination-bullet,
.blog-section .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid var(--dark-border-light);
  border-radius: 40%;
  background-color: transparent;
  opacity: 1;
  transition: background-color 0.3s, border-color 0.3s;
}
.ux-cases .swiper-pagination .swiper-pagination-bullet-active,
.blog-section .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--text-color);
  border: 2px solid var(--text-color);
}

/* Borda degradê circular */
.gradient-border-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(#01DCEE, #01F4A3);
  padding: 5px;
}
.gradient-border-circle__inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.gradient-border-circle__inner img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid black;
}

.blog-section h2 {
  font-size: 24px;
}
.blog-section__imagem {
  margin-left: 0rem !important;
}
.blog-section .blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  border-radius: 70px;
  border: 1px solid var(--dark-border-light);
  height: 100%;
  align-content: flex-start;
}
.blog-section .blog-categories .category-tag {
  border: 1px solid var(--text-color);
  border-radius: 30px;
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  color: var(--text-color);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.blog-section .blog-categories .category-tag:hover {
  background-color: #7986a3;
  border-color: #7986a3;
  color: var(--bg-color);
}
.blog-section .blog-post h2 {
  font-size: 24px;
  font-weight: bold;
}
.blog-section .blog-post p {
  font-size: 14px;
  color: var(--gray-text);
}
.blog-section .decoration {
  border: 1px solid var(--dark-border);
  position: absolute;
  width: 112%;
  height: 112%;
  border-radius: 80px 0% 80px 80px;
  right: -6%;
  top: -6%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.blog-section .blog-logo {
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dark-border-light);
}
.blog-section .blog-logo img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-section__imagem:hover .decoration {
  opacity: 1;
}

.case .text-muted {
  color: var(--gray-text) !important;
}
.case .rounded {
  border-radius: 80px !important;
}
.case .sidebar {
  border: 1px solid rgba(255, 255, 255, 0.2784313725);
  border-radius: 0px 100px 100px 100px;
  padding: 20px;
  max-height: 100vh;
  overflow: hidden;
}
.case .sidebar .scroll-wrapper {
  height: 70vh;
  overflow-y: auto;
  padding-right: 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1);
}
.case .sidebar .scroll-wrapper::-webkit-scrollbar {
  width: 6px;
}
.case .sidebar .scroll-wrapper::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 3px;
}
.case .sidebar .scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  border: 1px solid transparent;
  background-clip: content-box;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.case .sidebar .scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.case .custom-accordion .accordion-item-dark {
  background: black;
  border: 0;
}
.case .custom-accordion .accordion-button-dark {
  background: black;
  color: white;
  border: 1px solid var(--dark-border-light);
  margin: 10px 0;
  box-shadow: none;
  font-size: 24px;
  font-weight: bold;
  border-radius: 35px 35px 35px 35px !important;
}
.case .custom-accordion .accordion-button-dark::after {
  content: "+";
  font-size: 1.25rem;
  color: var(--gray-text);
  position: relative;
  transform: none;
  margin-left: auto;
}
.case .custom-accordion .accordion-button-dark:not(.collapsed)::after {
  content: "-";
}
.case .custom-accordion .accordion-button-dark:not(.collapsed) {
  border-radius: 35px 35px 35px 0px !important;
}
.case .custom-accordion .accordion-body-dark {
  color: white;
  border: 1px solid var(--dark-border-light);
  border-radius: 0px 35px 35px 35px !important;
}
.case .postit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 180px;
  width: 180px;
  padding: 1rem;
  border-radius: 8px;
  color: #111111;
  margin: 10px;
}
.case .postit__azul {
  background: #cfeef8;
}
.case .postit__verde {
  background: #d6f8cf;
}
.case .postit__roxo {
  background: #ebd4fd;
}
.case .postit__amarelo {
  background: #fffbb0;
}
.case .postit__branco {
  background: #f0f1f1;
}
.case .postit .topo {
  font-size: 17px;
}
.case .postit .fundo {
  color: rgba(0, 0, 0, 0.3607843137);
}
.case .tela {
  width: 180px;
}

footer .footer-brand img {
  width: 115px;
}
footer .nav:first-of-type {
  flex-grow: 1;
  border: 1px solid var(--dark-border-light);
  border-radius: 25px;
  margin-left: 25px;
}

@media (max-width: 991.98px) {
  #change-lang {
    font-size: 14.5px;
  }
  #change-lang span {
    color: var(--text-muted);
    font-weight: normal;
  }
  header .header-links a {
    color: var(--text-muted);
  }
  header .header-links a:hover {
    color: var(--text-muted);
  }
  .navbar {
    position: fixed;
    z-index: 9999999;
    width: 100vw;
    padding-top: 24px;
    padding-bottom: 0px;
    background: none;
  }
  .navbar .nav-lang {
    flex-grow: 1;
  }
  .navbar .navbar-nav {
    justify-content: center;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0.5rem 0.5rem;
    color: var(--text-muted) !important;
    padding: 17px;
  }
  .navbar .navbar-nav .nav-link:hover {
    color: var(--text-muted) !important;
  }
  .navbar .navbar-nav .nav-link .active {
    color: var(--text-color) !important;
  }
  .navbar .navbar-brand {
    border: none;
  }
  .navbar .navbar-toggler {
    box-shadow: none;
    margin-right: 15px;
  }
  .navbar .navbar-collapse {
    border: none;
  }
  .navbar .navbar-collapse .header-links {
    margin: 30px 0px 20px;
  }
  .navbar .navbar-collapse h2 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 15px;
  }
  .navbar .navbar-collapse h2 a {
    font-family: "Inter", sans-serif;
    color: var(--text-muted);
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    margin-left: 9px;
    margin-right: 9px;
  }
  .navbar .navbar-collapse .nav-link {
    border: 1px solid var(--dark-border);
    margin: 15px auto;
    width: 198px;
    border-radius: 100px;
    background: rgba(var(--bg-color-rgb), 0.36);
    color: var(--text-color) !important;
  }
  .navbar .navbar-collapse .nav-link.set {
    border-color: var(--text-color) !important;
  }
  .video-wrapper {
    margin-top: 80px;
    padding: 24px;
  }
  .hold-nav-mobile {
    background: rgba(var(--bg-color-rgb), 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid var(--dark-border);
    width: 100vw;
    display: flex;
    justify-content: space-between;
    border-radius: 80px;
  }
  .navbar-collapse {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100vw;
    height: 100vh;
    max-height: 100dvh;
    padding-top: 80px !important;
    overflow-y: scroll;
    background: rgba(var(--bg-color-rgb), 0.85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: -1;
    text-align: center;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-around !important;
  }
  .navbar-collapse.collapsing {
    height: 100vh !important;
    overflow: hidden;
  }
  .navbar-collapse.collapse.show {
    opacity: 1;
    transform: translateY(0);
    border-radius: 0px;
  }
  .ajuste-holder {
    height: 80vw;
  }
  .designer {
    position: relative;
  }
  .designer .holder-video {
    border-color: var(--bg-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .designer .holder-video .camada1 {
    border: 60px solid var(--fundo-circulo);
  }
  .designer .holder-video .grafismo {
    border: 1px solid var(--dark-border);
    width: 90%;
    height: 90%;
    position: absolute;
    border-radius: 600px 0 600px 600px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .designer__texto {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .designer .estrategia-box {
    position: unset;
    width: 100%;
    margin: 25px 0px;
  }
  .services-section {
    padding-top: 18px !important;
    padding-bottom: 34px !important;
  }
  .services-section h2 {
    margin-bottom: 34px !important;
  }
  .services-section .swiper {
    padding-bottom: 0px !important;
  }
  .services-section .swiper-slide {
    justify-content: flex-start;
    margin-left: 5px;
  }
  .ux-cases .swiper-pagination {
    transform: translateX(-50%);
    left: 50%;
    top: unset;
    flex-direction: row;
    gap: 8px;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 65px;
  }
  .ux-cases__card {
    width: 97%;
  }
  .ux-cases__card:first-of-type {
    border-radius: 70px 0px 70px 70px;
    transform: translateX(-12px);
  }
  .ux-cases__card:last-of-type {
    border-radius: 70px 0px 70px 70px;
    transform: translateX(12px);
  }
  .ux-cases__logo {
    padding: 45px 0px 50px 20px !important;
  }
  .ux-cases__imagem {
    margin-left: 0px;
  }
  .ux-cases__imagem--second .ajuste {
    transform: unset;
  }
  .ux-cases__gradient-caption img {
    width: unset !important;
  }
  .ux-cases__card {
    transform: translateX(5px) !important;
  }
  .ux-cases .gradient-border-circle {
    width: 70px;
    height: 70px;
    padding: 2.5px;
  }
  .ux-cases .gradient-border-circle__inner img {
    border: 2px solid black;
  }
  .blog-section__imagem {
    width: 100% !important;
  }
  .blog-section__imagem img {
    width: 100%;
  }
  .blog-section__imagem .decoration {
    display: none;
  }
  .blog-section__imagem .btn {
    display: none;
  }
}
@media (max-width: 1399px) and (min-width: 991.98px) {
  .designer .estrategia-box {
    position: absolute;
    right: -350px;
    width: 340px;
  }
  .designer .holder-video {
    height: 466px;
    width: 466px;
  }
}
@media (max-width: 1200px) and (min-width: 991.98px) {
  .designer__texto {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .designer__texto .order-lg-1 {
    order: 2 !important;
  }
  .designer__texto .order-lg-2 {
    order: 1 !important;
  }
  .designer .estrategia-box {
    position: relative;
    right: unset;
    width: 89%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 25px;
  }
  .designer .holder-video {
    height: 494px !important;
    width: 494px !important;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .ux-cases__imagem {
    margin-left: -9rem;
  }
  .ux-cases__imagem--second .ajuste, .blog-section__imagem--second .ajuste {
    transform: translateX(176px);
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .ux-cases__imagem {
    width: 290px;
    margin-left: -8.8rem;
  }
  .ux-cases__imagem img {
    max-width: 85%;
  }
  .ux-cases__imagem .btn {
    right: 78px;
    width: 30px;
    height: 30px;
    padding: 1px 10px;
  }
  .ux-cases__texto {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .ux-cases__logo {
    transform: scale(0.7);
    width: 230px;
    padding-left: 0px !important;
  }
  .ux-cases__gradient-overlay {
    width: 85% !important;
  }
  .ux-cases__gradient-caption__tag img {
    width: 24px !important;
  }
  .ux-cases__gradient-caption__title {
    font-size: 22px;
  }
}
@media (max-width: 1470px) and (min-width: 1400px) {
  .ux-cases .swiper-pagination {
    right: -29px !important;
  }
}
@media (max-width: 1300px) and (min-width: 1200px) {
  .ux-cases .swiper-pagination {
    right: -29px !important;
  }
}
@media (max-width: 1113px) and (min-width: 992px) {
  .ux-cases .swiper-pagination {
    right: -29px !important;
  }
}
@media (max-width: 991.98px) and (min-width: 575px) {
  .designer .holder-video {
    height: 73vw;
    width: 73vw;
  }
}
@media (max-width: 574px) {
  .ajuste-holder {
    height: 125vw;
    overflow: hidden;
    width: 100vw;
    position: relative;
    margin-left: calc(var(--bs-gutter-x) * 0.5 * -1);
  }
  .designer .holder-video {
    height: 120vw;
    width: 120vw;
  }
  .designer .holder-video .grafismo {
    width: 78%;
    height: 78%;
  }
}
@media (max-width: 376px) {
  .navbar .navbar-nav .nav-link {
    padding: 11px !important;
  }
}/*# sourceMappingURL=style.css.map */