/* membros */
    .texto_Inicial  {
        flex: 1;
        padding: 20px;
        justify-content: right;
        align-items: center;
    }

    .texto_Inicial  h1 {
        font-size: 36px;
        margin-bottom: 20px;
        border-bottom: 1px solid gray;
    }

    .texto_Inicial  p {
        margin-bottom: 15px;
        line-height: 1.6;
    }
    .Inicial {
        background-color: rgba(12, 12, 12, 0.767) ;
    }
    .section_membros {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(12, 12, 12, 0.644);
        color: white;
        font-family: Arial, sans-serif;
        padding: 40px;
        margin: 0 auto;   
        gap: 30px;   
        min-height: 40vh;      
    }
    .texto_membros  {
        flex: 1;
        padding: 20px;
        justify-content: right;
        align-items: center;
        
    }

    .texto_membros h1 {
        font-size: 36px;
        margin-bottom: 20px;
        border-bottom: 1px solid gray;
    }

    .texto_membros p {
        margin-bottom: 15px;
        text-align: left;
        line-height: 1.6;
    }


    .imagem_membros {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .imagem_membros img {
        max-width: 100%;
        max-height: 400px;
        border-radius: 10px;
    }
    
    .section_membros2 {
        display: flex;
        flex-direction: row-reverse; /* Inverte a ordem dos filhos */
        justify-content: center;
        align-items: center;
        background-color: rgba(12, 12, 12, 0.644);
        color: white;
        font-family: Arial, sans-serif;
        padding: 40px;
        margin: 0 auto;     
        gap: 30px;  
        min-height: 40vh;  
    }

    .imagem_membros2 {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .imagem_membros2 img {
        max-width: 100%;
        max-height: 300px;
        border-radius: 10px;
    }
    .main2_membros{
        flex: 1;
        text-align: center;
        margin-top: 5px;
        padding-top: 20px;
        padding-bottom: 20px;

    }
/* fim membros */