/* ? ==================== TOPO ==================== */
header .logo-desktop,header .logo-mobile-menu{width:160px;margin:1rem 0}
@media screen and (min-width: 992px) {
  header .logo-desktop,header .logo-mobile-menu{width:220px}
  header {background:rgba(46, 67, 93, 0.90); position: relative; backdrop-filter: blur(5px);}
  header .nav-link {color: #fff;}
  header .nav-link:hover, header .nav-link.active {color: var(--secondary-color); --bs-navbar-active-color: var(--secondary-color)}
}
@media screen and (max-width: 768px) {header {background: #fff;}}
/* ? ================== FIM TOPO ================== */

/* ? ==================== FOOTER ==================== */
footer .logo-desktop{width:100%; max-width: 290px;}
footer h3{margin-top:0;font-size:1.125rem;color:var(--dark)}
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-light)}
footer .address :is(span,a):not(.btn){color:var(--dark);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; }
}
/* ? ================== FIM FOOTER ================== */

.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}
.title-barra::after {content: ''; width: 89px; height: 4px; display: block; background: var(--secondary-color); margin: 5px 0;}
.text-center.title-barra:after {margin: 5px auto;}

.h-400 {height: 400px;}
@media screen and (min-width: 992px) {.h-lg-900{height: 900px;}}

/* ? ==================== CLIENTES ==================== */
.clientes .clientes__item{display:grid;place-items:center;padding:1rem;overflow:hidden}
.clientes .clientes__item img{width:100%; height: 120px; aspect-ratio:1/1;object-fit:contain;margin:0 auto;border-radius:var(--bs-border-radius-sm);}
/* ? ================== FIM CLIENTES ================== */

/* ? ==================== DEPOIMENTOS ==================== */
.testimonial .testimonial-author-image {width: 100%;max-width: 64px;aspect-ratio: 1/1;object-fit: cover;border-radius: 999px;}
.testimonial .testimonial-icon {width: 50px; height: 50px;}
.testimonial .card {border: 2px dashed #E9E9E9;}
.testimonial .card .stars i{color: #FFC801;}
/* ? ================== FIM DEPOIMENTOS ================== */


/* ? ==================== CARD O QUE FAZEMOS ==================== */
.card-fazemos{border-radius: .5rem; --bs-card-bg: #FFF;--bs-card-border-color: #E9E9E9; box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.08);}
/* ? ================== FIM CARD O QUE FAZEMOS ================== */

/* ? ==================== CARD SERV ==================== */
.card-serv, .card-serv * {transition: var(--transition);}
.card-serv .card-img{height: 500px;}
.card-serv .card-img::after, .card-serv .card-img::before{content: '';width: 100%; height: 100%; position: absolute; top: 0; left: 0;z-index: 1; transition: var(--transition);}
.card-serv .card-img::after{background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 64.54%, rgba(0, 0, 0, 0.80) 100%), rgba(5, 5, 5, 0.40); opacity: 1;}
.card-serv .card-img::before{background: linear-gradient(0deg, rgba(46, 67, 93, 0.30) 0%, rgba(46, 67, 93, 0.30) 100%), rgba(0, 0, 0, 0.80); opacity: 0;}
.card-serv .card-title, .card-serv .card-text, .card-serv .card-btn {position: absolute; left: 50%; transform: translateX(-50%); width: 95%;z-index: 3;bottom: -50%;}
.card-serv .card-title {bottom: 10%; font-size: 1.375rem;}
.card-serv .card-title::after {content: ''; width: 90px; height: 2px; display: block; opacity: 0.25;background: #E9E9E9; margin: 1rem auto; transition: var(--transition);}

.card-serv:hover .card-img::after, .card-serv:focus-within .card-img::after{opacity: 0;}
.card-serv:hover .card-img::before, .card-serv:focus-within .card-img::before{opacity: 1;}
.card-serv:hover .card-title, .card-serv:focus-within .card-title { bottom: 60%;}
.card-serv:hover .card-title::after, .card-serv:focus-within .card-title::after {width: 200px; opacity: 1; background: var(--secondary-color);}
.card-serv:hover .card-text, .card-serv:focus-within .card-text {bottom: 40%;}
.card-serv:hover .card-btn, .card-serv:focus-within .card-btn {bottom: 20%;}

@media screen and (max-width: 768px) {
  .card-serv .card-img::after, .card-serv:hover .card-img::after, .card-serv:focus-within .card-img::after{opacity: 0;}
  .card-serv .card-img::before, .card-serv:hover .card-img::before, .card-serv:focus-within .card-img::before{opacity: 1;}
  .card-serv .card-title, .card-serv:hover .card-title, .card-serv:focus-within .card-title { bottom: 60%;}
  .card-serv .card-title::after, .card-serv:hover .card-title::after, .card-serv:focus-within .card-title::after {width: 200px; opacity: 1; background: var(--secondary-color);}
  .card-serv .card-text, .card-serv:hover .card-text, .card-serv:focus-within .card-text {bottom: 40%;}
  .card-serv .card-btn, .card-serv:hover .card-btn, .card-serv:focus-within .card-btn {bottom: 20%;}
}
/* ? ================== FIM CARD SERV ================== */


/* * ==================== SERVIÇOS INTERNOS ==================== */
/* ? IMGS */
.img-serv-interno {height: 550px; max-height: 550px;}

/* ? CARD */
.card-servico-interno:not(.card-servico-interno.border-0, .card-servico-interno-light){border: 1px solid #E9E9E9; box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.08);}
.card-servico-interno .card-icon {width: 56px; height: 56px; min-width: 56px; min-height: 56px; border-radius: 8px; border: 1px solid #D6E7C8; box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.08);}
.card-servico-interno .card-number {font-size: 3.5rem;}

/* * RESERVA LEGAL */
.bg-compensacao {background: linear-gradient(272deg, rgba(52, 75, 32, 0.50) -22.23%, rgba(88, 126, 55, 0.50) 79.83%), linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), url('../imagens/servicos/bg-compensacao.webp'); background-size: cover; background-repeat: no-repeat;}
.card-servico-interno-light {border: 1px solid #587E37; background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), rgba(52, 75, 32, 0.20);  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.08); backdrop-filter: blur(5px);}
.card-servico-interno-light .card-icon {border-radius: 8px;border: 1px solid #587E37; background: #344B20; box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.08);}
/* * ================== FIM SERVIÇOS INTERNOS ================== */

/* * ==================== EMPRESA ==================== */
.card-empresa {border: 1px solid #eee;box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.08), 0 1px 4px 0 rgba(27, 27, 27, 0.08);}

@media screen and (min-width: 992px) {
  .img-empresa {height: 500px;}
  .img-empresa img{width: 270px; height: 95%; position: absolute;}
  .img-empresa .img-top{top: 0; left: 0;}
  .img-empresa .img-bottom{bottom: 0; right: 0;}
}
/* * ================== FIM EMPRESA ================== */

/* ? ==================== CARD EQUIPE ==================== */
.card-equipe .card-img {height: 250px;}
.card-equipe .card-body {border: 1px solid #eee;box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.08), 0 1px 4px 0 rgba(27, 27, 27, 0.08);}
/* ? ================== FIM CARD EQUIPE ================== */

/* ? ==================== CARD MVV ==================== */
.card-mvv{border: 1px solid #EEE; box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.08), 0 1px 4px 0 rgba(27, 27, 27, 0.08);}
/* ? ================== FIM CARD MVV ================== */

/* ? ==================== LP COMPENSACAO RESREVA LEGAL ==================== */
.card-lp {border-top: 4px var(--primary-color) solid;}
.bg-destaque {--bs-table-bg: rgba(var(--bs-secondary-rgb), .15); }
.border-destaque {border-right-color:  var(--secondary-color-dark); border-right-width: 3px !important;}
.bg-green-dark-lp {background: #1A3C28;}
.bg-green-dark-lp .border {border-style: dashed !important;}
.card-lp-metodologia .card-number p {font-size: 3rem;}
/* ? ================== FIM LP COMPENSACAO RESREVA LEGAL ================== */

/* ? ==================== CARD BLOG ==================== */
.card-blog, .card-blog * {transition: var(--transition);}
.card-blog .card-img {height: 300px;}
.card-blog:hover .card-img img, .card-blog:focus-within .card-img img {transform: scale(1.1);}
.card-blog:hover .card-title, .card-blog:focus-within .card-title {color: var(--primary-color);}
/* ? ================== FIM CARD BLOG ================== */

/* * ==================== HOME ==================== */
.bg-cta-home {background: linear-gradient(272deg, rgba(19, 28, 39, 0.90) -22.23%, rgba(33, 48, 66, 0.90) 79.83%), url('../imagens/bg-cta-home.webp') no-repeat center/cover;}
.bg-cta-home .form-container {background: rgba(19, 28, 39, 0.80); backdrop-filter: blur(8px);}
.form--cta .form-control, .form--cta .form-select{ background-color: rgba(250, 250, 250, 0.10);}
.form--cta option {background: var(--dark);}

.card-diferenciais-home .card-icon{width: 60px; height: 60px; border: 1px solid #D6E7C8; box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.08);}

.bg-setores-home {background: linear-gradient(90deg, #2E435D 0%, #131C27 100%);}
.card-setores .card-img {height: 450px;}
@media screen and (max-width: 768px) {.card-setores .card-img {height: 250px;}}
.card-setores .card-content {background: #213042;}

.card-numbers .card-icon{width: 60px; height: 60px; border: 1px solid #D6E7C8; box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.08);}
/* * ================== FIM HOME ================== */

/* ? ==================== BANNER ==================== */
.splide-banner .splide__content {margin-top: 5rem;}
/* ? ================== FIM BANNER ================== */

.testimonial-info{
  width: 70%;
}

@media (min-width: 1200px){
  footer .container{
    max-width: 1180px;
  }
}