/**
 * Página padrão (page.php) — layout centralizado alinhado aos singles TCPA.
 */

.pageDefault {
    margin-top: 0;
}

.pageDefault__externa {
    padding: 48px 0 80px;
    background: #f6f6f6;
}

.pageDefault__col {
    max-width: 970px;
}

.pageDefault__title {
    width: 100%;
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    margin: 40px 0 50px;
}

.pageDefault__content {
    width: 100%;
    padding-bottom: 80px;
}

.pageDefault__content > *:first-child {
    margin-top: 0;
}

.pageDefault__content p {
    color: #606060;
    font-family: "Libre Baskerville", serif;
    font-size: 1.6rem;
    line-height: 3rem;
    margin: 0 0 30px;
}

.pageDefault__content h2,
.pageDefault__content h3 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 40px 0 30px;
}

.pageDefault__content h2 {
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -0.75px;
}

.pageDefault__content h3 {
    font-size: 2rem;
    line-height: 3rem;
}

.pageDefault__content h4,
.pageDefault__content h5,
.pageDefault__content h6 {
    font-family: "Poppins", sans-serif;
    color: #000;
}

.pageDefault__content a {
    color: #ff505a;
    text-decoration: underline;
}

.pageDefault__content img,
.pageDefault__content iframe,
.pageDefault__content .wp-block-image {
    max-width: 100%;
    height: auto;
}

.pageDefault__content ul {
    padding: 20px 0;
    list-style: none;
    color: #606060;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.pageDefault__content ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCI+PGRlZnM+PHBhdGggaWQ9ImllNjVhIiBkPSJNMzE1IDI1OTRhNSA1IDAgMSAxIDEwIDAgNSA1IDAgMCAxLTEwIDB6Ii8+PC9kZWZzPjxnPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMTUgLTI1ODkpIj48dXNlIHhsaW5rOmhyZWY9IiNpZTY1YSIvPjwvZz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 0 9px;
}

.pageDefault__content .page-link {
    margin-top: 40px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .pageDefault__title {
        font-size: 30px;
        line-height: 1.2;
        margin: 24px 0 32px;
    }

    .pageDefault__content h2 {
        font-size: 2.4rem;
        line-height: 3rem;
    }
}

@media (max-width: 767.98px) {
    .pageDefault__externa {
        padding-top: 32px;
    }

    .pageDefault__title {
        font-size: 26px;
    }

    .pageDefault__content p {
        font-size: 1.4rem;
        line-height: 2.6rem;
    }
}
