.urma-separador {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.urma-separador img{
    background-color: #fff;
}
.urma-separador__border{
    position: relative;
    background-color: #fff;
    padding: .5rem;
    z-index: 1;
}

.urma-separador::before,
.urma-separador::after {
    content: "";
    width: 46%;
    background: var(--amarillo);
    position: absolute;
    display: inline-block;
    height: 1px;
    z-index: 0;
}

.urma-separador::before{
    left: 0;
}

.urma-separador::after {
    right: 0;
}