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

/* FOOTER */
footer {
  background: linear-gradient(180deg, #112F6D 0%, #040C1D 100%);;
}

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

footer h3 {
  margin-top: 0;
  font-size: 18px;
  color: var(--light)
}

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

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

footer .footer__nav li a:hover {
  opacity: .8;
}

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

footer .address a:not(.btn):hover {
  opacity: .8;
}

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

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

.card.card--23 {
  all: unset;
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  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;
  float: unset
}

.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
}


/* INSTITUCIONAL */
.institucional__image {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 8px;
}


.contact-item i {
  font-size: 35px;
}


/* HEADER */
header {
  background: var(--primary-color);
}



header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link:hover {
  color: var(--primary-color);
  background: #FAFAFA;
}

/* FOOTER */
footer address :is(span, a){
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  margin: 12px 0;
  font-size: 14px;
}
footer address :is(span, a):hover{
  color: var(--light) !important;
  opacity: .8 !important;
}
footer .footer-icon{
  width: 33px;
  height: 33px;
  padding: 4px;
  border-radius: 50%;
  border: 1px solid #B5BFD2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  opacity: .8;
}

/* BANNER E BREAD */
.banner {
  width: 100%;
  min-height: 90vh;
  background: var(--background);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.banner__subtitle {
  color: var(--light);
  opacity: .7;
  letter-spacing: 1.6px;
}

.banner__title {
  color: var(--light);
  font-size: 40px;
}


.bread__title {
  text-align: center;
  color: var(--light);
}

.bread nav {
  text-align: center;
}


/* BOX e Cards */
.box-content {
  border-radius: 16px;
  background: var(--background);
  padding: 16px;
}

.box-content__text {
  font-style: italic;
}

.mvv {
  background: var(--background);
  border: 1px solid #E3E3E3;
  padding: 32px;
  border-radius: 8px;
}

.contato .form--contato label {
  color: #888;
}

.contato .btn-send {
  border-radius: 24px;
}


.card--prod {
  border: 1px solid #EBECEC;
  box-shadow: 0 1px 4px 0 rgba(194, 195, 195, 0.08);
  background-color: #FAFAFA;
  border-radius: 16px;
}

.card--prod .card-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.card--prod .card-img-top {
  border-radius: 16px 16px 0 0;
  object-fit: cover;
}

.card--prod .card__button {
  border-radius: 30px;
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.card--prod .card__button:hover {
  background-color: var(--primary-color);
  color: var(--light);
}

/* SLIDER */
@media (min-width: 992px) {
  header .navbar-nav>.nav-item {
  padding-left: 8px;
  padding-right: 8px;
}

header .nav-link {
  color: var(--light);
  padding: 11px 16px;
  border-radius: 16px;
}
  .slider-prod__navigation {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
  }

  .slider-prod .splide__arrow {
    position: unset;
    transform: translateY(0);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--primary-color);
  }

  .slider-prod .splide__arrow svg {
    fill: var(--primary-color);
  }
}

/* UTILS */
.bg {
  background: var(--background);
}

.bg-center {
  background-position: center center;
}

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-38 {
  font-size: 2.375rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-56{
  font-size: 3.5rem;
}

.pt-30 {
  padding-top: 30px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.bg {
  background: var(--background);
}

.bg-cta {
  background: var(--background);
  border-radius: 16px;
}

.bg-center {
  background-position: center center;
}

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}


.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.ltt-spc-medium {
  letter-spacing: 1.6px;
}
.ltt-spc-big {
  letter-spacing: 5.2px;
}

.title-line-left {
  position: relative;
}

.title-line-left::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  border-radius: 8px;
  width: 72px;
  height: 4px;
  background-color: var(--lineColor, var(--primary-color));
}

.title-line-center {
  position: relative;
}

.title-line-center::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 4px;
  border-radius: 8px;
  background-color: var(--primary-color);
}

.btn-outline-light {
  border: 2px solid var(--light);
}
@media (max-width: 991px){
  .bg-decoration-bottom, .bg-decoration-top{
    display: none;
  }
}
@media (min-width: 992px) {
  .bg-content {
    position: relative;
    padding: 40px 0;
  }

  .bg-decoration-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 145px;
    object-fit: contain;
  }

  .bg-decoration-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    object-fit: contain;
    transform: rotate(180deg);
  }
}

body {
  background-color: #fafafa;
}
@media screen and (min-width: 1024px) {
     header:not(.headerFixed) { position: absolute; top: 0; width: 100%; background-color: transparent; z-index: 9999; }
     header:not(.headerFixed) #menu > ul > li > a { color: #FFF; }
  }