body {
    overflow-x: hidden;
}
.wt-hidden{
    overflow-x: hidden;
}
.show-sm-projeto{
    display:none;
}

.img-lasie-juste {
    display: flex;
    justify-content: center;
}

.juntw-imagem-forensor {
    display: flex;
    justify-content: center;
}
.hide-projeto{
    overflow: hidden;
}

.forensor-imagem {
    width: 50% !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #F4F8FA 0% 0% no-repeat padding-box !important;
    border-radius: 5px !important;
    opacity: 1 !important;
}

.btn-icon__inner {
    top: 24% !important;
}

/*.media {
          margin-top: -1rem;
    }*/
.textv-right {
    display: flex;
    justify-content: right;
}

.btn-icon {
    width: 2rem !important;
}

.btn-icon__inner {
    left: 20% !important;
}

.mt01 {
    margin-top: 0.1rem !important;
}
@media (max-width: 991px) {
.show-sm-projeto{
        display:block;
    }
    .hide-sm-projeto{
        display:none;
    }
    

}
@media (max-width: 640px) {
    .fullcontainer {
    padding-left: 15px!important;
}
.img-tabs {
 
  right: 9px;
}
}
@media (max-width: 768px) {
    .show-sm-projeto{
        display:block;
    }
    .hide-sm-projeto{
        display:none;
    }
    .h23 {
        font-size: 2rem;
    }

    .h9 {
        font-size: 1rem;
    }
  
}

.vw-testimonial-showcase {
    position: relative;
    padding: 5.5rem 0 6rem;
    background:
        linear-gradient(180deg, #04102b 0%, #050f2b 40%, #2c2d7f 100%);
    color: #0a1230;
    overflow: hidden;
}

.vw-testimonial-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 7, 22, 0.9) 0%, rgba(2, 7, 22, 0.9) 28%, transparent 28%),
        linear-gradient(180deg, transparent 0%, transparent 72%, rgba(30, 26, 93, 0.9) 100%);
    pointer-events: none;
}

.vw-testimonial-shell {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    border-radius: 26px;
    padding: 3.2rem 2.75rem 2.5rem;
    background: linear-gradient(180deg, #cfd2e6 0%, #c4c8df 55%, #7b86bf 100%);
    box-shadow: 0 32px 60px rgba(3, 6, 18, 0.35);
    overflow: hidden;
}

.vw-testimonial-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 40% 50%, rgba(255, 255, 255, 0.45), transparent 55%),
        radial-gradient(circle at 60% 55%, rgba(255, 255, 255, 0.35), transparent 52%);
    opacity: 0.6;
    pointer-events: none;
}

.vw-testimonial-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(125deg, rgba(47, 78, 170, 0.18) 0, rgba(47, 78, 170, 0.18) 1px, transparent 1px, transparent 6px),
        repeating-linear-gradient(305deg, rgba(47, 78, 170, 0.12) 0, rgba(47, 78, 170, 0.12) 1px, transparent 1px, transparent 7px);
    opacity: 0.35;
    pointer-events: none;
}

.vw-testimonial-shell .vw-testimonial-panel::before,
.vw-testimonial-shell .vw-testimonial-panel::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 0.35;
    z-index: 0;
}

.vw-testimonial-shell .vw-testimonial-panel::before {
    width: 360px;
    height: 360px;
    left: -160px;
    top: -40px;
}

.vw-testimonial-shell .vw-testimonial-panel::after {
    width: 420px;
    height: 420px;
    right: -200px;
    bottom: -120px;
}

.vw-testimonial-carousel {
    position: relative;
    overflow: hidden;
}

.vw-testimonial-track {
    display: flex;
    transition: transform 0.6s ease;
    will-change: transform;
}

.vw-testimonial-panel {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 0 0 100%;
    z-index: 1;
}

.vw-testimonial-arrow {
    position: relative;
    z-index: 1;
    margin-top: 1.4rem;
    font-size: 1.6rem;
    color: #6769a5;
    text-align: center;
}

.vw-testimonial-card {
    position: relative;
    width: min(460px, 100%);
    border-radius: 22px;
    padding: 1.8rem 1.7rem 2rem;
    background: linear-gradient(165deg, #1b2c64 0%, #0f1f4d 55%, #0b1436 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 50px rgba(6, 10, 24, 0.55);
    color: #ffffff;
}

.vw-testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.3rem;
}

.vw-testimonial-brand {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.vw-testimonial-tag {
    font-size: 0.7rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.vw-testimonial-title {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 1.1rem;
}

.vw-testimonial-identity {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.85rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    margin-bottom: 1.3rem;
}

.vw-testimonial-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.vw-testimonial-name {
    font-size: 1rem;
    font-weight: 700;
}

.vw-testimonial-role {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.7);
}

.vw-testimonial-copy {
    font-size: 0.92rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0.9rem;
}

.vw-testimonial-action {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.5rem;
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.2s ease, background 0.2s ease;
}

.vw-testimonial-action:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
}

.vw-testimonial-controls {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin: 2.6rem auto 0;
    padding: 1.2rem 1.5rem;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(10, 16, 42, 0.15);
    max-width: 980px;
}

.vw-testimonial-progress {
    flex: 1;
    height: 6px;
    border-radius: 999px;
    background: #e2e2e2;
    overflow: hidden;
}

.vw-testimonial-progress-bar {
    display: block;
    width: 32%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #bfc3cf 0%, #8d95b3 100%);
}

.vw-testimonial-nav {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.vw-testimonial-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.65);
    color: #4a4f77;
    font-size: 1.2rem;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.vw-testimonial-btn.is-active,
.vw-testimonial-btn:hover {
    background: #6b5dff;
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .vw-testimonial-shell {
        padding: 2.5rem 1.75rem 2.25rem;
    }

    .vw-testimonial-controls {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 575px) {
    .vw-testimonial-showcase {
        padding: 3.5rem 0 4rem;
    }

    .vw-testimonial-card {
        padding: 1.4rem 1.3rem 1.6rem;
    }

    .vw-testimonial-identity {
        flex-direction: column;
        align-items: flex-start;
    }
}
