@import url("../variaveis.css");


@import url("button_plataformas.css");
@import url("logos_plataformas.css");
@import url("text_plataformas.css");
@import url("layout_link_plataformas.css");


.acesso{
    background-color: var(--bg-color);
    width: 100%;
    padding: 2em 1em;
    text-align: center;
}

.links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

@media screen and (min-width: 600px) {
    .acesso{padding: 3em 0;}
}

@media screen and (min-width: 992px) {
    .acesso{padding: 5em 0;}

    .links {
        flex-direction: row;
        padding: 1rem 3em 2rem 3rem;
        justify-content: space-between;
        align-items: stretch;
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 1200px){
    .links{justify-content: space-around;}
}
