/* Design System - Variables CSS y tokens de diseño */

:root {
    /* Colors */
    --uv-blue: #5058ff;
    --uv-black: #000000;
    --uv-yellow: #ffbc00;
    --uv-gray-bg: #f4f4f4;
    --uv-light-bg: #fcfcfc;
    --uv-white: #ffffff;
    --uv-red: #f00;

    /* Typography */
    --uv-font-primary: 'Roboto', sans-serif;

    /* Common sizes */
    --uv-grid-width: 1140px;
}

/*DESIGN SYSTEM START*/
h6 {
    color: #000000;
}

.uv-unset-margin-bottom p {
    margin-bottom: 0;
}

.uv-label-style span {
    font-size: 16px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}

.vn-blue-numbered-bullets li {
    list-style-type: none;
}

.vn-blue-numbered-bullets li:nth-child(1):before {
    content: '1';
    margin-right: 8px;
    color: var(--uv-blue);
    font-weight: 400;
}

.vn-blue-numbered-bullets li:nth-child(2):before {
    content: '2';
    margin-right: 8px;
    color: var(--uv-blue);
    font-weight: 400;
}

.vn-blue-numbered-bullets li:nth-child(3):before {
    content: '3';
    margin-right: 8px;
    color: var(--uv-blue);
    font-weight: 400;
}

.vn-blue-numbered-bullets li:nth-child(4):before {
    content: '4';
    margin-right: 8px;
    color: var(--uv-blue);
    font-weight: 400;
}

.vn-blue-numbered-bullets li:nth-child(5):before {
    content: '5';
    margin-right: 8px;
    color: var(--uv-blue);
    font-weight: 400;
}

.vn-blue-numbered-bullets li:nth-child(6):before {
    content: '6';
    margin-right: 8px;
    color: var(--uv-blue);
    font-weight: 400;
}

.vn-flex-box .wpb_wrapper {
    display: flex;
}

.vn-white-text h1,
.vn-white-text a,
.vn-white-text p {
    color: #ffffff;
}

.black-text-hover a:hover {
    color: #000000;
}

.blue-text-hover a:hover {
    color: var(--uv-blue);
}

.fa.fa-facebook,
.fa.fa-twitter,
.fa.fa-linkedin {
    font-family: "Font Awesome 5 Brands";
}

.text-based-button.black-border p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.4px;
    line-height: 18px;
    padding: 16px 24px;
    border: 2px solid #000000;
    display: inline-block;
}

.text-based-button.black-border p:hover a {
    color: #fff;
}

.text-based-button.black-border p:hover {
    background-color: #000;
}

/*DESIGN SYSTEM END*/
