
h1.page-header {
    grid-column: 1 / -1;
    position: relative;
    color: #a81414;
    font-size: 34px;
    font-weight: 800;
    border: none;
    margin: 0 0 25px 0 !important;
    display: inline-block;
}

h1.page-header::after {
    content: "";
    display: block;
    width: 75px;
    height: 4px;
    background: linear-gradient(90deg, #cd0000, #a81414);
    margin-top: 8px;
    border-radius: 10px;
    animation: pulsoBarra 3s ease-in-out infinite alternate;
}