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

/* FOOTER */
footer{border-top: 2px solid rgba(0, 75, 115, 0.20); background: linear-gradient(180deg, #003C7E 0%, #002247 100%); margin-top: 3rem;}
footer .logo-desktop{max-width:200px;}
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; border: solid 1px #fff; border-radius: 50%; padding: 8px;
width: 30px; height: 30px;}
footer .footer__nav li a:hover{color:var(--primary-color-light--light)}
footer .address :is(span,a):not(.btn){color:var(--light);font-size:14px;line-height:25px;transition:.3s}
footer .address a:not(.btn):hover{color:var(--primary-light--light-color)
}
.footer-map{
  width: 100%;
  height: 200px;
  border-radius: 20px;
}

.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-info{
  padding: 2rem 1.4rem;
  border-radius: 16px;
  background: var(--Degrads-Primria---Linear, linear-gradient(180deg, #003C7E 0%, #002247 100%));
}
.line::after{
 content: '';
 display: block;
 width: 80px; 
 height: 4px;
 background: var(--primary-color);
 margin: 10px auto;

}
.icon-contato i{
 width: 70px;
 height: 70px;
 border-radius: 50%;
 border: solid 1px #fff;
 color: #fff;
 font-size: 2rem;
 display: flex;
 justify-content: center;
 align-items: center;
}
.icones-redes{
  margin-top: 30px;
}
.icones-redes .social__icon i{
  color: #fff;
}
.bg-form{
  border-radius: 16px;
  background: #FAFAFA;
}
.title-empresa{
  background: linear-gradient(180deg, #003C7E 18.17%, #002247 90.05%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 3rem;
text-transform: uppercase;
margin-bottom: 0;
font-weight: 800;
}
.sub-title-empresa{
  color: #969696;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.bg-setores{
  background: #F6F6F6;
  padding: 80px 0;
}
.title-setores{
  color: #707070;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.descktop{
  width: 20%;
  margin-bottom: 20px;
}
.line-mod::after{
  margin: 10px 0;
}
.spacy-y{
  padding: 80px 0;
}
.bg-contato{
  background: url('../imagens/bg-contato.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0;
}
.form--contato-cta :is(input,textarea,select){padding:.875rem 1rem;margin:.5rem 0 0;border-width:2px;border-color:rgba(28, 51, 100, 0.15); border-radius: 20px; background-color: rgba(176, 222, 229, 0.05); color: #393838;}
.form--contato-cta :is(input,textarea,select)::placeholder{color: #C8C8C8;}
.form--contato-cta input#anexo{padding:.72rem 1rem}
.form--contato-cta select{line-height:100%;padding:.813rem 1rem; color: #C8C8C8; ;}
.form--contato-cta label{color: #fff;}
.form--contato-cta [type=submit]{padding: 12px 36px; max-width: 100%; border-radius: 40px; color: #fff; background-color: var(--primary-color); font-weight: 600; transition: all ease-in .3s;}
.form--contato-cta [type=submit]:hover{background-color: var(--secondary-color);}

.form-content{
  border-radius: 16px;
  background: rgba(176, 200, 216, 0.10);
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.mob-btn-home{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 576px) {
  .mob-btn-home{
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
  }
}
.line-mod::after{
  margin: 10px 0;
}
.banner-home {
    width: 100%;
    height: auto;
    max-height: 745px;
    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;
    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);
}

.title-banner {
  color: #B0BAC6;
  font-family: var(--primary-font);
  font-size: 36px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
}
.title-banner span{
  color: #fff;
  display: block;
}

.sub-title-banner{
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: block;
  margin: 0;
}
.btn-banner-01{
  padding: 12px 36px;
  border: solid 2px #fff;
  background: transparent;
  color: #fff;
  transition: all .3s ease-in;
  font-weight: 600;
border-radius: 40px;
}
.btn-banner-01:hover{
  background-color: #fff;
  color: #000;
}
.btn-banner-02{
  padding: 12px 36px;
  background: #fff;
  color: #000;
  transition: all .3s ease-in;
  font-weight: 600;
  border-radius: 40px;

}
.btn-banner-02:hover{
  background-color: var(--primary-color);
  color: #fff;
}
.card__image--somos{
  width: 100%;
  height: 100%;
  max-width: 100px;
  object-fit: contain;
}