.elementor-13073 .elementor-element.elementor-element-5e12a76{--display:flex;}.elementor-13073 .elementor-element.elementor-element-158ce6d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-13073:not(.elementor-motion-effects-element-type-background), body.elementor-page-13073 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#333333;}:root{--page-title-display:none;}/* Start custom CSS */.audio-player {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1DB954; /* Cor verde do Spotify */
    padding: 20px;
    border-radius: 10px;
    font-family: 'Circular', Arial, sans-serif; /* Fonte semelhante */
    color: #fff;
    width: 100%;
    max-width: 350px;
    position: relative;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    z-index: 100;
}

.popup-content {
    background-color: #fff;
    color: #000;
    padding: 20px;
    border-radius: 10px;
    max-width: 800px;
    width: 100%;
    height: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#full-page-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2; /* Fica atrás de tudo */
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#full-page-background.active {
    opacity: 1;
}/* End custom CSS */