header .logo-desktop,header .logo-mobile-menu{width:160px;margin:1rem 0}
/* ? ==================== MENU ==================== */
@media screen and (min-width: 992px) {
    header:not(.headerFixed) {position: absolute;top: 0;left: 0;width: 100%;z-index: 999;}
    header:not(.headerFixed) #header-nav {background:transparent; }
    header:is(.headerFixed) #header-nav {background: transparent; }
    header .nav-link {font-size: 1rem; font-style: normal; font-weight: 400; line-height: 120%; color: var(--light); position: relative; font-weight: 800; text-transform: uppercase;}
    header .navbar-nav .nav-link.active, header .nav-link:hover, header .nav-link:focus-visible {color: var(--grey);}
    header .nav-link::before {content: ''; width: 0; height: 2px; display: block; background: var(--tertiary-color); position: absolute; bottom: 0; left: 5%; transition: .3s;}
    header .nav-link:hover::before, header .nav-link:focus-visible::before, header .nav-link.active::before {width: 90%;}
}
 
@media screen and (max-width: 768px) {
    header {position: sticky; top: 0; z-index: 999; background: var(--dark);}
}

/* FOOTER */
footer{background-color:var(--primary-color);}
footer .logo-desktop{max-width:200px;}
footer h3{margin-top:0;font-size:1.125rem;color:var(--light)}
footer h3::after{
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: var(--light);
  margin: 10px 0;
}
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)}

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

.sub-title{
  color:#5D5D5D;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 2px;
  display: block;
  text-transform: uppercase;
}
.sub-title::after{
 content: '';
 display: block;
 margin: 10px auto;
 border-radius: 31px;
 background: #A6A6A6;
 width: 420px;
 height: 2px;
}
.box-mvv{
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 315px;
}
.box-mvv span{
  width: 80px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list2{
  list-style: disc;
}
.spacy-y{
  padding: 80px 0;
}
.bg-empresa{
  background: url('../imagens/bg-empresa.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-11{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);  
    padding: 16px 16px 24px 16px;
    background-color: #fafafa;
    transition: all 0.4s ease;
}
.card-11__image{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.card-11, .card-11__image{
    border-radius: 15px;
}
.card-11__title{
    font-size: 1.4375rem;
    color: var(--grey, #606062);
    margin-top: 16px;
}
.card-11__text{
    font-size: 16px;
    color: var(--grey, #606062);
}
.btn-right{
    text-align: right;
}
.card-11__btn{
    color: var(--dark, #333);
    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;
    border-radius: 10px;
}
.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);
}
.line-center::after{
  content: "";
  display: block;
  margin: 10px auto;
  width: 80px;
  height: 4px;
  border-radius: 100px;
  background: #222F59;
}
.sub-title-home{
  color: #888;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}