.social-media-icons{z-index:9000;pointer-events:none;flex-direction:column;align-items:center;gap:15px;display:flex;position:fixed;bottom:100px;right:20px}.social-icon{color:#fff;cursor:pointer;pointer-events:auto;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000040}.toggle-icon{z-index:10;background:linear-gradient(135deg,#ff9f43 0%,#ff6b1a 100%);animation:2s ease-in-out infinite pulse;position:relative}.toggle-icon.expanded{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);animation:none}.toggle-icon:hover{transform:scale(1.15)rotate(90deg);box-shadow:0 6px 20px #667eea80}.toggle-svg{transition:transform .3s}.toggle-svg.rotated{transform:rotate(180deg)}.social-icons-list{opacity:0;visibility:hidden;pointer-events:none;flex-direction:column-reverse;gap:15px;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);display:flex;transform:translateY(20px)}.social-icons-list.visible{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)}.social-icons-list.visible .social-icon:first-child{animation:.4s ease-out .1s both slideIn}.social-icons-list.visible .social-icon:nth-child(2){animation:.4s ease-out .2s both slideIn}.social-icons-list.visible .social-icon:nth-child(3){animation:.4s ease-out .3s both slideIn}.social-icons-list.visible .social-icon:nth-child(4){animation:.4s ease-out .4s both slideIn}@keyframes slideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.social-icon.youtube{background:red}.social-icon.youtube:hover{background:#c00;transform:scale(1.15)}.social-icon.whatsapp{background:#25d366}.social-icon.whatsapp:hover{background:#1da851;transform:scale(1.15)}.social-icon.instagram{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.social-icon.instagram:hover{background:linear-gradient(45deg,#d87e2d 0%,#c75a36 25%,#b62139 50%,#a61d58 75%,#9e1676 100%);transform:scale(1.15)}.social-icon.facebook{background:#1877f2}.social-icon.facebook:hover{background:#0c63d4;transform:scale(1.15)}.social-icons-list .social-icon:hover{box-shadow:0 6px 20px #00000059}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 4px 12px #667eea66}50%{transform:scale(1.05);box-shadow:0 6px 20px #667eea99}}@media (max-width:1024px){.social-media-icons{bottom:140px;right:15px}.social-icon{width:48px;height:48px}.social-icon svg{width:24px;height:24px}}@media (max-width:768px){.social-media-icons{gap:12px;bottom:160px;right:15px}.social-icon{width:45px;height:45px}.social-icon svg{width:22px;height:22px}.social-icons-list{gap:12px}}@media (max-width:480px){.social-media-icons{bottom:170px;right:12px}.social-icon{width:42px;height:42px}.social-icon svg{width:20px;height:20px}}@media (max-width:360px){.social-media-icons{bottom:80px;right:22px}.social-icon{width:40px;height:40px}.social-icon svg{width:18px;height:18px}.social-icons-list{gap:10px}}
