/* === Variables del Tema === */
:root {
  --wbc-primary: #000000;
  --wbc-bg-dark: #000000;
}

/* === CSS Personalizado === */
/* CSS Personalizado del Blog - prefijo .wbc- */
.wbc-test-cabecera {
    background:red;
}
.navbar{
    display:none
}

.vn-aside-blog {
        position: relative;
        width: fit-content;

        h2 {

            color: #000;
            font-family: "DM Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 190%;
        }

        hr {
            border: 1px solid #C4C4C4;
        }

        span {
            color: #9C9C9C;
            font-family: "DM Mono";
            font-size: 10px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        h3 {
            color: #000;
            font-family: "DM Sans";
            font-size: 15px;
            font-style: normal;
            font-weight: 500;
            line-height: 140%;
            margin: 0;
        }

        p {
            color: #606367;
            font-family: "DM Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
            letter-spacing: 0.14px;
            margin-top: 0;
        }
    }