.cmp-ads{position:relative;display:flex;justify-content:center}
.cmp-ads__anuncios{display:flex;flex-direction:row;justify-content:center;align-content:center;align-items:center}
@media(min-width:1024px){.cmp-ads .wrapper-ads{position:relative;display:inline-block}
}
.cmp-ads.fixed{position:fixed}
.cmp-ads__close{display:none}
.cmp-ads.sticky{position:fixed;bottom:0;margin:0 auto;z-index:9999;width:100%;left:0}
@media(max-width:1024px){.cmp-ads.sticky{position:fixed;bottom:64px;margin:0 auto;width:100vw;left:0;z-index:9999;height:100px;background-color:#fff;display:flex;flex-direction:column;align-content:center;justify-content:center;align-items:center;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,0.21);-moz-box-shadow:0 0 5px 2px rgba(0,0,0,0.21);box-shadow:0 0 5px 2px rgba(0,0,0,0.21)}
.cmp-ads.sticky .wrapper-ads{width:100%}
}
.cmp-ads.sticky .cmp-ads__text{display:none}
.cmp-ads.sticky .cmp-ads__close{position:absolute;width:18px;height:18px;cursor:pointer;z-index:2147483647;display:flex;color:white;flex-direction:column;align-items:center;justify-content:center;padding:0;top:0;right:-28px;box-shadow:none;border-radius:0;background-color:var(--Secondary-Black)}
.cmp-ads.sticky .cmp-ads__close::after{content:"";position:absolute;top:0;left:-9px;border-width:9px 9px 9px 0;border-style:solid;border-color:transparent var(--Secondary-Black) transparent transparent}
@media(max-width:1024px){.cmp-ads.sticky .cmp-ads__close{animation:fade-btn 1s ease-in-out 3s forwards;background-color:#fff;background-image:none !important;color:var(--Secondary-Black);position:absolute;width:28px;height:28px;top:-27px;z-index:10;right:0;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,0.21);-moz-box-shadow:0 0 5px 2px rgba(0,0,0,0.21);box-shadow:0 0 5px 2px rgba(0,0,0,0.21);border:0;border-radius:12px 0 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center}
.cmp-ads.sticky .cmp-ads__close::after{content:none}
}
@media(max-width:1024px){.cmp-ads.sticky .cmp-ads__anuncios{height:100px;background-color:white;z-index:20;width:100%;position:relative}
}
body:has(.cmp-player-audio) .cmp-ads{display:none}
@media(min-width:1024px){.cmp-ads.sticky .cmp-ads__anuncios{background:#fff;box-shadow:0 4px 16px rgba(0,0,0,0.3);min-width:fit-content;margin:0 auto;padding:5px 50px 0 50px}
}