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

.headerFixed {
  background-color: var(--primary-color-light);
}

@media screen and (max-width: 992px) {
  header {
    background-color: var(--primary-color);
  }

  header .logo-desktop,
  header .logo-mobile-menu {
    margin: 15px 0;
  }
}

@media screen and (min-width: 992px) {
  header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #FAFAFA;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    padding: 11px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: transparent;
    transition: .3s ease;

  }

  .navbar-expand-lg .navbar-nav .nav-link.active {
    background: #DEDEDE;
    color: #1A1B1B;
  }
}

@media screen and (min-width: 1400px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
  }
}

/* FOOTER */
footer {
  border-top: 1px solid #F1F1F1;
  background: #F6F6F6;
  margin-top: 3rem;
}

footer .logo-desktop {
  max-width: 200px;
}

footer .logo-container p {
  color: #222424;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

footer .logo-container .selo {
  height: 70px;
  object-fit: contain;
}

footer h3 {
  margin: 0 0 22px 0;
  color: #2B2D2D;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}


footer .footer__nav li a:not(.btn) {

  color: #393C3C;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.6px;
  text-transform: capitalize;
}

footer .footer__nav li a i {
  font-size: 10px
}

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

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

  transition: .3s;
  color: #393C3C;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
}

footer i {
  color: var(--primary-color);
}

footer iframe {
  border-radius: 1rem;
  width: 100%;
}

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

.copyright-footer .btn.selos {
  min-height: unset;
  background-color: transparent;
  color: #A9A9A9;
  border: none;
}

.copyright-footer p {
  color: #A9A9A9;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

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


@media screen and (min-width: 1400px) {
  .copyright-footer p {
    font-size: 18px;
  }
}

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

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

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

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

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

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

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

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

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

.title-subtitle {
  margin-bottom: 0
}

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


/* ==================== CUSTOM ==================== */


.custom-title {
  color: var(--primary-color);
  text-align: center;
  font-family: Lato;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  margin-bottom: 2.5rem;
}

.custom-title>span {
  color: #A9A9A9;
  text-align: center;
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  display: block;
  margin-top: 4px;
}

.custom-title::before {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 222px;
  height: 4px;
  background: linear-gradient(90deg, rgba(51, 132, 162, 0.00) 0%, #13313C 100%);
}

/* ================== FIM CUSTOM ================== */


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

.splide-banner h2 {
  color: #FAFAFA;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}


.splide-banner h2>span {
  color: var(--secondary-color);
}

.splide-banner p {
  color: #FAFAFA;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 24px 0 32px 0;
}

.splide-banner a {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #FAFAFA;
  border: 2px solid #FAFAFA;
  color: #222424;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}

.splide-banner a:nth-child(2) {
  background-color: transparent;
  color: #FAFAFA;
}


@media screen and (min-width: 1400px) {
  .splide-banner h2 {
    font-size: 52px;
  }

  .splide-banner p {
    font-size: 22px;
  }


  .splide-banner a {
    font-size: 18px;
  }
}

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

.customers-container {
  height: 150px;
}

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

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

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

.who-we-are-container {
  background: #FAFAFA;
}

.who-we-are-container--pages {
  background: transparent;
}

.who-we-are-container .img-container img {
  height: 100%;
  max-height: 480px;
}

.who-we-are-container .title {
  color: var(--primary-color);
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  position: relative;
}

.who-we-are-container .title::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  max-width: 222px;
  height: 4px;
  background: linear-gradient(90deg, rgba(51, 132, 162, 0.00) 0%, #13313C 100%);
}


.who-we-are-container .title>span {
  color: #A9A9A9;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  display: block;
}

.who-we-are-container p {
  color: #454545;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 40px 0 48px 0;
}

.who-we-are-container a {
  display: flex;
  padding: 11px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}


.who-we-are-container__card {
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
  align-items: flex-start;
  background: #FAFAFA;
  border-radius: 16px;
  border: 1.5px solid rgba(198, 198, 198, 0.35);
  transition: .3s ease;
}

.who-we-are-container__card:hover {
  border-color: var(--primary-color);
  background: #E7EAEC;
}


.who-we-are-container__card h3 {
  color: #6C6C6C;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin: 22px 0 16px 0;
}

.who-we-are-container__card p {
  color: #6C6C6C;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .who-we-are-container .title {
    font-size: 40px;
  }

  .who-we-are-container .title>span,
  .who-we-are-container p {
    font-size: 18px;
  }

  .who-we-are-container a {
    font-size: 16px;
  }

}


@media screen and (min-width: 1400px) {
  .who-we-are-container .title {
    font-size: 44px;
  }

  .who-we-are-container .title>span,
  .who-we-are-container p {
    font-size: 22px;
  }

  .who-we-are-container a {
    font-size: 18px;
  }


  .who-we-are-container__card h3 {
    font-size: 22px;
  }

  .who-we-are-container__card p {
    font-size: 16px;
  }
}

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

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

.products-container>a {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: var(--primary-color);
  color: #FAFAFA;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 auto;
  width: fit-content;
}

.card-11 {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background-color: #fafafa;
  transition: all 0.4s ease;
}

.card-11 .content {
  padding: 16px 16px 24px 16px;
}

.card-11__image {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.card-11 {
  border-radius: 15px;
}

.card-11__title {
  font-size: 1.4375rem;
  color: #606062;
  margin: 0;
  margin-top: 16px;
}

.card-11__text {
  font-size: 16px;
  color: #606062;
  margin: 16px 0 24px 0;
}


.card-11__btn {
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 11px 16px;
  background-color: transparent;
  transition: all 0.4s ease;
  width: 100%;
  display: block;
  text-align: center;

  border-radius: 32px;
  border: 2px solid var(--primary-color);
}

.card-11__btn:hover {
  color: var(--light, #fff);
}

.card-11:hover {
  background-color: #e7e7e7;
}

.card-11:hover .card-11__btn {
  background-color: var(--primary-color, #26306D);
  color: var(--light);
}

.card-11:hover .card-11__title {
  color: var(--primary-color, #26306D);
}

@media screen and (min-width: 1400px) {
  .products-container>a {
    font-size: 18px;
  }
}

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

/* ==================== CUSTOM-CTA ==================== */

.custom-cta h2 {
  color: #FAFAFA;
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.custom-cta p {
  color: #FAFAFA;
  font-family: Montserrat;
  font-size: 16px;
   text-align: center;
  font-style: normal;
  font-weight: 400;
  margin: 16px 0 32px 0;
}

.custom-cta a {
  display: flex;
  padding: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: var(--secondary-color);
  color: #715309;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .custom-cta h2 {
    font-size: 40px;
  }

  .custom-cta p {
    font-size: 18px;
  }

  .custom-cta a {
    font-size: 18px;
    margin: 0;
  }

  .custom-cta h2,
  .custom-cta p {
    text-align: start;
  }
}

@media screen and (min-width: 1400px) {
  .custom-cta h2 {
    font-size: 52px;
  }

  .custom-cta p {
    font-size: 22px;
  }

  .custom-cta a {
    font-size: 18px;
  }
}

/* ================== FIM CUSTOM-CTA ================== */

/* ==================== BLOG-CONTAINER  ==================== */

.blog-container {
  background: #F7F7F7;
}


.blog-container .custom-title {
  text-align: start;
}

.blog-container .custom-title>span {
  text-align: start;
}

.blog-container .custom-title::before {
  left: 0;
  transform: translateX(0);
}

.blog-container .header a {
  color: #6C6C6C;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}

.blog-container .header a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  background-color: #0F2730;
  height: 2px;
  transition: .3s ease;
}

.blog-container .header a:hover::before {
  width: 100%;
}

.blog-container__card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-radius: 16px;
  border: 1px solid rgba(58, 58, 58, 0.08);
  background: #FAFAFA;
}

.blog-container__card .inf-ext {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #DEDEDE;
  margin-bottom: 32px;
  transition: .3s ease;
}

.blog-container__card .inf-ext {
  color: #6C6C6C;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: .3s ease;
}

.blog-container__card .inf-ext i {
  display: flex;
  align-items: center;
}

.blog-container__card h3 {
  color: #6C6C6C;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

.blog-container__card p {
  color: #6C6C6C;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 16px 0 32px 0;
}

.blog-container__card a {
  color: #6C6C6C;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}

.blog-container__card a::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  transition: .3s ease;
  background-color: #0F2730;
  height: 2px;
}

.blog-container__card:hover a::before {
  width: 100%;
}

.blog-container__card:hover .inf-ext {
  background-color: #0F2730;
  color: #fafafa;
}

@media screen and (min-width: 1400px) {
  .blog-container__card .inf-ext {
    font-size: 16px;
  }

  .blog-container__card h3 {
    font-size: 22px;
  }

  .blog-container__card p,
  .blog-container__card a {
    font-size: 18px;
  }
}

/* ================== FIM BLOG-CONTAINER  ================== */

.services__card img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  max-height: 240px;
  object-fit: cover;
}

.services__card h3 {
  color: #222424;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

.services__card p {
  color: #585858;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 24px 0 40px 0;
}

.services__card a {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: transparent;
  color: var(--primary-color);
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  border-color: var(--primary-color);
}

.service-inc .content a,
.prod-inc .content a {
  display: flex;
  padding: 11px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #FCB814;
  border-color: #FCB814;
  color: #715309;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}