﻿@media (min-width: 992px) {
    .navbar {
        position: fixed;
    }
}

html,
body {
    margin: 0;
    padding: 0;
}

#clients img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

#clients img:hover {
    filter: grayscale(0%);
}

@media (max-width: 768px) {
    #clients-desktop {
        display: none;
    }

    #clients-mobile {
        display: block;
    }
}

@media (max-width: 575.98px) {
    #clientsCarousel .product-item img {
        max-width: 50%;
        height: auto;
    }

    .carousel-item.active {
        height: 400px;
    }

    .product-item {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .carousel .carousel-inner .carousel-item {
        height: 450px;
        margin-top: 0;
    }

    .carousel .carousel-inner .carousel-item img {
        height: 700px;
        object-fit: cover;
    }

    .carousel .carousel-inner .carousel-item .carousel-caption-1,
    .carousel .carousel-inner .carousel-item .carousel-caption-2 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-1-content,
    .carousel-caption-2-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-1-content .carousel-caption-1-content-btn,
    .carousel-caption-2-content .carousel-caption-2-content-btn {
        justify-content: center;
    }

    .carousel .carousel-control-prev .carousel-control-prev-icon,
    .carousel .carousel-control-next .carousel-control-next-icon {
        display: none;
    }
}

.card-hover {
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.card-hover:hover {
    transform: scale(1.07);
    background-color: #f8f9fa;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}

.card-hover:hover .card-title,
.card-hover:hover .leia-mais {
    color: #0d6efd;
}

.leia-mais-text {
    position: relative;
    display: inline-block;
}

.card-hover:hover .leia-mais-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background-color: #0d6efd;
    transition: all 0.3s ease;
}

.btn-filter-menu {
    color: #0d6efd;
    border-color: #0d6efd;
    box-shadow: none;
}

.btn-filter-menu:hover,
.btn-filter-menu.active,
.btn-filter-menu:active,
.btn-filter-menu:focus {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
    box-shadow: none;
}

.whatsapp-link {
    position: fixed;
    right: 80px;
    bottom: 30px;
    z-index: 9999;
}

.spinner-lg {
    width: 3rem;
    height: 3rem;
}

.spinner-md {
    width: 2.5rem;
    height: 2.5rem;
}

.gtm-noscript-hide {
    display: none;
    visibility: hidden;
}

.iframe-full-height {
    height: 100vh;
}

.maxw-800 {
    max-width: 800px;
}

.maxw-900 {
    max-width: 900px;
}

.hero-logo {
    max-height: 106px;
}

.object-cover {
    object-fit: cover;
}

.object-contain {
    object-fit: contain;
}

.client-avatar {
    max-width: 150px;
    border-radius: 20px;
}

.text-smaller {
    font-size: smaller;
}

.text-primary-blue {
    color: var(--primary-blue) !important;
}

.text-secondary-blue {
    color: var(--secondary-blue) !important;
}

.text-accent-color {
    color: var(--accent-color) !important;
}

.line-height-18 {
    line-height: 1.8;
}

.badge-soft-primary {
    background: rgba(25, 64, 154, 0.1);
    color: var(--primary-blue);
}

.badge-soft-accent {
    background: rgba(236, 112, 0, 0.1);
    color: var(--accent-color);
}

.badge-soft-danger {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.card-link-reset {
    text-decoration: none;
    color: inherit;
}

.opacity-70 {
    opacity: 0.7;
}

.is-hidden {
    display: none !important;
}

.cookie-banner-hidden {
    z-index: 1050;
    display: none;
}

.cookie-icon-circle {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 0;
}

.cookie-icon {
    font-size: 1.2rem;
}

.cookie-title {
    color: var(--secondary-blue);
}

.cookie-accept-btn {
    font-size: 0.85rem;
    height: 40px;
    min-width: 150px;
}

.font-size-11 {
    font-size: 1.1rem;
}

.lgpd-page {
    background-color: #f2f9f9;
    font-family: 'Open Sans', sans-serif;
    color: #444;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: var(--secondary-blue);
    font-size: 3rem;
    line-height: 1.2;
}

.section-tag {
    color: var(--accent-color);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}

.card-privacidade {
    background: #fff;
    border: none;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.icon-circle {
    width: 60px;
    height: 60px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: var(--accent-color);
    font-size: 24px;
}

.icon-circle-sm {
    width: 50px;
    height: 50px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--accent-color);
    font-size: 20px;
}

.rights-container {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.rights-item {
    border-left: 4px solid var(--accent-color);
    padding: 20px;
    background: #f8fbfb;
    border-radius: 0 15px 15px 0;
    margin-bottom: 20px;
    transition: .3s;
}

.rights-item:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.rights-item h5 {
    color: var(--secondary-blue);
    font-weight: 700;
}

.use-case-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    border-bottom: 4px solid transparent;
    transition: .3s;
}

.use-case-box:hover {
    border-bottom-color: var(--accent-color);
    transform: translateY(-5px);
}

.use-case-box i {
    font-size: 2.5rem;
    color: var(--primary-blue);
    margin-bottom: 20px;
    display: block;
}

.security-feat {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
}

.security-feat i {
    color: var(--accent-color);
    font-size: 1.5rem;
    margin-top: 5px;
}

.dpo-icon-container {
    width: 80px;
    height: 80px;
    background: #2b6cff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 32px;
}

.blog-thumb {
    max-height: 200px;
    object-fit: contain;
}

.circle-80 {
    width: 80px;
    height: 80px;
}

.letter-spacing-wide {
    letter-spacing: 3px;
}

[data-delay="1s"] {
    animation-delay: 1s !important;
}

[data-delay="1.1s"] {
    animation-delay: 1.1s !important;
}

[data-delay="1.3s"] {
    animation-delay: 1.3s !important;
}

[data-delay="1.5s"] {
    animation-delay: 1.5s !important;
}

[data-delay="1.7s"] {
    animation-delay: 1.7s !important;
}

[data-delay="2.7s"] {
    animation-delay: 2.7s !important;
}

#conteudoAjuda img {
    max-width: 100%;
    height: auto;
}

#conteudoAjuda table {
    width: 100%;
    display: block;
    overflow-x: auto;
}

#conteudoAjuda pre {
    white-space: pre-wrap;
    word-break: break-word;
}

#toggleSidebar {
    display: none;
}

@media (max-width: 991px) {
    #toggleSidebar {
        display: block;
    }
}

#risco-a:hover,
.link-referencia:hover {
    text-decoration: underline;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-button img {
    width: 60px;
    height: 60px;
}

