/* ==========================================================================
   1. RESET E GLOBAIS
   ========================================================================== */

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}



body {
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9999;
}

a {
    color: inherit;
    text-decoration: none !important;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
}

.PCI_btnSwal {
    width: 8rem;
    padding: 6px 11px !important;
    font-size: 16px !important;
    background-color: rgb(35, 104, 177) !important;
    box-shadow: 0 0 0 3px rgba(35, 104, 177, 0.432) !important;
}

.inter-font {
    font-family: 'Inter', sans-serif;
}


/* Utilitários de Cor e Filtros */

.blue {
    color: #2368B1 !important;
}

.separador-azul {
    filter: invert(62%) sepia(71%) saturate(652%) hue-rotate(183deg) brightness(94%) contrast(95%);
}


/* Utilitários de Layout */

.row {
    margin: 0px !important
}

.centralize {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}


/* ==========================================================================
   2. ELEMENTOS DE FORMULÁRIO (Inputs, Buttons, Checkboxes)
   ========================================================================== */



/* Botão Whatsapp Flutuante */

.whatsapp-button {
    position: fixed;
    z-index: 98;
    bottom: 2rem;
    right: 2rem;
    background: #25d366;
    color: #fff;
    border-radius: 100%;
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
    transition: background-color .2s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    cursor: pointer !important;
}



/* ==========================================================================
   3. CABEÇALHO E NAVEGAÇÃO
   ========================================================================== */

.cabecalho-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    z-index: 998;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0.5rem 0;
    transition: transform 920ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.scrolled nav.cabecalho-nav {
    transform: translate3d(0, -100%, 0);
}

.cabecalho-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding: 0 110px !important;
    box-sizing: border-box;
}

.brand-column {
    display: flex;
    flex-direction: row;
}


/* Logos */

.logo-default {
    height: 45px;
    width: auto;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.logo-default:hover {
    transform: scale(1.05);
}


.logo-servicos img {
    width: 420px;
    height: auto;
}


/* Info Contato (Header) */

.info-contato {
    display: flex;
    flex-direction: column;
    font-size: 0.8rem;
    color: #666;
    gap: 2px;
    margin-top: 9px;
    margin-left: 20px;
}

.info-contato span {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.info-contato i {
    color: #2368B1;
    margin-right: 6px;
    font-size: 0.9rem;
}


/* Menu Desktop */

.menu-desktop {
    display: none;
    list-style: none;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.menu-desktop li a {
    text-decoration: none;
    color: #555;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.2s;
}

.menu-desktop li a:hover {
    color: #2368B1;
}

.btn-login-desktop {
    border: 2px solid #2368B1;
    padding: 8px 25px;
    border-radius: 50px;
    color: #2368B1 !important;
    font-weight: 700 !important;
    transition: all 0.3s ease;
}

.btn-login-desktop:hover {
    background-color: #2368B1;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(35, 104, 177, 0.2);
}


/* Menu Mobile (Trigger e Sidenav) */

.menu-trigger {
    display: block;
    font-size: 1.8rem;
    color: #2368B1;
    cursor: pointer;
    padding: 5px;
}

.sidenav {
    height: 100%;
    width: 280px;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -300px;
    background-color: #2368B1;
    overflow-x: hidden;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding-top: 60px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

.sidenav a {
    padding: 12px 30px;
    text-decoration: none;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    transition: 0.3s;
    font-weight: 500;
}

.sidenav a:hover {
    color: #fff !important;
    padding-left: 35px;
    background: #2368B1;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2.5rem;
    margin-left: 0;
    padding: 0;
}

.btn-login-gaveta {
    background: #fff;
    color: #2368B1 !important;
    border-radius: 8px;
    text-align: center;
    font-weight: bold !important;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: 0;
}

#overlay-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    backdrop-filter: blur(3px);
}


/* MEDIA QUERIES DO HEADER */


/* Desktop Grande (Header Expandido) */

@media (min-width: 1100px) {
    .cabecalho-nav {
        width: 100% !important;
        padding: 0.5rem 0 !important;
        height: auto !important;
    }
    .cabecalho-width {
        width: 100vw !important;
        max-width: none !important;
        padding: 0 110px !important;
        margin: 0 !important;
        display: flex !important;
        justify-content: space-between !important;
    }
    .brand-column {
        flex-direction: row;
        align-items: center;
        gap: 20px;
        flex: 0 1 auto;
    }
    .info-contato {
        flex-direction: row;
        align-items: center;
        gap: 20px;
        border-left: 1px solid #e0e0e0;
        padding-left: 20px;
        height: 35px;
        justify-content: center;
    }
    .info-contato span {
        font-size: 0.9rem;
    }
    .menu-desktop {
        display: flex !important;
        margin-left: auto !important;
    }
    .menu-trigger {
        display: none !important;
    }
    .logo-default {
        height: 55px;
    }
}


/* Mobile Header (Fix de 3 colunas) */

@media (max-width: 768px) {
    .logo-servicos img {
        width: 350px;
    }
    /* Header Layout Mobile */
    .cabecalho-width {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }
    /* 1ª coluna: logo (fixa) */
    .logo-cabeçalho {
        display: flex !important;
        flex: 0 0 auto !important;
    }
    .logo-default {
        height: 40px !important;
        width: auto !important;
    }
    /* brand-column vira o "container" das 2 primeiras colunas */
    .brand-column {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }
    /* 2ª coluna: contato (cresce e pode encolher) */
    .info-contato {
        display: flex !important;
        flex-direction: column !important;
        gap: 2px !important;
        margin: 0 !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }
    /* corta com "..." ao invés de quebrar/empurrar */
    .info-contato span {
        display: flex !important;
        align-items: center !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: 100% !important;
    }
    /* 3ª coluna: hamburguer (fixa e sempre na direita) */
    .menu-trigger {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        flex: 0 0 44px !important;
        margin-left: auto !important;
        font-size: 1.8rem !important;
    }
    .menu-desktop {
        display: none !important;
    }
}




/* ==========================================================================
   5. CARROSSEL
   ========================================================================== */

.carrossel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-height: 47vh;
}

.carrossel-img img {
    float: right;
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    margin-bottom: 1rem;
}

.carrossel .swiper {
    width: 30vw;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 10;
}

.carrossel-txt p {
    color: #fff;
    font-weight: 600;
    font-size: clamp(1.3rem, 2rem, 3rem);
}

.carrossel-btn {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none !important;
    line-height: 1em;
    padding: 0.5rem;
    margin: 0px !important;
    border-color: #fff !important;
    border: solid 2px;
    border-radius: 6px;
    cursor: pointer;
}

.carrossel-btn:hover {
    color: #2575fc;
    background: #fff !important;
}

@media (max-width: 1300px) {
    .carrossel {
        position: relative;
        overflow: hidden;
        height: auto;
        max-height: none;
    }
    .carrossel .swiper {
        width: 55vw;
    }
    .carrossel-img img {
        float: left;
        object-position: left center;
        width: auto;
        height: 100%;
    }
}

@media (max-width: 430px) {
    .carrossel .swiper {
        width: 90vw !important;
    }
}


/* ==========================================================================
   6. QUEM SOMOS
   ========================================================================== */

.quem-somos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quem-somos-row {
    padding: 30px;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
}

.quem-somos-img-div {
    display: flex;
    width: 45%;
    justify-content: center;
}

.quem-somos-imagem {
    max-width: 100%;
    height: auto;
    border-radius: 1rem 5rem 1rem 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.quem-somos-text-div {
    display: flex;
    width: 45%;
    flex-direction: column;
    justify-content: center;
}

.quem-somos-text-div h2,
.secao-solucoes h2 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.destaque-azul {
    color: #2368B1;
    font-weight: bold;
}

.separador-azul {
    margin: 1.5rem 0;
}

.texto-descritivo {
    font-size: 18px;
    color: grey;
    text-align: left;
    line-height: 1.6;
}

.texto-descritivo p {
    margin-bottom: 1rem;
}

.texto-descritivo2 p {
    font-size: 1.5rem;
    max-width: 1150px;
}

.secao-solucoes {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
    text-align: center;
}

.secao-solucoes .separador-azul {
    margin: 1rem 0;
}

.quem-somos-largura {
    width: 1150px
}

@media (max-width: 1024px) {
    .quem-somos-largura {
        width: auto;
    }
}

@media (max-width: 1280px) {
    .quem-somos-row {
        flex-direction: column;
        justify-content: center;
    }
    .quem-somos-img-div {
        width: 90%;
    }
    .quem-somos-text-div {
        width: 90%;
        align-items: center;
    }
    .quem-somos-text-div h2 {
        justify-content: center;
    }
    .texto-descritivo {
        text-align: center;
    }
}


/* ==========================================================================
   7. CARDS E SERVIÇOS
   ========================================================================== */

.cards-position {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.card-format {
    background: white;
    width: 33.333%;
    height: 23rem;
}

.card-title-position {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.card-content {
    margin: 3px 3px 3px 3px;
    padding: 1rem;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.card-content::before {
    content: "";
    display: flex;
    height: 4px;
    width: 100%;
    background: #2575fc;
    border-radius: 18px 18px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.card-text-position {
    height: 16rem;
    display: flex;
    align-items: flex-start;
}

.card-hover {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.card-content:hover {
    transform: scale(1.03);
}

@media (min-width: 1640px) {
    .cards-position {
        width: 60% !important;
    }
}

@media (max-width: 1640px) {
    .cards-position {
        width: 80% !important;
    }
}

@media (max-width: 1200px) {
    .cards-position {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 95% !important;
    }
    .card-format {
        background: white;
        width: 33%;
        height: 26rem;
        margin-block: 1rem;
    }
}

@media (max-width: 1000px) {
    .card-format {
        background: white;
        width: 95% !important;
        height: 26rem;
        margin-block: 1rem;
    }
}


/* ==========================================================================
   8. PGP / PCI / PTS
   ========================================================================== */

.pgp-pci-background {
    display: flex;
    justify-content: center;
    background-color: #2368B1;
    color: #fff;
    height: fit-content;
}

.pgp-pci-content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 34rem));
    gap: 2rem;
    align-items: stretch;
    justify-content: center;
}

.pgp-pci-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
    border-color: #2368B1;
    align-items: center;
    margin-top: 2rem;
    background: transparent;
}

.pgp-pci-block>div {
    height: fit-content;
}

.pgp-pci-content p {
    margin-top: 16px;
    word-wrap: break-word;
    padding-inline: 3rem;
    color: #fff !important;
    text-align: center;
}

.pgp-pci-btn-position {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 2rem;
}

.pgp-pci-btn {
    background-color: #2368B1;
    align-items: center;
    color: #fff;
    padding: 5px 20px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin: -25px 0px 30px 0px !important;
    border-color: #2368B1;
    border: solid 2px;
    border-radius: 10px;
    margin: 10px 0 10px 0;
    cursor: pointer !important;
}

.pgp-pci-btn:hover {
    background-color: #fff;
    color: #2368B1;
    border: 2px solid #2368B1;
}


/* PGP Checkboxes */

.pgp-custom-checkbox,
.pts-custom-checkbox,
.pci-custom-checkbox {
    background-color: #d3d3d3;
    transition: background-color 0.3s ease, transform 0.15s ease;
}

.pgp-custom-checkbox.selected,
.pts-custom-checkbox.selected,
.pci-custom-checkbox.selected {
    background-color: #2368B1 !important;
    color: white !important;
    box-shadow: 0 0 0 2px rgba(12, 52, 161, 0.1);
}

.pgp-custom-checkbox:focus-visible,
.pci-custom-checkbox:focus-visible,
.pts-custom-checkbox:focus-visible,
.entrar-custom-checkbox:focus-visible {
    outline: none !important;
    transform: scale(1.05) !important;
    transition: transform 0.25s ease !important;
}

.pgp-custom-checkbox:hover,
.pts-custom-checkbox.hover,
.pci-custom-checkbox:hover {
    border-color: #b3cde0;
}


/* PGP Text Display */

.pgp-txt {
    display: none;
}

.pgp-txt.active {
    display: block;
    animation: fadeIn 0.5s ease;
}


/* PGP/PCI Info Sections & Tabs */

.info-section {
    padding: 40px 0;
}

.container-info {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.info-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.titulo-info {
    color: #2368B1;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.explicacao {
    padding-inline: 10vw;
    text-align: center;
}

.explicacao-pgp,
.explicacao-pci {
    min-height: 30vh;
    font-size: 20px;
    padding-inline: 10%;
    text-align: justify;
}


/* Abas PGP/PCI */

.abas-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    gap: 0.5rem;
    flex-direction: row;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.aba-pgp,
.aba-pci {
    height: auto;
    text-align: center;
    align-self: center;
    padding: 1rem 1.5rem;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    border: 2px solid #2368B1;
    background-color: #2368B1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.aba-pgp:hover,
.aba-pci:hover {
    color: #fff;
    background-color: #1d4d75;
    border-color: #1d4d75;
    transform: translateY(-2px);
}

.aba-pgp.ativa,
.aba-pci.ativa {
    color: #fff !important;
    background-color: #1d4d75;
    border-color: #1d4d75;
}


/* Media Queries PGP/PCI */

@media (max-width: 1300px) {
    .pgp-pci-content {
        grid-template-columns: 1fr;
    }
    .pgp-pci-content p {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 2rem;
        padding-inline: unset;
    }
}

@media (max-width: 960px) {
    .aba-pgp,
    .aba-pci {
        height: auto;
        padding: 0.8rem 1rem;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    /* Fix Mobile PGP/PCI */
    .conteudo-pgp-pci-pts .pgp-info,
    .pci-info {
        width: 100% !important;
    }
    .pgp-info .row,
    .pci-info .row {
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
    }
    .pgp-info .col-6,
    .pci-info .col-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .pgp-info img,
    .pci-info img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        object-fit: cover !important;
    }
    .pgp-info .col-6.centralize,
    .pci-info .col-6.centralize {
        align-items: stretch !important;
    }
    /* Fix checkboxes */
    .d-flex.justify-content-between {
        flex-direction: column !important;
        gap: 8px;
    }
    .d-flex.justify-content-between>div:first-child {
        width: 100% !important;
    }
    .entrar-custom-checkbox {
        width: 100% !important;
        font-size: 11px !important;
        padding: 10px 0 !important;
        letter-spacing: 0.2px;
    }
    .pgp-custom-checkbox,
    .pci-custom-checkbox,
    .pts-custom-checkbox {
        font-size: 11px !important;
        padding: 8px 0 !important;
        letter-spacing: 0.2px !important;
        flex: 1 !important;
    }
}

@media (max-width: 650px) {
    .pgp-pci-content {
        width: 95%;
    }
}

@media (max-width: 450px) {
    .aba-pgp,
    .aba-pci {
        height: auto;
        padding: 0.5rem 0.6rem;
        font-size: 12px;
    }
}


/* ==========================================================================
   9. RODA (Círculo Interativo)
   ========================================================================== */

.roda-texto {
    display: none;
}

@media (min-width: 550px) {
    .roda {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 500px !important;
        height: 500px !important;
        border: 6px solid #0064B240;
        border-radius: 50%;
        position: relative;
    }
    .roda-itens {
        width: 85px;
        height: 85px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        background: #2575fc;
        color: #fff;
        border: 4px solid #fff;
        box-shadow: 0px 5px 40px rgba(131, 100, 196, .2);
        font-size: 1.5rem;
        transform: rotate(calc(var(--i) * 45deg)) translate(var(--raio-items)) rotate(calc(var(--i) * -45deg));
        transition: 0.2s ease;
    }
    .roda-itens:hover {
        width: 90px;
        height: 90px;
        font-size: 1.9rem;
        box-shadow: 0 0 25px rgba(134, 183, 255, 0.3);
    }
}

@media (max-width: 550px) {
    .roda {
        border: 6px solid #0064B240;
        border-radius: 50%;
    }
    .roda-itens {
        width: 70px;
        height: 70px;
        font-size: 1.2rem;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        background: #2575fc;
        color: #fff;
        border: 4px solid #fff;
        box-shadow: 0px 5px 40px rgba(131, 100, 196, .2);
        transform: rotate(calc(var(--i) * 45deg)) translate(var(--raio-items)) rotate(calc(var(--i) * -45deg));
        transition: 0.2s ease;
    }
    .roda-itens:hover {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        box-shadow: 0 0 25px rgba(134, 183, 255, 0.3);
    }
}

@media (max-width: 500px) {
    .roda-itens {
        width: 55px;
        height: 55px;
        font-size: 1rem;
    }
    .roda-texto h4 {
        font-size: 1rem;
    }
    .roda-texto p {
        font-size: 14px;
        padding-inline: 2rem;
    }
}


/* ==========================================================================
   10. ABAS EQUIPE
   ========================================================================== */

.abas {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 80%;
    margin: 0 auto;
    gap: 0.5rem;
    flex-direction: row;
}

.abas p {
    margin-bottom: 0px;
}

.aba-equipe {
    width: 25%;
    text-align: center;
    align-self: center;
    padding: 0.8rem 1rem;
    font-weight: 600;
    color: #828282;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.aba-equipe:hover {
    color: #2368B1;
    background: #f1f1f1;
}

.aba-content {
    display: none;
}

.diretoria-content,
.admnistrativo-content,
.suporte-content,
.desenvolvimento-content,
.comercial-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 10rem;
    gap: 2vw;
}

.ativa {
    color: #2368B1 !important;
    background: #f1f1f1;
}

#aba-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 10rem;
}

#aba-content .row {
    width: 30%;
}

@media (min-width: 801px) and (max-width: 1330px) {
    #content-consultoria {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        justify-items: center;
        justify-content: center;
    }
}

@media (max-width: 800px) {
    .diretoria-content,
    .admnistrativo-content,
    .suporte-content,
    .desenvolvimento-content,
    .comercial-content {
        display: flex;
        flex-direction: column;
    }
    .abas {
        flex-wrap: wrap;
    }
    .aba-equipe {
        width: 45%;
        margin-bottom: 10px;
    }
}


/* ==========================================================================
   11. DEPOIMENTOS E SWIPER GERAL
   ========================================================================== */

.depoimentos {
    background: linear-gradient(180deg, #fff 0%, #f4f4f4 150%);
}

.depoimentos .highlight {
    color: #2368B1;
}

.depoimento-card {
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    margin-inline: 0.3rem;
    margin-block: 0.5rem;
    width: 23.5rem;
    height: 25rem;
    gap: 1rem;
    position: relative;
    /* referência pro before */
    overflow: hidden;
}

.depoimento-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #2575fc;
}

.depoimento-text {
    color: grey;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    height: 15rem;
}

.depoimento-author {
    color: #2368B1;
    margin-top: auto;
}

.depoimento-author,
.depoimento-role {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.swiper-container {
    overflow: hidden;
}

.swiper-slide {
    width: 100% !important;
    box-sizing: border-box;
}


/* ==========================================================================
   12. MODAIS E SWEETALERT
   ========================================================================== */

.section-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    user-select: none;
}

.home-swal-button {
    font-weight: 600;
    color: #1d4d75;
    border: 1px solid #1D4D75;
    background-color: transparent;
}

.home-swal-button:hover {
    color: #fff;
    background-color: #1D4D75;
}

.home-swal-popup {
    padding: 1rem !important;
}

.swal-close-x {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #495057;
    font-size: 1.5rem;
    border: 0px;
    box-shadow: none;
}

.swal-close-x:hover {
    color: #2368B1;
}

.form-control-home {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-home:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
}


/* Remove margens internas do Swal */

.no-margin-container {
    margin: 0rem !important;
    padding: 0rem 1rem 0rem 1rem !important;
}


/* Vídeo padrão */

.swal-video-player {
    width: 100%;
    height: auto;
    max-height: 80vh;
    display: block;
    border-radius: 12px;
}


/* Mobile: modal quase tela toda + vídeo alto */

@media (max-width: 768px) {
    .home-swal-popup-mobile {
        margin: 0 !important;
    }
    .home-swal-popup-mobile .swal2-html-container {
        margin: 0 !important;
        padding: 0 !important;
    }
    .swal-video-player {
        height: 78vh;
        max-height: 78vh;
        object-fit: contain;
        border-radius: 10px;
    }
}


/* ==========================================================================
   13. RODAPÉ
   ========================================================================== */

.footer-section {
    background: #f4f4f4;
    color: #e0e0e0;
    padding: 60px 20px 20px;
    font-family: 'Poppins', sans-serif;
    margin-top: 50px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column h4 {
    color: #2368B1;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-logo img {
    max-width: 150px;
    margin-bottom: 15px;
}

.footer-descricao {
    color: black;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background-color: #2368B1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background-color: #1a4f8f;
    transform: translateY(-3px);
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

.footer-column ul li a:hover {
    color: #2368B1;
}

.contato-item,
.location-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: black;
    font-size: 14px;
}

.contato-item i,
.location-item i {
    color: #2368B1;
    margin-top: 3px;
    flex-shrink: 0;
}

.footer-metabit {
    text-align: center;
    color: #888;
    font-size: 13px;
}

.footer-metabit strong {
    color: #2368B1;
}

.copyright {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.social-icons a {
    margin-right: 10px;
    font-size: 24px;
    text-decoration: none;
}

.social-icons a:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .footer-section {
        padding: 40px 20px 20px;
    }
    .footer-content {
        gap: 30px;
    }
    .footer-column h4 {
        font-size: 14px;
    }
}


/* ==========================================================================
   14. ANIMAÇÕES
   ========================================================================== */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


