:root {
    --color-primary: #3BA3D4; /* Azul principal */
    --color-secondary: #000000; /* Preto */
    --color-highlight: #2F91D8; /* Amarelo/destaque */
    --bs-bg-verde-amarelado: #000000 !important; /* substituindo verde neon */
    --color-light: #FEFEFE;
    --color-gray: #e2e8f0;

    --font-main: 'Roboto', sans-serif;
    --font-heading: 'Roboto', sans-serif;
}

/* === RESET === */
body {
    padding-top: 0 !important;
    font-family: var(--font-main);
}

/* === BOTÕES === */
.btn {
    padding: 0.6rem 1.2rem !important;
    font-weight: 600;
    border-radius: .25rem;
}

.btn-primary {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: var(--color-light) !important;
}
.btn-primary:hover {
    background-color: var(--color-highlight) !important;
    color: var(--color-secondary) !important;
}

.btn-secondary {
    background-color: #6E9ED2 !important;
    border-color: #6E9ED2 !important;
    color: var(--color-light) !important;
}
.btn-secondary:hover {
    background-color: var(--color-highlight) !important;
}

.btn-tertiary {
    background-color: #F58634 !important;
    border-color: #F58634 !important;
    color: var(--color-light) !important;
}
.btn-tertiary:hover {
    background-color: var(--color-primary) !important;
}

/* === TEXTOS E TÍTULOS === */
.text-primary {
    color: var(--color-primary) !important;
}
.text-secondary {
    color: var(--color-highlight) !important;
}

h2.sec-title {
    font-family: var(--font-heading);
    font-weight: bold;
    font-size: 2.2rem;
    position: relative;
    display: inline-block;
}
h2.sec-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    width: 50px;
    height: 2px;
    background-color: var(--color-primary);
}

/* === FOOTER === */
footer h4 {
    color: var(--color-highlight) !important;
}
footer .copyright p {
    font-size: .85rem;
    color: #666;
}

/* === ESPAÇAMENTOS === */
.mt-80 {
    margin-top: 5rem !important;
}
.pt-100 {
    padding-top: 5.25rem !important;
}

/* === GALERIA === */
.gallery {
    position: relative;
}
.gallery .gallery-overlay {
    background-color: rgba(0, 0, 0, 0.55);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 12;
    transition: 350ms ease all;
}
.gallery .gallery-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-heading);
    font-size: 4rem;
    border: 10px solid var(--color-highlight);
    text-shadow: 0px 2px 2px #000;
    color: var(--color-highlight);
    z-index: 99;
    text-align: center;
}

/* Alinhamento do topo esquerdo */
.topo-esquerdo {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

/* Botão parceiro elegante */
.btn-parceiro {
    background-color: #000;
    color: #fff;
    padding: 8px 18px;
    font-weight: 600;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 0.85rem;
    transition: background 0.3s ease-in-out;
    z-index: 10;
    position: relative;
    display: inline-block;
}

.btn-parceiro:hover {
    background-color: #222;
    color: #fff;
    text-decoration: none;
}

/* Ajuste do dropdown idiomas */
.language {
    position: relative;
    z-index: 11;
    margin-top: 0;
}


@media (min-width: 992px) {
    .gallery .gallery-heading {
        font-size: 7rem;
    }
}
.gallery .img-box {
    position: relative;
    overflow: hidden;
    filter: grayscale(40%);
    transition: 350ms ease all;
}
.gallery:hover .img-box {
    filter: grayscale(10%);
}
.gallery .img-box img {
    transition: 350ms ease all;
    z-index: 2;
}
.gallery .img-box .desc {
    position: absolute;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 1.25rem;
    top: 0;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 350ms ease all;
    z-index: 5;
}
.gallery .img-box:hover .desc {
    opacity: 1;
    top: 50%;
}
.gallery .heading {
    margin: 0 0 1em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .9rem;
}

/* === BLOCOS E COMPONENTES === */
.nop {
    padding: 0;
}

.more-about {
    position: relative;
    text-align: right;
    margin-top: 2em;
}
.more-about:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    height: 1px;
    width: 100%;
    background-color: var(--color-gray);
}
.more-about .about {
    position: relative;
    color: #222;
    font-size: 15px;
    font-weight: 700;
    padding-left: 15px;
    background-color: #fff;
    text-decoration: none;
}
.more-about .about .arrow {
    margin-left: 6px;
}

/* === ÍCONES E FLEXBOX === */
.identity {
    width: 100%;
}
.identity .flex {
    display: flex;
}
.identity .bi {
    width: 1em !important;
    height: 1em !important;
}

/* === TÍTULOS DE SERVIÇO === */
.service-title {
    padding: 0 6em;
}

/* === SLIP BUTTON === */
.btn-slip {
    position: relative;
}
.btn-slip:hover .slip {
    color: #fff;
}
.btn-slip .slip {
    position: absolute;
    left: 0;
    top: 0;
    right: 30px;
    text-align: center;
    background-color: #fff;
    transition: 300ms ease all;
}
.btn-slip .slip:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: var(--color-highlight);
    z-index: -1;
    transition: 300ms ease all;
}
.btn-slip:hover .slip:before {
    width: 100%;
}

#diferenciais .content {
    display: none;
    font-size: 0.95rem;
    color: #444;
    line-height: 1.5;
}

#diferenciais .content.show {
    display: block;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
}

#diferenciais .toggle-btn {
    font-size: 1.5rem;
    line-height: 1;
    padding: 0 10px;
    font-weight: bold;
}

.contato-consultores p {
    font-size: 1rem;
    color: #666;
    margin-top: 1rem;
}


.contato-consultores input.form-control {
    margin-bottom: 1rem;
    padding: 12px;
    font-size: 1rem;
}

.contato-consultores button.btn {
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 6px;
}

.animated-gif {
    animation: pulse 2s infinite;
}



