 
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
             font-family: 'Muli', sans-serif; 
            line-height: 1.6;
            color: #333;
            background-image: url('img/10008.jpg'); 
            background-size: cover; 
            background-attachment: fixed; 
            background-repeat: no-repeat; 
            background-position: center center; 
        }
    

         .top-bar {
            background: white;
            border-bottom: 1px solid #e0e0e0;
            padding: 15px 0;
        }

        .top-bar .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo-section {
            display: flex;
            align-items: center;
        }

        .logo-img {
            height: 50px;
            width: auto;
            object-fit: contain;
        }

        .contact-info {
            display: flex;
            gap: 30px;
            align-items: center;
        }

        .contact-info span {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #666;
            font-size: 14px;
        }

        .contact-info a {
            color: #666;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-info a:hover {
            color: #4CAF50;
        }

        .social-links {
            display: flex;
            gap: 10px;
            margin-left: 20px;
        }

        .social-links a {
            color: #666;
            text-decoration: none;
            width: 32px;
            height: 32px;
            background: #f5f5f5;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            font-size: 14px;
        }

        .social-links a:hover {
            background: #4CAF50;
            color: white;
            transform: translateY(-2px);
        }

        .social-icon {
            width: 20px;
            height: 20px;
            vertical-align: middle;
            transition: transform 0.2s;
        }

        /* Navigation Bar */
        .nav-bar {
            background: #565757;
            padding: 12px 0;
        }

        .nav-bar .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .breadcrumb-nav {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .breadcrumb-nav a {
            color: white;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            padding: 8px 16px;
            border-radius: 4px;
            transition: all 0.3s ease;
        }

        .breadcrumb-nav a:hover {
            background: rgba(255,255,255,0.1);
        }

        .breadcrumb-nav .separator {
            color: rgba(255,255,255,0.7);
            font-size: 14px;
        }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-sizing;
    box-sizing: border-box;
}

a {
    color: #339900; 
    text-decoration: none; 
    background-color: transparent;
    
    /* Transições para o efeito hover */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lingua {
    margin-left: auto;
    display: flex;
    align-items: center; 
    margin-top: 1%;
}

.goog-te-gadget-simple {
    border: none !important; 
    background-color: transparent !important;
    line-height: 1; 
    padding: 0; 
}

.goog-te-gadget-simple img.goog-te-gadget-icon {
    display: none !important;
}

.goog-te-gadget-simple a {
    text-decoration: none !important; 
}

.goog-te-gadget-simple span a {
    color: #555 !important;
    text-decoration: none !important;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
    display: inline-block;
}

.goog-te-gadget-simple span a:hover {
    background-color: #eee;
    border-color: #bbb;
}

.goog-te-combo {
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 8px;
    color: #339900;
}

        /* Dropdown para breadcrumb-nav */
.breadcrumb-nav {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    padding: 0 0.5rem;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    z-index: 100;
    border-radius: 6px;
    padding: 0.1rem 0;
    line-height: 1;
}

.dropdown-content a {
    color: #333;
    padding: 0.5rem 1rem;
    text-decoration: none;
    display: block;
    transition: background 0.2s;
    font-size: 1rem;
}

.dropdown-content a:hover {
    background: #f0f0f0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

        /* Hero Section */
        .hero {
            text-align: center;
            padding: 4rem 2rem;
            color: white;
            position: relative;
            z-index: 1;
        }
        

        .hero h1{
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #54605A;
        }

        .hero h1 .destaque {
            color: #339900
        }

        .hero p {
            font-size: 1.1rem;
            opacity: 0.9;
            max-width: 700px;
            margin: 0 auto;
            font-weight: 300;
            color:#54605A;
        }

        /* Main Content */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
            
        }

        .courses-section {
            border-radius: 12px;
            margin: -2rem auto 4rem;
            padding: 3rem;
            box-shadow: 0 4px 20px rgba(0,0,0,0.15);
            background: linear-gradient(158deg, rgba(255, 255, 255, 0.42) 0%, rgba(27, 105, 0, 0.00) 100%);
    }


        .section-title {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 3rem;
            color: #339900;
        }

        .courses-grid {
           display: grid;
           grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
           gap: 2rem;
           margin-bottom: 2rem;
        }

        .course-card {
            background: #f8f9fa;
            border: 1px solid #e9ecef;
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            display: flex;
            flex-direction: column; 
        }

        .course-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(51, 153, 0, 0.15);
        }

        .course-image {
            height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            color: white;
        }

        .course-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;  
            object-position: center;
            overflow: hidden;
        }

        .course-content {
            padding: 1.5rem;
            text-align: justify;
            display: flex;
            flex-direction: column;
            flex-grow: 1; 
        }

        .course-meta {
            display: flex;
            justify-content: space-between;
            margin-bottom: 1rem;
            font-size: 0.85rem;
        }

        .course-duration {
            background: #339900;
            color: white;
            padding: 0.3rem 0.8rem;
            border-radius: 15px;
        }

        .course-level {
            background: #6c757d;
            color: white;
            padding: 0.3rem 0.8rem;
            border-radius: 15px;
        }

        .course-title {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: #333;
            line-height: 1.3;
        }

        .course-description {
            color: #666;
            line-height: 1.6;
            margin-bottom: 1.5rem;
            font-size: 0.95rem;
        }

        .course-btn {
            background: #339900;
            color: white;
            text-decoration: none;
            padding: 0.8rem 1.5rem;
            border-radius: 25px;
            font-weight: 600;
            display: inline-block;
            transition: background-color 0.3s ease;
            font-size: 0.9rem;
            border: 2px;
            padding: 10px;
            margin-top: auto; 
            align-self: flex-start; 
        }

        .course-btn:hover {
            background: #2d8500;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.8rem;
            }
            
            .hero p {
                font-size: 1.1rem;
            }
            
            .nav-links {
                display: none;
            }
            
            .courses-grid {
                grid-template-columns: 1fr;
            }
            
            .courses-section {
                margin: -1rem 1rem 2rem;
                padding: 2rem 1.5rem;
            }
            
            .hero {
                padding: 3rem 1rem;
            }
        }

        @media (max-width: 480px) {
            .course-meta {
                flex-direction: column;
                gap: 0.5rem;
            }
        }

        /* Estilos básicos para o rodapé */
footer {
  background-color: #565757; 
  color: white; 
  padding: 40px 20px;
  font-family: 'Muli', sans-serif; 
}

.rodape-container {
  display: flex; 
  flex-wrap: wrap; 
  justify-content: space-around; 
  max-width: 1200px;
  margin: 0 auto; 
}

.coluna {
  flex: 1; 
  min-width: 250px; 
  margin: 20px;
}

.coluna h3 {
  font-size: 1.2em;
  border-bottom: 2px solid #5a8e3d; /* Linha verde abaixo do título */
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* Estilos para a lista de serviços */
.coluna ul {
  list-style-type: none; /* Remove os marcadores de lista */
  padding: 0;
}

.coluna ul li {
  margin-bottom: 10px;
}

/* Estilos para o logo */
.coluna img {
  max-width: 150px;
  height: auto;
  margin-bottom: 20px;
}

#movetop {
    display: none; /* Escondido por padrão */
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    background: #ddf7d0;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: background 0.2s;
}
#movetop img {
    width: 24px;
    height: 24px;
    display: block;
    margin: auto;
}
#movetop:hover {
    background: #228800;
}

/* NOVO ESTILO: Garante que o link em volta do H3 pareça um título */
.course-content a {
    text-decoration: none; /* Remove o sublinhado */
    color: inherit; /* Garante que a cor padrão do link não seja usada */
    display: block; /* Opcional: para que o link ocupe toda a largura */
}

/* NOVO ESTILO: Garante que o título dentro do link mantenha a cor e o estilo */
.course-content a .course-title {
    color: #333; /* Cor do seu título original */
    /* Você pode adicionar um efeito hover para o link que contém o título */
}

.course-content a:hover .course-title {
    color: #339900; /* Cor de hover que você gosta, como a cor principal do seu site */
    text-decoration: underline; /* Opcional: Adiciona sublinhado no hover para indicar que é clicável */
}
   
/* Estilos para o Rodapé SETMA */
.footer-setma {
    background-color: #464646; 
    background-image: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.05),
        rgba(0, 0, 0, 0.05) 1px,
        transparent 1px,
        transparent 2px
    );
    
    /* Configurações básicas */
    width: 100%;
    padding: 20px 0; /* Espaçamento interno superior e inferior */
    text-align: center; /* Centraliza o texto */
    box-sizing: border-box; /* Garante que padding e border não aumentem a largura */
}

/* Container para centralizar e limitar a largura do conteúdo */
.footer-setma .container-setma {
    max-width: 1200px; /* Largura máxima, ajuste se necessário */
    margin: 0 auto; /* Centraliza o container */
}

/* Estilos para o texto de direitos autorais */
.footer-setma p {
    color: #cccccc; /* Cor da fonte cinza clara */
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0; 
}

/* Links em branco por padrão */
a {
    color: white;
    text-decoration: none;
}

/* Links em verde ao passar o cursor */
a:hover {
    color:#339900;
}
