.elementor .empreendedor-ads iframe{
    width: 0px!important;
}

.empreendedor-ads{
    display: block;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.empreendedor-ads-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.empreendedor-ads-block > div iframe{
    width: inherit!important;
    margin: 0 auto;
    display: block;
}

.empreendedor-ads-format-in-text{
    margin-bottom: 30px;
    margin-top: 20px;
    position: relative;
}

.empreendedor-ads-format-in-text .empreendedor-ads-block > div{
    position: relative;
}

.empreendedor-ads-format-in-text .empreendedor-ads-block > div::before{
    content: "Publicidade";
    position: absolute;
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #000;
    top: -20px;
}

.mobile-50{
    min-height: 50px;
}

.mobile-100{
    min-height: 100px;
}

.mobile-250{
    min-height: 250px;
}

.mobile-280{
    min-height: 280px;
}

@media screen and (min-width: 992px){

    .tablet-90{
        min-height: 90px;
    }

    .tablet-360{
        min-height: 360px;
    }

}


@media screen and (min-width: 992px){

    .desktop-90{
        min-height: 90px;
    }

    .desktop-100{
        min-height: 100px;
    }

    .desktop-250{
        min-height: 250px;
    }

    .desktop-280{
        min-height: 280px;
    }

    .desktop-300{
        min-height: 300px;
    }

    .desktop-360{
        min-height: 360px;
    }

    .desktop-600{
        min-height: 600px;
    }

}