.card.card--23 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column nowrap;
  gap: 1rem;
  background-color: var(--dark);
  background-image: linear-gradient(-45deg, var(--dark), var(--grey)), var(--card-background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply, normal;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  height: 100%
}

.card.card--23:focus-within,
.card.card--23:hover {
  box-shadow: 0 0 0 2px var(--secondary-color)
}

.card.card--23 .card__title {
  color: #fff;
  font-size: 1.25rem;
  text-shadow: 0 0 .25rem var(--dark);
  margin: 0;
  min-height: calc(1.25rem * 2 * 1.3)
}

.card.card--23 .card__link {
  z-index: 1;
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  padding: .5rem .75rem;
  font-size: .875rem;
  text-transform: uppercase;
  transition: var(--transition);
  color: var(--light);
  font-weight: 600;
  border: 2px solid currentColor;
  border-radius: 99px
}

.card.card--23 .card__link>span {
  width: 0;
  max-width: fit-content;
  opacity: 0;
  transition: var(--transition)
}

.card.card--23 .card__link:focus>span,
.card.card--23 .card__link:hover>span {
  width: 100px;
  opacity: 1;
  margin-right: .5rem
}

.card.card--23 .card__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  backface-visibility: visible
}

.card.card--23 .card__link:focus,
.card.card--23 .card__link:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color)
}

.shadow-19 {
  box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px
}

.title-subtitle {
  margin-bottom: 0
}

.title-subtitle span {
  display: block;
  font-size: .9rem;
  color: #000;
  line-height: 1rem;
  letter-spacing: .25rem;
  text-transform: uppercase
}

/* ================= CLIENTES ================= */
.clientes .clientes__item {
  display: grid;
  place-items: center;
  padding: 1rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  overflow: hidden
}

.clientes .clientes__item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: 0 auto;
  opacity: .75;
  border-radius: var(--bs-border-radius-sm);
  transition: opacity var(--transition)
}

.clientes .clientes__item:hover img {
  opacity: 1
}

/* ================= DEPOIMENTOS ================= */
.testimonial .testimonial-author-image {
  width: 100%;
  max-width: 64px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 999px;
}


/* ==================== DEFAULT ==================== */

.btn.default {
  display: flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: var(--primary-color);
  color: #FAFAFA;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  transition: .3s ease;
  min-height: 0;
}

.btn.default:hover {
  background-color: #002b81;
}

.btn.default svg {
  width: 16px;
  height: 16px;
}


.title.default {
  color: #1a1a1a;
  text-align: center;
  font-family: Rubik;
  font-size: 28.7px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin: 14px 0 35px 0;
}

.subtitle.default {
  color: var(--primary-color);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 8px;
  margin: 0 auto;
  display: flex;
  text-align: center;
  text-transform: uppercase;
  gap: 7px;
  justify-content: center;
  width: fit-content;
  align-items: center;
}

.subtitle.default svg {
  width: 15px;
  height: 14px;
  aspect-ratio: 11/7;
}

@media screen and (min-width: 1920px) {
  .btn.default {
    padding: 11px 16px;

    border-radius: 32px;
    font-size: 16px;
    font-weight: 300;
  }


  .btn.default svg {
    width: 22px;
    height: 22px;
  }


  .title.default {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    margin: 23px 0 48px 0;
  }

  .subtitle.default {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    gap: 12px;
  }

  .subtitle.default svg {
    width: 22px;
    height: 14px;
    aspect-ratio: 11/7;
  }
}

/* ================== FIM DEFAULT ================== */


/* ==================== BANNER ==================== */

.splide-banner {
  background: #C6C6C6;
}

.splide-banner .container {
  max-width: 1043px;
}

.splide-banner .title {
  color: #1A1A1A;

  font-family: Rubik;
  font-size: 27.8px;
  font-style: normal;
  font-weight: 450;
  line-height: 35px;
  margin: 100px 0 0 0;
  letter-spacing: .6px;
}

.splide-banner p {
  color: #C3C3C3;

  font-family: Inter;
  font-size: 13.2px;
  font-style: normal;
  font-weight: 200;
  line-height: 18.2px;
  margin: 16px 0 33px 0;
}

.splide-banner .btn.secondary {
  background-color: transparent;
}

.splide-banner .btn.secondary:hover {
  background-color: #353535;
}

.splide-banner img {
  object-fit: contain;
  flex: 1 0 0;
}

@media screen and (min-width: 1920px) {
  .splide-banner .container {
    max-width: 1483px;
  }

  .splide-banner .title {
    font-size: 40px;
    font-weight: 450;
    line-height: 48px;
    margin: 150px 0 0 0;
    letter-spacing: .6px;
  }

  .splide-banner p {
    font-size: 18px;
    font-weight: 200;
    line-height: 25.2px;
    margin: 26px 0 42px 0;
  }

  .splide-banner img {
    flex: 1 0 0;
  }

}

/* ================== FIM BANNER ================== */

/* ==================== CUSTOMERS-CONTAINER ==================== */

.customers-container .container {
  max-width: 100%;
}

.customers-container img {
  width: 160px;
  height: 114px;
  object-fit: contain;
  margin: 0 auto;
}

@media screen and (min-width: 1920px) {
  .customers-container img {
    width: 219px;
    height: 180px;
  }
}

/* ================== FIM CUSTOMERS-CONTAINER ================== */

/* ==================== WHO-WE-ARE-CONTAINER ==================== */

.who-we-are-container.home .container {
  padding: 80px 12px;
}



.who-we-are-container .title.modified {
  color: #4A4848;

  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.4px;
  margin: 0;
}

.who-we-are-container .title.modified span {
  display: block;
  font-size: 13px;
  color: #6C6C6C;
}

.who-we-are-container p {
  color: #6C6C6C;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 350;
    line-height: 20.2px;
    margin: 0;
}

.who-we-are-container .btn.default {
  margin: 44px 0 0 0;
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: transparent;
  font-weight: 500;
}

.who-we-are-container .btn.default:hover {
  background-color: var(--primary-color);
  color: #1A1A1A;
}

.who-we-are-container img {

  width: 100%;
  flex: 1 0 0;

  border-radius: 32px;
  background-size: cover;
}

@media screen and (min-width: 992px) {
  .who-we-are-container .container {
    max-width: 996px;
  }

  .who-we-are-container img {
    max-width: 650px;
  }

  .who-we-are-container.home .container {
    padding: 130px 12px;
  }


}

@media screen and (min-width: 1920px) {
  .who-we-are-container.home .container {
    padding: 208px 12px;
  }

  .who-we-are-container .container {
    max-width: 1416px;
  }

  .who-we-are-container .title.modified {
    font-size: 22px;
    font-weight: 500;
    line-height: 26.4px;
    margin: 0;
  }

  .who-we-are-container .title.modified span {
    font-size: 16px;
  }

  .who-we-are-container p {
    font-size: 18px;
    font-weight: 350;
    line-height: 25.2px;
    margin: 0;
  }

  .who-we-are-container .btn.default {
    margin: 65px 0 0 0;
    font-weight: 500;
  }

  .who-we-are-container img {
    width: 100%;
    max-width: 650px;
    flex: 1 0 0;

    border-radius: 32px;
  }
}

/* ================== FIM WHO-WE-ARE-CONTAINER ================== */

/* ==================== PRODUCTS-CONTAINER ==================== */



.products-container .subtitle.default {
  margin: 0;
}

.products-container .title.default {
  font-size: 23px;
  text-align: start;
  line-height: 32.4px;
  margin-bottom: 0;
}

.products-container .content p {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 350;
  line-height: 18.2px;
  margin: 15px 0 25px 0;
}

@media screen and (min-width: 992px) {
  .products-container .container {
    max-width: 100%;
  }

  .products-container {
    margin-left: 158px;
  }

  .products-container .splide__slide {
    min-width: 225px !important;
  }
}

@media screen and (min-width: 1920px) {
  .products-container .container {
    max-width: 100%;
  }

  .products-container {
    margin-left: 230px;
  }

  .products-container .splide__slide {
    min-width: 360px !important;
  }

  .products-container .title.default {
    font-size: 32px;
    line-height: 38.4px;
    margin-bottom: 0;
  }

  .products-container .content p {
    font-size: 18px;
    font-weight: 350;
    line-height: 25.2px;
    margin: 24px 0 40px 0;
  }
}


/* ================== FIM PRODUCTS-CONTAINER ================== */

/* ==================== FEATURED RPA 2000 ==================== */
.featured-rpa {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  color: #fff;
  background: radial-gradient(circle at 90% 10%, rgba(255,132,0,.2), transparent 28%), linear-gradient(135deg, #06235d 0%, #0038aa 58%, #0748c7 100%);
}
.featured-rpa::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .08;
  background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px);
  background-size: 42px 42px;
}
.featured-rpa .container { position: relative; z-index: 1; }
.featured-rpa__heading { max-width: 760px; margin-bottom: 42px; }
.featured-rpa__eyebrow { display: inline-block; margin-bottom: 12px; color: #ffad55; font-size: 14px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.featured-rpa__heading h2 { margin: 0; color: #fff; font-size: clamp(42px, 6vw, 72px); font-weight: 800; line-height: .95; }
.featured-rpa__heading p { margin: 12px 0 0; color: rgba(255,255,255,.78); font-size: clamp(20px, 2.4vw, 30px); font-weight: 500; text-transform: uppercase; }
.featured-rpa__showcase { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 56px; align-items: start; }
.featured-rpa__intro { margin: 0 0 28px; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.7; }
.featured-rpa__content h3, .featured-rpa__media h3 { margin: 32px 0 20px; color: #fff; font-size: 21px; }
.featured-rpa__numbers { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.featured-rpa__numbers div { padding: 16px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.08); text-align: center; backdrop-filter: blur(5px); }
.featured-rpa__numbers strong, .featured-rpa__numbers span { display: block; }
.featured-rpa__numbers strong { color: #ff9a2e; font-size: 22px; line-height: 1.1; }
.featured-rpa__numbers span { margin-top: 5px; color: rgba(255,255,255,.75); font-size: 11px; line-height: 1.3; text-transform: uppercase; }
.featured-rpa__features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; margin: 0; padding: 0; list-style: none; }
.featured-rpa__features li { position: relative; padding-left: 24px; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.5; }
.featured-rpa__features li::before { content: "✓"; position: absolute; top: 0; left: 0; color: #ff9a2e; font-weight: 800; }
.featured-rpa__cta { margin-top: 30px; border-color: #ff8400; background: #ff8400; color: #fff; }
.featured-rpa__cta:hover { border-color: #fff; background: #fff; color: #0038aa; }
.featured-rpa__media h3 { margin-top: 0; }
.featured-rpa__videos { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.featured-rpa__video { overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: #021536; box-shadow: 0 16px 35px rgba(0,0,0,.2); }
.featured-rpa__video--main { grid-column: 1 / -1; }
.featured-rpa__video video { display: block; width: 100%; aspect-ratio: 16 / 10; background: #000; object-fit: contain; }
.featured-rpa__video:not(.featured-rpa__video--main) video { aspect-ratio: 4 / 5; }
.featured-rpa__video figcaption { padding: 10px 12px; color: rgba(255,255,255,.75); font-size: 12px; line-height: 1.35; }
@media (max-width: 1199px) {
  .featured-rpa__showcase { grid-template-columns: 1fr; }
  .featured-rpa__media h3 { margin-top: 0; }
}
@media (max-width: 767px) {
  .featured-rpa { padding: 60px 0; }
  .featured-rpa__heading { margin-bottom: 30px; }
  .featured-rpa__showcase { gap: 42px; }
  .featured-rpa__numbers { grid-template-columns: 1fr 1fr; }
  .featured-rpa__features, .featured-rpa__videos { grid-template-columns: 1fr; }
  .featured-rpa__video--main { grid-column: auto; }
  .featured-rpa__video:not(.featured-rpa__video--main) video { aspect-ratio: 16 / 10; }
  .featured-rpa__cta { width: 100%; text-align: center; }
}
/* ================== FIM FEATURED RPA 2000 ================== */

/* ==================== CARD DEFAULT ==================== */
.card.default {
  background: var(--background) no-repeat !important;
  background-size: cover !important;
  border-radius: 6px;
  width: 100%;
  min-height: 246px;
  padding: 11px;
  display: flex;
  justify-content: end;
}

.card.default .content {
  border-radius: 2px;
  background: #FAFAFA;
  width: 100%;
  padding: 3px 8px;
  gap: 12px;
  transition: .3s ease;
}

.card.default:hover .content {
  padding: 6px 8px;
}

.card.default .header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.card.default .header .title {
  color: #4A4848;
  font-family: Rubik;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.6px;
  margin: 0;
}

.card.default .header .btn {
  border-radius: 999px;
  background: #0039aa57;

  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 14px;
  width: 14px;
  flex-shrink: 0;


  transition: .3s ease;
}

.card.default:hover .btn {
  background: var(--primary-color);
}

.card.default .header svg {
  width: 11px;
  height: 11px;
  color: #fafafa;
  transition: .3s ease;
}

.card.default:hover .header svg {
  color: #FAFAFA;
}

.card.default .inf {
  transition: .3s ease;
  height: 0;
  overflow: hidden;
  margin: 0;
}

.card.default:hover .inf {
  height: auto;
  margin: 14px 0 0 0;
}

.card.default p {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 350;
  line-height: 16px;
  margin: 0;
}

@media screen and (min-width: 1920px) {
  .card.default {
    border-radius: 12px;
    width: 100%;
    min-height: 340px;
    padding: 16px;
  }

  .card.default .content {
    border-radius: 2px;
    width: 100%;
    padding: 12px 16px;
    gap: 12px;
  }

  .card.default:hover .content {
    padding: 12px 16px;
  }

  .card.default .header {
    gap: 24px;
  }

  .card.default .header .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    margin: 0;
  }

  .card.default .header .btn {
    border-radius: 999px;
    height: 48px;
    width: 48px;
    padding: 12px;

  }

  .card.default .header svg {
    width: 16px;
    height: 16px;
  }

  .card.default:hover .inf {
    height: auto;
    margin: 24px 0 0 0;
  }

  .card.default p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0;
  }
}

/* ================== FIM CARD DEFAULT ================== */

/* ==================== CTA-DEFAULT ==================== */

.cta-default {
  background: radial-gradient(435.48% 106.61% at 33.54% 55.79%, #C6C6C6 0%, #A6A6A6 100%);
}

.cta-default .container {
  padding: 46px 24px;
}

.cta-default .subtitle.default {
  color: #242424;
  font-weight: 500;
}

.cta-default .title.default {
  color: #1a1a1a;
  text-align: center;

  font-family: Rubik;
  font-size: 39.7px;
  font-style: normal;
  font-weight: 500;
  line-height: 46.2px;
  margin: 20px 0 41px 0;
}

.cta-default .btn {
  color: #FAFAFA;
  text-align: center;

  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  padding: 11px 12px;
}

@media screen and (min-width: 1920px) {

  .cta-default .container {
    padding: 171px 24px;
  }

  .cta-default .subtitle.default {
    font-weight: 500;
  }

  .cta-default .title.default {
    font-size: 56px;
    font-weight: 500;
    line-height: 67.2px;
    margin: 28px 0 54px 0;
  }

  .cta-default .btn {
    font-size: 1.375rem;
    font-weight: 500;
    padding: 14px 24px;
  }
}

/* ================== FIM CTA-DEFAULT ================== */

/* ==================== MPI-CONTAINER ==================== */

.mpi-container .title {
  color: #001A4F;
  text-align: center;
  font-family: Rubik;
  font-size: 22.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.4px;
  margin: 0 0 34px 0;
}

.mpi-container .container {
  padding-bottom: 112px;
}

@media screen and (min-width: 1920px) {
  .mpi-container .title {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    margin: 0 0 56px 0;
  }

  .mpi-container .container {
    padding-bottom: 112px;
  }
}

/* ================== FIM MPI-CONTAINER ================== */

/* ==================== NEWS-CONTAINER ==================== */

.news-container .card {
  padding: 16px;
  gap: 9px;
  height: 100%;

  border-radius: 16px;
  background: #F6F6F6;

  border: 1px solid transparent;
  transition: .3s ease;
}

.news-container .card:hover {
  border-color: #E9E9E9;
  background: #EEE;
}

.news-container .card .header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin: 0 0 16px 0;
}

.news-container .card .btn {
  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  border-radius: 32px;
  background: #0039aa49;
  transition: .3s ease;
  height: 28px;
  width: 28px;
}

.news-container .card:hover .btn {
  background: var(--primary-color);
}

.news-container .card .title {
  color: #6C6C6C;

  font-family: Rubik;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.6px;

  margin: 0;
}

.news-container .card svg {
  color: #FAFAFA;
  height: 12px;
}

.news-container .card p {
  color: #6C6C6C;

  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 17px;
  margin: 0;
}

@media screen and (min-width: 1920px) {
  .news-container .card {
    padding: 16px;
    gap: 16px;
    height: 100%;
    border-radius: 16px;

    border: 1px solid transparent;
  }

  .news-container .card .header {
    gap: 12px;
    margin: 0 0 16px 0;
  }

  .news-container .card .btn {
    padding: 12px;
    height: 48px;
    width: 48px;
    border-radius: 32px;
  }


  .news-container .card .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    margin: 0;
  }

  .news-container .card svg {
    height: 24px;
  }

  .news-container .card p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0;
  }
}

/* ================== FIM NEWS-CONTAINER ================== */

/* ==================== CONTATO ==================== */

.contato .title.default {
  margin: 16px 0;
}

.contato p.default {
  color: #6C6C6C;
  text-align: center;

  font-family: Inter;
  font-size: 12.7px;
  font-style: normal;
  font-weight: 350;
  line-height: 17.2px;
  margin: 0 0 64px 0;
}

@media screen and (min-width: 1920px) {
  .contato p.default {
    font-size: 18px;
    font-weight: 350;
    line-height: 25.2px;
    margin: 0 0 64px 0;
  }

}

/* ================== FIM CONTATO ================== */


.instagram-embed-card {
  height: 100%;
  position: relative;
  background: #f8f9fa;
}


.instagram-skeleton {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(248, 249, 250, 1) 0%, rgba(233, 236, 239, 1) 50%, rgba(248, 249, 250, 1) 100%);
  background-size: 200% 100%;
  animation: instagram-skeleton 1.4s ease infinite;
  z-index: 444;
}

.instagram-embed-card iframe {
  
  position: relative;
    z-index: 1019;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
}


.EmbedFrame {
  height: 88px !important;
}


.instagram-skeleton-hidden {
  opacity: 0;
  transition: opacity .3s ease;
}

@keyframes instagram-skeleton {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.video-banner-lazy {
  width: 100%;
  aspect-ratio: 386/640;
  object-fit: cover;
  border-radius: 1rem;
  overflow: hidden;
}


