@page {
    margin: 0px !important;
    margin-top: 0.5cm !important;
    margin-bottom: 7.5cm !important;
    margin-footer: 0;
    footer: html_Footer;
}

.curriculo_wrapper {
    background: white !important;
    color: var(--theme-palette-color-4);
    margin-bottom: 0 !important;
}

.curriculo_wrapper h1 {
    color: var(--theme-palette-color-2);
    font-size: 24px;
    margin-bottom: 0 !important;
}

.curriculo_wrapper h2 {
    color: var(--theme-palette-color-4);
    font-size: 18px;
    margin-bottom: 0.5rem;
}

.curriculo_wrapper p,
.curriculo_wrapper li {
    font-size: 12px;
}

.curriculo_head {
    background: #E6E6E6;
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

.curriculo_head .qualificacao {
    color: #AAA;
    font-size: 16px;
    font-weight: bold;
}

.curriculo_section,
.curriculo_head {
    padding: 20px 40px;
    border-bottom: 1px solid #AAA;
}

.curriculo_section:nth-child(1) {
    padding-top: 5px;
}

.curriculo_head p {
    margin-bottom: 5px;
}

.curriculo_body {
    padding-top: 20px;
}

.curriculo_footer p {
    border-radius: 8px;
    padding: 2rem;
    background: white;
    color: #AAA;
}

.curriculo_footer {
    background: url(/wp-content/uploads/2025/05/bg-gradient-1.jpg);
    background-size: cover;
    padding: 2rem 16px 4rem !important;
}

.curriculo_footer p {
    padding: 1rem 2rem;

}

.curriculo_footer p a {
    color: var(--theme-palette-color-2);
}

.curriculo_logomarcas {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}

.curriculo_logomarcas img {
    height: 100px;
    width: auto;
}