@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
}
:root {
    --site-heading: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --site-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --site-hero-bg: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    --site-section-alt: #f1f5f9;
    --site-card-hover: 0 12px 24px -8px rgba(0,0,0,.12);
    --site-transition: 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
    :root { --site-transition: 0s; }
}
body {
    font-family: var(--site-body);
}

/*Servicos de apresentacao de dados de servicos */
@media (min-width: 992px) {
    .rounded-lg-3 { border-radius: .3rem; }
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.bgImagenCasa{
    border-radius: 15px;
    box-shadow: 1px 2px 3px 8px rgba(159,159,159,0.5);
}

/**/


.bgHeader {
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,.06);
}

figure.logoHeader {
    width: 140px;
    max-width: 140px;
    height: 44px;
    margin: 0;
    display: flex;
    align-items: center;
}
figure.logoHeader img.imgLogoTipo {
    width: auto;
    height: 44px;
    max-width: 140px;
    max-height: 44px;
    object-fit: contain;
    object-position: left center;
    display: block;
}
.nav-item{
    margin-right:10px;
}
.nav-link-custom {
    font-size: 18px;
}
.background-div {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center center;
    background-image: url("../images/Banner/banner_05.jpg");
    transition: background-image 0.5s ease-in-out;;
}




body {
    padding-top: 3.5rem;
    padding-bottom: 0;
    color: #374151;
    line-height: 1.6;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

/* Site institucional — páginas internas */
.site-main {
    padding-top: 0;
    min-height: calc(100vh - 8rem);
}
.site-footer {
    background-color: #f8f9fa;
    margin-top: auto;
}
.nav-link-custom.active {
    font-weight: 600;
    color: var(--bs-primary) !important;
}

/* ========== HOME — hero, serviços, processo, CTA ========== */
.home-hero {
    background: var(--site-hero-bg);
    padding: 3rem 0 3.5rem;
    position: relative;
    overflow: hidden;
}
@media (min-width: 768px) {
    .home-hero {
        padding: 4rem 0 5rem;
    }
}
.home-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,.06), transparent);
}
.home-hero__badge {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bs-primary);
    margin-bottom: 1rem;
}
.home-hero__title {
    font-family: var(--site-heading);
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.25;
    color: #0f172a;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .home-hero__title {
        font-size: 2.25rem;
    }
}
@media (min-width: 992px) {
    .home-hero__title {
        font-size: 2.5rem;
    }
}
.home-hero__lead {
    font-size: 1rem;
    color: #475569;
    max-width: 32rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
    .home-hero__lead {
        font-size: 1.125rem;
    }
}
.home-hero__cta {
    transition: transform var(--site-transition), box-shadow var(--site-transition);
}
.home-hero__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(13, 110, 253, .35);
}
.home-hero__icon-wrap {
    width: 10rem;
    height: 10rem;
    background: linear-gradient(135deg, rgba(13, 110, 253, .08) 0%, rgba(13, 110, 253, .04) 100%);
    border: 1px solid rgba(13, 110, 253, .12);
    transition: transform var(--site-transition);
}
.home-hero__icon-wrap:hover {
    transform: scale(1.03);
}
.home-hero .bi {
    color: var(--bs-primary);
    opacity: .9;
}
@media (prefers-reduced-motion: no-preference) {
    .home-hero__badge,
    .home-hero__title,
    .home-hero__lead,
    .home-hero__cta,
    .home-hero__icon-wrap {
        animation: home-fade-in .6s ease-out both;
    }
    .home-hero__title { animation-delay: .08s; }
    .home-hero__lead { animation-delay: .14s; }
    .home-hero__cta { animation-delay: .22s; }
    .home-hero__icon-wrap { animation-delay: .12s; }
}
@keyframes home-fade-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-section {
    padding: 3.5rem 0;
}
@media (min-width: 768px) {
    .home-section {
        padding: 4.5rem 0;
    }
}
.home-section--alt {
    background-color: var(--site-section-alt);
}
.home-section__title {
    font-family: var(--site-heading);
    font-weight: 700;
    font-size: 1.5rem;
    color: #0f172a;
    margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
    .home-section__title {
        font-size: 1.75rem;
    }
}
.home-section__subtitle {
    font-size: 1rem;
    color: #64748b;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.home-card {
    height: 100%;
    border: 0;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
    transition: transform var(--site-transition), box-shadow var(--site-transition);
    background: #fff;
}
.home-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--site-card-hover);
}
.home-card__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, rgba(13, 110, 253, .12) 0%, rgba(13, 110, 253, .06) 100%);
    color: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.home-card__title {
    font-family: var(--site-heading);
    font-weight: 600;
    font-size: 1rem;
    color: #0f172a;
    margin-bottom: 0.5rem;
}
.home-card__text {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.home-process__title {
    font-family: var(--site-heading);
    font-weight: 700;
    font-size: 1.375rem;
    color: #0f172a;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .home-process__title {
        font-size: 1.5rem;
    }
}
.home-process__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.home-process__item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.5rem 0;
    font-size: 0.9375rem;
    color: #334155;
}
.home-process__item .bi {
    flex-shrink: 0;
    margin-top: 0.2rem;
    color: #0d6efd;
    font-size: 1.125rem;
}

.home-cta {
    padding: 3.5rem 0;
    background: linear-gradient(180deg, var(--site-section-alt) 0%, #fff 100%);
}
.home-cta__title {
    font-family: var(--site-heading);
    font-weight: 700;
    font-size: 1.375rem;
    color: #0f172a;
    margin-bottom: 0.5rem;
}
.home-cta__btn {
    transition: transform var(--site-transition), box-shadow var(--site-transition);
}
.home-cta__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(13, 110, 253, .35);
}

/* ========== CONTATO ========== */
.contato-hero {
    background: var(--site-hero-bg);
    padding: 2.5rem 0 2rem;
    border-bottom: 1px solid rgba(0,0,0,.06);
}
@media (min-width: 768px) {
    .contato-hero {
        padding: 3rem 0 2.5rem;
    }
}
.contato-hero__title {
    font-family: var(--site-heading);
    font-weight: 700;
    font-size: 1.75rem;
    color: #0f172a;
    margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
    .contato-hero__title {
        font-size: 2rem;
    }
}
.contato-hero__lead {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 0;
    max-width: 36rem;
}

.contato-conteudo {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
}
@media (min-width: 768px) {
    .contato-conteudo {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
}

.contato-info {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
    padding: 1.5rem 1.25rem;
    height: 100%;
}
@media (min-width: 992px) {
    .contato-info {
        padding: 1.75rem 1.5rem;
    }
}
.contato-info__titulo {
    font-family: var(--site-heading);
    font-weight: 700;
    font-size: 1.25rem;
    color: #0f172a;
    margin-bottom: 0.5rem;
}
.contato-info__texto {
    font-size: 0.9375rem;
    color: #64748b;
    margin-bottom: 0;
}

.contato-canais {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.contato-canal {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1rem;
    background: var(--site-section-alt);
    border-radius: 0.5rem;
    color: inherit;
    text-decoration: none;
    transition: background var(--site-transition), transform var(--site-transition), box-shadow var(--site-transition);
    border: 1px solid transparent;
}
.contato-canal:hover {
    background: #e2e8f0;
    color: inherit;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,.06);
}
.contato-canal:focus-visible {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
}
.contato-canal__icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.5rem;
    background: rgba(13, 110, 253, .12);
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}
.contato-canal:hover .contato-canal__icon {
    background: rgba(13, 110, 253, .18);
}
.contato-canal__conteudo {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    flex: 1;
    min-width: 0;
}
.contato-canal__label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
}
.contato-canal__valor {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #0f172a;
}
.contato-canal__valor--email {
    white-space: nowrap;
    font-size: 0.875rem;
}
@media (min-width: 400px) {
    .contato-canal__valor--email {
        font-size: 0.9375rem;
    }
}
.contato-canal__seta {
    font-size: 0.875rem;
    color: #94a3b8;
    flex-shrink: 0;
    transition: transform var(--site-transition);
}
.contato-canal:hover .contato-canal__seta {
    color: var(--bs-primary);
    transform: translateX(3px);
}
.contato-info__obs {
    font-size: 0.8125rem;
    line-height: 1.4;
}

.contato-form-card {
    border-radius: 0.75rem;
    overflow: hidden;
}
.contato-form__titulo {
    font-family: var(--site-heading);
    font-weight: 700;
    font-size: 1.25rem;
    color: #0f172a;
    margin-bottom: 0;
}
.contato-form-card .form-label {
    font-weight: 500;
    color: #334155;
}
.contato-form-card .form-control {
    border-radius: 0.5rem;
    border-color: #e2e8f0;
}
.contato-form-card .form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 3px rgba(13, 110, 253, .15);
}
.contato-form-card .btn-primary {
    transition: transform var(--site-transition), box-shadow var(--site-transition);
}
.contato-form-card .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(13, 110, 253, .35);
}

/* ========== Páginas internas (hero + corpo) — Sobre, Serviços, Diferenciais ========== */
.page-hero {
    background: var(--site-hero-bg);
    padding: 2.5rem 0 2rem;
    border-bottom: 1px solid rgba(0,0,0,.06);
}
@media (min-width: 768px) {
    .page-hero {
        padding: 3rem 0 2.5rem;
    }
}
.page-hero__badge {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bs-primary);
    margin-bottom: 0.75rem;
}
.page-hero__title {
    font-family: var(--site-heading);
    font-weight: 700;
    font-size: 1.75rem;
    color: #0f172a;
    margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
    .page-hero__title {
        font-size: 2rem;
    }
}
.page-hero__lead {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 0;
    max-width: 40rem;
}

.page-conteudo {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
}
@media (min-width: 768px) {
    .page-conteudo {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
}

/* ========== FAQ (Dúvidas frequentes) ========== */
.faq-hero {
    background: var(--site-hero-bg);
    padding: 2.5rem 0 2rem;
    border-bottom: 1px solid rgba(0,0,0,.06);
}
@media (min-width: 768px) {
    .faq-hero {
        padding: 3rem 0 2.5rem;
    }
}
.faq-hero__badge {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bs-primary);
    margin-bottom: 0.75rem;
}
.faq-hero__title {
    font-family: var(--site-heading);
    font-weight: 700;
    font-size: 1.75rem;
    color: #0f172a;
    margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
    .faq-hero__title {
        font-size: 2rem;
    }
}
.faq-hero__lead {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 0;
    max-width: 40rem;
}

.faq-section {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
}
@media (min-width: 768px) {
    .faq-section {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
}

.faq-accordion {
    --bs-accordion-border-color: #e2e8f0;
    --bs-accordion-btn-focus-border-color: var(--bs-primary);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 3px rgba(13, 110, 253, .15);
    --bs-accordion-active-bg: #fff;
    --bs-accordion-active-color: #0f172a;
}
.faq-accordion__item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    margin-bottom: 0.75rem;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
    transition: box-shadow var(--site-transition), border-color var(--site-transition);
}
.faq-accordion__item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.faq-accordion__item:last-child {
    margin-bottom: 0;
}
.faq-accordion__item .accordion-button {
    font-family: var(--site-heading);
    font-weight: 600;
    font-size: 0.9375rem;
    color: #0f172a;
    background: #fff;
    padding: 1rem 1.25rem;
    border: 0;
    box-shadow: none;
    transition: background var(--site-transition), color var(--site-transition);
}
.faq-accordion__item .accordion-button:not(.collapsed) {
    background: #fff;
    color: var(--bs-primary);
    box-shadow: none;
}
.faq-accordion__item .accordion-button:hover {
    background: #f8fafc;
}
.faq-accordion__item .accordion-button:not(.collapsed):hover {
    background: #f8fafc;
}
.faq-accordion__item .accordion-button::after {
    flex-shrink: 0;
    margin-left: auto;
    transition: transform var(--site-transition);
}
.faq-accordion__icon {
    font-size: 1.125rem;
    color: var(--bs-primary);
    opacity: .85;
}
.faq-accordion__item .accordion-button:not(.collapsed) .faq-accordion__icon {
    opacity: 1;
}
.faq-accordion__body {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #475569;
    padding: 1rem 1.25rem 1.25rem;
}
.faq-accordion__body .faq-accordion__link {
    color: var(--bs-primary);
    font-weight: 500;
    text-decoration: none;
}
.faq-accordion__body .faq-accordion__link:hover {
    text-decoration: underline;
}

.faq-cta {
    padding-top: 0.5rem;
}
.faq-cta__text {
    font-family: var(--site-heading);
    font-weight: 600;
    font-size: 1rem;
    color: #334155;
    margin-bottom: 0.5rem;
}
.faq-cta__btn {
    transition: transform var(--site-transition), box-shadow var(--site-transition);
}
.faq-cta__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(13, 110, 253, .35);
}
