div#fx4 {
    background: rgb(43, 40, 86);

    .categorias-parceiros {
        background: white;
        padding: 30px;
        z-index: 1;
        position: relative;
        width: 100%;
        display: flex;
        gap: 5%;

        .parceiros-con {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            width: 30%;




            .titulo-parceiro {
                width: 100%;

                h1 {
                    text-align: center;
                    font-size: 3.5rem;
                    font-weight: 600;
                    color: #2b2856;
                    box-shadow: 8px 8px 37px 7px rgba(0, 0, 0, 0.3);
                    border-radius: 20px;
                    padding: 20px;
                }
            }

            .parceiros-con.id-parceiro-17 h1 {
                margin-top: 0px;

            }

            div#POLI {
                width: 28%;
            }

            div#FAperj {
                width: 27%;
                margin: 25px 5% !important;
            }

            div#CNPq {
                width: 32%;
            }

            div#Coppe {
                order: 1;
                margin: 25px 6%;
            }

            div#UFRJ {
                order: 2;
                scale: 1.2;
                margin: 25px 6%;
            }

            div#IM {
                order: 3;
            }

            div#NCE {
                order: 4;
            }

            div#POLI {
                order: 5;
            }

            .parceiros {
                width: 37%;
                display: flex;
                flex-wrap: wrap;
                align-content: flex-start;
                margin: 25px 0px;
                align-items: flex-start;


                a {
                    width: 100%;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;

                    img {
                        width: 100%;
                    }
                }
            }

            div#capes img {
                width: 100%;
                /* margin: 0px 15%; */
            }
        }

    }


}