:root {
    --laranja-padrao: #f97702;
    --laranja-gradient: linear-gradient(135deg, #f97702, #eca33d);
    --fundo-dark: #231F20;
}

a:link {
    text-decoration: none !important;
}

/* HEADER BASE */
header.header-personalizado {
    position: relative;
    height: 100vh;
    /* ocupa 100% da altura visível da tela */
    min-height: 600px;
    /* evita ficar pequeno demais em telas pequenas */
    overflow: hidden;
    background: rgba(0, 0, 0, 0.9);
}


/* CARROSSEL OCUPA TODO O HEADER */
header.header-personalizado .carousel,
header.header-personalizado .carousel-inner,
header.header-personalizado .carousel-item {
    height: 100%;
}

/* IMAGEM DE FUNDO RESPONSIVA */
header.header-personalizado .carousel-bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* cobre tudo */
    transform: scale(1.05);
    /* leve aumento para garantir preenchimento */
    background-color: #000;
    /* cor de fundo caso haja bordas */
    transition: transform 1s ease;
    /* suave quando muda de slide */
}


/* CONTROLES DO CARROSSEL SOBREPOSTOS */
header.header-personalizado .carousel-control-prev,
header.header-personalizado .carousel-control-next {
    z-index: 5;
}

/* NAVBAR SOBRE O FUNDO */
header.header-personalizado .navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    /* background: rgba(0, 0, 0, 0.5); */
    /* backdrop-filter: blur(4px); */
}

header.header-personalizado .navbar .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 15px;
}

/* LINKS DO MENU */
header.header-personalizado .navbar-nav .nav-item .nav-link {
    margin-left: 40px;
    color: #fff;
    font-weight: 600;
    transition: color 0.3s ease;
}

/* 🔹 RESPONSIVIDADE */
@media (max-width: 992px) {
    header.header-personalizado {
        height: 500px;
    }
}

@media (max-width: 768px) {
    header.header-personalizado {
        height: 400px;
    }

    header.header-personalizado .navbar-nav .nav-item .nav-link {
        margin-left: 0;
        text-align: center;
    }
}

@media (max-width: 576px) {
    header.header-personalizado {
        height: 320px;
    }
}


/* TEXTO CENTRAL SOBRE O CARROSSEL */
header.header-personalizado .header-conteudo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
    /* abaixo do menu, acima do carrossel */
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.6);
    /* leve camada escura pra dar contraste */
}

/* TEXTO */
header.header-personalizado .header-conteudo h1 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.2;
}

header.header-personalizado .header-conteudo p {
    font-size: clamp(1rem, 2vw, 1.3rem);
    opacity: 0.9;
}

/* BOTÃO */
header.header-personalizado .header-conteudo .btn {
    font-weight: 600;
    padding: 15px 50px;
    border-radius: 30px;
}

/* header.header-geral {
    background-color: #231F20;
} */

header.header-geral .navbar-nav .nav-item .nav-link {
    margin-left: 40px;
    color: white;
    font-weight: 600;
    transition: color 0.3s ease;
}

.btn-primary {
    background-color: var(--laranja-padrao) !important;
    border: none !important;
    color: white !important;
}

.btn-outline-primary {
    border-color: var(--laranja-padrao) !important;
    color: var(--laranja-padrao) !important;
}

.btn-outline-primary:hover {
    color: black !important;
}

.btn-primary-gradient {
    background: var(--laranja-gradient) !important;
    border: none !important;
    color: white !important;
}

.text-primary {
    color: var(--laranja-padrao) !important;
}

.marquee {
    overflow: hidden;
    padding: 10px 0;
}

.marquee-content {
    display: flex;
    gap: 30px;
    white-space: nowrap;
    align-items: center;
    /* centraliza verticalmente */
}

.marquee-content .swiper-slide {
    flex: 0 0 auto;
    /* impede que encolha */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    /* largura uniforme */
    height: 100px;
    /* altura uniforme */
    margin-right: 50px;
}

.marquee-content .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* mantém proporção sem cortar */
    display: block;
}

.section-clientes {
    background-color: #F8F8FF;
}


.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color:
        color-mix(in srgb, var(--default-color), transparent 50%);
    position: relative;
}

.section-title p {
    color: var(--heading-color);
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: var(--laranja-padrao);
    margin: 4px 10px;
}

ul {
    padding: 0px !important;
}

ul li {
    list-style: none !important;
}

ul li {
    display: flex;
    justify-content: center;
}

ul li i {
    margin-right: 7px;
}

.servico-container {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    padding: 20px;
    overflow: hidden;
    /* evita que o overlay ultrapasse as bordas */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fundo-transparente {
    position: absolute;
    top: 0;
    /* garante cobertura total */
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    /* fica abaixo do texto */
}

/* o conteúdo deve ficar acima do overlay */
.servico-container h6,
.servico-container ul {
    position: relative;
    z-index: 2;
}

/* efeito hover */
.servico-container:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* responsividade */
@media (max-width: 992px) {
    .servico-container {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .servico-container {
        height: 220px;
        padding: 10px;
    }

    .servico-container h6 {
        font-size: 14px;
    }
}

.modal-content {
    border: 2px solid var(--laranja-padrao);
}

.testimonials:before {
    content: "";
    background:
        color-mix(in srgb, var(--background-color), transparent 30%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

.depoimentos {
    position: relative;
    background-image: url('../img/DJI_0131-scaled-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.depoimentos .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.depoimentos .container {
    position: relative;
    z-index: 2;
}

.owl-carousel .item {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.owl-carousel .item p {
    font-size: 1.1rem;
    line-height: 1.7;
}

.quote-icon-left,
.quote-icon-right {
    font-size: 24px;
    color: #f97702;
}


.testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
    margin: 0 auto;
}

:root {
    --animate-duration: 2s;
}

/* Only this element will take half the time to finish */
/* .animate__slower {
  --animate-duration: 0.5s;
} */

.section-newsletter {
    position: relative;
    background: url('../img/fundo-newsletter.jpg') no-repeat center center;
    background-size: cover;
    height: 700px;
    display: flex;
    align-items: center;
    padding-bottom: 100px;
}

.fundo-transparente-newsletter {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.conteudo-newsletter {
    position: relative;
    z-index: 2;
    color: #fff;
}

/* Responsivo */
@media (max-width: 768px) {
    .section-newsletter {
        height: 280px;
        text-align: center;
    }
}

.form-control:focus {
    box-shadow: none !important;
}


/* Campos de formulário flutuante com tema escuro */
.form-floating>.form-control,
.form-floating>.form-control:focus {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.185);
}

.form-floating>label {
    color: rgba(255, 255, 255, 0.8);
}

.form-floating>.form-control:focus~label {
    color: #fff;
}

.form-check-label {
    color: #fff;
}

.form-check-input:checked {
    background-color: var(--laranja-padrao);
    border-color: var(--laranja-padrao);
}

footer {
    background-color: #231F20;
    height: 400px;
}

.footer h5 {
    color: white;
    margin-top: 100px;
}

.footer .list-footer li {
    display: block !important;
    padding: 0px !important;
    /* margin: 0px !important; */
    margin-bottom: 15px;
}

.footer .list-footer li a {
    text-decoration: none !important;
    color: #CFCFCF !important;
    display: flex;
    align-items: center;
}

.footer .list-footer li a i {
    font-size: 13px;
    color: var(--laranja-padrao);
}

.desenvolvido {
    /* border-top: 1px solid #363636; */
    display: flex;
    justify-content: center;
    background-color: #231F20;
}

a.nav-link:hover {
    color: var(--laranja-padrao) !important;
}

.barra-topo {
    /* background: linear-gradient(135deg, var(--laranja-padrao) 0%, #000 100%); */
    /* background-color: #231F20; */
    background-color: var(--laranja-padrao);
    padding-top: 3px;
    padding-bottom: 3px;
}

.breadcrumb-item a {
    color: var(--laranja-padrao) !important;
}

.entre-contato {
    margin-top: 70px;
    position: relative;
    background: url('../img/solicitar-orc.jpeg') no-repeat center center;
    background-size: cover;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-bottom: 50px;
}

.fundo-transparente-entre-contato {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
    z-index: 1;
}

.conteudo-contato {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.entre-contato h2 {
    font-size: 2rem;
    margin-top: 10px;
}

.entre-contato .btn {
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.entre-contato .btn:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

/* Responsividade */
@media (max-width: 768px) {
    .entre-contato {
        height: auto;
        padding: 80px 20px;
    }

    .entre-contato h2 {
        font-size: 1.5rem;
    }

    .entre-contato .btn {
        width: 100%;
        font-size: 1rem;
    }
}

.misao-visao-valores {
    background-color: #231F20;
    height: 700px;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}


.bg-primary {
    background-color: var(--laranja-padrao) !important;
}

.border-primary {
    border-color: var(--laranja-padrao) !important;
}

.titutlo-valores {
    text-align: center;
    /* padding-left: 30px;
    padding-right: 30px; */
    border-bottom: 4px solid var(--laranja-padrao);
    padding-bottom: 15px;
    width: 130px;
}

@media (max-width: 990px) {
    .misao-visao-valores {
        height: 1200px;

    }

    header.header-personalizado .header-conteudo .btn {
        padding: 10px 30px;
        font-size: 15px;
    }
}

.header-scroll {
    background-color: #231F20;
    z-index: 999999999999 !important;
    position: fixed !important;
    width: 100%;
}

.header-scroll a {
    margin-left: 40px;
    color: white !important;
}

.header-scroll {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    width: 100%;
    /* background: #fff; */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: top 0.8s ease, opacity 1s ease;
    z-index: 1050;
    opacity: 0;
    pointer-events: none;
    /* não clicável até aparecer */
}

.header-scroll.visible {
    top: 0;
    opacity: 1;
    pointer-events: auto;
}

.breadcrumb-item {
    font-size: 13px !important;
    font-weight: bold;
}


/* ===== Seção “Não Sabe Onde Pisa” ===== */
#nao_sabe_onde_pisa {
    background-color: #231F20;
    font-family: 'Arial', sans-serif;
    padding-top: 50px;
    padding-bottom: 50px;
}

#nao_sabe_onde_pisa .row {
    margin-bottom: 60px;
}

#nao_sabe_onde_pisa h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

#nao_sabe_onde_pisa p {
    margin-bottom: 0;
}

/* Imagens responsivas */
#nao_sabe_onde_pisa img {
    width: 100%;
    height: auto;
    display: block;
}

/* ======== RESPONSIVIDADE ======== */
@media (max-width: 992px) {
    #nao_sabe_onde_pisa .col-6 {
        padding: 20px !important;
    }

    #nao_sabe_onde_pisa .row {
        margin-bottom: 40px;
    }

    #nao_sabe_onde_pisa h5 {
        font-size: 1.1rem;
    }

    #nao_sabe_onde_pisa p small {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {

    /* empilha colunas */
    #nao_sabe_onde_pisa .row {
        flex-direction: column !important;
    }

    #nao_sabe_onde_pisa .col-6 {
        width: 100% !important;
        max-width: 100%;
        padding: 20px !important;
        text-align: center;
    }

    #nao_sabe_onde_pisa .col-6 img {
        margin-top: 20px;
    }

    #nao_sabe_onde_pisa h5 {
        font-size: 1.2rem;
    }

    #nao_sabe_onde_pisa p small {
        font-size: 0.9rem;
        line-height: 1.8;
    }
}

@media (max-width: 576px) {
    #nao_sabe_onde_pisa {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #nao_sabe_onde_pisa .col-6 {
        padding: 15px !important;
    }

    #nao_sabe_onde_pisa h5 {
        font-size: 1rem;
    }

    #nao_sabe_onde_pisa p small {
        font-size: 0.85rem;
    }
}

@media (max-width: 990px) {
    .section-newsletter {
        height: 900px;
    }

    footer {
        background-color: #231F20;
        height: 600px;
    }
}

@media (max-width: 769px) {
    .section-newsletter {
        height: 800px;
    }

    footer {
        background-color: #231F20;
        height: 700px;
    }

    .footer h5 {
        margin-top: 0px;
    }
}

@media (max-width: 990px) {
    .footer .row {
        text-align: center;
        justify-content: center;
    }

    .footer .col-12,
    .footer .col-sm-12,
    .footer .col-md-4,
    .footer .col-lg-3,
    .footer .col-xl-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
        /* espaço entre seções */
    }

    .footer a.navbar-brand {
        margin-bottom: 15px;
    }

    .footer ul {
        padding-left: 0;
        list-style-position: inside;
    }

    .footer ul li {
        margin-bottom: 10px;
    }
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

:root {
    --wa-size: 60px;
    /* tamanho do botão */
    --wa-color: #25d366;
    /* cor principal */
    --wa-bottom: 25px;
    /* distância da borda inferior */
    --wa-right: 25px;
    /* distância da borda direita */
}

.whatsapp-float {
    position: fixed;
    width: var(--wa-size);
    height: var(--wa-size);
    bottom: var(--wa-bottom);
    right: var(--wa-right);
    background-color: var(--wa-color);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.whatsapp-float:hover {
    transform: translateY(-4px);
    background-color: #20ba5a;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: #fff;
}

.whatsapp-float:focus-visible {
    outline: 3px solid rgba(37, 211, 102, 0.4);
    outline-offset: 3px;
}

@media (max-width: 480px) {
    :root {
        --wa-size: 68px;
        --wa-bottom: 20px;
        --wa-right: 20px;
    }

    .whatsapp-float {
        font-size: 36px;
    }
}

.background-video {
    /* position: fixed; */
    /* ou absolute, se quiser dentro de uma seção */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    /* fica atrás do conteúdo */
}

.background-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* preenche a tela sem distorcer */
}

.fundo-dark {
    background-color: var(--fundo-dark);
    color: white;
}

.sec-texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px !important;
}


/* Garante que todas as células tenham a mesma altura */
/* .row>[class*="col-6"] {
    display: flex;
    align-items: stretch;
} */

.sec-texto {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.secao-fixa {
    position: fixed;
    /* fica atrás do conteúdo */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.secao-fixa video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* preenche a área sem distorcer */
}

.titulo-investimento {
    color: var(--laranja-padrao);
    border-bottom: 3px solid var(--laranja-padrao);
    padding-bottom: 10px;
    margin-bottom: 30px;
    width: 250px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* preto semitransparente, ajuste a opacidade conforme desejar */
    z-index: 0;
    /* fica entre o vídeo e o conteúdo */
}

.conteudo {
    position: relative;
    z-index: 1;
    /* garante que o texto fique acima do overlay */
}

.servico-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Imagem de fundo em pseudo-elemento */
.servico-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: transform 0.5s ease;
}

/* Overlay transparente sem esconder o texto */
.servico-container .fundo-transparente {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* ajuste a opacidade */
    z-index: 1;
    /* fica acima da imagem, mas abaixo do texto */
}

/* Texto e conteúdo acima de tudo */
.servico-container>*:not(.fundo-transparente) {
    position: relative;
    z-index: 2;
}

/* Zoom da imagem ao passar o mouse */
.servico-container:hover::before {
    transform: scale(1.1);
}