.single-post-main {
    padding-bottom: 48px;
}
#content #main.single-post-main h1 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primarias-principal-150);
    text-align: center;
    line-height: 1;
    max-width: 66.66%;
    margin-top: 3.8rem;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.single-post-main .post-metadata {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 26px 0;
}
.single-post-main .post-metadata > div {
    font-family: var(--fontefamiliaopensans);
    font-size: 1rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--cinzas-cinza-90);
}
.author span {
    color: var(--secundarias-secundaria-125);
}
.post-thumbnail {
    border-radius: var(--radius-m);
    overflow: hidden;
    max-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 3px #eee;
}
.post-thumbnail img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.post-actions {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 50px 0 40px;
    max-width: 66.66%;
    margin-left: auto;
    margin-right: auto;
}
.post-actions__part-1 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.post-actions__part-2 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.hentry img {
    border-radius: 3px;
}

#falar {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    height: 44px;
    background: var(--secundarias-secundaria-00);
    border-radius: var(--radius-m);
    font-family: var(--fontefamiliaopensans);
    font-size: 1rem;
    line-height: 1;
    color: var(--cinzas-cinza-90);
    text-decoration: none;
}
#falar svg {
    margin-left: 4px;
}
#falar #play {
    display: block;
}
#falar.falando #play {
    display: none;
}
#falar #pause {
    display: none;
}
#falar.falando #pause {
    display: block;
}

#tamanho {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 5px;
    gap: 4px;
    height: 44px;
    background: var(--secundarias-secundaria-00);
    border-radius: var(--radius-m);
    font-family: var(--fontefamiliaopensans);
}
#tamanho a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 100;
    line-height: 1;
    color: var(--cinzas-cinza-90);
    text-decoration: none;
    border-radius: 50px;
    height: 29px;
    padding: 0 12px 1px;
}
#tamanho a.ativo {
    color: var(--branco);
    background-color: var(--secundarias-secundaria-100);
}
#tamanho a:nth-child(1) {
    font-size: 1.5rem;
}
#tamanho a:nth-child(3) {
    font-size: 0.875rem;
}

.single-post-main article {
    max-width: 66.66%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25rem;
}
.single-post-main article p,
.single-post-main article ul {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.single-post-main article ul li {
    font-family: var(--fontefamiliaopensans);
}
.single-post-main article h2,
.single-post-main article h3,
.single-post-main article h4,
.single-post-main article h5,
.single-post-main article h6 {
    margin-top: 82px;
    margin-bottom: 46px;
    font-weight: 600;
    font-size: 2rem;
    color: var(--secundarias-secundaria-125);
}
.single-post-main article h3 {
    font-size: 1.7rem;
}
.single-post-main article h4 {
    font-size: 1.4rem;
}
.single-post-main article h5 {
    font-size: 1.2rem;
}
.single-post-main article h6 {
    font-size: 1rem;
}
.site-main .single-post-main article a, 
.site-main .single-post-main article a:visited, 
.site-content .single-post-main article a, 
.site-content .single-post-main article a:visited {
    color: var(--secundarias-secundaria-125);
}

.single-post-main article.tamanho-g p,
.single-post-main article.tamanho-g ul {
    font-size: 1.5rem;
}
.single-post-main article.tamanho-g h2 {
    font-size: 2.4rem;
}
.single-post-main article.tamanho-p p,
.single-post-main article.tamanho-p ul {
    font-size: 1rem;
}
.single-post-main article.tamanho-p h2 {
    font-size: 1.7rem;
}

#compartilhar {
    display: flex;
    align-items: center;
    gap: 16px;
}
#compartilhar > div,
#compartilhar > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    height: 44px;
    background: var(--secundarias-secundaria-00);
    border-radius: var(--radius-m);
    font-size: 1rem;
    line-height: 1;
    color: var(--cinzas-cinza-90);
}
#compartilhar > div {
    padding-left: 32px;
    padding-right: 32px;
    gap: 15px;
}
#compartilhar .dispositivo {
    cursor: pointer;
}

.comments-area {
    max-width: 66.66%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid var(--cinzas-cinza-20);
    padding-top: 48px;
    margin-top: 48px;
}
.comments-area h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 2rem;
    color: var(--secundarias-secundaria-125);
}
.comment-notes {
    font-weight: 200;
    padding-bottom: 16px;
}
.comments-area label {
    display: block;
    width: 100%;
    font-weight: 400;
    margin-bottom: 8px;
}
.comments-area textarea,
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"] {
    width: 100%;
}
.comment-form-cookies-consent {
}
.comment-form-cookies-consent input {
    vertical-align: middle;
    margin-bottom: -3px;
    margin-right: 8px;
}
.comment-form-cookies-consent label {
    font-weight: 400;
    display: inline;
    width: auto;
    vertical-align: middle;
    margin-bottom: 0;
}
.form-submit {
    display: flex;
    justify-content: center;
    padding-bottom: 48px;
}

#progresso {
	background: var(--primarias-principal-100);
	width: 0;
	height: 11px;
	border-bottom-right-radius: 5px;
	position: absolute;
    min-width: 200px;
	left: -200px;
	bottom: 0;
	z-index: 100;
	transform: translateY(100%);
	transition: 0.3s transform, 0.1s width;
}


@media (max-width: 991px) {
    #content #main.single-post-main h1,
    .post-actions,
    .single-post-main article,
    .comments-area {
        max-width: 100%;
    }
    .post-thumbnail {
        height: 485px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .post-thumbnail img {
        object-fit: cover;
        max-width: 100%;
        max-height: 100%;
        min-width: 100%;
        min-height: 100%;
    }
	#progresso {
		height: 8px;
	}
}
@media (max-width: 767px) {
    #content #main.single-post-main h1 {
        font-size: 2rem;
        margin-top: 28px;
        text-align: left;
    }
    .single-post-main .post-metadata {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .single-post-main .post-metadata > div {
        font-size: 0.875rem;
        font-weight: 300;
    }
    .author {
        display: block;
        width: 100%;
    }
    .post_date,
    .leitura {
        max-width: calc( 50% - 8px );
    }
    .post_date img,
    .leitura img {
        width: 18px;
    }
    .post-thumbnail {
        height: 240px;
        border-radius: 0;
        margin-left: -18px;
        margin-right: -18px;
    }
    .post-actions {
        flex-direction: column;
        padding: 31px 0 0;
    }
    .post-actions__part-1,
    .post-actions__part-2 {
        justify-content: space-between;
    }
    .post-actions #compartilhar {
        justify-content: flex-end;
        width: 100%;
        position: relative;
    }
    .post-actions #compartilhar .dispositivo {
        position: absolute;
        left: 0;
        margin-top: 0;
    }
    .single-post-main article p,
    .single-post-main article ul,
    .single-post-main article ul li {
        font-size: 1rem;
    }
    .single-post-main article h2,
    .single-post-main article h3,
    .single-post-main article h4,
    .single-post-main article h5,
    .single-post-main article h6 {
            margin-top: 32px;
        margin-bottom: 24px;
        line-height: 1;
    }
}
@media (max-width: 414px) {
    .post-actions #compartilhar {
        gap: 13px;
    }
    .post-actions #compartilhar .dispositivo {
        width: 100%;
        justify-content: center;
        position: relative;
        left: auto;
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (max-width: 360px) {
    .post-actions__part-1 {
        gap: 13px;
    }
    .post-actions__part-1 > div {
        width: 100%;
        justify-content: center;
    }
    .post-actions #compartilhar {
        flex-wrap: wrap;
        justify-content: center;
    }
    .post-actions #compartilhar .dispositivo {
        width: 100%;
    }
}


#textofala {
    display: none;
}