header .logo-desktop,header .logo-mobile-menu{width:160px;margin:1rem 0}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{border-bottom: 2px solid var(--primary-color); color: var(--primary-color);}
/* FOOTER */
footer{background-color:#FEFEFE; }
footer .logo-desktop{max-width:200px;}
footer h3{margin-top:0;font-size:1.125rem;color:#2B2D2D;}
footer .footer__nav li a:not(.btn){display:block;padding:5px 0;font-size:.875rem;color:var(--dark);transition:.3s}
footer .footer__nav li a i{font-size:.625rem}
footer .footer__nav li a:hover{color:var(--primary-color)}
footer .address :is(span,a):not(.btn){color:var(--dark);font-size:.875rem;line-height:25px;transition:.3s; align-items: center;}
footer .address a:not(.btn):hover{color:var(--primary-color)}

footer .social__icon{display: flex; align-items: center; justify-content: center; border: 1px solid var(--primary-color); color: var(--primary-color); width: 2.5rem; height: 2,5rem; border-radius: 50%;}
footer .social__icon:hover{background-color: var(--primary-color); color: var(--light);}
.copyright-footer .btn.selos { min-height: unset; }
@media screen and (max-width: 992.05px) {
  footer .social { justify-content: center; }
}
@media screen  and (max-width:768px){
  footer .address :is(span,a):not(.btn){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}

.text-gradient {
  background: linear-gradient(180deg, #4C914D 0%, #AEB73F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'Space Grotesk', Arial, Helvetica, sans-serif;
}

.btn-gradient{
  background: linear-gradient(180deg, #4C914D 0%, #AEB73F 100%);
  border-radius: 20px;
  color: var(--light);
}

.btn-gradient:hover{
  background-color: var(--primary-color);
}

.btn--outline-light{
  background-color: transparent;
  border: 2px solid var(--light);
  border-radius: 20px;
  color: var(--light);
}

.btn--outline-light:hover{
  background-color: var(--primary-color);
}

.btn--outline{
  background-color: transparent;
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  color: var(--primary-color);
}

.btn--outline:hover{
  background-color: var(--primary-color);
  color: var(--light);
}
.aspect{
  aspect-ratio: 1/1;
}

.bg-quem{
  background: #E4EFE4;
}
.card-11{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);  
    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(--dark);
    margin-top: 16px;
}
.card-11__text{
    font-size: 16px;
    color: var(--dark);
}
.btn-right{
    text-align: left;
}
.card-11__btn{
    color: var(--primary-color);
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 11px 16px;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    transition: all 0.4s ease;
    border-radius: 20px;
}
.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);
}

/* ===========================
   SETAS DO SPLIDE (ARROWS)
   =========================== */
.splide-servicos .splide__arrow {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 2px solid var(--primary-color);
  background: transparent;
  color: var(--primary-color);
  box-shadow: none;
  opacity: 1;
}

.splide-servicos .splide__arrow svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.splide-servicos .splide__arrow--prev {
  left: -64px;
}

.splide-servicos .splide__arrow--next {
  right: -64px;
}

.splide-servicos .splide__arrow:hover {
  border-color: var(--primary-color);
  background: rgba(0,0,0,0.05);
}


@media (max-width: 992px) {
  .splide-servicos .splide__arrow--prev {
    left: 8px;
  }
  .splide-servicos .splide__arrow--next {
    right: 8px;
  }
}


.splide-servicos .splide__pagination {
  position: static;
  margin-top: 22px;
  gap: 14px;
  justify-content: center;
}

.splide-servicos .splide__pagination__page {
  width: 120px;
  height: 8px;
  border-radius: 4px;
  background: rgba(0, 0, 0, .18);
  opacity: 1;
  transform: none !important;
}

.splide-servicos .splide__pagination__page.is-active {
  background: var(--primary-color);
}

@media (max-width: 576px) {
  .splide-servicos .splide__pagination__page {
    width: 64px;
  }
}

.mvv-1-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 40px 0;
}

/* VALORES em toda a linha */
.mvv-1--full {
    grid-column: 1 / 3; /* ocupa as duas colunas */
}

/* Valores em 2 colunas dentro do texto */
.mvv-valores {
  column-count: 2;
  column-gap: 32px;
}

@media (max-width: 820px) {

    .mvv-1-grid {
        grid-template-columns: 1fr;
    }

    .mvv-1--full {
        grid-column: 1 / 2; 
    }

    .mvv-valores {
        column-count: 1;
    }
}

.mvv-1-grid *{
    transition: all 0.3s ease-out;
}
.mvv-1{
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 125px 35px 0px rgba(0, 0, 0, 0.00), 0px 80px 32px 0px rgba(0, 0, 0, 0.01), 0px 45px 27px 0px rgba(0, 0, 0, 0.05), 0px 20px 20px 0px rgba(0, 0, 0, 0.09), 0px 5px 11px 0px rgba(0, 0, 0, 0.10);
    padding: 40px;
    background-color: var(--white, #fff);
    position: relative;
    overflow: hidden;
}
.mvv-1 *{
    position: relative;
    z-index: 1;
}
.mvv-1__icon{
    font-size: 100px;
    color: var(--secondary-color, #f59e0b);
}
.mvv-1__overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #FFFBEB;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
}

.mvv-1__thumb{
    position: absolute;
    bottom: -100px;
    right: -20px;
    font-size: 180px;
    color: var(--secondary-color, #f59e0b);
    opacity: .3;
}
.mvv-1__title{
    font-size: 2rem;
    color: var(--secondary-color);
    font-weight: 600;
}
.mvv-1__text{
    font-size: 1rem;
    color: var(--grey, #777);
}

/* HOVER */
.mvv-1:hover{
    box-shadow: unset;
}
.mvv-1:hover .mvv-1__overlay{
    opacity: 1;
}
.mvv-1:hover :is(.mvv-1__title, .mvv-1__icon, .mvv-1__text){
    transform: scale(0.95) translateY(-10px);
}

@media only screen and (max-width:820px){
    .mvv-1-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width:576px){
    .mvv-1-grid{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.mvv-valores {
  column-count: 2;
  column-gap: 32px;
}

/* Responsivo — volta para 1 coluna no mobile */
@media (max-width: 768px) {
  .mvv-valores {
    column-count: 1;
  }
}

.bg-contact {
  background: 
    linear-gradient(
      rgba(47, 88, 46, 0.75),   
      rgba(47, 88, 46, 0.75)
    ),
    url('../imagens/bg-contact.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem;
  border-radius: 20px;
}

.icon-contact{
  background: linear-gradient(180deg, #4C914D 0%, #AEB73F 100%);
  padding: 10px;
  border-radius: 10px;
  color: var(--light);
}

.contato .social__icon{display: flex; align-items: center; justify-content: center; border: 1px solid var(--light); color: var(--light); width: 2.5rem; height: 2,5rem; border-radius: 50%;}
.contato .social__icon:hover{background-color: var(--primary-color); color: var(--light);}


.galeria-1{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.galeria-1__thumb{
    display: flex !important;
    width: 100%;
    height: 260px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.galeria-1__thumb::before{
    content: '\f002';
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.7);
    font-size: 2.2rem;
    color: #fff;
    border-radius: 100%;
    scale: 0;
    opacity: 0;
    transition: all 0.4s ease;
}
.galeria-1__thumb:hover::before{
    scale: 1;
    opacity: 1;
    border-radius: 0;
}
.galeria-1__image{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
