.card{border:1px solid 	#FF922B;border-radius:6px;margin-bottom:1rem;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,0.05);overflow:hidden;transition:all 0.3s ease;position:relative;background:white;z-index:1}.card-toggle{display:block;width:100%;background:#ec6200;color:white;font-weight:bold;padding:1rem 3rem;font-size:1.1rem;border:none;border-top-left-radius:1px;border-top-right-radius:1px;text-align:center;cursor:pointer}.toggle-text{display:flex;flex-direction:column;align-items:center;line-height:1.3}.toggle-title{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:0.5px}.toggle-subtitle{font-size:1rem;font-weight:400;opacity:0.9}.ministrante-box{display:flex;align-items:center;gap:2rem;margin-top:1.5rem;flex-wrap:wrap}.card-toggle:focus,.card-toggle:active{background-color:#4b0783;outline:none;box-shadow:none}.card-toggle:hover{background-color:#46026f}.card-content{max-height:0;overflow:hidden;opacity:0;padding:0 1.5rem;transition:max-height 0.5s ease, opacity 0.4s ease, padding 0.3s ease}.card-content .row{display:flex;justify-content:center;align-items:flex-start;flex-wrap:nowrap;gap:2rem;margin-top:1.5rem}.card-content .columns{flex:1 0 0;max-width:220px;text-align:center}.card-content .img-responsive{display:block;margin:0 auto;aspect-ratio:1/1;border-radius:50%;object-fit:cover;box-shadow:0 6px 12px rgba(0,0,0,0.25)}.card.active .card-content{max-height:2000px;opacity:1;padding:1rem 1.5rem}.card-icon-left,.card-icon-right{position:absolute;top:50%;transform:translateY(-50%);font-size:1.8rem;color:white;opacity:0.85;pointer-events:none;animation:pulse-icon 5.8s ease-in-out infinite}.card-icon-left{left:50px}.card-icon-right{right:50px}.card.tema-dara{border-left:5px solid #00B894}.card.tema-engenharia_software{border-left:5px solid #6366F1}.card.tema-mercado{border-left:5px solid #AC43ED}.card.tema-comunicacao{border-left:5px solid #ff0084}.card.tema-vue{border-left:5px solid #00faaf}.card.tema-robotica{border-left:5px solid #6D28D9}.card.tema-svelte{border-left:5px solid #de0000}.card.tema-goolang{border-left:5px solid #AC43ED}.card.tema-hackathon{border-left:5px solid #ff00c8}.card.tema-aws{border-left:5px solid #0099ff}.card.tema-qualidade{border-left:5px solid #ffbf00}.card.tema-nextjs{border-left:5px solid #000000}.card.tema-excel{border-left:5px solid #0ba400}.card.tema-flutter{border-left:5px solid #22D3EE}@keyframes pulse-icon{0%{transform:translateY(-50%) scale(1);opacity:0.85}50%{transform:translateY(-50%) scale(1.2);opacity:1}100%{transform:translateY(-50%) scale(1);opacity:0.85}}@media (max-width: 768px){.card-content .row{flex-wrap:wrap;gap:1rem}.card-content .columns{flex:0 0 100%;max-width:100%}.card-content .img-responsive{width:120px;height:120px}.card-icon-left{left:15px}.card-icon-right{right:15px}.card-icon-left,.card-icon-right{font-size:1.5rem}}
