@media screen and (orientation: portrait) {
    .vc_wall .vc_wall_section {
        display: block!important;
        flex-wrap: wrap;
    }
}

.region.textual-article, .region.article {
    /* background: #7afb88b3; */
    background: rgb(122 251 136 / 0%) !important;
    border-color: rgb(122 251 136 / 0%) !important;
}
.region.foto {
    /* background: #FF2E2E; */
    background: #ffffff00 !important;
    border-color: #ffffff00 !important;
}