*{
    margin: 0;
    text-decoration: none;
    list-style-type: none;
}

:root{
    --degrade-linha: linear-gradient(to right, rgb(2, 137, 206), rgb(78, 181, 190), rgb(66, 164, 117),
    rgb(140, 198, 61), rgb(254, 194, 17), rgb(250, 166, 25), rgb(245, 130, 32), rgb(222, 25, 34));
}

.container{
    max-width: 1650px;
    padding: 0 5%;
    margin: 0 auto;
}

.linhaDegrade {
    height: 10px; /* Define a altura da linha */
    background: var(--degrade-linha);
}

body{
    background: rgb(0, 21, 49);
}

header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;

    img{
        width: 200px;
    }

    a{
        font-size: 2.3rem;
        font-weight: 700;
        font-style: normal;
        color: white;
    }

    .inicio{
        background: rgb(222, 25, 34);
        border-radius: 30px;
        padding: 5px 50px;
    }

    .cursos{
        background: rgb(245, 130, 32);
        border-radius: 30px;
        padding: 5px 50px;
    }

    .noticias{
        background: rgb(254, 194, 17);
        border-radius: 30px;
        padding: 5px 50px;
    }

    .sobre{
        background: rgb(32, 220, 245);
        border-radius: 30px;
        padding: 5px 50px;
    }

    .contatos{
        background: rgb(66, 164, 117);
        border-radius: 30px;
        padding: 5px 50px;
    }

    .sisram{
        background: rgb(66, 164, 117);
        border-radius: 50px;
        padding: 5px 30px;
    }
}

main{
    .telaI{
        display: flex;
        background-image: url("img/bacgraudNomeGrande.png");
        background-repeat: no-repeat; /* Não repetir a imagem */
        background-size: cover; /* Cobrir todo o corpo */
        background-position: center center; /* Centralizar a imagem */
        height: 560px;

        .container{
            display: flex;
            align-items: center;
            justify-content: center;


            .esquerda{
                h1{
                    color: white;
                    font-size: 15rem;
                    border-bottom: 2px solid white;
                }
            }

            .meio{
                .logo{
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    img{
                        width: 380px;
                    }
                }

                .txt{
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-top: 10px;

                    h1{
                        display: flex;
                        color: white;
                        text-align: center;
                    }
                }
            }

            .direita{
                h1{
                    color: white;
                    font-size: 15rem;
                    border-bottom: 2px solid white;
                }
            }
        }

    }

    .descricao{
        display: flex;
        align-items: center;
        background-image: url("img/BckFrenteEscola.png");
        background-repeat: no-repeat; /* Não repetir a imagem */
        background-size: cover; /* Cobrir todo o corpo */
        background-position: center center; /* Centralizar a imagem */
        height: 560px;
                
        .container{
            display: flex;
            align-items: center;
                    
            .txt{
                width: 60%;
                h2{
                    color: rgb(255, 255, 255);
                    font-size: 5.5rem;
                }

                p{
                    margin-top: 100;
                    color: rgb(87, 87, 87);
                    font-size: 2.5rem;
                    margin-top: 20px;
                }
            }
        }
    }

    .atualizacoes{
        background-image: url("img/cadeiranteBCK.png");
        background-repeat: no-repeat; /* Não repetir a imagem */
        background-size: cover; /* Cobrir todo o corpo */
        background-position: center center; /* Centralizar a imagem */
        height: 850px;
        padding: 20px;

        .cima{
            display: flex;
            align-items: center;
            justify-content: center;

            h3{
                text-align: center;
                color: white;
                font-size: 3rem;
                background: rgb(0, 14, 32);
                padding: 20px;
                width: 400px;
                border-radius: 50px;
            }
        }

        .baixo{
            width: 40%;
            display: flex;
            align-items: center;
            height: 700px;

            .card{
                display: flex;
                align-items: center;
                margin-top: 50px;
                background: rgb(222, 25, 34);
                border-radius: 50px;
                padding: 5px;
                width: 560px;

                .esquerda{
                    width: 75%;
                    h5{
                        margin-left: 80px;
                        display: flex;
                        justify-content: center;
                        text-align: center;   
                        color: white;
                        font-size: 2.8rem;
                    }

                    .link{
                        display: flex;
                        justify-content: center;
                        margin-left: 80px;
                                
                        a{
                            background: rgb(0, 14, 32);
                            color: white;
                            text-align: center;                         
                            font-size: 1.8rem;
                            padding: 2px 50px;
                            border-radius: 50px;
                        }
                    }

                }

                .direita{
                    img{
                        margin-left: 50px;
                        width: 70px;
                    }
                }
            }

            .cardDois{
                display: flex;
                align-items: center;
                margin-top: 50px;
                background: rgb(245, 130, 32);
                border-radius: 50px;
                padding: 5px;
                width: 560px;

                .esquerda{
                    width: 75%;
                    h5{
                        margin-left: 80px;
                        display: flex;
                        justify-content: center;
                        text-align: center;   
                        color: white;
                        font-size: 2.8rem;
                    }

                    .link{
                        display: flex;
                        justify-content: center;
                        margin-left: 80px;
                                
                        a{
                            background: rgb(0, 14, 32);
                            color: white;
                            text-align: center;                         
                            font-size: 1.8rem;
                            padding: 2px 50px;
                            border-radius: 50px;
                        }
                    }

                }

                .direita{
                    img{
                        margin-left: 50px;
                        width: 70px;
                    }
                }
            }

            .cardTres{
                display: flex;
                align-items: center;
                margin-top: 50px;
                background: rgb(254, 194, 17);
                border-radius: 50px;
                padding: 5px;
                width: 560px;

                .esquerda{
                    width: 75%;
                    h5{
                        margin-left: 80px;
                        display: flex;
                        justify-content: center;
                        text-align: center;   
                        color: white;
                        font-size: 2.8rem;
                    }

                    .link{
                        display: flex;
                        justify-content: center;
                        margin-left: 80px;
                                
                        a{
                            background: rgb(0, 14, 32);
                            color: white;
                            text-align: center;                         
                            font-size: 1.8rem;
                            padding: 2px 50px;
                            border-radius: 50px;
                        }
                    }

                }

                .direita{
                    img{
                        margin-left: 50px;
                        width: 70px;
                    }
                }
            }

            .cardQuatro{
                display: flex;
                align-items: center;
                margin-top: 50px;
                background: rgb(2, 137, 206);
                border-radius: 50px;
                padding: 5px;
                width: 560px;

                .esquerda{
                    width: 75%;
                    h5{
                        margin-left: 80px;
                        display: flex;
                        justify-content: center;
                        text-align: center;   
                        color: white;
                        font-size: 2.8rem;
                    }

                    .link{
                        display: flex;
                        justify-content: center;
                        margin-left: 80px;
                                
                        a{
                            background: rgb(0, 14, 32);
                            color: white;
                            text-align: center;                         
                            font-size: 1.8rem;
                            padding: 2px 50px;
                            border-radius: 50px;
                        }
                    }

                }

                .direita{
                    img{
                        margin-left: 50px;
                        width: 70px;
                    }
                }
            }
        }
    }

    .publicacoes{
        background-image: url("img/BCKquaseLimpo.png");
        background-repeat: no-repeat; /* Não repetir a imagem */
        background-size: cover; /* Cobrir todo o corpo */
        background-position: center center; /* Centralizar a imagem */
        height: 750px;
        padding: 20px;
                
        .container{
            display: flex;
            justify-content: center;
                    
            .esquerda{
                width: 90%;

                .cima{ 
                    
                    .titulo{
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        h3{
                            text-align: center;
                            background: rgb(1, 31, 71);
                            padding: 20px;
                            width: 400px;
                            border-radius: 50px;
                            font-size: 3rem;
                            color: white;
                        }
                    }


                    a{
                        display: flex;
                        justify-content: center;
                        color: white;
                        text-align: center;
                        font-size: 2rem;
                        margin-top: 5px;
                    }
                            
                }

                .baixo{
                    margin-top: 40px;
                    display: flex;
                    justify-content:space-around;
                    align-items: end;

                    .card{
                        background: rgb(140, 198, 61);
                        width: 250px;
                        height: 350px;
                        border-radius: 60px;
                        padding: 20px;
                        display: flex;
                        align-items: center;

                        .contem{

                            .cima{
                                display: flex;
                                align-items: center;
                                justify-content: center;
    
                                img{
                                    width: 170px;
                                }
                            }
    
                            .meio{
                                margin-top: 15px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
    
                                p{
                                    color: white;
                                    text-align: center;
                                    font-size: 1.5rem;
                                }
                            }
    
                            .baixoC{
                                margin-top: 15px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
    
                                a{
                                    background: rgb(0, 14, 32);
                                    color: white;
                                    font-size: 1.5rem;
                                    padding: 5px 50px;
                                    border-radius: 20px;
                                }
                            }
                        }
                    }

                    .cardM{
                        background: rgb(1, 31, 71);
                        width: 300px;
                        height: 450px;
                        border-radius: 60px;
                        padding: 20px;
                        display: flex;
                        align-items: center;

                        .contem{

                            .cima{
                                display: flex;
                                align-items: center;
                                justify-content: center;
    
                                img{
                                    width: 200px;
                                }
                            }
    
                            .meio{
                                margin-top: 20px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
    
                                p{
                                    color: white;
                                    text-align: center;
                                    font-size: 2.5rem;
                                }
                            }
    
                            .baixoC{
                                margin-top: 20px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
    
                                a{
                                    background: rgb(0, 14, 32);
                                    color: white;
                                    font-size: 2rem;
                                    padding: 5px 50px;
                                    border-radius: 20px;
                                }
                            }
                        }
                    }


                }
            }
        }
    }

    .convite{
        padding: 20px;
        background-image: url("img/BCKete.png");
        background-repeat: no-repeat; /* Não repetir a imagem */
        background-size: cover; /* Cobrir todo o corpo */
        background-position: center center; /* Centralizar a imagem */

        .cima{
            display: flex;
            align-items: center;
            justify-content: space-between;
            .esquerda{
                width: 70%;
                h3{
                    color: white;
                    font-size: 3.5rem;
                }

                h5{
                    margin-top: 15px;
                    color: rgb(160, 159, 160);
                    font-size: 2.5rem;
                }
            }

            .direita{
                display: flex;
                align-items: center;
                img{
                    width: 400px;
                }
            }
        }

        .meio{
            margin-top: 20px;
            .card{
                background: rgb(1, 31, 71);
                width: 80%;
                padding: 50px;
                border-radius: 30px;

                p{
                    font-size: 2rem;
                    color: white;
                }
            }
        }

        .baixo{
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 50px;
            a{
                color: white;
                font-size: 3rem;
                padding: 20px 50px;
                border-radius: 50px;
                background: rgb(0, 14, 32);
            }
        }
    }
}

footer{
    padding: 20px;
    .container{
        .cima{
            display: flex;      
            justify-content: space-between;
            color: white;
        }

        h5{
            font-size: 1.8rem;
        }
        
        li{
            margin-top: 10px;
            font-size: 1.5rem;
        }
        
        a{
            display: flex;
            align-items: center;
            text-align: center;
            margin-top: 10px;
            font-size: 1.5rem;
            color: white;
        }
        
        img{
            margin-right: 10px;
            width: 25px;
        }
    }
}

@media (max-width: 768px){

    .container{
        max-width: 750px;
        padding: 0 1%;
        margin: 0 auto;
    }

    header{
        .container{
            a{
                display: none;
            }
        }
    }
 
    main{

        .telaI{
            height: auto;
            .container{
                .esquerda{
                    h1{
                        font-size: 7.5rem;
                    }
                }

                .meio{
                    .logo{
                        img{
                            width: 250px;
                        }
                    }
                }

                .direita{
                    h1{
                        font-size: 7.5rem;
                    }
                }
            }
    
        }

        .descricao{
            .container{
                .txt{
                    width: 100%;

                    h2{
                        font-size: 4rem;
                    }

                    p{
                        font-size: 3rem;
                    }
                }
            }
                    
        }

        .atualizacoes{
            .baixo{
                width: 100%;
            }
        }

        .publicacoes{
            height: auto;
                    
            .esquerda{
                width: 100%;
                        
                .baixo{
                    display: flex;
                    flex-direction: column;
                    justify-content: center;

                    .card{
                        margin: 10px auto;
                    }

                    .cardM{
                        margin: 10px auto;
                    }
                }
            }
        }

        .convite{
            .cima{
                .esquerda{
                    h3{
                        font-size: 3.5rem;
                    }

                    h5{
                        font-size: 1.5rem;
                    }
                }

                .direita{
                    img{
                        width: 250px;
                    }
                }
            }
        }
    }

    footer{
        .container{
            .cima{
                flex-direction: column;
    
                h5{
                    margin-top: 15px;
                }
            }
        }
    }
}
.inscricoes-ativas-ou-encerradas{
    color: red;
}