.obx-ad {
    width: 100%;
    height: auto;
    padding: 15px 0;
    text-align: center;
    display: block;
    position: relative;
}
.obx-ad .chapeu {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0;
}
.ad-area {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.ad-area-horizontal {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin: auto;
}
.ad-area-horizontal .uall {
    width: 100%;
    text-align: center;
}
.banner-300-250 {
    width: 100%;
    height: auto;
    min-height: 50px;
    position: relative;
    display: block;
    text-align: center;
    background-color: red;
}
.ad-after-content.iphone {
    background: #f2f2f2;
    padding: 40px 0;
    display: flex;
    justify-content: center;
}
.ad-after-content.end {
    text-align: center;
    margin: 30px auto;
}
.native-ads {
    display: flex;
    column-gap: 15px;
    margin-bottom: 15px;
}
/*
.anuncio-fixo-rodape {
    width: 100%;
    height: 50px;
    z-index: 1000;
    background: 0 0;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    margin: 0;
    padding: 0;
}
*/

@media screen and (min-width: 640px)
{
    .ad-area-horizontal {
        width: 728px;
        height: 90px;
    }
    .first-paragraph {
        float: left;
        margin-right: 20px;
    }
    .first-paragraph .obx-ad {
        padding-top: 0;
    }
    .banner-300-250 {
        width: 300px;
        height: 250px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 360px)
{
    .native-ads {
        flex-wrap: wrap;
        row-gap: 15px;
    }
}