/*
 Theme Name:   The Guilty Brigade Child
 Theme URI:    
 Description:  Child theme for The Guilty Brigade
 Author:       
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  the-guilty-brigade-child
*/
.btn-guilty .elementor-button {
    box-shadow: 6px 6px 0px #CC0000 !important;
}
.glitch {
    position: relative;
}

.glitch::before,
.glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.glitch::before {
    color: #FF1A1A;
    animation: glitch1 2s infinite;
    clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
}

.glitch::after {
    color: #0A0A0A;
    animation: glitch2 2s infinite;
    clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
}

@keyframes glitch1 {
    0%, 90%, 100% { transform: translate(0); }
    92% { transform: translate(-3px, 1px); }
    96% { transform: translate(3px, -1px); }
}

@keyframes glitch2 {
    0%, 90%, 100% { transform: translate(0); }
    92% { transform: translate(3px, 1px); }
    96% { transform: translate(-3px, -1px); }
}

.destacado {
    border-left: 4px solid #CC0000;
    padding-left: 15px;
    margin-left: 0;
}