.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;
  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
}


/* ==================== DEFAULT ==================== */

.subtitle.default {
  border-radius: 32px;
  border: 1px solid rgba(52, 132, 247, 0.40);
  background: rgba(20, 88, 137, 0.20);

  display: flex;
  padding: 4px 9px;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto;
}

.subtitle.default span {
  color: #3484F7;
  font-family: Roboto;
  font-size: 11.4px;
  font-style: normal;
  font-weight: 350;
  line-height: 12px;
}

.subtitle.default svg {
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
}

.title.default {
  color: #FAFAFA;
  text-align: center;
  font-family: "DM Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  margin: 13px 0 2px 0;
}

.parag.default {
  color: #3484F7;
  text-align: center;
  font-family: Roboto;
  font-size: 14.6px;
  font-style: normal;
  font-weight: 350;
  line-height: 18.2px;
  margin: 0 0 70px 0;
}

@media screen and (min-width: 992px) {
  .container {
    padding: 100px 24px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    padding: 120px 24px;
  }

  .subtitle.default {
    border-radius: 32px;
    border: 1px solid rgba(52, 132, 247, 0.40);
    padding: 4px 12px;
    gap: 8px;
    margin: 0 auto;
  }

  .subtitle.default span {
    font-size: 14px;
    font-weight: 350;
    line-height: 21px;
  }

  .subtitle.default svg {
    width: 8px;
    height: 8px;
    aspect-ratio: 1/1;
  }

  .title.default {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 16px 0 8px 0;
  }

  .parag.default {
    font-size: 18px;
    font-weight: 350;
    line-height: 25.2px;
    margin: 0 0 88px 0;
  }

}

/* ================== FIM DEFAULT ================== */

/* ==================== WHO-WE-ARE-CONTAINER ==================== */

.who-we-are-container.home {
  background-color: var(--primary-color);
}

.who-we-are-container.home .container {
  max-width: 1045px;
  padding: 208px 12px 152px 12px;
}

.who-we-are-container.home .content {
  margin-right: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.who-we-are-container.home .title {
  color: #FAFAFA;

  font-family: "DM Sans";
  font-size: 29.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;

}

.who-we-are-container.home .title span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 12px;
}

.who-we-are-container.home p {
  color: #FAFAFA;
  font-family: Roboto;
  font-size: 14.4px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
}

.who-we-are-container.home .btn {
  display: flex;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #FAFAFA;
  background: #FAFAFA;
  color: #1A1A1A;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  margin: 34px 0 0 0;
  transition: .3s ease;
  min-height: 0;
}

.who-we-are-container.home .btn:hover {
  opacity: .8;
}

.who-we-are-container.home img {
  height: 323px;
  object-fit: cover;
  min-width: 424px;
  flex: 1 0 0;
  border-radius: 5px;
}







.who-we-are-container.pages .container {
  max-width: 1070px;
}


.who-we-are-container.pages .content {
  margin-right: 78px;
}


.who-we-are-container.pages .title {
  color: #145889;
  font-family: "DM Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 27px 0;
}


.who-we-are-container.pages p {
  color: #6C6C6C;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 350;
  line-height: 19px;
  margin: 0;
}


.who-we-are-container.pages .group-container {
  display: flex;
  flex-direction: column;
  gap: 22px;
}


.who-we-are-container.pages .group {
  border-radius: 12px;
  border: 1px solid #EEE;
  background: #FAFAFA;
  display: flex;
  padding: 12px 21px;
  align-items: center;
  gap: 21px;
  align-self: stretch;
  min-width: 424px;
}

.who-we-are-container.pages .group svg {
  width: 48.667px;
  height: 52.333px;
  flex-shrink: 0;
}

.who-we-are-container.pages .group h3 {
  color: #145889;
  font-family: "DM Sans";
  font-size: 16.7px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.4px;
  margin: 0 0 6px 0;
}

.who-we-are-container.pages .group p {
  color: #6C6C6C;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 17px;
  margin: 0;
}

@media screen and (max-width: 992px) {

  .who-we-are-container.pages .group {
    min-width: 100%;
  }

  .who-we-are-container.home .container {
    padding: 24px 12px;
  }

  .who-we-are-container.home .content {
    margin: 24px 0 0 0;
  }

  .who-we-are-container.home img {
    width: 100%;
    min-width: 100%;
  }

  .who-we-are-container.pages .content {
    margin: 0;
  }

  .who-we-are-container.pages .container>div {
    gap: 24px;
  }
}

@media screen and (min-width: 1920px) {

  .who-we-are-container.pages .group-container {
    gap: 32px;
  }


  .who-we-are-container.pages .group {
    border-radius: 12px;
    border: 1px solid #EEE;
    padding: 16px 24px;
    gap: 28px;
    min-width: 600px;
  }

  .who-we-are-container.pages .group p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0;
  }


  .who-we-are-container.pages .group h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    margin: 0 0 4px 0;
  }

  .who-we-are-container.pages .group svg {
    width: 66.667px;
    height: 63.333px;
  }


  .who-we-are-container.pages .content {
    margin-right: 88px;
  }

  .who-we-are-container.pages p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0;
  }


  .who-we-are-container.pages .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 32px 0;
  }


  .who-we-are-container.pages .container {
    max-width: 1510px;
  }

  .who-we-are-container.home .container {
    max-width: 1482px;
    padding: 208px 12px 152px 12px;
  }

  .who-we-are-container.home .content {
    margin-right: 110px;
  }

  .who-we-are-container.home .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 38px;
    margin: 0 0 0 0;
  }

  .who-we-are-container.home .title span {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 24px;
  }

  .who-we-are-container.home p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0;
  }

  .who-we-are-container.home .btn {
    padding: 11px 16px;

    border-radius: 999px;
    border: 1px solid #FAFAFA;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;

    margin: 50px 0 0 0;
  }


  .who-we-are-container.home img {
    height: 456px;
    min-width: 600px;
    flex: 1 0 0;
    border-radius: 8px;
  }
}

/* ================== FIM WHO-WE-ARE-CONTAINER ================== */

/* ==================== BANDS-CONTAINER ==================== */

.bands-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  top: -57px;
  overflow: hidden;
  height: 148px;
  width: 100%;
  max-width: 1920px;
  z-index: 6;
}


.bands {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.band {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.band--back {
  transform: rotate(1deg);
  background: rgba(233, 238, 245, 0.92);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  z-index: 2;
}

.band--front {
  transform: rotate(-2.7deg);
  background: rgba(20, 88, 137, 0.90);
  box-shadow: 0 2px 6px -2px rgba(27, 27, 27, 0.05), 0 4px 10px -2px rgba(27, 27, 27, 0.05);
  z-index: 3;
  margin-top: -63px;
}

/* trilho que rola */
.track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.band--back .track {
  animation: scroll-left 38s linear infinite;
}

.band--front .track {
  animation: scroll-right 30s linear infinite;
}

.band:hover .track {
  animation-play-state: paused;
}

.word {


  font-family: "DM Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  flex: 0 0 auto;
  padding: 7px 16px;
}

.band--back .word {
  color: #4A4848;
}

.band--front .word {
  color: #FAFAFA;
}

/* duplicamos o conteúdo, então -50% fecha o loop perfeito */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (max-width: 600px) {

  .word {
    font-size: 14px;
    padding: 11px 26px;
    letter-spacing: 1px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .track {
    animation: none !important;
  }
}


@media screen and (max-width: 992px) {
  .bands-container {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .bands-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -115px;
    overflow: hidden;
    height: 320px;
    width: 100%;
    z-index: 6;
  }

  .bands {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .band--back {
    transform: rotate(2deg);
    background: rgba(233, 238, 245, 0.92);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    z-index: 2;
  }

  .band--front {
    transform: rotate(-1.5deg);
    background: rgba(20, 88, 137, 0.90);
    box-shadow: 0 2px 6px -2px rgba(27, 27, 27, 0.05), 0 4px 10px -2px rgba(27, 27, 27, 0.05);
    z-index: 3;
    margin-top: -112px;
  }

  .word {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    padding: 14px 38px;
  }


}

/* ================== FIM BANDS-CONTAINER ================== */

/* ==================== TIMELINE-CONTAINER ==================== */

.timeline-container {
  background-color: var(--primary-color);
}

.timeline-container .container {
  max-width: 1056px;
  padding: 38px 12px 52px 12px;
}

.timeline-container .col {
  display: flex;
  flex-direction: column;
  gap: 94px;
}

.timeline-container .card {
  border: none;
  background-color: transparent;
}

.timeline-container .card .title {
  color: #FAFAFA;

  font-family: "DM Sans";
  font-size: 24.4px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.4px;
  margin: 0;
}

.timeline-container .card p {
  color: #FAFAFA;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin: 10px 0 20px 0;
}

.timeline-container .card img {
  border-radius: 4px;
  height: 415px;
  min-width: 100%;
  object-fit: cover;
}

.timeline-container .card .label {
  display: none;
}

/* ADICIONAR */
#tlWrap {
  position: relative;
}

[data-tl-item] {
  position: relative;
}

#tlTrack {
  position: absolute;
  left: -64px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(182, 203, 218, 0.00) 0%, #B6CBDA 50%, rgba(182, 203, 218, 0.00) 100%);
}

#tlFill {
  position: absolute;
  left: -24px;
  top: 0;
  width: 2px;
  height: 0;
  background: transparent;
  transition: height 0.08s linear;
  z-index: 2;
}



[data-tl-item] {
  position: relative;
}

.tl-dot {
  position: absolute;
  left: -86px;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #93B2C9;
  transition: top .1s linear;
  display: flex;
  justify-content: center;
  align-items: center;

}

.tl-dot span {
  background: #93B2C9;
  border-radius: 999px;
  height: 10px;
  width: 10px;
}

.tl-dot h2 {
  color: #FAFAFA;
  text-align: right;
  font-family: "DM Sans";
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  position: absolute;
  top: -15px;
  right: 35px;
  transform: translateY(-50%);
  white-space: nowrap;
}

@media screen and (max-width: 992px) {

  #tlTrack,
  #tlFill,
  .tl-dot {
    display: none;
  }

  .timeline-container .card .label {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0 0 32px 0;
  }

  .timeline-container .card .label .circle {

    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 4px solid #93B2C9;
    position: relative;
    border-radius: 999px;
  }

  .timeline-container .card .label .circle::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background: #93B2C9;
    border-radius: 999px;
  }

  .timeline-container .card .label h3 {
    color: #FAFAFA;

    font-family: "DM Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px;
    margin: 0;
  }

  .timeline-container .col {
    gap: 80px;
  }

}

@media screen and (min-width: 1920px) {

  .timeline-container .container {
    max-width: 1494px;
    padding: 118px 12px 52px 12px;
  }

  .timeline-container .col {
    gap: 120px;
  }

  .timeline-container .card .title {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    margin: 0;
  }

  .timeline-container .card p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 16px 0 32px 0;
  }

  .timeline-container .card img {
    border-radius: 8px;
    height: 583px;
  }


  #tlTrack {
    left: -95px;
    top: 0;
    bottom: 0;
    width: 4px;
  }

  #tlFill {
    left: -24px;
    top: 0;
    width: 2px;
    height: 0;
  }


  .tl-dot {
    left: -120px;
    top: 0;

    width: 32px;
    height: 32px;

    border-radius: 50%;
    border: 4px solid #93B2C9;

  }

  .tl-dot span {
    border-radius: 999px;
    height: 13px;
    width: 13px;
  }

  .tl-dot h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    top: -10px;
    right: 54px;
    transform: translateY(-50%);
  }
}

/* ================== FIM TIMELINE-CONTAINER ================== */

/* ==================== BENEFITS-CONTAINER ==================== */

.benefits-container.primary {
  border-radius: 32px;
  background: #090E1B;
}

.benefits-container.primary .container {
  max-width: 1082px;
}

.benefits-container.primary .col {
  padding: 0 7px;
}

.benefits-container.primary .card {
  display: flex;
  min-width: 100%;
  padding: 26px 27px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid rgba(52, 132, 247, 0.20);
  background: rgba(52, 132, 247, 0.10);

  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
}

.benefits-container.primary .card span {
  display: flex;
  padding: 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: rgba(52, 132, 247, 0.40);
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
}

.benefits-container.primary .card svg {
  width: 22.917px;
  height: 23.92px;
}

.benefits-container.primary .card h3 {
  color: #FAFAFA;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 18.6px;
  margin: 15px 0 11px 0;
}

.benefits-container.primary .card p {
  color: #FAFAFA;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin: 0;
}



.benefits-container.secondary {
  background: #0C141F;
}

.benefits-container.secondary .container {
  max-width: 897px;
}

.benefits-container.secondary .shadow {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  right: 0;
}


.benefits-container.secondary .title.default {
  font-size: 30.7px;
}

.benefits-container.secondary .title.default span {
  color: #3484F7;
  display: block;
}

.benefits-container.secondary p {
  color: #FAFAFA;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18.2px;
  margin: 21px 0 136px 0;
}

.benefits-container.secondary .card {
  border-radius: 16px;
  border: 1px solid rgba(52, 132, 247, 0.40);
  background: rgba(52, 132, 247, 0.05);

  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
}

.benefits-container.secondary .card div {
  overflow: hidden;
  padding: 24px;
  min-height: 207px;
  min-width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
}

.benefits-container.secondary .card.secondary,
.benefits-container.secondary .card.secondary div {
  min-height: 239px;
}


.benefits-container.secondary .card img {
  object-fit: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -82px;
}

.benefits-container.secondary .card.primary img {
  width: 120px;
  height: 101px;
  aspect-ratio: 120/101;

}

.benefits-container.secondary .card.secondary img {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
}

.benefits-container.secondary .card.tertiary img {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
}

.benefits-container.secondary .card .title {
  color: #FAFAFA;
  text-align: center;
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.6px;
  margin: 0 0 10px 0;
}

.benefits-container.secondary .card p {
  color: #FAFAFA;
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 17px;
  margin: 0;
}




.benefits-container.tertiary .container {
  max-width: 1071px;
}



.benefits-container.tertiary .title {
  color: #145889;
  margin: 0 0 78px 0;
}


.benefits-container.tertiary .col {
  padding: 0 6px;
}


.benefits-container.tertiary .card {
  display: flex;
  width: 100%;
  padding: 40px 22px 40px 22px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  background: #1D2B3F;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  height: 100%;
  position: relative;
  min-height: 184px;
}

.benefits-container.tertiary .card .icon {
  display: flex;
  width: 42px;
  height: 42px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: #FAFAFA;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  position: absolute;
  left: 16px;
  top: -20px;
  z-index: 3;
}

.benefits-container.tertiary .card .icon svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.benefits-container.tertiary .card h3 {
  color: #3484F7;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.4px;
  margin: 0 0 11px 0;
}

.benefits-container.tertiary .card p {
  color: #FAFAFA;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin: 0;
}







.benefits-container.quaternary .container {
  max-width: 902px;
}

.benefits-container.quaternary .container>div>div {
  display: flex;
  gap: 60px;
  justify-content: center;

}


.benefits-container.quaternary .title {
  color: #145889;
  text-align: center;
  font-family: "DM Sans";
  font-size: 30.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.benefits-container.quaternary p {
  color: #6C6C6C;
  text-align: center;
  font-family: Roboto;
  font-size: 14.7px;
  font-style: normal;
  font-weight: 350;
  line-height: 17.2px;
  margin: 8px 0 82px 0;
}

.benefits-container.quaternary img {
  width: 274px;
  height: 274px;
  flex-shrink: 0;
}


.benefits-container.quaternary .content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.benefits-container.quaternary .group {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
}


.benefits-container.quaternary .group h3 {
  color: #242424;
  text-align: right;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 25.4px;
  margin: 0;
}

.benefits-container.quaternary .content.secondary .group h3 {
  text-align: left;
}

.benefits-container.quaternary .group svg {
  width: 46px;
  height: 46px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}


.benefits-container.quaternary .group.secondary {

  left: -78px;
}

.benefits-container.quaternary .group.tertiary {

  right: -78px;
}

.benefits-container.quaternary .mobile {
  display: none;
}

.benefits-container.quaternary .desktop {
  display: block;
}

@media screen and (max-width: 992px) {

  .benefits-container.primary .container,
  .benefits-container.secondary .container {
    padding: 64px 12px;
  }

  .benefits-container.secondary .row {
    gap: 124px;
  }

  .benefits-container.quaternary .group.secondary,
  .benefits-container.quaternary .group.tertiary {
    left: 0;
  }

  .benefits-container.quaternary .mobile {
    display: block;
  }

  .benefits-container.quaternary .desktop {
    display: none;
  }

  .benefits-container.quaternary .content {
    width: 100%;
  }
}


@media screen and (min-width: 1920px) {

  .benefits-container.tertiary .col {
    padding: 0 12px;
  }


  .benefits-container.tertiary .card .icon {
    width: 56px;
    height: 56px;
    padding: 8px;
    aspect-ratio: 1/1;
    left: 24px;
    top: -26px;
  }

  .benefits-container.tertiary .card .icon svg {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
  }


  .benefits-container.tertiary .card {
    width: 100%;
    padding: 56px 32px 40px 32px;

    border-radius: 8px;

    box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
    height: 100%;
    min-height: 260px;
  }

  .benefits-container.tertiary .card p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
  }


  .benefits-container.tertiary .card h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 26.4px;
    margin: 0 0 16px 0;
  }


  .benefits-container.tertiary .container {
    max-width: 1508px;
  }


  .benefits-container.primary {
    border-radius: 32px;
  }

  .benefits-container.primary .container {
    max-width: 1506px;
  }

  .benefits-container.primary .col {
    padding: 0 12px;
  }

  .benefits-container.primary .card {
    min-width: 342px;
    padding: 40px 32px;

    border-radius: 8px;
    border: 2px solid rgba(52, 132, 247, 0.20);

    box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  }

  .benefits-container.primary .card span {
    gap: 10px;

    border-radius: 12px;
  }

  .benefits-container.primary .card svg {
    width: 27.917px;
    height: 26.92px;
  }

  .benefits-container.primary .card h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    margin: 24px 0 16px 0;
  }

  .benefits-container.primary .card p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0;
  }

  .benefits-container.secondary .container {
    max-width: 1267px;
  }

  .benefits-container.secondary .title.default {
    font-size: 38px;
  }

  .benefits-container.secondary p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
    margin: 32px 0 190px 0;
  }

  .benefits-container.secondary .card {
    border-radius: 24px;
    border: 2px solid rgba(52, 132, 247, 0.40);
  }

  .benefits-container.secondary .card div {
    padding: 24px;
    min-height: 294px;
    min-width: 342px;
    border-radius: 18px;
  }

  .benefits-container.secondary .card.secondary,
  .benefits-container.secondary .card.secondary div {
    min-height: 336px;
  }


  .benefits-container.secondary .card img {
    top: -82px;
  }

  .benefits-container.secondary .card.primary img {
    width: 120px;
    height: 101px;
    aspect-ratio: 120/101;

  }

  .benefits-container.secondary .card.secondary img {
    width: 120px;
    height: 120px;
    aspect-ratio: 1/1;
  }

  .benefits-container.secondary .card.tertiary img {
    width: 120px;
    height: 120px;
    aspect-ratio: 1/1;
  }

  .benefits-container.secondary .card .title {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    margin: 0 0 16px 0;
  }

  .benefits-container.secondary .card p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
  }

  .benefits-container.tertiary .title {
    margin: 0 0 114px 0;
  }





  .benefits-container.quaternary .container {
    max-width: 1174px;
  }

  .benefits-container.quaternary .container>div>div {
    gap: 80px;

  }


  .benefits-container.quaternary .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
  }

  .benefits-container.quaternary p {
    font-size: 18px;
    font-weight: 350;
    line-height: 25.2px;
    margin: 8px 0 82px 0;
  }

  .benefits-container.quaternary img {
    width: 312px;
    height: 312px;
    flex-shrink: 0;
  }


  .benefits-container.quaternary .content {
    gap: 88px;
  }

  .benefits-container.quaternary .group {
    gap: 24px;
  }


  .benefits-container.quaternary .group h3 {
    font-size: 32px;
    font-weight: 350;
    line-height: 38.4px;
    margin: 0;
  }

  .benefits-container.quaternary .group svg {
    width: 56px;
    height: 56px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
  }


  .benefits-container.quaternary .group.secondary {

    left: -78px;
  }

  .benefits-container.quaternary .group.tertiary {

    right: -78px;
  }
}

/* ================== FIM BENEFITS-CONTAINER ================== */

/* ==================== SOLUTIONS-CONTAINER ==================== */

.solutions-container.primary .container {
  max-width: 1084px;
}

.solutions-container.primary .title.default {
  color: #242424;

}

.solutions-container.primary .title.default span {
  color: #3484F7;
}

.solutions-container.primary .parag.default {
  color: #6C6C6C;
}

.solutions-container.primary .col {
  padding: 12px;
}

.solutions-container.primary .card {
  border-radius: 8px;
  border: 1px solid #EEE;
  background: #FAFAFA;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  display: flex;
  min-width: 100%;
  padding: 30px 21px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  transition: .3s ease;
  gap: 16px;
  position: relative;
}

.solutions-container.primary .card::before {
  content: '';
  background: #3484F7;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  transition: .3s ease;
}

.solutions-container.primary .card:hover::before {
  width: 90%;
}

.solutions-container.primary .card:hover {
  border-color: #B6CBDA;
  background: linear-gradient(0deg, rgba(250, 250, 250, 0.60) 0%, rgba(250, 250, 250, 0.60) 100%), #B6CBDA;
  transform: translateY(-10px);

}

.solutions-container.primary .card .header {
  display: flex;
  align-items: center;
  gap: 11px;
}

.solutions-container.primary .card h3 {
  color: #242424;
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.6px;
  margin: 0;
}

.solutions-container.primary .card .icon {
  border-radius: 9px;
  background: rgba(52, 132, 247, 0.20);
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  display: flex;
  width: 36px;
  height: 34px;
  padding: 5px;
  justify-content: center;
  align-items: center;
}

.solutions-container.primary .card svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

.solutions-container.primary .card p {
  color: #6C6C6C;

  font-family: Roboto;
  font-size: 13.3px;
  font-style: normal;
  font-weight: 350;
  line-height: 17px;
  margin: 0;
}





.solutions-container.secondary .container {
  max-width: 1075px;
}


.solutions-container.secondary .container>div {
  display: flex;
  gap: 32px 0;
  flex-wrap: wrap;
}


.solutions-container.secondary .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  padding: 0 12px;
}


.solutions-container.secondary .card img {
  object-fit: contain;
  width: 84px;
  height: 84px;
}

.solutions-container.secondary .card .title {
  color: #145889;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 14.6px;
  margin: 19px 0 8px 0;
}

.solutions-container.secondary .card p {
  color: #6C6C6C;
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 350;
  line-height: 18px;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .solutions-container.primary .container {
    padding: 64px 16px;
  }
}


@media screen and (min-width: 1920px) {
  .solutions-container.primary .container {
    max-width: 1440px;
  }

  .solutions-container.primary .col {
    padding: 12px;
  }

  .solutions-container.primary .card {
    border-radius: 8px;
    border: 2px solid #EEE;

    box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);

    min-width: 342px;
    padding: 40px 32px;
    gap: 24px;
  }

  .solutions-container.primary .card::before {
    content: '';
    background: #3484F7;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    transition: .3s ease;
  }

  .solutions-container.primary .card .header {
    gap: 16px;
  }

  .solutions-container.primary .card h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    margin: 0;
  }

  .solutions-container.primary .card .icon {
    border-radius: 12px;

    width: 48px;
    height: 48px;
    padding: 8px;
  }

  .solutions-container.primary .card svg {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    flex-shrink: 0;
  }

  .solutions-container.primary .card p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0;
  }




  .solutions-container.secondary .container {
    max-width: 1494px;
  }


  .solutions-container.secondary .container>div {
    gap: 48px 0;
  }


  .solutions-container.secondary .card {
    padding: 0 24px;
  }


  .solutions-container.secondary .card img {
    width: 120px;
    height: 120px;
  }

  .solutions-container.secondary .card .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    margin: 24px 0 8px 0;
  }

  .solutions-container.secondary .card p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0;
  }
}

/* ================== FIM SOLUTIONS-CONTAINER ================== */

/* ==================== PLATFORM-CONTAINER ==================== */

.platform-container .container {
  max-width: 1070px;
}

.platform-container .container>div {
  gap: 45px;
}

.platform-container .title {
  color: #145889;
  font-family: "DM Sans";
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin: 0 0 18px 0;
}

.platform-container p {
  color: #6C6C6C;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 19px;
  margin: 0;
}

.platform-container .btn {
  display: flex;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  border: 1px solid #145889;
  background: #145889;
  color: #FAFAFA;
  font-family: Roboto;
  font-size: 12.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 34px 0 0 0;
  min-height: 0;
}

.platform-container img {
  height: 324px;
  min-width: 424px;
  flex: 1 0 0;
  object-fit: cover;

  border-radius: 5px;
}

@media screen and (max-width: 992px) {
  .platform-container img {
    min-width: 100%;
  }

  .platform-container .btn {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .platform-container .container {
    max-width: 1484px;
  }

  .platform-container .container>div {
    gap: 88px;
  }

  .platform-container .title {
    font-size: 37px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 24px 0;
  }

  .platform-container p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0;
  }

  .platform-container .btn {
    padding: 12px 16px;
    gap: 12px;

    border-radius: 999px;
    border: 1px solid #145889;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 51px 0 0 0;
  }

  .platform-container img {
    height: 456px;
    min-width: 600px;
    flex: 1 0 0;

    border-radius: 8px;
  }
}

/* ================== FIM PLATFORM-CONTAINER ================== */

/* ==================== HEALTH-CONTAINER ==================== */

.health-container .container {
  padding: 11px 12px;
  max-width: 1046px;
}

.health-container .title {
  color: #145889;
  text-align: center;
  font-family: "DM Sans";
  font-size: 30.7px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  margin: 0 auto 16px auto;
  position: relative;
  width: fit-content;
}

.health-container .title::before,
.health-container .title::after {
  content: '';
  background: #145889;
  width: 317px;
  height: .5px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;

}

.health-container .title::before {
  left: -343px;
}

.health-container .title::after {
  right: -343px;
}

.health-container p {
  color: #6C6C6C;
  text-align: justify;
  font-family: Roboto;
  font-size: 14.3px;
  font-style: normal;
  font-weight: 350;
  line-height: 19px;
  margin: 0;
}

.health-container .container>div {
  display: flex;
  flex-direction: column;
  gap: 88px;
}

.health-container .card {
  display: flex;
  gap: 66px;
  border: none;
  background-color: transparent;
  flex-direction: row;
}

.health-container .card h3 {
  color: #145889;

  font-family: "DM Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}

.health-container .card p,
.health-container .card li {
  color: #6C6C6C;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 19px;
  text-align: justify;
}

.health-container .card .list {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
}

.health-container .card li {
  list-style: none;
  margin: 3px 0;
  line-height: 11px;
}

.health-container .card img {
  border-radius: 4px;
  object-fit: cover;

  height: 325px;
  min-width: 423px;
  flex: 1 0 0;
}


@media screen and (max-width: 992px) {

  .health-container .title::before,
  .health-container .title::after {
    content: '';
    background: #145889;
    width: 60px;
    height: .5px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;

  }

  .health-container .title::before {
    left: -73px;
  }

  .health-container .title::after {
    right: -73px;
  }

  .health-container {
    overflow: hidden;
  }

  .health-container .container {
    padding: 88px 24px;
  }

  .health-container .card {
    gap: 32px;
  }

  .health-container .card img {
    min-width: 100%;
  }

  .health-container .card h3 {
    margin: 0 0 24px 0;
    font-size: 28px;
  }

  .health-container .card h3 br {
    display: none;
  }
}


@media screen and (min-width: 1920px) {
  .health-container .container {
    padding: 152px 12px;
    max-width: 1486px;
  }

  .health-container .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 auto 24px auto;
  }

  .health-container .title::before,
  .health-container .title::after {
    content: '';
    background: #145889;
    width: 440px;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;

  }

  .health-container .title::before {
    left: -484px;
  }

  .health-container .title::after {
    right: -484px;
  }

  .health-container p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0;
  }

  .health-container .container>div {
    gap: 88px;
  }

  .health-container .card {
    gap: 88px;
  }

  .health-container .card h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
  }

  .health-container .card p,
  .health-container .card li {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
  }

  .health-container .card .list {
    margin: 24px 0;
  }

  .health-container .card li {
    margin: 3px 0;
  }

  .health-container .card img {
    border-radius: 8px;

    height: 456px;
    min-width: 600px;
    flex: 1 0 0;
  }
}

/* ================== FIM HEALTH-CONTAINER ================== */

/* ==================== TESTIMONIALS-CONTAINER ==================== */

.testimonials-container .container {
  max-width: 1069px;
}

.testimonials-container .subtitle.default {
  margin: 0 auto 80px auto;
}

.testimonials-container .splide-testimonials {
  width: 100%;
}

.testimonials-container .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: start;
  margin-right: 48px;
  flex-shrink: 0;
}

.testimonials-container .content img {
  width: 104px;
  height: 49px;
  aspect-ratio: 73/31;
  object-fit: contain;
}

.testimonials-container .content .title {
  color: #242424;
  font-family: "DM Sans";
  font-size: 17.7px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.4px;
  margin: 0;
}

.testimonials-container .content svg {
  width: 12px;
  height: 12px;
  aspect-ratio: 1/1;
}

.testimonials-container .content .label {
  color: #6C6C6C;

  font-family: Roboto;
  font-size: 13.3px;
  font-style: normal;
  font-weight: 350;
  line-height: 14px;
}

.testimonials-container .content .btn {
  display: flex;
  padding: 2px 9px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid #145889;
  color: #145889;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  transition: .3s ease;
  min-height: 0;
}

.testimonials-container .content .btn:hover {
  background-color: #145889;
  color: #fafafa;
}


.testimonials-container .card {
  display: flex;
  width: 100%;
  padding: 23px 18px;
  flex-direction: column;
  gap: 17px;
  height: 100%;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;

  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05), 0 1px 4px 0 rgba(27, 27, 27, 0.05);
}

.testimonials-container .card .header {
  display: flex;
  gap: 8px;
}

.testimonials-container .card .header div {
  flex-grow: 1;
}

.testimonials-container .card .header img {
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 999px;
  flex-shrink: 0;
}

.testimonials-container .card .header .title {
  color: #145889;

  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.2px;
  margin: 0;
}

.testimonials-container .card .header .label {
  color: #6C6C6C;

  font-family: Roboto;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 350;
  line-height: 18px;
  margin: 2px 0;
}

.testimonials-container .card .header svg {
  width: 12px;
  height: 12px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

.testimonials-container .card p {
  color: #6C6C6C;
  font-family: Roboto;
  font-size: 13.4px;
  font-style: normal;
  font-weight: 350;
  line-height: 18px;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .testimonials-container .content {
    margin: 0 0 24px 0;
  }

  .testimonials-container .subtitle.default {
    margin: 0 0 64px 0;
  }
}


@media screen and (min-width: 992px) {
  .testimonials-container .splide-testimonials {
    width: 77%;
  }
}


@media screen and (min-width: 1920px) {

  .testimonials-container .splide-testimonials {
    width: 73%;
  }


  .testimonials-container .container {
    max-width: 1483px;
  }

  .testimonials-container .subtitle.default {
    margin: 0 auto 99px auto;
  }

  .testimonials-container .content {
    gap: 16px;
    margin-right: 75px;
  }

  .testimonials-container .content img {
    width: 146px;
    height: 62px;
    aspect-ratio: 73/31;
  }

  .testimonials-container .content .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    margin: 0;
  }

  .testimonials-container .content svg {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
  }

  .testimonials-container .content .label {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
  }

  .testimonials-container .content .btn {
    padding: 8px 12px;
    gap: 8px;

    border-radius: 999px;
    border: 1px solid #145889;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }


  .testimonials-container .card {
    width: 100%;
    padding: 32px 24px;
    gap: 24px;

    border-radius: 16px;
    border: 1px solid #E9E9E9;
  }

  .testimonials-container .card .header {
    gap: 16px;
  }

  .testimonials-container .card .header div {
    flex-grow: 1;
  }

  .testimonials-container .card .header img {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
    border-radius: 999px;
    flex-shrink: 0;
  }

  .testimonials-container .card .header .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    margin: 0;
  }

  .testimonials-container .card .header .label {
    font-size: 12px;
    font-weight: 350;
    line-height: 18px;
    margin: 2px 0;
  }

  .testimonials-container .card .header svg {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
  }

  .testimonials-container .card p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0;
  }

}

/* ================== FIM TESTIMONIALS-CONTAINER ================== */

/* ==================== CTA ==================== */

.cta.primary .title.default {
  margin: 13px 0 22px 0;
  color: #242424;
}

.cta.primary .title.default span {
  color: #3484F7;
  display: block;
}

.cta.primary .parag.default {
  color: #6C6C6C;
  margin: 0;
}

.cta.primary .btn {
  margin: 47px auto 0 auto;
  display: flex;
  width: 235px;
  padding: 9px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  border: 1px solid #3484F7;
  background: #3484F7;
  color: #FAFAFA;
  font-family: Roboto;
  font-size: 11.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  transition: .3s ease;
  min-height: 0;
}

.cta.primary .btn:hover {
  border-color: #2b6fce;
  background: #2b6fce;
}





.cta.secondary {
  margin-bottom: 86px;
}

.cta.secondary .container {
  display: flex;
  padding: 74px 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;

  border-radius: 23px;
  background: url('../imagens/cta/primary.webp') lightgray 50% / cover no-repeat;
  max-width: 1021px;
}

.cta.secondary .title {
  color: #B6CBDA;
  text-align: center;
  font-family: "DM Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin: 0 0 23px 0;
}

.cta.secondary p {
  color: #FAFAFA;
  text-align: center;

  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.2px;
  margin: 0;
}







.cta.tertiary .container {
  margin: 64px auto;
  padding: 23px 58px;
  gap: 16px;
  border-radius: 10px;
  background: #EDF5FB;
  box-shadow: 0 2px 6px -2px rgb(27 27 27 / 30%), 0 4px 10px -2px rgba(27, 27, 27, 0.05);
  max-width: 1018px;
}

.cta.tertiary .container>div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}


.cta.tertiary .title {
  color: #145889;
  font-family: "DM Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 350;
  line-height: 32px;
  margin: 0;
}

.cta.tertiary .title strong {
  font-weight: 600;
}

.cta.tertiary .btn {
  display: flex;
  width: 232px;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  border: 1px solid #3484F7;
  background: #3484F7;
  color: #FAFAFA;
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  min-height: 0;
}







.cta.quaternary {
  background: var(--Brand-primary-base, #145889);
}

.cta.quaternary .container {
  padding: 45px 24px;
}

#servicos .cta.quaternary .title {
  color: #FAFAFA;
  text-align: center;
  font-family: "DM Sans";
  font-size: 15.9px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.4px;
  margin: 0 0 29px 0 !important;
}

.cta.quaternary .btn {
  display: flex;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #16A34A;
  background: #16A34A;
  color: #FAFAFA;
  font-family: Roboto;
  font-size: 11.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  min-height: 0;
  width: fit-content;
  transition: .3s ease;
}

.cta.quaternary .btn:hover {
  background-color: #3484F7;
  border-color: #3484F7;
}


@media screen and (max-width: 992px) {
  .cta.primary .container {
    padding: 64px 24px;
  }

  .cta.secondary {
    margin: 64px 16px;
  }

  .cta.tertiary {
    margin: 56px 16px;
  }

  .cta.tertiary .container>div {
    flex-direction: column;
    gap: 24px;
  }

  .cta.tertiary .container {
    padding: 32px 16px;
  }

  .cta.tertiary .btn {
    width: 100%;
  }

  .cta.primary .btn {
    width: 100%;
  }
}


@media screen and (min-width: 1920px) {
  .cta.primary .title.default {
    margin: 16px 0 32px 0;
  }

  .cta.primary .btn {
    margin: 64px auto 0 auto;
    width: 336px;
    padding: 12px 16px;
    gap: 12px;

    border-radius: 999px;
    border: 1px solid #3484F7;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .cta.secondary {
    margin-bottom: 120px;
  }

  .cta.secondary .container {
    padding: 104px 80px;

    border-radius: 32px;
    max-width: 1453px;
  }

  .cta.secondary .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 32px 0;
  }

  .cta.secondary p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    margin: 0;
  }







  .cta.tertiary .container {
    margin: 64px auto;
    padding: 40px 80px;

    gap: 16px;

    border-radius: 16px;

    box-shadow: 0 2px 6px -2px rgb(27 27 27 / 30%), 0 4px 10px -2px rgba(27, 27, 27, 0.05);
    max-width: 1454px;
  }


  .cta.tertiary .title {
    font-size: 40px;
    font-weight: 350;
    line-height: 48px;
    margin: 0;
  }

  .cta.tertiary .title strong {
    font-weight: 600;
  }

  .cta.tertiary .btn {
    width: 336px;
    padding: 12px 16px;
    gap: 12px;

    border-radius: 999px;
    border: 1px solid #3484F7;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }





  .cta.quaternary .container {
    padding: 64px 24px;
  }

  #servicos .cta.quaternary .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 26.4px;
    margin: 0 0 40px 0 !important;
  }

  .cta.quaternary .btn {
    padding: 12px 16px;

    border-radius: 999px;
    border: 1px solid #16A34A;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    min-height: 0;
  }

}

/* ================== FIM CTA ================== */

/* ==================== CUSTOMERS-CONTAINER ==================== */

.customers-container .title.default {
  color: #242424;
  margin: 16px 0 32px 0;
}

.customers-container .title.default span {
  color: #3484F7;
  display: block;
}

.customers-container .parag.default {
  color: #6C6C6C;
  margin: 0 0 64px 0;
}

@media screen and (max-width: 992px) {
  .customers-container .container {
    padding: 64px 24px;
  }

  .customers-container .splide__slide {
    display: flex;
    justify-content: center;
  }
}

/* ================== FIM CUSTOMERS-CONTAINER ================== */

/* ==================== OTHERS-CONTAINER ==================== */

.others-container.primary .container {
  max-width: 1068px;
}


.others-container.primary .container>div {
  display: flex;
  flex-direction: row;
  gap: 65px;
}

.others-container.primary .content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.others-container.primary .title {
  color: #145889;
  font-family: "DM Sans";
  font-size: 30.4px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 24px 0;
}

.others-container.primary p {
  color: #6C6C6C;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 20px;
  margin: 0;
}

.others-container.primary img {
  height: 271px;
  min-width: 421px;
  object-fit: cover;
  flex: 1 0 0;
  border-radius: 5px;
}






.others-container.secondary .container {
  max-width: 1069px;
}


.others-container.secondary .title {
  color: #242424;
}

.others-container.secondary .title span {
  color: #3484F7;
}

.others-container.secondary .content {
  padding: 28px 22px;
  border-radius: 11px;
  background: #033355;
  margin: 62px 0 0 0;
}



.others-container.secondary .card {
  border-radius: 6px;
  border: 1px solid #eeeeee28;
  background: linear-gradient(0deg, rgba(248, 248, 248, 0.02) 0%, rgba(248, 248, 248, 0.02) 100%), #033355;
  display: flex;
  padding: 28px 15px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  height: 100%;
}

.others-container.secondary .card h3 {
  color: #FAFAFA;
  font-family: "DM Sans";
  font-size: 16.3px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.9px;
  margin: 0 0 11px 0;
}

.others-container.secondary .card p {
  color: #FAFAFA;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin: 0;
}



.others-container.secondary .col {
  margin-top: 0;
  padding: 0 6px;
}







.others-container.tertiary .container {
  max-width: 1012px;
}


.others-container.tertiary .container>div {
  gap: 65px;
  justify-content: space-between;
}


.others-container.tertiary .content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.others-container.tertiary .title {
  color: #145889;
  font-family: "DM Sans";
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 16px 0;
}

.others-container.tertiary p {
  color: #6C6C6C;
  font-family: Roboto;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 350;
  line-height: 20px;
  margin: 0;
}

.others-container.tertiary img {
  max-width: 323px;
  height: 323px;
  min-width: 323px;
  object-fit: contain;
}





.others-container.quaternary .container.primary {
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;

  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);

  padding: 24px;
  max-width: 1019px;

}

.others-container.quaternary .container.primary>div {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.others-container.quaternary p {
  color: #6C6C6C;
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 350;
  line-height: 18.2px;
  margin: 0;
}


.others-container.quaternary .container.secondary {
  padding: 125px 24px 54px 24px;
}


.others-container.quaternary img {
  height: 292px;
  width: 428px;
  object-fit: contain;
}


@media screen and (max-width: 992px) {
  .others-container.primary .container>div {
    flex-direction: column-reverse;
  }

  .others-container.secondary {
    padding: 64px 16px;
  }

  .others-container.secondary .content {
    gap: 24px;
  }

  .others-container.tertiary .container {
    padding: 64px 16px;
  }

  .others-container.tertiary .container>div {
    align-items: center;
  }

  .others-container.primary img {

    min-width: 100%;
  }

}


@media screen and (min-width: 1920px) {
  .others-container.secondary .col {
    padding: 0 12px;
  }


  .others-container.primary .container {
    max-width: 1508px;
  }


  .others-container.primary .container>div {
    gap: 88px;
  }

  .others-container.primary .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;

    margin: 0 0 24px 0;
  }

  .others-container.primary p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0;
  }

  .others-container.primary img {
    height: 380px;
    min-width: 600px;
    flex: 1 0 0;
    border-radius: 8px;
  }


  .others-container.secondary .container {
    max-width: 1507px;
  }


  .others-container.secondary .content {
    padding: 40px;


    border-radius: 16px;
    margin: 84px 0 0 0;
  }

  .others-container.secondary .card {
    border-radius: 8px;
    border: 2px solid #eeeeee28;

    padding: 40px 24px;
    flex: 1 0 0;
    height: 100%;
  }

  .others-container.secondary .card h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 26.4px;
    margin: 0 0 16px 0;
  }

  .others-container.secondary .card p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0;
  }






  .others-container.tertiary .container {
    max-width: 1463px;
  }


  .others-container.tertiary .container>div {
    gap: 88px;
  }


  .others-container.tertiary .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 24px 0;
  }

  .others-container.tertiary p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0;
  }

  .others-container.tertiary img {
    max-width: 464px;
    height: 464px;
    min-width: 464px;
  }








  .others-container.quaternary .container.primary {
    border-radius: 16px;
    border: 1px solid #E9E9E9;

    box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);

    padding: 24px;
    max-width: 1460px;

  }

  .others-container.quaternary .container.primary>div {
    gap: 24px;
  }

  .others-container.quaternary p {
    font-size: 18px;
    font-weight: 350;
    line-height: 25.2px;
    margin: 0;
  }


  .others-container.quaternary .container.secondary {
    padding: 170px 24px 78px 24px;
  }


  .others-container.quaternary img {
    height: 438px;
    width: 606px;
  }
}

/* ================== FIM OTHERS-CONTAINER ================== */

/* ==================== FAQ-CONTAINER ==================== */

.faq-container {
  background: #171F2A;
}

.faq-container .container {
  max-width: 1069px;
  padding: 118px 24px;
}

.faq-container .container>div {
  display: flex;
  flex-direction: row;
  gap: 63px;
}

.faq-container .content {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faq-container .content .title {
  color: #FAFAFA;
  font-family: "DM Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 0 0;
}

.faq-container .content p {
  color: #FAFAFA;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin: 19px 0 28px 0;
}

.faq-container .content .btn {
  display: flex;
  padding: 21px 15px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  min-width: 414px;
  border-radius: 8px;
  background: linear-gradient(90deg, #FBFCFE 0%, #92AADD 100%);
  transition: .3s ease;
}

.faq-container .content .btn:hover {
  transform: scale(.9);
}

.faq-container .content svg {
  width: 46px;
  height: 46px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.faq-container .content .btn div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.faq-container .content .btn span {
  color: #171F2A;
  font-family: "DM Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.4px;
  width: fit-content;
}

.faq-container .content .btn .label {
  color: #171F2A;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 350;
  line-height: 18.2px;
}




.faq {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.faq-trigger {
  width: 100%;
  padding: 2px 0 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  background: none;
  border: 0;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
}

.faq-trigger span:first-child {
  color: #FAFAFA;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.6px;
}

.faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.faq-icon svg {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  stroke: white;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;

  transition:
    opacity .35s cubic-bezier(.4, 0, .2, 1),
    transform .35s cubic-bezier(.4, 0, .2, 1);
}

.icon-close {
  opacity: 0;
  transform: rotate(-90deg) scale(.7);
}

.faq-item.active .icon-plus {
  opacity: 0;
  transform: rotate(90deg) scale(.7);
}

.faq-item.active .icon-close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.faq-content {
  height: 0;
  overflow: hidden;
  transition: height .35s cubic-bezier(.4, 0, .2, 1);
}

.faq-content-inner {
  padding-bottom: 28px;
}

.faq-content p {
  margin: 0;
  max-width: 900px;

  color: #9ca8b8;
  font-size: 13px;
  line-height: 1.8;
}

.faq-trigger:hover {
  opacity: .9;
}

.faq-trigger:hover .faq-icon {
  transform: scale(1.08);
}

.faq-icon {
  transition: transform .25s ease;
}



@media screen and (max-width: 992px) {
  .faq-container .container>div {
    flex-direction: column;
  }

  .faq-container .content .btn {
    min-width: 100%;
  }

  .faq-container .content .btn span {
    text-align: start;
  }

  .faq-container .content p br {
    display: none;
  }
}


@media screen and (min-width: 1920px) {

  .faq-container .container {
    max-width: 1504px;
    padding: 121px 24px;
  }

  .faq-container .container>div {
    gap: 88px;
  }

  .faq-container .content .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 0 0;
  }

  .faq-container .content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 24px 0 40px 0;
  }

  .faq-container .content .btn {
    padding: 32px 24px;
    gap: 16px;
    min-width: 594px;
    border-radius: 12px;
  }


  .faq-container .content svg {
    width: 67px;
    height: 67px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
  }

  .faq-container .content .btn div {
    gap: 4px;
  }

  .faq-container .content .btn span {
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
  }

  .faq-container .content .btn .label {
    font-size: 18px;
    font-weight: 350;
    line-height: 25.2px;
  }




  .faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .faq-trigger {
    width: 100%;
    padding: 28px 0;

    gap: 32px;

    border: 0;
  }

  .faq-trigger span:first-child {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
  }

  .faq-icon {
    width: 28px;
    height: 28px;
  }

  .icon-close {
    opacity: 0;
    transform: rotate(-90deg) scale(.7);
  }


  .faq-content-inner {
    padding-bottom: 28px;
  }

  .faq-content p {
    margin: 0;
    max-width: 900px;

    font-size: 1rem;
    line-height: 1.8;
  }

  .faq {
    gap: 0;
  }


}

/* ================== FIM FAQ-CONTAINER ================== */

/* ==================== MPI-CONTAINER ==================== */

.mpi-container .title.default span {
  display: inline;
  color: #3484F7;
}

.mpi-container .title.default {

  color: #242424;
  margin: 0 0 56px 0;
}

/* ================== FIM MPI-CONTAINER ================== */

/* ==================== TEAMS-CONTAINER ==================== */

.teams-container .container {
  padding: 181px 24px 54px 24px;
  max-width: 1011px;
}

.teams-container .container>div {
  gap: 68px;
}


.teams-container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.teams-container .col {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}

.teams-container .title {
  color: #145889;
  font-family: "DM Sans";
  font-size: 28.9px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 18px 0;
}

.teams-container p {
  color: #6C6C6C;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 350;
  line-height: 18px;
  margin: 0;
}

.teams-container .icon-container {
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;

  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05), 0 1px 4px 0 rgba(27, 27, 27, 0.05);
}


.teams-container .icon {
  border-radius: 999px;
  border: 1px solid #145889;
  display: flex;
  width: 78px;
  height: 78px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.teams-container svg {
  width: 39px;
  height: 43px;
  flex-shrink: 0;
  aspect-ratio: 61 / 64;

}


@media screen and (max-width: 992px) {
  .teams-container .icon-container {
    gap: 48px 0;
    padding: 16px 12px;
  }

  .teams-container .container {
    padding: 64px 24px;
  }
}


@media screen and (min-width: 1920px) {
  .teams-container .container {
    padding: 252px 24px 54px 24px;
    max-width: 1440px;
  }

  .teams-container .container>div {
    gap: 88px;
  }


  .teams-container .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 24px 0;
  }

  .teams-container p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0;
  }

  .teams-container .icon-container {
    border-radius: 8px;
    border: 1px solid #E9E9E9;
  }


  .teams-container .icon {
    border-radius: 999px;
    border: 2px solid #145889;
    width: 104px;
    height: 104px;
    padding: 16px;
    flex-shrink: 0;
  }

  .teams-container svg {
    width: 61px;
    height: 64px;
    flex-shrink: 0;
    aspect-ratio: 61/64;

  }

}

/* ================== FIM TEAMS-CONTAINER ================== */


/* ==================== REGIONS-CONTAINER ==================== */

.regions-container .container {
  max-width: 1440px;
}


.regions-container .container>div {
  gap: 88px;
}

.regions-container .content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.regions-container .title {
  color: #145889;
  font-family: "DM Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.regions-container p {
  color: #6C6C6C;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 350;
  line-height: 18px;
  margin: 18px 0 48px 0;
}

.regions-container .btn {
  display: flex;
  padding: 12px 13px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  border: 1px solid #145889;
  background: #145889;
  color: #FAFAFA;
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  min-height: 0;
}


.regions-container img {
  width: 360px;
  height: 280px;
  aspect-ratio: 223/161;
  object-fit: contain;
}

@media screen and (min-width: 1920px) {
  .regions-container .container {
    max-width: 1440px;
  }


  .regions-container .container>div {
    gap: 88px;
  }


  .regions-container .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
  }

  .regions-container p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 24px 0 48px 0;
  }

  .regions-container .btn {
    padding: 12px 16px;
    gap: 12px;


    border-radius: 999px;
    border: 1px solid #145889;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }


  .regions-container img {
    width: 464px;
    height: 335px;
    aspect-ratio: 223/161;
  }
}

/* ================== FIM REGIONS-CONTAINER ================== */

.service-inc .title {
  color: #145889;

  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 0 0 24px 0;
}

.service-inc img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.service-inc .btn {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;


  border-radius: 999px;
  border: 1px solid #145889;
  background: #145889;

  color: #FAFAFA;

  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  min-height: 0;
  width: fit-content;
}

.service-inc .card {
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  gap: 12px;
}

.service-inc .card p {
  text-align: center;
}


/* ==================== CARD DEFAULT ==================== */

.card.default {
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;
  overflow: hidden;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05), 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  transition: .3s ease;
  height: 100%;
}

.card.default:hover {
  border-color: #B6CBDA;
  background: #F6F6F6;

}

.card.default .cover {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.card.default img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease;
}

.card.default:hover img {
  transform: scale(1.1);
}

.card.default .content {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: start;
  flex-grow: 1;
  justify-content: space-between;
}

.card.default .title {
  color: #6C6C6C;
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.4px;
  margin: 0;
  transition: .3s ease;
}

.card.default:hover .title {
  color: #145889;
}

.card.default p {
  color: #6C6C6C;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 350;
  line-height: 17px;
  margin: 7px 0 0 0;
  transition: .3s ease;
}

.card.default .line {
  width: 100%;
  border-top: 2px dotted #E9E9E9;
  margin: 18px 0;
  display: block;
}

.card.default:hover p {
  color: #4A4848;
}

.card.default .btn {
  display: flex;
  padding: 6px 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  color: #1A1A1A;
  font-family: Roboto;
  font-size: 11.3px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  transition: .3s ease;
  height: fit-content;
  min-height: 0;
}

.card.default:hover .btn {
  border-color: #12507D;
  background: #12507D;
  color: #FAFAFA;
}

.card.default .btn svg {
  width: 7.667px;
  height: 7.667px;
  color: #1A1A1A;
  transition: .3s ease;
}

.card.default:hover .btn svg {
  color: #fafafa
}

@media screen and (min-width: 1920px) {
  .card.default {
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05), 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  }


  .card.default .line {
    border-top: 4px dotted #E9E9E9;
    margin: 32px 0;
  }


  .card.default .cover {
    width: 100%;
    height: 324px;
  }

  .card.default .content {
    padding: 32px 24px;
    flex-grow: 1;
  }

  .card.default .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    margin: 0;
  }

  .card.default p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 8px 0 0 0;
  }

  .card.default .btn {
    padding: 8px 12px;
    gap: 8px;

    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }

  .card.default .btn svg {
    width: 10.667px;
    height: 10.666px;
  }


}

/* ================== FIM CARD DEFAULT ================== */

#servicos .title.default {
  color: #145889;
  text-align: center;
  font-family: "DM Sans";
  font-size: 25.7px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 0 0 72px 0;
}

#servicos .container.reset-aside-sig {
  max-width: 1065px;
}

@media screen and (min-width: 1920px) {
  #servicos .title.default {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 112px 0;
  }

  #servicos .container.reset-aside-sig {
    max-width: 1504px;
  }
}

/* ==================== OUR-FACILITIES-CONTAINER ==================== */

.our-facilities-container .container {
  max-width: 1014px;
}

.our-facilities-container .container>div {
  display: flex;
  gap: 88px;
}

.our-facilities-container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.our-facilities-container .title {
  color: #145889;
  font-family: "DM Sans";
  font-size: 28.9px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 18px 0;
}

.our-facilities-container p {
  color: #6C6C6C;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 21px;
  margin: 0;
}

.our-facilities-container img {
  min-width: 283.412px;
  height: 254px;
  object-fit: contain;
}


@media screen and (max-width: 992px) {
  .our-facilities-container .container>div {
    flex-direction: column;
  }

  .our-facilities-container img {
    margin: 0 auto 48px auto;
  }
}


@media screen and (min-width: 1920px) {
  .our-facilities-container .container {
    max-width: 1430px;
  }

  .our-facilities-container .container>div {
    gap: 88px;
  }


  .our-facilities-container .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 24px 0;
  }

  .our-facilities-container p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0;
  }

  .our-facilities-container img {
    min-width: 429.412px;
    height: 350px;
  }

}

/* ================== FIM OUR-FACILITIES-CONTAINER ================== */


/* ==================== KEY-PROGRAMS-CONTAINER ==================== */

.key-programs-container .container {
  max-width: 1056px;
}

.key-programs-container .title {
  color: #145889;
  text-align: center;
  font-family: "DM Sans";
  font-size: 28.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin: 0;
}

.key-programs-container p {
  color: #6C6C6C;
  text-align: center;
  font-family: Roboto;
  font-size: 13.7px;
  font-style: normal;
  font-weight: 350;
  line-height: 18.2px;
  margin: 5px 0 85px 0;
}

.key-programs-container .content {
  gap: 33px 0;
}

.key-programs-container .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  padding: 0 24px;
}

.key-programs-container .card img {
  width: 85px;
  height: 85px;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.key-programs-container .card .title {
  color: #145889;
  text-align: center;
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.6px;
  margin: 14px 0 0 0;
}

@media screen and (min-width: 1920px) {
  .key-programs-container .container {
    max-width: 1508px;
  }

  .key-programs-container .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
  }

  .key-programs-container p {
    font-size: 18px;
    font-weight: 350;
    line-height: 25.2px;
    margin: 8px 0 120px 0;
  }

  .key-programs-container .content {
    gap: 48px 0;
  }

  .key-programs-container .card {
    padding: 0 24px;
  }

  .key-programs-container .card img {
    width: 120px;
    height: 120px;
  }

  .key-programs-container .card .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    margin: 24px 0 0 0;
  }
}

/* ================== FIM KEY-PROGRAMS-CONTAINER ================== */

/* ==================== TRAINING-CONTAINER ==================== */

.training-container .title.default {
  color: #145889;
  text-align: center;

  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 0 !important;
}

.training-container .parag {
  color: #6C6C6C;
  text-align: center;
  font-family: Roboto;
  font-size: 12.7px;
  font-style: normal;
  font-weight: 350;
  line-height: 18.2px;
  margin: 0 0 82px 0;
}


.training-container .card-container {
  margin-bottom: 218px;
}

.training-container .card-container .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #EEE;
  background: #FAFAFA;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05), 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  padding: 23px 12px;
}

.training-container .card-container .card svg {
  width: 29px;
  height: 29px;
  aspect-ratio: 1/1;
}

.training-container .card-container .card .title {
  color: #145889;
  text-align: center;
  font-family: "DM Sans";
  font-size: 12.6px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.6px;
  margin: 12px 0 0 0;
}

@media screen and (min-width: 1920px) {
  .training-container .title.default {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 !important;
  }

  .training-container .parag {
    font-size: 18px;
    font-weight: 350;
    line-height: 25.2px;
    margin: 12px 0 120px 0;
  }


  .training-container .card-container {
    margin-bottom: 303px;
  }

  .training-container .card-container .card {
    width: 100%;
    border-radius: 16px;
    border: 2px solid #EEE;

    box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05), 0 1px 4px 0 rgba(27, 27, 27, 0.05);


    padding: 40px 24px;
  }

  .training-container .card-container .card svg {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
  }

  .training-container .card-container .card .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    margin: 24px 0 0 0;
  }

}

/* ================== FIM TRAINING-CONTAINER ================== */


.card-blog.default {
  padding: 0;
  border-radius: 2px;
  border: 1px solid rgba(195, 195, 195, 0.20);
  background: transparent;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  transition: .3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-blog.default:hover {
  background: #c0c0c0;
}

.card-blog.default .cover {
  width: 100%;
  height: 202px;
  overflow: hidden;
}

.card-blog.default img {
  transition: .3s ease;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-blog.default:hover img {
  transform: scale(1.1);
}

.card-blog.default .content {
  width: 100%;
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-grow: 1;
}

.card-blog.default .content .time {
  display: flex;
  padding: 2px 9px;
  align-items: flex-start;
  width: fit-content;
  border-radius: 6px;
  border: 1px solid #242424;
  background: #1A1A1A;
  color: #C3C3C3;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

.card-blog.default .content .title {
  color: #6C6C6C;
  font-size: 15.6px;
  font-style: normal;
  font-weight: 400;
  transition: .6s ease;
  margin: 16px 0 3px 0;
}

.card-blog.default:hover .title {
  color: var(--primary-color);
}

.card-blog.default .content p {
  color: #6C6C6C;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 17px;
  margin: 11px 0 16px 0;
}

@media screen and (min-width: 1920px) {
  .card-blog.default {
    padding: 0;
    border-radius: 2px;
    border: 1px solid rgba(195, 195, 195, 0.20);
  }

  .card-blog.default .cover {
    height: 283px;
  }

  .card-blog.default .content {
    padding: 28px 24px;
  }

  .card-blog.default .content .time {
    padding: 3px 14px;
    border-radius: 6px;
    border: 1px solid #242424;
    font-size: 14px;
    font-weight: 400;
  }

  .card-blog.default .content .title {
    font-size: 22.6px;
    font-weight: 400;
    margin: 23px 0 6px 0;
  }

  .card-blog.default .content p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 19px 0 24px 0;
  }
}