.playlist-evento-section{color:#515455}.playlist-evento-box{padding:0 60px 0 30px;margin-bottom:30px}.playlist-evento-box h2{font-weight:600!important}.playlist-evento-box-telefone{font-size:20px}.playlist-evento-box-btn svg{font-size:40px;margin-top:20px;margin-left:40px}.playlist-evento-box-btn span{margin-top:20px;margin-left:10px;font-weight:700}.playlist-evento-section{background-color:#f0f0f0;padding:20px 0}.playlist-evento-box{flex-wrap:wrap;gap:20px}.playlist-item{background:white;border:1px solid #ddd;border-radius:8px;overflow:hidden;transition:transform .3s;display:flex;flex-direction:column;align-items:center;max-width:150px}.playlist-item:hover{transform:scale(1.05)}.playlist-item a{text-decoration:none;color:#333;display:flex;flex-direction:column;align-items:center;padding:10px}.playlist-item img{max-width:100%;border-bottom:1px solid #ddd}.playlist-item span{margin-top:10px;font-size:16px;font-weight:700}.playlist-evento-section{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.page-main-interna-full{width:100%}.playlist-evento-box{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%}.playlist-item{margin:10px;text-align:center}.playlist-item img{width:100%;height:auto;border-radius:8px}.playlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;width:100%}.loading-animation{display:flex;justify-content:center;align-items:center;height:100px}.loading-animation>div{width:5px;height:50px;margin:0 2px;background-color:#333;animation:soundwave 1s ease-in-out infinite}.loading-animation .bar1{animation-delay:-.32s}.loading-animation .bar2{animation-delay:-.16s}.loading-animation .bar3{animation-delay:0s}.loading-animation .bar4{animation-delay:.16s}.loading-animation .bar5{animation-delay:.32s}@keyframes soundwave{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}