/* �"?�"? CARREGAMENTO DA FONTE ONEST �"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"? */
@font-face {
    font-family: "Onest";
    src: url('./Onest/Onest-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-display: swap;
}

/* �"?�"? FONTE PADR�fO DO SITE �"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"? */
html,
body {
    font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

#carouselHome {
    z-index: 1;
}

#carousel_solucoes {
    margin-top: 3%;
}

.containerSolucao {
    display: flex;
    align-items: center;
    border: 3px solid #ffffff30;
    border-radius: 2px;
    width: 80%;
    margin: 20px auto;
    background: linear-gradient(to bottom right, #ecf3f6, #fff);
    backdrop-filter: blur(15px);
    padding: 20px;
}

.imgCarouselHome {
    max-height: 208px;
    min-height: 208px;
}

.introducao {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 20px auto;
}

.content {
    flex: 1;
}

.buttons {
    margin-top: 20px;
}

.buttons button {
    width: auto;
    margin: 10px;
    padding: 12px 40px;
}

.fonte {
    font-size: 17pt;
    font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.fonteCarousel {
    font-size: 18pt;
    color: #ffffff;
    font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.fonteCarouselTitulo {
    font-size: 24pt;
    color: #ffffff;
    font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .container img {
        margin-top: 20px;
    }
}


.containerHome {
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    color: white;
}

.carouselTexto {
    max-width: 49%;
    min-width: 300px;
}

.carouselImagem {
    max-width: 45%;
    min-width: 300px;
}

@media (max-width: 768px) {
    .containerHome {
        flex-direction: column;
        text-align: center;
    }

    .carouselTexto, .carouselImagem {
        max-width: 100%;
    }
}


.buttons button {
    width: auto;
    display: inline-block;
    font-family: "Onest", Sans-serif;
    background-color: #409cff;
    font-size: 16px;
    border-top: 1px solid #007bff;
    border-bottom: 1px solid #007bff;
    border-left: 1px solid #007bff;
    border-right: 1px solid #007bff;
    color: #ffffff;
    border-radius: 6px;
    padding: 12px 40px !important;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 10PX;
}

.buttons button {
    background-color: #2C3E50;
    color: #ffffff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.buttons button:hover {
    background-color: #ffffff;
    color: #007bff;
}




@media (min-width: 768px) {
    .container {
        width: 70%;
    }

    .introducao {
        width: 80%;
    }
}

@media (max-width: 767px) {

    .container,
    .introducao {
        width: 90%;
    }
}


.navbar-toggler:focus {
    box-shadow: none;
}


.header {
    background: none !important;
    padding: 0 !important;
    position: sticky;
    top: 0;
    z-index: 1050;
}

/* Nav base */
#sulvale-nav {
    background: #244460;
    padding: 12px 0;
    width: 100%;
    transition: background 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}

/* Estado após scroll */
#sulvale-nav.sulvale-nav--scrolled {
    background: #244460;
    padding: 6px 0;
    box-shadow: 0 4px 24px rgba(26,101,127,0.28);
}

/* Logo */
.sulvale-logo {
    max-height: 56px;
    width: auto;
    transition: max-height 0.3s ease;
}

/* Override da regra legada: .navbar img { max-width: 18% } */
#sulvale-nav .navbar-brand .sulvale-logo {
    max-width: none !important;
    max-height: 56px !important;
    width: auto !important;
}

#sulvale-nav.sulvale-nav--scrolled .sulvale-logo,
#sulvale-nav.sulvale-nav--scrolled .navbar-brand .sulvale-logo {
    max-height: 42px !important;
}

/* Links */
.sulvale-link {
    color: rgba(255,255,255,0.88) !important;
    font-weight: 600;
    font-size: 0.91rem;
    letter-spacing: 0.02em;
    padding: 6px 13px !important;
    position: relative;
    transition: color 0.18s;
}

.sulvale-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 13px;
    right: 13px;
    height: 2px;
    background: rgba(255,255,255,0.75);
    border-radius: 2px;
    transform: scaleX(0);
    transition: transform 0.22s ease;
}

.sulvale-link:hover,
.sulvale-link:focus {
    color: #fff !important;
}

.sulvale-link:hover::after,
.sulvale-link:focus::after {
    transform: scaleX(1);
}

/* Dropdown toggle caret */
#sulvale-nav .navbar-nav .dropdown-toggle::after {
    border-top-color: rgba(255,255,255,0.75);
    margin-left: 6px;
}

/* Dropdown menu */
.sulvale-dropdown {
    border: none !important;
    border-radius: 14px !important;
    box-shadow: 0 16px 48px rgba(26,101,127,0.18) !important;
    padding: 8px 0 !important;
    min-width: 270px;
    margin-top: 10px !important;
}

.sulvale-dropdown__group {
    display: block;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #1a657f;
    padding: 8px 16px 3px;
}

.sulvale-dropdown .dropdown-item {
    color: #1d2b38 !important;
    font-size: 0.9rem !important;
    padding: 7px 16px !important;
    border-right: none !important;
    border-left: 3px solid transparent !important;
    border-bottom: none !important;
    background: transparent !important;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.sulvale-dropdown .dropdown-item:hover {
    background: rgba(26,101,127,0.07) !important;
    border-left-color: #3db5d9 !important;
    color: #1a657f !important;
}

.sulvale-dropdown .dropdown-divider {
    margin: 4px 0;
    border-color: rgba(26,101,127,0.12);
}

/* Botão CTA WhatsApp */
.sulvale-nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 20px;
    border-radius: 100px;
    background: #25d366;
    border: 1.5px solid #25d366;
    color: #323030 !important;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none !important;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
    white-space: nowrap;
}

.sulvale-nav-cta:hover {
    background: #2edf6f;
    border-color: #2edf6f;
    transform: translateY(-1px);
}

/* Hamburger */
#sulvale-nav .navbar-toggler {
    border: 1.5px solid rgba(255,255,255,0.4) !important;
    padding: 6px 10px;
    border-radius: 8px;
    background: transparent;
}

#sulvale-nav .navbar-toggler:focus {
    box-shadow: none;
}

/* �"?�"? MOBILE (�?�991px) �"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"? */
@media (max-width: 991px) {
    #sulvale-nav .navbar-collapse {
        background: #1a657f;
        margin: 10px -12px -12px;
        padding: 12px 16px 18px;
        border-radius: 0 0 14px 14px;
        border-top: 1px solid rgba(255,255,255,0.12);
    }

    .sulvale-link::after { display: none; }

    .sulvale-link {
        border-radius: 8px;
        border-left: 3px solid transparent !important;
        padding: 9px 13px !important;
    }

    .sulvale-link:hover {
        border-left-color: #3db5d9 !important;
        background: rgba(255,255,255,0.1) !important;
    }

    .sulvale-dropdown {
        background: rgba(255,255,255,0.97) !important;
        margin-top: 4px !important;
        border-radius: 10px !important;
    }

    .sulvale-nav-cta {
        margin-top: 10px;
        width: 100%;
        justify-content: center;
    }
}

/* Anula legado: border-bottom/border-right laranja em hover */
.header #navbar li a:hover,
.header #navbar li .dropdown-menu a:hover {
    border-bottom: none !important;
    border-right: none !important;
    color: inherit !important;
}

#containerSolucoes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 95%;
    margin: 0 auto;
}

.containerSolucaoHome {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff30;
    border-radius: 2px;
    width: calc(30% - 20px);
    margin: 20px;
    background: linear-gradient(to bottom right, #ecf3f6, #fff);
    backdrop-filter: blur(15px);
    padding: 20px;
    box-sizing: border-box;
    font-size: 15px;
}

.containerSolucaoHome:not(:last-child) {
    margin-right: 20px;
}

.containerSolucaoHome a {
    text-decoration: none;
}

.item-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
}

.item-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
}

.imgClientes {
    max-width: 240px;
}

.item-card:hover {
    color: #ff890a;
}

.saibaMais {
    margin-top: 15px;
}

.item-card img {
    max-height: 120px;
    margin-bottom: 15px;
    max-width: 280px;
}

@media (max-width: 768px) {
    .containerSolucaoHome {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .containerSolucaoHome {
        width: calc(100% - 20px);
    }
}


.tituloSolucao {
    margin-bottom: 15px;
    border-bottom: solid 3px;
}

.tituloSolucao2 {
    margin-bottom: 15px;
    text-align: center;

}

.imagemRevenda {
    max-width: 90%;
    height: auto;
}

.containerRevenda {
    display: flex;
    align-items: center;
    border: 3px solid #ffffff30;
    border-radius: 2px;
    margin: 20px auto;
    background: linear-gradient(to bottom right, #ecf3f6, #fff);
    backdrop-filter: blur(15px);
    padding: 20px;
}

.containerRevenda a {
    width: 100%;
    font-size: 14pt;
}

#carouselClientes {
    width: 100%;
    margin: 20px auto;
}

#carouselClientes .carousel-item img {

    height: auto;
}

#carouselClientes .row {
    padding: 20px;
}

#carouselCliente .carousel-inner {
    padding-bottom: 100px;
}

.containerClientes {
    width: 90%;
    margin: 0 auto;
}

.imagemRevenda {
    max-height: 180px;
}

.textoRevenda {
    margin: 0 auto;
}

.containerContato {
    align-items: center;
    border: 3px solid #ffffff30;
    border-radius: 2px;
    width: 80%;
    margin: 20px auto;
    background: linear-gradient(to bottom right, #ecf3f6, #fff);
    backdrop-filter: blur(15px);
    padding: 20px;
    box-sizing: border-box;
    font-size: 12pt;
    margin-top: 2%;
}

.navbar-nav .nav-link img {
    max-width: 25px;
    height: 30px;
}

.navbar img {
    max-width: 18%;
    height: auto;
}

/* Exceção: logo do nav principal não deve ser limitado por 18% */
#sulvale-nav img {
    max-width: none;
}

.logoHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



@media (max-width: 768px) {
    .navbar-toggler {
        margin-left: auto;
    }

    .navbar-collapse {
        text-align: left;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-nav .iconeSocial {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .navbar #redeSocial {
        display: flex;
        flex-direction: row;
    }

    #modalidadeList .ul {
        list-style-type: none
    }


}

.containerCliente {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rowCliente {
    display: flex;
    margin: 20px;
}

.blur::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(49, 48, 48, 0.38);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
    border: 1px solid rgba(255, 255, 255, 0.72);
}

.containerHome {
    position: relative;
    z-index: 1;
    text-align: center;

}

.carousel-item {
    position: relative;
}

.solucaoCarousel {
    background: linear-gradient(to bottom right, rgba(161, 152, 152, 0.38), rgba(172, 167, 167, 0.38));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 140px 200px 160px 200px;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    width: 1200px;
    height: 600px;
}

.solucaoCarousel img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.imagemHome {
    height: 65vh;
    background-size: cover;
    display: flex;
    background-position: center left;
    align-items: center;
    justify-content: center;
}


.btnSaibaMais {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #f28b00;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btnSaibaMais:hover {
    background-color: #f28b00;
    color: white;
}


.btnSolucoes {
    display: inline-block;
    padding: 10px 20px;
    background-color: #23527c;
    color: white;

    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btnSolucoes:hover {
    background-color: #f28b00;
    color: white;

}


@media (max-width: 768px) {
    .imagemHome {
        height: 70vh;

    }

    #modalidadeList .ul {
        list-style-type: none
    }
}

@media (max-width: 900px) {
    .solucaoCarousel {
        font-size: 12pt;
        width: 100%;
        height: 40%;
        padding: 4px 6px 28px 4px;
    }

    #modalidadeList .ul {
        list-style-type: none
    }
}

@media (max-width: 900px) {
    .fonteCarousel {
        font-size: 12pt;
        color: #ffffff;
        font-family: "Onest", Sans-serif;

    }

    #modalidadeList .ul {
        list-style-type: none
    }
}

.linkCarousel {
    text-decoration: none;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;

}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 900px) {
    .popup-content-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.popup-content-wrapper {
    display: flex;

}


@media (max-width: 900px) {
    .popup-text-wrapper {
        flex: 1 1 auto;
        font-size: 9pt;
    }
}

.popup-image {

    width: 100%;
}

.containerSolucao table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.containerSolucao th,
.containerSolucao td {
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.containerSolucao th:first-child,
.containerSolucao td:first-child {
    border-left: 1px solid #ddd;
}

.containerSolucao th {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: left;
}

.containerSolucao tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.containerSolucao tbody td {
    color: #333;
}



#error404 body {
    font-family: var(--bs-font-sans-serif);
    margin: 0;
    padding: 0;
}


.title {
    text-align: center;
    margin-bottom: 20px;
}

.title img {
    max-width: 100%;
    height: auto;
}

.title b {
    font-size: 24px;
}


.solucaoCarousel {
    position: relative;
    overflow: hidden;
}


.solucaoCarousel img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.solucaoCarousel h1,
.solucaoCarousel p {
    position: relative;
    z-index: 1;
    color: #fff;
}

.containerOrcamento {
    width: 80%;
    border: 3px solid #ffffff30;
    border-radius: 2px;
    width: 80%;
    margin: 20px auto;
    padding: 20px;
}

.camposOrcamento {
    display: flex;
    align-items: flex-start;
}

@media(max-width: 768px) {
    .camposOrcamento {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    img {
        max-width: 250px;
    }

    #modalidadeList .ul {
        list-style-type: none
    }
}

.parceirosimg {
    max-width: 240px;
}

.nav-link {
    color: #0d6efd;
}

#modalidadeList {
    list-style-type: none
}

.modalidade-content {
    display: none;
}

.modalidade-content.active {
    display: block;
}


.stats-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 20px 25px;
    border: 2px solid transparent;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: default;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    min-width: 220px;
}

.stat-item:hover {
    border-color: #f28b00;
    box-shadow: 0 6px 16px rgba(255, 165, 0, 0.2);
}

.stat-item .number {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.stat-item .label {
    font-size: 1.5rem;
    color: #666;
}

.stat-item .highlight {
    color: #23527c;
    font-weight: bold;
}

.icon-stat {
    font-size: 3rem;
    color: #23527c;
    margin-right: 15px;
}



.stat-item:hover .highlight,
.stat-item:hover .icon-stat {
    color: #f28b00;
}


.textoIntro {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;

}

.textoIntroSolucoes {
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.6;

}

.titleIntro {
    color: #23527c;
    font-weight: bold;
}

/* Deixa o accordion mais compacto */
.accordion-button {
    background-color: #f8f9fa;
    color: #23527c;
    font-weight: 600;
    padding: 10px 16px;
    font-size: 1rem;
    line-height: 1.5;
    min-height: 75px;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}

.accordion-button:hover {
    background-color: #f28b00;
    color: white;
}

.accordion-body {
    font-size: 0.95rem;
    padding: 10px 16px;
    color: #333;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.accordion-item {
    border-radius: 8px;
    margin-bottom: 8px;
    border: 1px solid #e0e0e0;
}

#carousel_multicamadas {
    padding-left: 5%;
    padding-right: 5%;
}

.container-limitado {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.transition-icon {
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .transition-icon {
    transform: rotate(180deg);
}

.accordion-body a img {
    transition: transform 0.3s ease, border 0.3s ease;
    border: 2px solid transparent;
    border-radius: 6px;
}

.accordion-body a:hover img {
    transform: scale(1.05);
    border-color: #f28b00;
}

.imgAcordeao {
    height: 100px;
    width: 225px;
}

/* Estilo principal do rodapé */
/* �"?�"? FOOTER �"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"?�"? */
footer.containerFooter {
    background: linear-gradient(160deg, #183854 0%, #244460 55%, #1a657f 100%);
    font-family: "Onest", Sans-serif;
    font-size: 1rem;
    color: rgba(255,255,255,0.78);
    border-top: 1px solid rgba(61,181,217,0.18);
    padding-top: 0;
    padding-bottom: 0;
}

/* Hr separadores */
footer.containerFooter hr {
    border-color: rgba(255,255,255,0.1);
    opacity: 1;
}

/* Títulos das colunas */
.containerFooter h5 {
    font-size: 1rem;
    font-weight: 800;
    color: #3db5d9;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Nomes de fabricante / sublabel */
.containerFooter .fw-semibold {
    color: rgba(255,255,255,0.65);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 4px !important;
}

/* Lista de links */
.containerFooter ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.containerFooter ul li {
    margin-bottom: 7px;
}

.containerFooter ul li a {
    text-decoration: none;
    color: rgba(255,255,255,0.72);
    font-size: 0.88rem;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
}

.containerFooter ul li a:hover {
    color: #3db5d9;
    padding-left: 4px;
}

/* Info de contato */
.containerFooter p {
    color: rgba(255,255,255,0.72);
    font-size: 0.9rem;
}

/* Logo no footer */
.containerFooter img.img-fluid {
    max-width: 130px;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

/* Ícones de redes sociais */
.containerFooter .d-flex a img {
    max-height: 26px;
    filter: brightness(0) invert(1);
    opacity: 0.65;
    transition: opacity 0.2s, transform 0.2s;
}

.containerFooter .d-flex a img:hover {
    opacity: 1;
    transform: scale(1.15);
}

/* Rodapé inferior (copyright) */
footer.containerFooter .text-center small {
    color: rgba(255,255,255,0.38);
    font-size: 0.78rem;
}

/* Texto de direitos autorais */
#direitos {
    margin-top: 40px;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.45);
}

/* Botão voltar ao topo */
#voltar-topo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #1a657f;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 2px solid rgba(61,181,217,0.4);
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.15s;
}

#voltar-topo span {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-135deg);
}

#voltar-topo:hover {
    background: #3db5d9;
    border-color: #3db5d9;
    transform: translateY(-2px);
}


footer {

    bottom: 0;
    width: 100%;
}

.containerFooterInterno {
    max-width: 90%;
    align-items: center;
    display: flex;
}

.img-popup {
    transition: transform 0.3s ease, border 0.3s ease;
    border: 2px solid transparent;
    border-radius: 6px;
}

.img-popup:hover {
    transform: scale(1.05);
    border-color: #f28b00;
}

.card {
    border: none !important;
    box-shadow: none !important;
}

.imgSolucao {
    width: 500px;
    max-height: 180px;
}

.imgBlock {
    max-height: 500px;
}

@media (max-width: 767.98px) {
    .footer .col-12 {
        margin-bottom: 1.5rem;

    }

    .footer h5 {
        margin-top: 1rem;
    }

    .textoFooter {
        text-align: center;
    }
}

footer {
    position: relative;
    /* ou remova o position */
    z-index: auto;
    /* evite z-index alto sem necessidade */
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

/* ============================================================
   HOME V8 - HERO ESCURO + CAMADAS 2x2 + SETORES + MAPA
   ============================================================ */

/* ?? V8 HERO ESCURO ????????????????????????????????? */
.v8-hero {
    background: linear-gradient(135deg, #0f2335 0%, #183854 55%, #1a657f 100%);
    padding: 80px 0 64px;
    position: relative;
    overflow: hidden;
    min-height: 92vh;
}

.v8-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 0%, rgba(61, 181, 217, 0.12) 0%, transparent 60%);
    pointer-events: none;
}

.v8-hero__container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.v8-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #3db5d9;
    margin-bottom: 22px;
}

.v8-hero h1 {
    font-size: clamp(2.2rem, 3.8vw, 3.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.08;
    margin: 0 0 22px;
}

.v8-hero h1 strong {
    color: #3db5d9;
}

.v8-hero__lead {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    max-width: 560px;
    margin: 0 0 28px;
}

.v8-hero__checks {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: grid;
    gap: 10px;
}

.v8-hero__checks li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.88);
}

.v8-hero__checks li i {
    color: #3db5d9;
    margin-top: 3px;
    flex-shrink: 0;
}

.v8-hero__btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.v8-btn--primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 10px;
    background: #3db5d9;
    color: #0f2335;
    font-weight: 800;
    font-size: 0.97rem;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    box-shadow: 0 8px 30px rgba(61, 181, 217, 0.3);
}

.v8-btn--primary:hover {
    background: #5cc6e4;
    color: #0f2335;
    transform: translateY(-2px);
    text-decoration: none;
}

.v8-btn--ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 10px;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.28);
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
    font-size: 0.97rem;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s, transform 0.15s;
}

.v8-btn--ghost:hover {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Painel lateral escuro */
.v8-hero__side {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    backdrop-filter: blur(10px);
}

.v8-hero__side-title {
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #3db5d9;
}

.v8-side-card {
    display: flex;
    gap: 14px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    transition: background 0.18s, border-color 0.18s;
}

.v8-side-card:hover {
    background: rgba(61, 181, 217, 0.12);
    border-color: rgba(61, 181, 217, 0.3);
    text-decoration: none;
    color: inherit;
}

.v8-side-card i {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(61, 181, 217, 0.15);
    border: 1px solid rgba(61, 181, 217, 0.2);
    color: #3db5d9;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.v8-side-card strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 3px;
}

.v8-side-card span {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
}

/* ?? SECAO PADRAO ??????????????????????????????????? */
.v8-section {
    padding: 80px 0;
    background: #fff;
}

.v8-section--alt {
    background: #f5f8fa;
}

.v8-section--dark {
    background: #0f2335;
}

.v8-section__wrap {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.v8-head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 52px;
}

.v8-kicker {
    display: block;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #1a657f;
    margin-bottom: 12px;
}

.v8-head h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    color: #183854;
    margin: 0 0 14px;
    line-height: 1.1;
}

.v8-head p {
    color: #4d6174;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

.v8-section--dark .v8-kicker { color: #3db5d9; }
.v8-section--dark .v8-head h2 { color: #fff; }
.v8-section--dark .v8-head p  { color: rgba(255, 255, 255, 0.65); }

/* ?? CAMADAS: GRID 2x2 COM CARDS ?????????? */
.v8-cam-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.v8-cam-card {
    background: #fff;
    border: 1px solid rgba(35, 82, 124, 0.1);
    border-radius: 24px;
    padding: 36px;
    display: flex;
    gap: 24px;
    box-shadow: 0 8px 40px rgba(24, 56, 84, 0.07);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.v8-cam-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(24, 56, 84, 0.13);
    border-color: rgba(61, 181, 217, 0.25);
}

.v8-cam-card__icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #fff;
}

.v8-cam-card__icon--blue  { background: linear-gradient(135deg, #183854, #23527c); }
.v8-cam-card__icon--dark  { background: linear-gradient(135deg, #0f2335, #183854); }
.v8-cam-card__icon--teal  { background: linear-gradient(135deg, #0e3a4a, #1a5f72); }
.v8-cam-card__icon--cyan  { background: linear-gradient(135deg, #1a657f, #3db5d9); }

.v8-cam-card__body {
    flex: 1;
    min-width: 0;
}

.v8-cam-card__num {
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1a657f;
    margin-bottom: 6px;
}

.v8-cam-card__body h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #183854;
    margin: 0 0 10px;
}

.v8-cam-card__body > p {
    color: #4d6174;
    font-size: 0.93rem;
    line-height: 1.65;
    margin: 0 0 16px;
}

.v8-cam-card__list {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    display: grid;
    gap: 7px;
}

.v8-cam-card__list li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 0.88rem;
    color: #1d2b38;
    line-height: 1.4;
}

.v8-cam-card__list li i {
    color: #1a657f;
    margin-top: 2px;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.v8-cam-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #1a657f;
    text-decoration: none;
    transition: gap 0.18s, color 0.18s;
}

.v8-cam-card__link:hover {
    color: #3db5d9;
    gap: 10px;
    text-decoration: none;
}

/* ?? FALE COM ESPECIALISTA ???????????????? */
.v8-especialista {
    margin-top: 36px;
    padding: 32px 36px;
    border-radius: 20px;
    background: linear-gradient(135deg, #183854 0%, #244460 60%, #1a657f 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.v8-especialista p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    max-width: 540px;
    line-height: 1.6;
    font-weight: 500;
}

.v8-especialista__btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.v8-btn--wa-sm {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 10px;
    background: #25d366;
    color: #323030;
    font-weight: 800;
    font-size: 0.93rem;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
}

.v8-btn--wa-sm:hover {
    background: #2edf6f;
    color: #323030;
    transform: translateY(-1px);
    text-decoration: none;
}

.v8-btn--outline-sm {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid rgba(255, 255, 255, 0.28);
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
    font-size: 0.93rem;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}

.v8-btn--outline-sm:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
    text-decoration: none;
}

/* ?? 8 SETORES ?????????????????????????????????????? */
.v8-setores-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.v8-setor-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 26px 22px;
    background: #fff;
    border: 1px solid rgba(26, 101, 127, 0.08);
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}

.v8-setor-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(26, 101, 127, 0.12);
    border-color: rgba(61, 181, 217, 0.3);
    text-decoration: none;
    color: inherit;
}

.v8-setor-card i {
    font-size: 1.4rem;
    color: #1a657f;
    width: 48px;
    height: 48px;
    background: rgba(26, 101, 127, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.v8-setor-card strong {
    font-size: 0.95rem;
    font-weight: 800;
    color: #183854;
    line-height: 1.25;
}

.v8-setor-card span {
    font-size: 0.83rem;
    color: #4d6174;
    line-height: 1.5;
}

/* ?? CLIENTES + NUMEROS + MAPA ????????????????????? */
.v8-clientes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.v8-clientes__nums {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.v8-num-box {
    background: #fff;
    border: 1px solid rgba(26, 101, 127, 0.1);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(24, 56, 84, 0.05);
}

.v8-num-box strong {
    display: block;
    font-size: 2.2rem;
    font-weight: 800;
    color: #3db5d9;
    line-height: 1;
}

.v8-num-box span {
    display: block;
    font-size: 0.82rem;
    color: #4d6174;
    margin-top: 8px;
    line-height: 1.35;
    font-weight: 600;
}

/* Mapa estilizado */
.v8-mapa {
    background: linear-gradient(160deg, #0f2335 0%, #183854 100%);
    border-radius: 20px;
    padding: 36px;
    position: relative;
    overflow: hidden;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.v8-mapa__title {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #3db5d9;
    margin-bottom: 4px;
}

.v8-mapa__sub {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.88rem;
    margin-bottom: 24px;
}

.v8-mapa__svg-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v8-mapa__cidades {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.v8-mapa__cidade {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 100px;
    background: rgba(61, 181, 217, 0.12);
    border: 1px solid rgba(61, 181, 217, 0.2);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.78rem;
    font-weight: 600;
}

.v8-mapa__cidade i {
    font-size: 0.6rem;
    color: #3db5d9;
}

/* ?? MAPA PULSE ???????????????????????????????????? */
@keyframes brazilPulse {
    0%   { transform: scale(1);   opacity: 0.22; }
    70%  { transform: scale(2.6); opacity: 0;    }
    100% { transform: scale(2.6); opacity: 0;    }
}

.brazil-pulse {
    animation: brazilPulse 2.4s ease-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}

/* ?? RESPONSIVO V8 ????????????????????????????????? */
@media (max-width: 1100px) {
    .v8-hero__container { grid-template-columns: 1fr 340px; }
    .v8-clientes        { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 860px) {
    .v8-hero__container  { grid-template-columns: 1fr; }
    .v8-hero__side       { display: none; }
    .v8-setores-grid     { grid-template-columns: repeat(2, 1fr); }
    .v8-cam-grid         { grid-template-columns: 1fr; }
    .v8-especialista     { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
    .v8-hero            { padding: 56px 0 40px; }
    .v8-section         { padding: 56px 0; }
    .v8-setores-grid    { grid-template-columns: 1fr; }
    .v8-clientes__nums  { grid-template-columns: 1fr 1fr; }
    .v8-hero__btns      { flex-direction: column; }
    .v8-cam-card        { flex-direction: column; }
}
