@media (max-width: 1450px) and (min-width: 769px) {
    main::after{
        background: linear-gradient(0deg, #000 45%, rgba(0, 0, 0, 0.00) 70%) no-repeat;
        width: 100vw;
    }

    main .estacao .imagem {
        height: 85%;
        object-position: center;
    }

    .conteudo{
        justify-content: flex-end;
        left: 0;
        top: -20%;
        max-width: 100vw; 
        padding: 30px;
    }

    .conteudo .nome-estacao{
        font-size: 30px;
    }

    .conteudo .descricao {
        max-width: 500px;
    }

    .botoes {
        flex-direction: row;
        align-items: flex-end;
        width: 100%;
        padding: 30px;
    }

    .botoes .botao {
        width: 70px;
        height: 70px;
    }

    .botoes .botao img {
        max-width: 70px;
    }
}

@media (max-width: 768px) and (min-width:425px) {
    main .estacao .imagem {
        height: auto;
    }

    .conteudo{
        top: 0%;
        left: 15px;
        font-weight: 500;
    } 
 
    .botoes {
        padding: 20px;
        top: 0%;
        left: 70%;
    }

    .botoes .botao {
        width: 60px;
        height: 60px;
    }

    .botoes .botao img {
        max-width: 60px;
    }
} 

@media (max-width: 424px) {
    main .estacao .imagem {
        height: auto;
    }

    .conteudo {
        top: 0%;
        left: -50px;
        padding: 70px;
        font-size: 10px;
    }

    .botoes {
        padding: 15px;
        top: 0%;
        left: 65%;
        flex-direction: column;
        gap: 10px;
    }

    .botoes .botao {
        width: 50px;
        height: 50px;
    }

    .botoes .botao img {
        max-width: 50px;
    }
}
