h1 {
    color: var(--Neutral-0);
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
}

h1:after {
    background: none;
}

h2 {
    color: var(--Neutral-0);
    font-size: 2rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

h3 {
    color: var(--Neutral-0);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625rem; 
}

h4 {
    color: var(--Primario-40);
    font-family: "Nunito Sans";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.625rem;
}

h5 {
    color: var(--Neutral-10);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.375rem;
}

p {
    color: var(--Neutral-0);
    font-family: Verdana;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
}

blockquote {
    padding: 2rem;
    background-color: var(--Secundario-30);
    color: var(--Neutral-80);
}

blockquote p {
    color: var(--Neutral-100);
    font-family: Verdana;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

blockquote p strong {
    color: var(--Alerta-70);
    font-weight: 700;
}

.nav-tabs .nav-link {
    background: var(--Primario-90);
    color: var(--Neutral-50);
}

.nav-tabs .nav-link.active {
    color: var(--Primario-40);
}