header .logo-desktop,header .logo-mobile-menu{width:65px;margin:.2rem 0}
header{
  background: var(--primary-color) !important;  
}
header .nav-link{
  color: #fff;
  padding: 20px 0;
}
header  .active{
  color: var(--secondary-color) !important;
}
/* 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 .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{
  background-color: var(--secondary-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;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}

.img-empresa{
  border-radius: 20px;
  box-shadow: 0 193px 54px 0 rgba(0, 0, 0, 0.00), 0 124px 49px 0 rgba(0, 0, 0, 0.01), 0 70px 42px 0 rgba(0, 0, 0, 0.05), 0 31px 31px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.10);
}
.line::before{
 content: '';
 display: inline-block;
 width: 4px;
 background: var(--primary-color);
 height: 40px;
 margin-right: 8px;
}
.line{
  display: flex;
  align-items: center;
}
.line-mod-2::before{
 height: 80px;
}
.mvv-card{
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 20px;
  border-radius: 8px;
border: 1px solid  #E7E7E7;
background: #F6F6F6;
box-shadow: 0 172px 48px 0 rgba(0, 0, 0, 0.00), 0 110px 44px 0 rgba(0, 0, 0, 0.01), 0 62px 37px 0 rgba(0, 0, 0, 0.05), 0 28px 28px 0 rgba(0, 0, 0, 0.09), 0 7px 15px 0 rgba(0, 0, 0, 0.10);
}
.spacy-y{
  padding: 80px 0;
}
.mvv-card li{
  font-size: 13px;
}
table, td, tr,th, tbody{
  border: solid 1px #000;
  padding: 8px;
}
.card-mod{
  display: flex;
  flex-direction: row;
  max-height: 235px;
  border-radius: 24px;
  border: 3px solid #E7E7E7;
  overflow: hidden;
}
.mod-home .card-mod{
  min-height: 230px;
}
.cta-defult {
    width: 100%;
    height: auto;
    max-height: 365px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

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

.cta__content-video {
    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;
}

.cta__bg-transparent {
    background: linear-gradient(180deg, rgb(0 0 0 / 45%) 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%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    max-width: 100% !important;
}

.cta-banner {
    display: inline-block;
    color: #FFF;
    background-color: #009C39;
    padding: 14px 28px;
    border-radius: 8px;
    transition: all .3s ease-in;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    
}

.cta-banner:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.title-banner {
  color: #FAFAFA;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 99%;
  text-transform: uppercase;
  text-align: center;
}

.title-banner span{
  color: #FAFAFA;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 89.7%; /* 28.704px */
  letter-spacing: 8.32px;
  text-transform: uppercase;
  display: block;
}
.line-home::after{
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--primary-color);
  margin: 10px auto;
}
.sub-title{
  color: #5D5D5D;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}
.line-mod::after{
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
  margin: 10px auto;
}
.sub-title-mob{
  color: #888;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
.line-top-mod::before{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.mod-li ul li{
  font-size: 12px;
}
.mod-li .list{
  margin: 0 0 6px 17px;
}
.mod-li p{
  font-size: 12px;
  margin: 4px 0;
}
.mod-li div{
  font-size: 12px;
  margin: 4px 0;
}
.font-mod{
  font-size: 16px;
}

/* Esconde a segunda aba de produtos*/
#desc2-tab, #desc3-tab{
  display: none;
}


/* Responsivo */
@media (max-width: 600px) {
  .tabela-tecnica th,
  .tabela-tecnica td {
    font-size: 13px;
    padding: 10px;
  }
}
