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

/* FOOTER */
footer{background-color:#fff; margin-top: 3rem; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);}
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:.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:.3s}
footer .address a:not(.btn):hover{color:var(--primary-light-color)}

footer .social__icon {
  color: #000;
  border: solid 1px #000;
}
.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}
.box-132{
  width: 520px;
  height: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.line::after{
  content: '';
  display: block;
  width: 200px;
  height: 4px;
  background-color: var(--primary-color);
  margin: 10px auto;
}
.img-clientes{
  padding: 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  
}
.img-clientes img{
  width: 200px;
  height: 150px;
  object-fit: contain;
}
.line-mod::after{
  content: '';
  display: block;
  margin: 10px 0;
}
.number{
  font-weight: 800;
  color: var(--primary-color);
  font-size: 3.6rem;
  text-align: center;
}
.label{
  font-size: 1.2rem;
  margin-top: 0;
  text-align: center;
  font-weight: 600;
}
.box-mod-111{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;

}
.box-mod-111 img{
  border-radius: 20px;
}
.box-mod-111 h2{
  font-size: 1.2rem;
  font-weight: 800;
  margin: 8px 0;
  text-align: center;
}
.box-mod-111 p{
  margin: 4px 0;
}
.list2{
  list-style: none;
}
.list2 li{
  margin: 20px 0;
  font-size: 1.145rem;
  display: flex;
}
.list2 li svg{
  width: 10%;
}
.list2 li span{
  width: 90%;
}

.card-dep-12{
  border: solid 1px #dbdde1;
  border-radius: 4px ;
  padding: 20px ;
  display: block;
  position: relative;
  text-align: center;
  height: auto !important;
  min-height: 280px !important;
  margin: 0 20px;
}
.card-dep-12 p{
  font-size: 14px;
}
.mod-img img{
 width:18px;
 height:18px;
 margin: 3px;
}
.box-name{
    display: flex;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    background: #5e5858;
    color: #fff;
    font-size: 2.5rem;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15%;
}
.box-img-red{
  padding: 10px;
  height: 300px;
  overflow: hidden;
  transition: all ease-in .3s;
}
.box-img-red img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.box-img-red:hover img{
  transform: scale(1.025);
  transition: all ease-in .3s;
}
.spacy-y{
  padding: 80px 0;
}
.bg-body-img{
  background: url('../imagens/bg-body.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cta-mod{
  background: url('../imagens/bg-cta.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.line-secondary::after{
  content: '';
  display: block;
  margin: 10px auto;
  background-color: var(--secondary-color);
  width: 120px;
  height: 4px;
}
.mod-wrapper{
  width: 900px;
}
@media screen and (max-width: 576px) {
  .mod-wrapper{
    width: 100%;
  }
}
.card-mod-234{
  display: flex;
  flex-direction: column;
  border: solid 4px #fff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 38px;
  min-height: 200px;
}
.card-mod-234 span img{
  margin-top: -80px;
}
.bg-sec{
  background-color: #003553;
  padding: 40px 0;
}
.bg-empresa-home{
  background: url('../imagens/bg-empresa.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.banner-home {
    width: 100%;
    height: auto;
    max-height: 605px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banner-home__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-home__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: var(--background);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-home__bg-transparent {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 33.45%, rgba(0, 0, 0, 0.80) 97.4%), linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    max-width: 100% !important;
}
.btn-banner {
    display: inline-block;
    color: #FFF;
    background-color: var(--primary-color);
    padding: 14px 28px;
    border-radius: 8px;
    transition: all .3s ease-in;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
}

.btn-banner:hover {
    background-color: var(--secondary-color);
}

.font-mod{
  font-size: 4rem;
}
.box-empresa{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 20px;
  padding: 20px;
}
.box-empresa h2{
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}
.position-mod{
  margin-top: -200px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 576px) {
  .position-mod{
    margin: 0;
  }
}