        /* 
            #007034 Verde escuro 
            #34875a Verde médio
            #3487590e Verde claro transparente
        */

        .bg-green-light {
            background: #3487590e;
        }

        body {
            background: #f8f9fa;
        }

        .bg-green {
            background: #34875a;
        }

        .navbar {

            background: #f8f9fa;
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
            color: white;
        }

        .no-text-select {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

        .divider-custom {
            height: 1rem;
            background: #34875a;
            margin: 0;
        }

        .search-bar {
            min-width: 300px;
            max-width: 640px;
            width: 100%;
        }

        .carousel-placeholder {
            height: 320px;
            background: #ececec;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #9aa0a6;
        }

        .card-course {
            min-height: 260px;
        }

        .card-course:hover,
        .card-category:hover {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.342);
            transition: all 0.4s ease-in-out;
            cursor: pointer;
        }

        .icon-card {
            font-size: 36px;
        }

        .badge-row .col {
            text-align: center;
        }

        .testimonial {
            background: #fff;
            padding: 1rem;
            border-radius: 8px;
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
        }

        .footer {
            background: #34875a;
            color: #fff;
        }

        .video-placeholder {
            background: #ececec;
            height: 220px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #9aa0a6;
        }

        .text-gray {
            color: #c6ccd1;
        }

        @media (max-width: 575.98px) {
            .search-bar {
                max-width: 100%;
            }
        }


        .custom-link {
            color: #007034;
            text-decoration: none;


        }

        .custom-link:hover {
            color: #005622;
            text-decoration: underline;
        }

        .carousel-control-prev,
        .carousel-control-next {
            width: 48px;
            height: 48px;
            border: 2px solid #fff;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.15);
            top: 50%;
            transform: translateY(-50%);
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            filter: invert(1);
            width: 22px;
            height: 22px;
        }


        /* BARRA DE BUSCA */
        .search-wrapper {
            position: relative;
            /* width: 50%; */
        }

        .search-input {
            border-radius: 15px;
            padding: 10px 50px 10px 20px;
            border: 1px solid #d9d9d9;
        }

        .search-btn {
            position: absolute;
            right: 10px;
            top: 6px;
            border: none;
            background: none;
            font-size: 20px;
            cursor: pointer;
        }

        /* ÍCONES DIREITA */
        .menu-icons .icon-link {
            color: #333;
            text-decoration: none;
            font-size: 0.85rem;
            text-align: center;
        }

        .menu-icons i {
            font-size: 1.5rem;
            display: block;
        }

        /* MENU CATEGORIAS (linha inferior) */
        .menu-categories {
            border-top: 1px solid #eee;
            background: #34875a;
        }

        .menu-link {
            font-weight: 600;
            font-size: 1.1rem;
            color: #f2f2f2;
            text-decoration: none;
        }

        .menu-link:hover {
            color: #b8b8b8;
        }

        /* Dropdown minimalista */
        .dropdown-menu {
            border-radius: 12px;
            padding: 0.5rem;
        }

        .dropdown-item {
            border-radius: 8px;
        }

        .dropdown-item:hover {
            background-color: #f2f2f2;
        }

        .painel-aluno {
            display: flex;
            align-items: center;
            color: #333;
        }

        .painel-aluno .info {
            flex-grow: 1;
            margin-left: 10px;
        }

        .painel-aluno .info small {
            display: block;
            color: #888;
        }

        .painel-aluno .info strong {
            display: block;
            font-size: 16px;
        }

        .painel-aluno img {
            width: 75px;
            height: 75px;
            border-radius: 5px;
            object-fit: cover;
        }

        .painel-aluno .actions {
            display: flex;
            gap: 5px;
            margin-top: 5px;
        }

        .btn-custom-light {
            background-color: #f7f7f7;
            border: 1px solid #c0c0c0;
            color: #333;
        }

        .btn-custom-light:hover {
            background-color: #ececec;
            border-color: #c0c0c0;
            color: #333333;
        }

        .btn-custom-red {
            background-color: #f2dede;
            border: 1px solid #ebccd1;
            color: #a94442;
        }

        .btn-custom-red:hover {
            background-color: #ebccd1;
            border-color: #e4b9b9;
            color: #843534;
        }

        .btn-custom-red .fas {
            margin-right: 3px;
            font-size: 1.2em;
        }

        .btn-custom-sm {
            padding: 0.20rem 0.4rem;
            font-size: 0.8rem;
            line-height: 1.3;
            border-radius: 0.15rem;
        }


        /* Course Content */

        #course-content img {
            width: 100% !important;
        }

        .module-card {
            cursor: pointer;
            transition: all 0.25s ease;
            position: relative;
            background-color: #fff;
        }

        .module-card:hover {
            transform: translateY(-1px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        }

        .check-icon {
            font-size: 1rem;
            color: #34875a;
            opacity: 0;
            transition: all 0.25s ease;
        }

        .form-check-input:checked+.form-check-label .module-card {
            border: 2px solid #34875a;
            background-color: #f8f9ff;
            box-shadow: 0 10px 25px rgba(52, 135, 90, 0.15);
        }

        .form-check-input:checked+.form-check-label .check-icon {
            opacity: 1;
            transform: scale(1.1);
        }

        .partner-image:hover {
            transform: scale(1.05);
            transition: all 0.3s ease-in-out;
        }