@keyframes pisca-pisca1 {
    0%{
        border: 3px solid rgb(50, 85, 85);
    box-shadow: inset 0 0 10px rgb(21, 56, 56),
    0 0 10px rgb(21, 56, 56);
    }
    50%{
        border: 5px solid rgb(111, 23, 194);
        box-shadow: inset 0 0 10px rgb(134, 30, 231),
    0 0 10px rgb(133, 23, 236);
    }
    100%{
        border: 3px solid rgb(50, 85, 85);
        box-shadow: inset 0 0 10px 2px rgb(21, 56, 56),
        0 0 10px 2px rgb(21, 56, 56);
    }
}
@keyframes pisca-pisca2 {
    0%{
        border: 3px solid rgb(50, 85, 85);
        box-shadow: inset 0 0 10px 2px rgb(21, 56, 56),
        0 0 10px 2px rgb(21, 56, 56);
    }
    50%{
        border: 5px solid rgb(42, 30, 207);
        box-shadow: inset 0 0 10px rgb(40, 25, 241),
    0 0 10px rgb(40, 25, 241);
    }
    100%{
        border: 3px solid rgb(50, 85, 85);
        box-shadow: inset 0 0 10px 2px rgb(21, 56, 56),
        0 0 10px 2px rgb(21, 56, 56);
    }
}
@keyframes pisca-pisca3 {
    0%{
        border: 3px solid rgb(50, 85, 85);
        box-shadow: inset 0 0 10px 2px rgb(21, 56, 56),
        0 0 10px 2px rgb(21, 56, 56);
    }
    50%{        
        border: 5px solid rgb(196, 21, 21);
        box-shadow: inset 0 0 10px rgb(236, 23, 23),
    0 0 10px rgb(236, 23, 23);
    }
    100%{
        border: 3px solid rgb(50, 85, 85);
        box-shadow: inset 0 0 10px 2px rgb(21, 56, 56),
        0 0 10px 2px rgb(21, 56, 56);
    }
}
@keyframes pisca-pisca4 {
    0%{
        border: 3px solid rgb(50, 85, 85);
        box-shadow: inset 0 0 10px 2px rgb(21, 56, 56),
        0 0 10px 2px rgb(21, 56, 56);
    }
    50%{        
        border: 5px solid rgb(36, 129, 40);
        box-shadow: inset 0 0 10px rgb(40, 190, 47),
    0 0 10px rgb(40, 190, 47);
    }
    100%{
        border: 3px solid rgb(50, 85, 85);
        box-shadow: inset 0 0 10px 2px rgb(21, 56, 56),
        0 0 10px 2px rgb(21, 56, 56);
    }
}
@keyframes pisca-pisca5 {
    0%{
        border: 3px solid rgb(50, 85, 85);
        box-shadow: inset 0 0 10px 2px rgb(21, 56, 56),
        0 0 10px 2px rgb(21, 56, 56);
    }
    50%{        
        border: 5px solid rgb(21, 117, 196);
        box-shadow: inset 0 0 10px rgb(20, 140, 238),
    0 0 10px rgb(20, 140, 238);
    }
    100%{
        border: 3px solid rgb(50, 85, 85);
        box-shadow: inset 0 0 10px 2px rgb(21, 56, 56),
        0 0 10px 2px rgb(21, 56, 56);
    }
}

@keyframes piscaH1 {
    0%{
        color: rgb(0, 0, 0);
        text-shadow: 0 0 10px rgb(255, 253, 253);
    }
    20%{
        color: rgb(111, 23, 194);
        text-shadow: 0 0 10px rgb(255, 253, 253);
    }
    40%{
        color: rgb(42, 30, 207);
        text-shadow: 0 0 10px rgb(255, 253, 253);
    }
    60%{        
        color: rgb(196, 21, 21);
        text-shadow: 0 0 10px rgb(0, 0, 0);
    }
    80%{
        color: rgb(36, 129, 40);
        text-shadow: 0 0 10px rgb(0, 0, 0);
    }
    80%{
        color: rgb(21, 117, 196);
        text-shadow: 0 0 10px rgb(0, 0, 0);
    }
}