.tela_quebrada{
clip-path: polygon(100% 25%, 100% 75%, calc(50% + 50px) 50%);;
animation: abrir 2s linear infinite;
}
.fragmentos{
width: 100px;
height: 50px;
background: white;
clip-path: polygon(0 25%, 100% 25%, 50% 0);;
animation: fragmento 2s linear infinite;
}
.mirrors{
width: 60px;
height: 60px;
background: #2D2D2D;
animation: abra 2s linear infinite;
}