Live Radio

<div id=»rpFooterBar» class=»rp-bottom-bar»>
<div class=»rp-bar-inner»>

<div class=»rp-brand»>
<div class=»rp-logo-clean»>
<img src=»https://www.radiopaz989.com/wp-content/uploads/2023/06/cropped-Favicon-Radio-Paz-Web.png» alt=»Logo Radio Paz»>
</div>
<div class=»rp-names»>
<span class=»rp-title»>Radio Paz</span>
<span class=»rp-sub»>98.9 FM</span>
</div>
</div>

<div class=»rp-controls»>
<span class=»rp-action-text»>Escuchar en vivo:</span>
<a href=»https://station.voscast.com/62bb2921dacd9/» target=»_blank» class=»rp-red-btn» aria-label=»Escuchar en Vivo»>
<div class=»rp-play-shape»></div>
</a>
</div>

</div>
</div>

<style>
.rp-bottom-bar {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #ffffff;
border-top: 1px solid #e5e7eb;
box-shadow: 0 -3px 10px rgba(0,0,0,0.08);
padding: 8px 0;
z-index: 999999 !important; /* Forzamos que siempre esté arriba */
font-family: Arial, sans-serif;
}

.rp-bar-inner {
max-width: 1100px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 15px;
}

.rp-brand {
display: flex;
align-items: center;
gap: 10px;
}

.rp-logo-clean {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}

.rp-logo-clean img {
max-width: 100%;
height: auto;
}

.rp-title {
display: block;
color: #003087;
font-weight: bold;
font-size: 14px;
}

.rp-sub {
display: block;
color: #0060df;
font-size: 11px;
font-weight: 600;
}

.rp-controls {
display: flex;
align-items: center;
gap: 10px;
}

.rp-action-text {
color: #6b7280;
font-size: 12px;
font-weight: 600;
}

.rp-red-btn {
background: #e63946;
border: none;
width: 36px;
height: 36px;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.2s, transform 0.2s;
box-shadow: 0 2px 6px rgba(230,57,70,0.3);
text-decoration: none;
}

.rp-red-btn:hover {
background: #d62839;
transform: scale(1.05);
}

.rp-play-shape {
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 9px solid #ffffff;
margin-left: 2px;
}

/* Ajuste extremo para pantallas súper pequeñas */
@media (max-width: 350px) {
.rp-action-text { display: none; }
}
</style>