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

header .logo-desktop {width:90px}
/* FOOTER */
footer{background-color:#141515; margin-top: 3rem;}
footer .logo-desktop{max-width:200px;}
footer h3{margin-top:0;font-size:1.125rem;color:var(--light)}
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:.875rem;line-height:25px;transition:.3s}
footer .address a:not(.btn):hover{color:var(--primary-color-light)}
.mod-menu{
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .mod-menu{
    flex-direction: column;
  }
}
.copyright-footer .btn.selos { min-height: unset; }
@media screen and (max-width: 992.05px) {
  footer .social { justify-content: center; }
}

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

/* ================= 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}

.title-empresa{
  color: #2B2D2D;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.sub-title-empresa{
  color: #009;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.box-mvv{
  border: solid 2px var(--primary-color);
  border-radius: 15px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  min-height: 430px;
}
.box-mvv::before{
  content: '';
  position: absolute;
  z-index: 3;
  left: 50%;
  width: 100%;
  height: 100%;
  display: block;
  transform: translateX(-50%);
  bottom: -100%;
  background-color: var(--primary-color);
  transition: all 0.6s ease-in-out;
}
.box-mvv:hover::before{
  bottom: -50%;
}
.box-mvv .content-mvv{
  display: flex;
  position: relative;
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 20px 30px 20px;
  border-radius: 8px;
  background: #F6F6F6;
  box-shadow: 0 2px 6px 0 rgba(25, 33, 61, 0.14);
  height: 380px;
 
}

.box-mvv .content-mvv h2{
  color: #969696;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.box-mvv .content-mvv p{
  color:#585858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.box-mvv .content-mvv:hover h2{
  color: var(--primary-color);
  transition: all .3s ease-in-out;
}
.box-mvv .content-mvv:hover p{
  color: var(--primary-color);
  transition: all .3s ease-in-out;
}
.box-mvv .content-mvv:hover svg{
 filter: invert(9%) sepia(228%) saturate(5037%) hue-rotate(235deg) brightness(64%) contrast(105%);
 transition: all .1s ease-in-out;
;
}

.spacy-y{
  padding: 80px 0;
}
.cta{
  background: radial-gradient(50% 50% at 50% 50%, rgb(20 21 21 / 82%) 0%, rgba(20, 21, 21, 0.90) 100%);
  padding: 80px 60px;
  border-radius: 20px;
}
.cta h2{
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 99%;
  text-transform: uppercase;
  margin: 10px 0;
}
.cta span{
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%; /* 18px */
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.cta p{
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.cta a{
  display: inline-block;
  padding: 12px 42px;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
}
.box-icon{
  border-radius: 8px;
  background: #B0B0DF;
  padding: 10px;
  margin-bottom: 6px;
}
.mod-btn{
  border-radius: 20px;
}
.mod-seta:hover svg{
  filter: brightness(0) invert(1);
  transition: all .3s ease-in-out;
}
.btn-mod-1{
  background: transparent;
  color: #fff;
  border: solid 2px #fff;
}
.btn-mod-1:hover{
  background: #fff;
  color: #000;
  transition: all .3s ease-in-out;
}
.btn-mod-2{
  background: #fff;
  color: #000;
  transition: all .3s ease-in-out;
}