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

/* FOOTER */
footer{background: radial-gradient(936.71% 471.16% at -7.45% 50.07%, #F6F6F6 0%, #B0D6ED 100%); margin-top: 3rem;}
footer .logo-desktop{max-width:200px;}
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)}
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)}

.copyright-footer{
    background: radial-gradient(936.71% 471.16% at -7.45% 50.07%, #F6F6F6 0%, #B0D6ED 100%);;
}

.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}

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

/* ================= DEPOIMENTOS ================= */
.testimonial .testimonial-author-image {
  width: 100%;
  max-width: 64px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 999px;
}

.box-content{
  background: var(--background);
  border-radius: 12px;
  padding: 24px;
}

.institucional__image{
  width: 100%;
  height: 850px;
  object-fit: cover;
  border-radius: 12px;
}
.institucional__image--medium{
    height: 100%;
    max-height: 500px;
}

.mvv{
  width: 100%;
  background: var(--background);
  padding: 24px;
  border-radius: 16px;
  display: flex;
}
.mvv__icon{
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #8AC3E4;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  font-size: 28px;
}
.mvv__content{
  width: 75%;
}

.banner-servico{
  width: 100%;
  height: 400px;
  background: var(--background);
}
.blog-tag-list--aside .blog-tag-list__cards{
    max-height: 300px;
    overflow-y: auto;
}

/* HOME */
.aside-tab__list{
    display: flex;
    flex-direction: column;
}
.aside-tab__item, .btn-modal-1{
    width: 100%;
    padding: 16px;
    background: rgba(0, 63, 26, 0.45);
    border-radius: 12px;
    display: flex;
    align-items: center;
    color: var(--light);
    list-style: none;
    gap: .7rem;
    cursor: pointer;
}

.btn-modal-1{
    margin: 8px 0;
}

.aside-tab__item:hover, .aside-tab__item.active{
    background-color: var(--secondary-color);
}

.thumb-diferencial{
    width: 100%;
    height: 512px;
    background: var(--background);
        background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 32px;
}
.thumb-diferencial__icon{
    width: 48px;
    height: 48px;
    border: 2px solid var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
    border-radius: 12px;
}
.thumb-diferencial__box{
    background: var(--background);
    border-radius: 12px;
    padding: 24px;
}
.card-servico{
    width: 100%;
    height: 400px;
    background: var(--background);
    position: relative;
    border-radius: 12px;
}
.card-servico__body{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px;
}



/* CARDS */

.box-base{
    background: var(--background);
    box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    padding: 32px;
}
.box-base__icon{
    width: 72px;
    height: 72px;
    box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
    border: 1px solid #B0DDC3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.testimonial{
    background: #FAFAFA;
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #eee;
}
.testimonial__title{
    margin-top: 8px;
    margin-bottom: 10px;
}
.testimonial__rate i{
    color: #f58108;
}
.testimonial__icon{
    color: #01913c;
    font-size: 40px;
}

.card-23 {
    width: 100%;
    height: 30rem;
    border-radius: .625rem;
    background: var(--background);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .4s ease;
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
 
 
.card-23__body{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 2.5rem 1.5rem;
}
 
.card-23__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 0;
    transition: all 0.4s ease;
    opacity: 0;
}
 
.card-23:hover .card-23__content {
    height: 100%;
    opacity: 1;
}
 
.card-23 .card-23__title,
.card-23 .card-23__content__text,
.card-23 .card-23__content__button {
    color: #FAFAFA;
}
 
.card-23 .card-23__title {
    font-weight: 600;
    font-size: 1.375rem;
    text-align: center;
    position: relative;
}
 
.card-23 .card-23__title::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    height: .125rem;
    width: 8.75rem;
    background-color: #FAFAFA;
    transition: all .4s ease;
}
 
.card-23:hover .card-23__title::before {
    background-color: #1F61B8;
}
 
.card-23 .card-23__content__text {
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
}
 
.card-23 .card-23__content__button {
    width: fit-content;
    padding: .6875rem 1rem;
    border-radius: 1.875rem;
    background-color: var(--light);
    color: var(--dark);
    font-weight: 600;
    font-size: .875rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    height: 2.4375rem;
    transition: all .4s ease;
    text-decoration: none;
}
 
.card-23 .card-23__content__button:hover {
    filter: brightness(85%);
}
 
@media screen and (max-width: 960px) {
    .card-23 .card-23__content {
        height: 145px;
 
    }
}

.blog-aside nav{
    max-height: 400px;
    overflow-y: auto;
}

/* CONTATO */
.box-form{
    box-shadow: 0 1px 2px 0 rgba(105, 88, 88, 0.08);
    background-color: #F6F6F6;
    border-radius: 12px;
    padding: 32px;
}
.box-form .form-label{
    font-weight: 600;
}
.box-form .form--contato :is(input, textarea, select){
    padding: 12px;
    border: 1px solid #EEE;
}
.icon-contact{
    width: 50px;
    height: 50px;
    background: #EEE;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mapa-contato{
    width: 100%;
    height: 340px;
}

.form-check--custom{
    display: flex;
    align-items: center;
    gap: .5rem;
}
.form-check--custom input{
    border: 4px solid #C3C3C3 !important;
    background-color: transparent;
}
.box-form fieldset{
    border: 0;
}

.contact-content{
    width: 80%;
}
.contact-content a{
    overflow-wrap: anywhere;
    transition: all 0.3s ease;
}

.cta-default {
    background-image: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.92) 55%,
        rgba(255, 255, 255, 0.90) 40%
    ), var(--bg-cta);
    background-size: auto, cover;
    background-repeat: no-repeat;
    background-position: center, center;
    padding: 80px 0;
}
.cta-form{
    background: var(--background);
    padding: 32px;
    border-radius: 24px;
}
.cta-form :is(input, select, textarea){
    padding: 12px;
    border-radius: 12px;
    background-color: #FAFAFA;
}
.cta-form :is(input, select, textarea)::placeholder{
    color: #6C6C6C;
}

/* FOOTER */
footer .social__icon{
    background-color: #E9E9E9;
    color: var(--primary-color);
    border-radius: 16px;
    font-size: 18px;
}

footer .contact-content :is(span, a, strong, address, p){
    display: block;
    font-size: 14px;
    text-align: left;
}


/* topo */
header{
    background-color: #fff;
}
#header-nav {margin-bottom: -30px;}
#topo-bootstrap{
    transform: translateY(20px);
}
.topo-path {position: relative; z-index: 2;}
.topo-path a{
    transition: all 0.3s ease;
}
#topo-bootstrap .topo-path::after, #topo-bootstrap .topo-path::before {content: '';  position: absolute;height: 20px; background: #fcd8b2; left: 50%; transform: translateX(-50%); z-index: -1; border: 1px solid #fcd8b2;}
#topo-bootstrap .topo-path::after { width: 110%;  ; bottom: 0; clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%); }
#topo-bootstrap .topo-path::before { width: 105%; height: 22px; ; clip-path: polygon(2% 0%, 98% 0%, 100% 100%, 0% 100%); top: 0;  }
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:hover{
    color: var(--primary-color);
}
/* UTILS */
.bg {
    background: var(--background);
}

.bg-center {
    background-position: center center;
}

.bg-cover {
    background-size: cover;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-16 {
    font-size: 1rem;
}

.fs-17 {
    font-size: 1.0625rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-24 {
    font-size: 1.5rem;
}

.fs-28 {
    font-size: 1.75rem;
}

.fs-30 {
    font-size: 1.875rem;
}

.fs-32 {
    font-size: 2rem;
}

.fs-38 {
    font-size: 2.375rem;
}

.fs-40 {
    font-size: 2.5rem;
}
.fs-42{
  font-size: 2.625rem;
}
.pt-30 {
    padding-top: 30px;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.bg {
    background: var(--background);
}
.bg-cta{
    background: var(--background);
    border-radius: 16px;
}

.bg-center {
    background-position: center center;
}

.bg-cover {
    background-size: cover;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

.btn-secondary{
    color: var(--light);
}
.btn-secondary:hover{
    color: var(--light);
}
.btn-send{
    padding: 24px;
    border-radius: 32px;
}
.btn-outline-primary{
    border-radius: 30px;
    color: var(--primary-color);
    font-weight: 700;
    padding: 16px;
}
.btn-default:hover{
    color: var(--light);
}
.badge{
    padding: 12px;
    border-radius: 32px;
    background: var(--background);
    color: var(--color, var(--primary-color));
}
.primary-color-dark{
    color: var(--primary-color-dark);
}
@media (max-width: 1400px){
    footer .contact-content :is(span, a, strong, address, p){
        font-size: 13px;
    }
}
@media (max-width: 992px){
    .show-desk{
        display: none;
    }
}
@media (max-width: 576px){
    .badge{
        white-space: normal;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .mobile-center-all{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .mobile-center-all :is(span, a, p, strong, address){
        display: block !important;
        text-align: center !important;
        width: 100% !important;
    }
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-left: 0;
        padding-right: 0;
    }
}


.banner-mobile {
    width: 100%;
    height: 150vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #000;
}

.banner-mobile__image {
    display: block;
    object-fit: cover;
    width: 100%;
}