#anunciosSection {
    height: auto;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

#anunciosMercadoImg {
    height: auto;
    width: 65%;
    margin-top: 50px;
}

#anunciosMercadoImgVertical {
    height: auto;
    width: 65%;
    margin-top: 50px;
    display: none;
}




@media all and (max-width: 900px) and (orientation: portrait) {
    #anunciosMercadoImg {
        display: none;
    }

    #anunciosMercadoImgVertical {
        width: 100%;
        display: block;
        margin-bottom: -30px;
        margin-top: 20px;
    }
}
