header .logo-desktop,
header .logo-mobile-menu {
  width: 160px;
  margin: 1rem 0
}

.nav-link {
  color: #FAFAFA;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
}

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

  header .logo-desktop,
  header .logo-mobile-menu {
    width: 200px;
    margin: 1rem 0
  }

  .nav-link::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    background-color: #fafafa;
    width: 0;
    height: 2px;
    transition: .3s ease;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show,
  .navbar-nav .nav-link:hover {
    color: #fafafa !important;
  }

  .navbar-nav .nav-link.active::before,
  .navbar-nav .nav-link.show::before,
  .navbar-nav .nav-link:hover::before {
    width: 100%;
  }

  .headerSlide  {
    background-color: #212529;
  }

.headerFixed,
header,
 .headerSlide {
  z-index: 444;
}

}

@media screen and (min-width: 1400px) {
  .nav-link {
    line-height: 19.2px;
    font-size: 16px;
  }
}

/* FOOTER */
footer {
  background: url('../imagens/footer/footer.webp') no-repeat;
  background-size: cover;
}

footer .logo-desktop {
  max-width: 200px;
  filter: brightness(0) invert(1)
}

footer h3 {
  color: #FAFAFA;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  margin: 0 0 24px 0;
}

footer h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  background-color: #FAFAFA;
  width: 40px;
  height: 2px;

}

footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: .875rem;
  color: var(--light);
  transition: .3s
}

footer .footer__nav li a i {
  font-size: .625rem
}

footer .footer__nav li a:hover {
  color: var(--primary-color-light)
}

footer .address :is(span, a):not(.btn) {
  color: var(--light);
  font-size: 12px;
  line-height: 25px;
  transition: .3s
}

footer .address a:not(.btn):hover {
  color: var(--primary-color-light)
}

.copyright-footer {
  background: var(--primary-color);
}

.copyright-footer p {
  color: #F6F6F6;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.copyright-footer .btn.selos {
  min-height: unset;
}

@media screen and (max-width: 992.05px) {
  footer .social {
    justify-content: center;
  }

  footer {
    background: url('../imagens/footer/mobile.webp') no-repeat;
    background-size: cover;
    margin-top: 3rem;
  }

}

@media screen and (min-width: 1400px) {
  footer h3 {
    font-size: 20px;
    margin: 0 0 24px 0;
  }


  footer .address :is(span, a):not(.btn) {

    font-size: .875rem;
    line-height: 25px;
  }
}

.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(--primary-color);
  background-image: linear-gradient(-45deg, var(--primary-color), 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
}

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

.banner-sig h2 {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

.banner-sig h2 strong {
  font-weight: 900;
  color: var(--primary-color);
}

.banner-sig p {
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 18px 0;
}

.banner-sig a {
  display: flex;
  padding: 11px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 2px solid #FFF;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.banner-sig a:nth-child(2) {
  background-color: #fff;
  color: #000;
}

@media screen and (min-width: 1400px) {
  .banner-sig h2 {

    font-size: 55px;
    line-height: 66px;
  }

  .banner-sig p {

    font-size: 16px;
    line-height: 24px;
    margin: 32px 0;
  }

  .banner-sig a {

    padding: 11px 16px;
    font-size: 14px;
  }

}

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

/* ==================== NUMBER-CONTAINER ==================== */

.number-container {
  border-radius: 30px;
  background: var(--primary-color);
  padding: 40px;
}




.number-container span {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 60.5px;
  display: block;
  margin: 12px 0;
}

.number-container h2 {
  color: #F8F8F8;
  text-align: center;
  font-family: Rubik;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.5px;
  margin: 0;
}


.number-container__card {
  width: 100%;
  max-width: 26.1875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.26);
}

.number-container__card:nth-last-child(1) {
  border: none;
}

@media screen and (max-width: 992px) {
  .number-container>div {
    gap: 24px;
  }

  .number-container__card {
    border: none;
  }
}

@media screen and (min-width: 992px) {
  .number-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -160px;
  }
}

@media screen and (min-width: 1400px) {
  .number-container span {

    font-size: 55px;
    line-height: 60.5px;
  }

  .number-container h2 {

    font-size: 15px;
    line-height: 25.5px;
  }

  .number-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -190px;
  }

}


/* ================== FIM NUMBER-CONTAINER ================== */

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

.who-we-are-container .subtitle {
  color: #fff;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.8px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.who-we-are-container .title {
  color: var(--primary-color);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0;
}

.who-we-are-container .title span {
  color: #FFF;
  font-weight: 700;
  margin-bottom: 14px;
  display: block;
}

.who-we-are-container__parag {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.who-we-are-container a {
  display: flex;
  padding: 14px 42px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: var(--primary-color);
  color: #FAFAFA;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-top: 32px;
}




.progress-2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.progress-2__content {

  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}

.progress-2__circle {
  width: 100%;
  max-width: 160px;
  height: 160px;
  border-radius: 100%;
  background: conic-gradient(var(--background) 0deg calc(var(--progress) * 3.6deg), #212529 calc(var(--progress) * 3.6deg) 360deg);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-2__circle::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 50%;
  width: 98%;
  height: 98%;
  border-radius: 50%;
  scale: 1;
  background-color: #212529;
  z-index: 1;
  transform: translateX(-50%);
}

.progress-2__value {
  position: relative;
  z-index: 5;
  font-size: 2.3rem;
  font-weight: bold;
}

.progress-2__title {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: v20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 16px 0;
}

.progress-2__parag {
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

@media only screen and (max-width:768px) {
  .progress-2__content {
    width: 100%;
  }

  .progress-2 {
    flex-direction: column;
    align-items: center;
  }
}

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

  .who-we-are-container::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 550px;
    height: 1192px;
    background: url('../imagens/who-we-are/cover.webp') no-repeat;
    background-size: cover;
    z-index: -1;
  }
}

@media screen and (min-width:1400px) {
  .who-we-are-container .subtitle {

    font-size: 16px;
    margin-bottom: 8px;
  }


  .who-we-are-container .title {

    font-size: 40px;
  }

  .who-we-are-container__parag {

    font-size: 20px;
  }

  .who-we-are-container a {

    padding: 16px 48px;
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-top: 32px;
  }


  .who-we-are-container::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 704px;
    height: 1192px;
    background: url('../imagens/who-we-are/cover.webp') no-repeat;
    background-size: cover;
    z-index: -1;
  }

}

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

/* ==================== MVV-CONTAINER ==================== */

.mvv-container {
  background: var(--primary-color);
}

.mvv-container__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background: transparent;
  transition: .3s ease;
}

.mvv-container__card:hover {
  background-color: var(--primary-color-dark);
}

.mvv-container__card h3 {
  color: #FAFAFA;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 34.8px;
  margin: 16px 0;
}

.mvv-container__card p {
  color: #FAFAFA;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  margin: 0;
}


@media screen and (min-width:1400px) {
  .mvv-container__card h3 {

    font-size: 29px;
    line-height: 34.8px;
    margin: 16px 0;
  }

  .mvv-container__card p {

    font-size: 16px;
    line-height: 19.2px;
  }

}

/* ================== FIM MVV-CONTAINER ================== */


/* ==================== SERVICES-CONTAINER ==================== */

.services-container .content h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 49.5px;
  margin: 0;
}

.services-container .content h2 span {
  color: var(--primary-color);
}

.services-container .content p {
  color: #F8F8F8;
  font-family: Rubik;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.5px;
  margin: 0 0 24px 0;
}

.services-container .content ul {
  margin: 0;
  list-style: none;
}

.services-container .content li {
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.services-container__card {
  display: flex;
  flex-direction: column;
  align-items: center;

  border-radius: 30px;
  opacity: 0.75;
  background: #111;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.services-container__card img {
  height: 60px;
  width: 60px;
}

.services-container__card::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  background-color: #1e1e1e;
  border-radius: 10000px;
  top: -144px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: .3s;
}

.services-container__card:hover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e1e1e;
  border-radius: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.services-container__card h3 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin: 24px 0 0 0;
  line-height: 26px;
  transition: 0.3s;
}

.services-container__card:hover h3 {
  color: var(--primary-color);
}

.btn-service {
    padding: 16px 32px;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-top: 32px;
    text-transform: uppercase;
    font-weight: 600;
    width: fit-content;
}

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

  .services-container .content h2 {

    font-size: 45px;
    line-height: 49.5px;
  }

  .services-container .content p {

    font-size: 15px;
    line-height: 25.5px;
  }

  .services-container .content li {
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
  }

  .services-container__card img {
    height: 102px;
    width: 104px;
  }


  .services-container__card h3 {

    font-size: 20px;
    line-height: 24px;
    margin: 24px 0 0 0;
  }
}

/* ================== FIM SERVICES-CONTAINER ================== */


/* ==================== TESTIMONIALS-CONTAINER ==================== */

.testimonials-container .subtitle {
  color: var(--primary-color);
  text-align: center;
  font-size: 18px;
  font-family: Exo;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.testimonials-container .title {
  color: #FFF;
  text-align: center;
  font-family: Exo;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 2px;
  margin: 12px 0 40px 0;
}


.testimonials-card {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  width: 100%;
  max-width: 46.5625rem;
  overflow: hidden;
  height: 18.3125rem;
}

.testimonials-card .subtitle {
  color: #525252;
  text-align: start;
  /* font-family: Lato; */
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.testimonials-card h3 {
  color: #525252;
  /* font-family: Lato; */
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 10px 0;
}


.testimonials-card p {

  color: #525252;
  /* font-family: Lato; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;

}


.testimonials-card .content {
  max-height: 160px;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.testimonials-card .content::-webkit-scrollbar {
  display: none;
}



.testimonials-container .splide__pagination {
  bottom: -3.5em;
}

.testimonials-container .splide__arrow {
  top: 110%;
  background: transparent;
  border: none;
}

.testimonials-container .splide__arrow svg {
  fill: var(--primary-color);
}

.testimonials-container .splide__arrow--prev {
  left: 23em;
}

.testimonials-container .splide__arrow--next {
  right: 21em;
}

.testimonials-container .splide__pagination__page.is-active {
  background: var(--primary-color);
  transform: scale(1);
}

@media screen and (max-width: 992px) {
  .testimonials-container .splide__arrow--prev {
    left: 0;
  }

  .testimonials-container .splide__arrow--next {
    right: 0;
  }

  .testimonials-container .splide__arrow {
    top: 104%;
  }

  .testimonials-card {
    height: auto;
  }

  .testimonials-card .content {
    padding: 10px;
    height: 209px;
    overflow: scroll;
  }

  .testimonials-card .img-container {
    height: 400px;
  }

}

@media screen and (min-width: 1400px) {
  .testimonials-card .subtitle {


    font-size: 12px;
  }

  .testimonials-card h3 {

    font-size: 24px;
    margin: 10px 0;
  }

  .testimonials-card p {


    font-size: 12px;

  }

}

/* ================== FIM TESTIMONIALS-CONTAINER ================== */

/* ==================== CONTACT-CONTAINER ==================== */


.contact-container {
  background: url('../imagens/contact/contact.webp') no-repeat;
  background-size: cover;
}

.contact-container .left .label {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.20);
  color: #787878;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.6px;
  padding: 8px 24px;
}

.contact-container .left h3 {
  color: #1D274E;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 49.5px;
  margin: 23px 0;
}

.contact-container .left h3 span {
  color: var(--primary-color);
}

.contact-container .left p {
  color: #747DA1;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 24px 0;
}

.contact-container .left .contact-container__card {
  display: flex;
  gap: 8px;
  align-items: center;
}


.contact-container .left .contact-container__card .icon-container {
  display: flex;
  width: 73px;
  height: 73px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #111;
}

.contact-container .left .contact-container__card h4 {
  color: #111;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.8px;
  margin: 0 0 8px 0;
}


.contact-container .left .contact-container__card span,
.contact-container .left .contact-container__card address {
  color: var(--primary-color);
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.contact-container .right {
  position: relative;
  z-index: 3;
}

.contact-container .right h3 {
  color: #111;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

.contact-container .right p {
  color: #747DA1;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.5px;
  margin: 20px 0;
}

.contact-container .right>div {
  display: flex;
  padding: 40px 35px 71.61px 35px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.contact-container .form-control,
.contact-container .form-select {
  display: flex;
  padding: 19px 16px 20.5px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #D9D9D9;
  background-color: transparent;
}

.contact-container .form-control::placeholder,
.contact-container .form-select {
  color: #747DA1;
  font-family: Rubik;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.6;
}

.contact-container .center img {
  position: absolute;
  bottom: 0;
  right: -60px;
  z-index: 0;
  object-position: bottom;
}

@media screen and (max-width: 992px) {
  .contact-container {
    background: url('../imagens/contact/mobile.webp') no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 1400px) {
  .contact-container .right h3 {
    font-size: 35px;
    line-height: 38.5px;
  }

  .contact-container .right p {
    font-size: 15px;
    line-height: 25.5px;
  }
}

/* ================== FIM CONTACT-CONTAINER ================== */

/* ==================== EMPHASIS-CONTAINER ==================== */

.emphasis-container .subtitle {
  color: var(--primary-color);
  text-align: center;
  font-family: Exo;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
}

.emphasis-container .title {
  color: #FFF;
  text-align: center;
  font-family: Exo;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.6px;
  letter-spacing: 2.4px;
  margin: 0 0 40px 0;
}

/* ================== FIM EMPHASIS-CONTAINER ================== */