 header{
            font-family: "Inter", sans-serif;
            font-weight: 600;
            font-size: 16px;
            color: azure;
            display: flex;
            flex-direction: row;
         }
         
         .cclogo{
            margin-left: 20px ;
         }
         #pplogo{
            background-color: rgba(0, 0, 255, 0);
            line-height: 60px;
         }
         .mae_menu a{
              text-decoration: none;
              color: #fff;
              margin: 10px;
              padding: 10px;
         }

         .mae_menu{
            background-color: rgba(0, 0, 255, 0);
            display: flex;
            line-height: 65px;
            margin-left: 50px;
            
         }
         .divisor1{
            background: rgba(255, 228, 196, 0);
            width: 70%;
            display: flex;
         }

         .divisor2{
            background: rgba(163, 92, 5, 0);
            width: 30%;
            display: flex;
            line-height: 60px;
            flex-direction: row;
            justify-content: end;
         }
         .divisor2 a{
            text-decoration: none;
            color: #fff;
            

         }
         .divisor2 span{
            margin-right: 25px;
         }

         .btn input{
            background-color: #ffffff00;
            border: 0;
            outline: none;
            border: solid 1px rgb(202, 190, 190);
            height: px;
            color: #fff;
            padding: 8px;
            border-radius: 10px;
            top: -8px;
            position: relative;
         }

         #ijn{
          background-color: #ffffff00;
          border: 0;
          line-height: 60px;
         }
         #ijn img{
            width: 25px;
            line-height: 60px;
             top: 0px;
             position: relative;
             cursor:pointer ;
             
         }

         body {
            padding: 0px;
            margin: 0%;
            background-color: rgb(80, 7, 7);
            
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            
            transition: background-image 1s ease-in-out; 
            
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            height: 100vh;
            box-sizing: border-box;
            
        }

        header {
            width: 100%;
            background-color: #2b2a2a57;
        }

        .conteudo-destaque {
            margin-left: 5%;
             position: relative;
             top: -100px;
            max-width: 550px;
            
            align-self: flex-start;
            text-align: left;
        }

        /* ✅ TÍTULO COM ESTILO IGUAL AO EXEMPLO: Forte, impactante, visual marcante */
        #titulo-banner {
            color: #ffffff;
            font-size: 3.8rem; /* Tamanho maior para dar destaque */
            font-weight: 900; /* Bem grosso, como na imagem */
            font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; /* Fonte similar ao estilo */
            text-transform: uppercase; /* Letras maiúsculas, igual o exemplo */
            letter-spacing: 1px; /* Espaçamento leve entre letras */
            margin-bottom: 12px;
            text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.95); /* Sombra forte para destacar */
        }

        #descricao-banner {
            color: #dddddd;
            font-size: 1.2rem;
            margin-bottom: 25px;
            text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
        }
        .botao-banner{ 
            padding: 10px;
        }


        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

       body {
    padding: 0;
    margin: 0;
   background-color: rgb(236, 76, 76);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* ✅ AQUI FICA A TRANSIÇÃO SUAVE: 1 segundo de efeito */
    transition: background-image 1s ease-in-out; 
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.conteudo-destaque {
    margin-left: 5%;
    margin-top: 10%;
    max-width: 550px;
    align-self: flex-start;
    text-align: left;
    position: relative;
    z-index: 5;
    /* ✅ Adicionei transição também no texto, para mudar junto suavemente */
    transition: opacity 1s ease-in-out;
}

#titulo-banner {
    color: #ffffff;
    font-size: 3.8rem;
    font-weight: 900;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.95);
}

#descricao-banner {
    color: #dddddd;
    font-size: 1.4rem;
    margin-bottom: 25px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
    line-height: 1.5;
}

.botao-banner {
    padding: 10px 25px;
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.botao-banner:hover {
    background-color: #dddddd;
}       /* ✅ SEÇÃO DE CARDS AJUSTADA */
        .secao-cards {
            background-color: rgba(0, 0, 0, 0.85);
            padding: 25px 5%;
            margin-top: auto;
            width: 100%;
        }

        .titulo-secao {
            color: #ffffff;
            font-size: 1.3rem;
            margin-bottom: 18px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .titulo-secao a {
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
        }

        .container-cards {
            display: flex;
            gap: 20px;
            overflow-x: auto;
            padding-bottom: 10px;
        }

        .container-cards::-webkit-scrollbar {
            height: 6px;
        }

        .container-cards::-webkit-scrollbar-thumb {
            background-color: #444;
            border-radius: 3px;
        }

        .card {
            min-width: 240px;
            height: 160px;
            border-radius: 8px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            transition: transform 0.2s ease;
        }

        .card:hover {
            transform: scale(1.05);
        }

        .card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* ✅ TÍTULO E BOTÃO DENTRO DO CARD */
        .sobre-imagem {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 20px 15px;
            background: linear-gradient(to top, rgba(0,0,0,0.95), transparent);
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .titulo-card {
            color: #ffffff;
            font-size: 1.1rem;
            font-weight: bold;
            text-shadow: 1px 1px 4px rgba(0,0,0,0.9);
        }

        .botao-ler {
            padding: 7px 15px;
            background-color: #ffffff;
            color: #000000;
            border: none;
            border-radius: 4px;
            font-weight: bold;
            cursor: pointer;
            width: fit-content;
            transition: background-color 0.2s ease;
        }

        .botao-ler:hover {
            background-color: #dddddd;
        }

        .licao{
            background-color: #dddddd;
        }
        /* BOTÕES DE NAVEGAÇÃO */
        .navigation-buttons { display: flex; justify-content: space-between; margin-top: 30px; align-items: center; }
        .btn { padding: 12px 24px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1rem; cursor: pointer; display: inline-block; }
        .btn-back { background-color: #ddd; color: #333; }
        .btn-next { background-color: #b32424; color: #fff; }

        .cards{
            height: auto;
            padding-bottom: 50px;
            background: rgba(252, 244, 244, 0.7);
        }

        .card {
            min-width: 240px;
            height:180px;
            border-radius: 8px;
             background:rgb(204, 201, 201);
            position: relative;
            cursor: pointer;
            transition: transform 0.2s ease;
            padding:10px;
            padding-bottom:50px;
            
        }



         * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            padding: 0;
            margin: 0;
            background-color: rgb(80, 7, 7);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            transition: background-image 1s ease-in-out; 
            display: flex;
            flex-direction: column;
            height: 100vh;
        }

       

        .conteudo-destaque {
            margin-left: 5%;
            margin-top: 10%;
            max-width: 550px;
            align-self: flex-start;
            text-align: left;
            position: relative;
            z-index: 5;
        }

        #titulo-banner {
            color: #ffffff;
            font-size: 3.8rem;
            font-weight: 900;
            font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 12px;
            text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.95);
        }

        #descricao-banner {
            color: #dddddd;
            font-size: 1.4rem;
            margin-bottom: 25px;
            text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
            line-height: 1.5;
        }

        .botao-banner {
            padding: 10px 25px;
            background-color: #fcfaf6;
            color: #000000;
            border: none;
            border-radius: 4px;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.2s ease;
        }

        .botao-banner:hover {
            background-color: #bebbbb;
        }

        /* ✅ SEÇÃO DE CARDS AJUSTADA */
        .secao-cards {
            background-color: rgba(0, 0, 0, 0.85);
            padding: 25px 5%;
            margin-top: auto;
            width: 100%;
        }

        .titulo-secao {
            color: #ffffff;
            font-size: 1.3rem;
            margin-bottom: 18px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .titulo-secao a {
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
        }

        .container-cards {
            display: flex;
            gap: 20px;
            overflow-x: auto;
            padding-bottom: 10px;
        }

        .container-cards::-webkit-scrollbar {
            height: 6px;
        }

        .container-cards::-webkit-scrollbar-thumb {
            background-color: #444;
            border-radius: 3px;
        }

        

        .card:hover {
            transform: scale(1.05);
        }

        .card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* ✅ TÍTULO E BOTÃO DENTRO DO CARD */
        .sobre-imagem {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 20px 15px;
            background: linear-gradient(to top, rgba(0,0,0,0.95), transparent);
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .titulo-card {
            color: #ffffff;
            font-size: 1.1rem;
            font-weight: bold;
            text-shadow: 1px 1px 4px rgba(0,0,0,0.9);
        }

        .botao-ler {
            padding: 7px 15px;
            background-color: #f5d389;
            color: #000000;
            border: none;
            border-radius: 4px;
            font-weight: bold;
            cursor: pointer;
            width: fit-content;
            transition: background-color 0.2s ease;
        }

        .botao-ler:hover {
            background-color: #dddddd;
        }