#nossos-apoiadores{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-color:#FCFFFF;

    padding-top: 80px;
    padding-bottom: 60px;
}

#nossos-apoiadores-title{
    width:900px;
    height: 90px;

    background-image: url("../../../img/estrelaPink.png");
    background-repeat: no-repeat;
    background-position: 0% 0%;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

#nossos-apoiadores h1{
    color: #CC750D;
}

#nossos-apoiadores h2{
    color: #030303;

    padding-top:20px;
    padding-bottom:60px;
}


#apoiadores{
    width:100vw;
    height:auto;

    padding-left:10em;
    padding-right:10em;

    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    
    gap:40px;
}

#apoiadores div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.apoiador{
    width:150px;
}

.apoiador-reduce{
    /*para reduzir o tamanho de alguns apoiadores, para equilibrar */
    width:200px;
}
