@font-face{font-family:'icomoon';src:url(fonts/icomoon.eot?g4umgf);src:url(fonts/icomoon.eot?g4umgf#iefix) format("embedded-opentype"),url(fonts/icomoon.ttf?g4umgf) format("truetype"),url(fonts/icomoon.woff?g4umgf) format("woff"),url(fonts/icomoon.svg?g4umgf#icomoon) format("svg");font-weight:400;font-style:normal;font-display:swap}.fa-webstory{font-family:'icomoon'!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-webstory:before{content:"\e900"}

.live-pulse{
    display:inline-block!important;
    width:8px!important;
    height:8px!important;
    border-radius:50%!important;
    background:#e53935!important;
    box-shadow:0 0 0 rgba(229,57,53,.6);
    animation:mm-live-pulse 1.5s infinite;
    vertical-align:middle;
    margin:0 6px 0 0;
    transform:translateY(-1px);
}

@keyframes mm-live-pulse{0%{box-shadow:0 0 0 0 rgba(229,57,53,.6)}70%{box-shadow:0 0 0 8px rgba(229,57,53,0)}100%{box-shadow:0 0 0 0 rgba(229,57,53,0)}}

/* Icone "Acesso a Informacao" (balao amarelo/laranja com "i", pulsante) */
.icon-acesso-info{
    position:relative;
    display:inline-block;
    width:1em;
    height:1em;
    vertical-align:middle;
}
.icon-acesso-info::before{
    content:"";
    position:absolute;
    left:8%;
    top:8%;
    width:84%;
    height:84%;
    border-radius:50%;
    background:#f8a91e;
    box-shadow:0 0 0 0 rgba(248,169,30,.55);
    animation:icon-acesso-info-ring 2.4s ease-out infinite;
}
.icon-acesso-info::after{
    content:"";
    position:absolute;
    inset:0;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23ffe14d'/%3E%3Cstop offset='.55' stop-color='%23ffb302'/%3E%3Cstop offset='1' stop-color='%23f07d00'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M32 4C46 4 58 14 58 27 58 39 47 49 33 50L27 60 23 49C10 47 4 38 4 27 4 14 16 4 32 4Z' fill='url(%23g)'/%3E%3Ctext x='32' y='35' font-family='Georgia, Times New Roman, serif' font-style='italic' font-weight='700' font-size='30' fill='%23fff' text-anchor='middle'%3Ei%3C/text%3E%3C/svg%3E") no-repeat center/contain;
    animation:icon-acesso-info-bounce 2.4s ease-in-out infinite;
}
@keyframes icon-acesso-info-ring{0%{box-shadow:0 0 0 0 rgba(248,169,30,.55)}70%{box-shadow:0 0 0 .45em rgba(248,169,30,0)}100%{box-shadow:0 0 0 0 rgba(248,169,30,0)}}
@keyframes icon-acesso-info-bounce{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-8%)}}
@media (prefers-reduced-motion: reduce){
    .icon-acesso-info::before,
    .icon-acesso-info::after{animation:none}
}
