html {
    scroll-behavior: smooth;
}

.banner_lp_duplicata {
    width: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
}

.banner_lp_duplicata_content {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_lp_duplicata_content h1 {
    color: #fff;
}

.banner_lp_duplicata_content .details-post .details-post-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 1rem;
}

.banner_lp_duplicata_content .details-post a {
    color: #FFF;
    text-decoration: underline;
    font-size: 20px;
    line-height: 20px;
}

.banner_lp_duplicata_content .details-post span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: #FFF;
    font-size: 20px;
    line-height: 20px;
}

.custom-single-page-dp {
    padding: 5rem 0 !important;
}

@media (max-width: 1100px) {

    .custom-single-page-dp {
        padding: 0 0 5rem !important;
    }
}

.flex-lp-duplicata {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1100px) {

    .flex-lp-duplicata {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

.content-lp-duplicata {
    width: 50% !important;
    margin: 0 0 0 auto;
}

@media (max-width: 1100px) {

    .content-lp-duplicata {
        width: 100% !important;
        margin: 0 auto;
        padding: 0 10px;
    }
}

.content-lp-duplicata h2 {
    color: #4D4D4D;
    font-size: 40px;
    font-weight: 900;
    font-family: var(--headingsfontfamily), var(--nv-fallback-ff);
    letter-spacing: -2px;
    margin-top: 2rem;
}

.content-lp-duplicata h2:first-child {
    margin-top: 0;
}

@media (max-width: 1100px) {

    .content-lp-duplicata h2 {
        font-size: 28px;
    }
}

.content-lp-duplicata h3 {
    color: #4D4D4D;
    font-size: 22px;
    font-weight: 900;
    font-family: var(--headingsfontfamily), var(--nv-fallback-ff);
    letter-spacing: -2px;
}

.content-lp-duplicata p {
    font-family: var(--headingsfontfamily), var(--nv-fallback-ff);
    font-size: 18px;
    color: #4D4D4D;
    font-weight: 400;
    line-height: 22px;
}

.content-lp-duplicata a {
    color: #4D4D4D;
    text-decoration: underline;
}

#sumario-lp-duplicata {
    padding: 1rem;
    background-color: #d9d9d95c;
    width: 45%;
    height: fit-content;
}

@media (max-width: 1100px) {

    #sumario-lp-duplicata {
        width: 100%;
        margin-bottom: 2rem;
    }
}

#sumario-lp-duplicata h3 {
    color: #0b2889;
    font-size: 40px;
    font-weight: 900;
    font-family: var(--headingsfontfamily), var(--nv-fallback-ff);
    letter-spacing: -2px;
    margin-bottom: 1rem;
}

#sumario-lp-duplicata ul li {
    font-weight: 800;
    font-size: 19px;
    margin-bottom: .5rem;
}

#sumario-lp-duplicata.fixed {
    position: fixed;
    top: 6.4rem;
    width: 526px;
    /* height: 100%; */
}

#sumario-lp-duplicata.absolute {
    position: absolute;
    /* width: 27.7%; */
    width: 526px;
}

.custom-single-page-dp #custom-comment-form .comment-form-author,
.custom-single-page-dp #custom-comment-form .comment-form-email,
.custom-single-page-dp #custom-comment-form .comment-form-url,
.custom-single-page-dp #custom-comment-form .comment-form-comment,
.custom-single-page-dp #custom-comment-form .comment-form-comment {
    display: flex;
    flex-direction: column;
}

.custom-single-page-dp #custom-comment-form .comment-form-cookies-consent {
    display: flex;
    align-items: baseline;
    gap: 5px;
}