.elementor-1144 .elementor-element.elementor-element-021c8fe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1144 .elementor-element.elementor-element-11e998d{--grid-template-columns:repeat(0, auto);--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-1144 .elementor-element.elementor-element-11e998d .elementor-widget-container{text-align:center;}.elementor-1144 .elementor-element.elementor-element-c806247{--spacer-size:158px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-5c07481 */#radio-sticky-premium {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;
    max-width: 900px;
    background: rgba(255,255,255,0.97);
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.35);
    z-index: 999999;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

#rp-header {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
}

#rp-left {
    position: relative;
    flex: 0 0 auto;
}

.rp-cover {
    width: 12px;
    height: 10px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
}

/* Animación onda */
.rp-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    pointer-events: none;
}
.rp-wave span {
    display: block;
    width: 10px;
    background: #1DB954; /* color onda */
    animation: wave 1s infinite ease-in-out;
}
.rp-wave span:nth-child(2) { animation-delay: 0.1s; }
.rp-wave span:nth-child(3) { animation-delay: 0.2s; }
.rp-wave span:nth-child(4) { animation-delay: 0.3s; }

@keyframes wave {
    0%,100%{height:5px;}
    50%{height:40px;}
}

#rp-center {
    flex: 1 1 auto;
    margin-left: 10px;
}

.rp-title { font-weight: bold; font-size: 16px; }
.rp-listeners { font-size: 12px; color: #555; }

#rp-toggle {
    flex: 0 0 auto;
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
    user-select: none;
}

#rp-player {
    width: 100%;
    padding: 2px 12px 12px 12px;
    transition: max-height 0.3s ease;
    max-height: 110px;
    overflow: hidden;
}

.rp-iframe { width: 100%; height: 110px; border-radius: 10px; }

/* Minimizado */
#radio-sticky-premium.minimized #rp-player { max-height: 0; padding: 0 12px; }
#radio-sticky-premium.minimized #rp-toggle { transform: rotate(-180deg); }
#radio-sticky-premium.minimized .rp-cover { opacity: 0.6; }
#radio-sticky-premium.minimized .rp-wave { display: none; }

/* Responsivo */
@media(max-width:768px){
    .rp-cover { width: 50px; height: 110px; }
    #rp-player { max-height: 110px; }
    #radio-sticky-premium { width: 95%; bottom: 10px; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-021c8fe */#radio-sticky-bottom {
    position: fixed;
    bottom: 20px;       /* Separa del footer final */
    left: 50%;
    transform: translateX(-50%);
    width: 95%;         /* Ocupa casi todo el ancho */
    max-width: 800px;   /* Opcional: ancho máximo */
    z-index: 999999;    /* Siempre visible encima del contenido */
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    background: #ffffff; /* Fondo opcional */
}
#radio-sticky-bottom iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

@media(max-width:768px){
    #radio-sticky-bottom {
        width: 95%;
        height: 70px;
        bottom: 15px;
    }
}/* End custom CSS */