body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: var(--gray-800);
    background-color: var(--gray-50);
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}



h1, h2 {
    color: var(--primary-blue);
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

p, ol {
    margin-bottom: 1rem;
}

ol {
    padding-left: 20px;
}

ol li {
    margin-bottom: 0.5rem;
}

a {
    color: var(--primary-blue);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.header-terminos nav {
    background-color: var(--primary-blue) !important;
}

.terms-page .header-terminos .logo-text{
    color: white !important;
}

.terms-conditions {
    margin-top: 100px;
}

#navbar > div > div.nav-logo > a > span{
    color: white !important;
}