.box-autor i,
.inner-post figcaption,
.share a {
background: var(--wp--preset--color--blue);
}
.content-single {
padding: var(--paddingDefault) 0;
}
.p-static {
position: static;
}
.content-single .thumb {
margin-top: 20px;
width: 100%;
height: 575px;
}
.infos-post {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
column-gap: 15px;
}
.infos-post .infos-color {
color: #667;
}
.infos-post .box .time {
margin-right: 30px;
}
.content-single .thumb img {
min-width: 100%;
object-fit: cover;
height: 100%;
}
.all-content-post {
margin: var(--paddingDefault) 0;
}
aside {
display: flex;
flex-direction: column;
gap: 20px;
align-items: flex-start;
}
aside .subtitle {
font-weight: 600;
font-size: 18px;
display: block;
}
aside .subtitle strong {
color: var(--wp--preset--color--blue);
}
aside .autor-img {
width: 62px;
height: 62px;
float: left;
}
aside .autor-img img {
border-radius: 50%;
}
aside .descri-author {
display: inline-block;
width: calc(100% - 70px);
padding: 5px 10px;
}
aside .descri-author a {
font-size: 16px;
font-weight: 600;
}
aside .categorias {
margin: 20px 0;
}
aside .semi-title {
display: inline-block;
font-size: 18px;
font-weight: 600;
}
.box-autor a,
.box-autor h2,
b a {
font-weight: 700;
}
aside .semi-title mark,
h1 mark {
color: #115efb;
}
aside .text-grey {
font-size: 14px;
color: #828282;
}
aside .time.infos-color {
font-size: 14px;
}
aside .cargo,
aside .updated-text {
font-size: 12px;
display: block;
}
aside .updated-text {
margin-top: 8px;
}
aside .infos-color {
display: block;
}
.infos-post .box,
.share-mobile {
display: none;
}
aside .author-side {
width: 100%;
}
.share {
position: sticky;
top: 110px;
margin-top: 20px;
}
.share a {
width: 42px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
}
.share a i {
transition: 0.5s ease-in-out;
}
.share a:hover {
opacity: 0.9;
}
.share a:hover i {
transform: scale(1.1);
}
main {
max-width: 816px;
}
.inner-post .has-title-font-size * {
font-size: var(--wp--preset--font-size--title);
}
.inner-post .has-title-small-font-size * {
font-size: var(--wp--preset--font-size--title-small);
}
.inner-post .has-title-medium-font-size * {
font-size: var(--wp--preset--font-size--title-medium);
}
.inner-post .has-title-large-font-size * {
font-size: var(--wp--preset--font-size--title-large);
}
.inner-post .has-text-small-font-size * {
font-size: var(--wp--preset--font-size--text-small);
}
.inner-post .has-text-medium-font-size * {
font-size: var(--wp--preset--font-size--text-medium);
}
.inner-post .has-text-large-font-size * {
font-size: var(--wp--preset--font-size--text-large);
}
.inner-post .has-text-x-large-font-size * {
font-size: var(--wp--preset--font-size--text-x-large);
}
.inner-post figure,
.inner-post p,
.wp-block-image figure {
margin-bottom: 2.813rem;
}
.infos-post *,
.inner-post p,
a,
li,
span {
font-family: "DM Sans", sans-serif;
}
.inner-post mark {
font-family: Sora, sans-serif;
}
.inner-post h2:not([class*="has-title"]),
.inner-post h2:not([class*="has-title"]) * {
font-size: 40px;
}
.inner-post h3:not([class*="has-title"]),
.inner-post h3:not([class*="has-title"]) * {
font-size: 36px;
}
.inner-post h4:not([class*="has-title"]),
.inner-post h4:not([class*="has-title"]) * {
font-size: 31px;
}
.inner-post h5:not([class*="has-title"]),
.inner-post h5:not([class*="has-title"]) * {
font-size: 27px;
}
.inner-post h6:not([class*="has-title"]),
.inner-post h6:not([class*="has-title"]) * {
font-size: 23px;
}
.inner-post h2,
.inner-post h3,
.inner-post h4,
.inner-post h5,
.inner-post h6 {
margin-bottom: 2.5rem;
color: var(--wp--preset);
}
.inner-post li {
margin-bottom: 20px;
}
.inner-post ul li {
list-style: square;
}
.inner-post ul.list-gap li + li {
margin-top: 1.875rem;
}
.inner-post li::marker {
color: var(--wp--preset--color--blue);
}
.inner-post ul {
margin: 2.813rem 0 2.813rem 20px;
}
.inner-post ul ul {
margin: 0 0 0 20px;
}
.inner-post a {
font-size: 20px;
line-height: 140%;
color: #0b368f;
text-decoration: underline;
}
.inner-post ul li a {
margin-left: -0.4rem;
}
.inner-post td a {
font-size: inherit;
}
.inner-post blockquote:not([class$="-font-size"]) *,
.inner-post span,
.inner-post ul:not([class$="-font-size"]) li,
.inner-post > p:not([class$="-font-size"]) {
font-size: 20px;
line-height: 29px;
}
.inner-post blockquote:not([class*="-color"]) *,
.inner-post ul:not([class*="-color"]) li,
.inner-post > p:not([class*="-color"]) {
color: var(--wp--preset--color--default);
}
.wp-embed-responsive .wp-block-embed .wp-block-embed__wrapper:before {
position: relative;
}
.inner-post figcaption {
color: #fff;
margin: 0;
padding: 0.8rem 1rem;
text-align: center;
}
.inner-post .wp-block-media-text p:not(:last-of-type) {
margin-bottom: 1.25rem;
}
.inner-post .wp-block-media-text {
margin-bottom: 2.5rem;
}
.inner-post .wp-block-media-text .wp-block-media-text__content {
padding: 8%;
}
.inner-post blockquote cite,
.inner-post blockquote p {
font-style: italic;
color: CurrentColor;
}
.inner-post blockquote {
border-left: 8px solid var(--wp--preset--color--blue);
padding-left: 2.5rem;
margin-bottom: 2rem;
}
.inner-post blockquote p:not(:last-of-type) {
margin-bottom: 0;
}
.box-autor {
margin-top: var(--paddingDefault);
}
.box-autor h2 {
font-size: 30px;
}
.box-autor .autor-img {
width: 100px;
min-width: 100px;
border-radius: 50%;
overflow: hidden;
}
.box-autor .inner-author {
margin-top: 30px;
display: flex;
flex-direction: column;
gap: 20px;
align-items: stretch;
}
.box-autor .inner-author .author-item {
display: flex;
gap: 20px;
align-items: flex-start;
}
.box-autor .inner-author p {
color: var(--wp--preset--color--grey);
}
.list-artigos-relacionados {
margin-bottom: 4rem;
}
.box-autor ul {
display: flex;
list-style: none;
gap: 10px;
margin: 10px 0 0;
}
.box-autor i {
width: 22px;
height: 22px;
}
.box-autor a:hover i {
background: var(--wp--preset--color--grey);
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
background: #f5f2f0;
}
pre[class*="language-"] {
padding: 1em;
margin: 0.5em 0 2.813rem;
overflow: auto;
}
b a {
font-family: Poppins, sans-serif;
}
code[class*="language-"],
pre[class*="language-"] {
color: #000;
text-shadow: 0 1px #fff;
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace !important;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
color: #690;
}
.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
color: #905;
}
.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
color: #a67f59;
background: hsla(0, 0%, 100%, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}
.token.punctuation {
color: #999;
}
.token {
font-size: var(--text) !important;
}
@media screen and (max-width: 1400px) {
.content-single .thumb {
height: 475px;
}
}
@media screen and (max-width: 991px) {
:root {
font-size: 13px;
}
.inner-post blockquote:not([class$="-font-size"]) *,
.inner-post span,
.inner-post ul:not([class$="-font-size"]) li,
.inner-post > p:not([class$="-font-size"]) {
font-size: 18px;
line-height: 25px;
}
.inner-post .has-title-font-size *,
.inner-post h2:not([class*="has-title"]),
.inner-post h2:not([class*="has-title"]) * {
font-size: 28px;
}
.inner-post .has-text-large-font-size *,
.inner-post .has-title-small-font-size * {
font-size: 20px;
}
.inner-post .has-title-medium-font-size * {
font-size: 32px;
}
.inner-post .has-title-large-font-size * {
font-size: 36px;
}
.inner-post .has-text-medium-font-size * {
font-size: 18px;
}
.inner-post .has-text-x-large-font-size * {
font-size: 24px;
}
.content-single .thumb {
height: 350px;
}
}
@media screen and (max-width: 768px) {
.infos-post,
.share {
position: static;
}
aside {
flex-direction: row;
gap: 15px;
flex-wrap: wrap;
}
.grid-sidebar-left {
row-gap: 25px;
}
aside .infos-color {
font-family: "DM Sans", sans-serif;
width: 100%;
padding-left: 72px;
display: block;
}
.share {
display: none;
width: 100%;
}
.share.share-mobile {
display: block;
padding-top: 20px;
}
.mobile-hr {
margin: 20px auto 0;
width: 80%;
height: 1px;
background-color: #eee;
}
.share .share-this-article {
text-align: center;
color: #818181;
}
.share .lower-share {
display: flex;
margin: 10px auto 0;
width: 50%;
}
.box-autor .inner-author {
flex-wrap: wrap;
}
.content-right {
padding-bottom: 0;
}
.infos-post .box .time {
margin-right: 0;
}
.content-single .thumb {
height: auto;
}
}