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

#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;
}

.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;
}

.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;
}

