header .logo-desktop,
header .logo-mobile-menu {
  width: 160px;
  margin: 1rem 0;
}
body {
  background: #141414;
}
/* FOOTER */
footer {
  background-color: var(--light);
  margin-top: 3rem;
}
footer .logo-desktop {
  max-width: 200px;
}
footer h3 {
  margin-top: 0;
  font-size: 18px;
  color: var(--dark);
}
footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: var(--dark);
  transition: 0.3s;
}
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) {
  color: var(--dark);
  font-size: 14px;
  line-height: 25px;
  transition: 0.3s;
}
footer .address a:not(.btn):hover {
  color: var(--primary-light-color);
}

.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 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: 0.5rem 0.75rem;
  font-size: 0.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: 0.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, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}

.title-subtitle {
  margin-bottom: 0;
}
.title-subtitle span {
  display: block;
  font-size: 0.9rem;
  color: #000;
  line-height: 1rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}
.small-title {
  color: #fafafa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  letter-spacing: 4px;
  text-transform: uppercase;
}
.title-empresa {
  color: #fafafa;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}
.title-empresa:after {
  content: "";
  position: absolute;
  border-radius: 100px;
  background: #ff2e34;
  width: 80px;
  height: 4px;
  bottom: 0;
  left: 0;
}
.title-empresa-center:after {
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
}
.black-bg {
  background: #050505;
}
.bg-dark-empresa {
  background-color: #141414;
}

/* =============================== TIMELINE =============================== */

.timeline--mod-4 {
  margin: 5rem 0;
}

.timeline--mod-4 .neumorphic__navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}
.tabs--fx {
  display: none;
}
.timeline--mod-4 .neumorphic__navigation span {
  width: 100px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  color: white;
}

.timeline--mod-4
  .neumorphic__navigation
  span:not(:first-of-type):not(:last-of-type) {
  margin: 0 10px;
}
.timeline--mod-4 .neumorphic__navigation span:not(.active):hover {
  background: var(--primary-color);
}

.timeline--mod-4 .neumorphic__navigation span.active {
  color: var(--light);
  transition-delay: 0.25s;
  transition-duration: 0.5s;
  background-color: var(--primary-color);
}

.timeline--mod-4 .neumorphic__navigation span:before {
  content: "";
  position: absolute;
  bottom: -42px;
  opacity: 0;
  width: 0;
  height: 0;
  border-width: 0px 25px 25px 25px;
  border-style: solid;
  border-color: transparent transparent #e5e5e5 transparent;
  transition: 1s;
}
.timeline--mod-4 .neumorphic__navigation span.wait-animation {
  pointer-events: none;
}

.timeline--mod-4 .neumorphic__content h2 {
  color: var(--light);
}
.timeline--mod-4 .neumorphic__content p {
  color: var(--light);
}

/* MEDIUM DEVICE */
@media only screen and (max-width: 768px) {
  .timeline--mod-4 .neumorphic__navigation {
    flex-wrap: wrap;
  }

  .timeline--mod-4 .neumorphic__navigation span {
    margin: 5px 10px;
  }

  .timeline--mod-4 .neumorphic__navigation span:before,
  .timeline--mod-4 .neumorphic__navigation span:after {
    display: none;
  }

  .timeline--mod-4 .neumorphic__navigation .tabs--fx {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .timeline--mod-4 .neumorphic__navigation span {
    width: 50px;
    height: 50px;
    padding: 30px;
    font-size: 100%;
  }
}
.contato-04 {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background: #141414;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 80px;
  padding: 40px;
}
.contato-04__left {
  width: 100%;
}
.contato-04__right {
  width: 100%;
}

.contato-04__title {
  color: var(--color);
}

.contato-04__info {
  padding: 24px;
  border: 2px solid var(--light, #fff);
  gap: 20px;
  border-radius: 10px;
  margin: 40px 0;
}
.contato-04__icon {
  font-size: 20px;
  color: var(--primary-color);
}
.contato-04__address :is(h3, h4, p, span) {
  color: var(--light, #fff);
}

.contato-04__phones {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contato-04__phones a {
  width: 45%;
  color: var(--light, #fff);
  text-decoration: none;
}

/* FORM */
.contato-04__box {
  width: 100%;
  background-color: #fafafa;
  padding: 60px 40px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.contato-04__box h2 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--dark);
  position: relative;
  margin-bottom: 20px;
}
.contato-04__box h2::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 70px;
  height: 4px;
  background-color: var(--primary-color, #f0951f);
}
.contato-04__box p {
  font-size: 18px;
}

.contato-04__form :is(input, select, textarea) {
  display: block;
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #747474;
  color: var(--grey, #888);
}
.contato-04__send {
  border-radius: 8px;
  background-color: var(--primary-color, #428452);
  border-radius: 8px;
  color: var(--light);
  border: 0;
  padding: 12px 24px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  transition: all 0.3s ease;
}
.contato-04__send:hover {
  background-color: var(--secondary-color, #398b4e);
}

/* ------------- BREAKPOINTS ------------------- */
@media only screen and (min-width: 992px) {
  .contato-04__left {
    width: 40%;
  }
  .contato-04__right {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .contato-04__left {
    width: 100%;
  }
  .contato-04__right {
    width: 100%;
  }
  .contato-04 {
    padding: 16px;
  }
}
.navbar-nav .nav-link.active {
  background-color: var(--primary-color);
  border-radius: 60px;
  color: white;
}
.card-01 {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}

.card-01 .card__cover {
  position: relative;
  border-radius: 0.625rem;
  aspect-ratio: 1/1;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.card-01 .card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: 0.3s ease-in-out;
}

.card-01:hover .card__image,
.card-01:focus-within .card__image {
  transform: scale(1.1);
}

.card-01 .card__title {
  margin: unset;
  color: inherit;
  font-size: 1.125rem;
  color: var(--light);
}

.card-01 .card__title:has(+ .card__button:hover) {
  font-weight: bold;
}

.card-01 .card__button {
  text-decoration: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #b52026;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid currentColor;
  border-radius: 0.625rem;
  padding: 0.5rem 1rem;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.card-01 .card__button:hover,
.card-01 .card__button:focus {
  color: #fff;
  background-color: #b52026;
  border-color: #b52026;
}

@media screen and (min-width: 576.05px) {
  .card-01 .card__cover {
    aspect-ratio: 342/575;
  }
}
.card-text {
  color: var(--dark);
}
.card--produtos {
  border-radius: 10px;
  border: 1px solid rgba(250, 250, 250, 0.05);
  background: #1c1c1c !important;
}
.card--produtos .card-title{
  color: white;
}
.card--produtos .card-text{
  color: white !important;
}
.product-tabs-content span{
  color: #ffffff !important;
}
.product-specs dt{
  color: #ffffff;
}
.icon-shop {
    background-color: var(--primary-color);
    position: fixed;
    z-index: 3;
    top: 123px;
    right: 0;
    font-size: 20px;
    padding: 0px 5px;
    transition:0.5s;
}
.icon-shop:hover{
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.sitemap span,.sitemap li,.sitemap a{
  color: #f1f1f1 !important;
}
footer .social__icon {
  border-color: var(--primary-color)!important;
  color: var(--primary-color) !important;
}
footer .social__icon:hover{
  color: var(--light) !important;
}