.parte-introdutoria {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.lado-esquerdo {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 30.12rem;
    margin-top: 6rem;
    margin-left: 4rem;
    margin-right: 4rem;
}

.info-post, .titulo-do-post {
    color: #1A1A23;
    font-family: 'inter', sans-serif;
    margin-bottom: 1rem;
}

.info-post {
    font-weight: 400;
    font-size: 1rem;
}

.info-post span {
    display: block;
    margin-top: 0.5rem;
}

.titulo-do-post {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 2.6rem;
}

.sobre-o-post {
    font-family: 'Merriweather', serif;
    color: #AAAAAF;
    font-weight: 400;
    font-size: 1.18rem;
    line-height: 1.5rem;
    margin-bottom: 2rem;
}

.apresentacao {
    display: flex;
    flex-direction: row;
}

.apresentacao img {
    margin-right: 0.7rem;
    border-radius: 10rem;
    width: 4rem;
    height: 4rem;
    filter: grayscale(100%);
}

.info-apresentacao {
    display: flex;
    flex-direction: column;
    font-family: 'inter', sans-serif;
    justify-content: space-between;
}

.nome {
    font-size: 1rem;
    color: #1A1A23;
    font-weight: 700;
    margin-top: 0.25rem;
}

.sobre {
    font-size: 0.85rem;
    line-height: 1.1rem;
    padding-right: 3rem;
    color: #AAAAAF;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

.lado-direito img {
    width: 45rem;
    height: 28rem;
    margin-bottom: 0.5rem;
    filter: grayscale(100%);
    border-bottom-left-radius: 0.3rem;
}

.imagem-creditos {
    font-family: 'inter', sans-serif;
    font-size: 0.73rem;
    color: #AAAAAF;
}

.texto-do-post {
    display: block;
    margin: 0 auto;
    max-width: 750px;
    font-family: 'Merriweather', serif;
    color: #1A1A23;
    line-height: 1.8rem;
}

.texto-do-post a {
    text-decoration: underline;
    text-underline-position: under;
}

.texto-do-post a:hover {
    color: #5a5b63;
}

.texto-do-post p {
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.texto-do-post blockquote {
    border-left: 0.2rem solid #3a3b44;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.texto-do-post blockquote p {
    margin-bottom: 0;
}

.texto-do-post strong {
    font-weight: 700;
}

.texto-do-post ol, .texto-do-post ul {
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.texto-do-post ol ul, .texto-do-post ol ol,
.texto-do-post ul ul, .texto-do-post ul ol  {
    margin-bottom: 0rem;
    margin-top: 1rem;
}

.texto-do-post ul {
    padding: 0rem 1.5rem;
    list-style: disc;
}

.texto-do-post ol {
    padding: 0rem 1.7rem;
    list-style: decimal;
}

.texto-do-post li {
    padding-left: 0.5rem;
    padding: 0.5em 0rem;
}

.texto-do-post h2, .texto-do-post h3, .texto-do-post h4, .texto-do-post h5 {
    font-weight: 700;
    line-height: 128%;
    margin-bottom: 1.5rem;
}

.texto-do-post h2 {
    font-size: 1.8rem;
}

.texto-do-post h3 {
    font-size: 1.35rem;
}

.texto-do-post h4 {
    font-size: 1.1rem;
}

.texto-do-post h5 {
    font-size: 1.1rem;
}

.texto-do-post h6 {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 128%;
    margin-bottom: 1.5rem;
}

.texto-do-post em {
    font-style: italic;
    margin: 0rem 0.1rem;
}

.texto-do-post hr {
    border: 0;
    clear: both;
    display: block;
    width: 100%;
    background-color: #eaeaed;
    height: 0.1rem;
    margin: 2rem 0 4rem;
}

.texto-do-post img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 1rem;
}

.post-image-credits {
    text-align: center;
    margin-top: -.25rem;
    font-size: 0.9rem;
    color: #5a5b63;
    margin-bottom: 3rem;
}

.stars {
    color: #5a5b63;
}

.devaneio {
    color: #eaeaed;
}

.highlight {
    margin-bottom: 4rem;
}

.highlight pre {
    color: #eaeaed;
    font-family: monospace;
    padding: 2rem;
    border-radius: 0.5rem;
    border-radius: 0.5rem;
    line-height: 1.5rem;
    font-size: 1rem;
}

code {
    background-color: #eaeaef;
    padding: 0.3rem 0.5rem;
    border-radius: 0.3rem;
    font-family: monospace;
}

pre code {
    background-color: unset;
}

.texto-do-post table {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 3rem;
    width: auto;
    vertical-align: top;
}

.texto-do-post table th {
    padding: 1rem;
    border: 1px solid #eaeaed;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: .2px;
    text-align: left;
    text-transform: uppercase;
    background-color: #fafafc;
}

.texto-do-post table td {
    padding: 0.5rem;
    border: 1px solid #eaeaed;
    font-size: 0.9rem;
}

.texto-do-post iframe {
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
    max-width: 100%;
}

.link-post {
    display: none;
    visibility: hidden;
}

.copiar-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5A5B63;
    border: 1px solid #aaaaaf;
    border-radius: 0.5rem;
    width: 7.5rem;
    height: 2.4rem;
    cursor: pointer;
    background-color: #fafafc;
    font-size: 0.9rem;
}

.copiar-link:hover {
    background-color: #eaeaed;
}

.copiar-link img {
    margin: 0rem 0.5rem 0rem 0rem;
}

.copiar-link-sucesso {
    color: #5a5b63;
    margin-top: 2rem;
    opacity: 0;
    transition: opacity 1s;
}

.copiar-link-sucesso.fade {
    opacity: 1;
}


.ferramentas {
    display: block;
    margin: 0 auto;
    max-width: 750px;
    padding-top: 3rem;
    border-top: 2px solid #eaeaed;
}

.disqus, .stucks{
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 0.15rem solid #5A5B63;
}

.trilha-de-valor {
    display: flex;
    background: white;
    width: 100%;
}

.mais-conteudo {
    display: block;
    justify-content: start;
    font-family: 'inter', sans-serif;
    margin: 0 auto;
    max-width: 750px;
}

.veja-mais {
    color: #1A1A23;
    font-size: 1.17rem;
    font-weight: 600;
    margin-top: 2rem;
}

.outro-conteudo {
    display: flex;
    flex-direction: row;
    padding-bottom: 2.4rem;
    padding-top: 2.5rem;
    border-bottom: 0.1rem solid #eaeaed;
}

.outro-conteudo img {
    height: 10.5rem;
    margin-right: 1.3rem;
    width: 13rem;
    border-radius: 0.3rem;
}

.sem-borda {
    border-bottom: none !important;
}

.sobre-outro-conteudo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sobre-outro-conteudo h1, .sobre-outro-conteudo p {
    margin-bottom: 0.8rem;
    margin-top: 0.3rem;
}

.informação-sobre {
    color: #AAAAAF;
    font-size: 0.94rem;
    font-weight: 400;
}

.titulo-do-conteudo {
    color: #1A1A23;
    font-size: 1.4rem;
    font-weight: 700;
}

.sobre-o-conteudo {
    font-family: 'Merriweather', serif;
    color: #1A1A23;
    font-size: 0.935rem;
    font-weight: 500;
    line-height: 1.2rem;
}

.data-de-envio {
    color: #AAAAAF;
    font-size: 0.95rem;
    font-weight: 300;
}

@media (max-width: 1366px) {
    html {
        font-size: 94.86% !important;
    }

    .veja-mais {
        margin-top: 2rem;
    }
}

@media (max-width: 1280px) {
    html {
        font-size: 88.89% !important;
    }
}

@media (max-width: 1192px) {
    html {
        font-size: 82.78% !important;
    }

    .texto-do-post, .ferramentas, .mais-conteudo {
        margin: 0rem 15rem !important;
    }

}

@media (max-width: 1108px) {
    html {
        font-size: 76.94% !important;
    }
}

@media (max-width: 1036px) {
    html {
        font-size: 71.11% !important;
    }

    .texto-do-post, .ferramentas, .mais-conteudo {
        margin: 0rem 8rem !important;
    }

    .mais-conteudo {
        padding: 0;
    }
}

@media (max-width: 952px) {
    html {
        font-size: 66.11% !important;
    }

    .lado-direito img {
        width: 38rem;
    }
}

@media (max-width: 884px) {
    html {
        font-size: 61.39% !important;
    }
}

@media (max-width: 823px) {
    html {
        font-size: 56.15% !important;
    }

    .post-image-credits {
        margin-top: -2.25rem;
        font-size: 1.5rem;
    }
}

@media (max-width: 800px){

    main {
        padding: 0rem 2rem;
    }

    .parte-introdutoria {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .lado-esquerdo {
        display: flex;
        flex-direction: column;
        justify-content: start;
        max-width: 80.12rem;
        width: 100%;
        margin-top: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
    }

    .info-post, .titulo-do-post {
        margin-bottom: 1rem;
    }

    .texto-do-post ol, .texto-do-post ul {
        font-size: 1.8rem;
    }

    .texto-do-post ol {
        padding: 0rem 2.5rem;
    }

    .info-post {
        font-size: 1.3rem;
        order: 2;
    }

    .titulo-do-post {
        font-size: 3.5em;
        line-height: 1.2em;
        order: 1;
    }

    .sobre-o-post {
        font-size: 2em;
        line-height: 1.5em;
        margin-bottom: 2em;
        order: 3;
    }

    .apresentacao {
        margin-bottom: 5rem;
        align-items: center;
        order: 4;
    }

    .apresentacao img {
        width: 6rem;
        height: 6rem;
        margin-right: 0;
        border-radius: 10rem;
    }

    .info-apresentacao {
        display: flex;
        flex-direction: column;
        font-family: 'inter', sans-serif;
        justify-content: center;
        margin-left: 1.5rem;
    }

    .nome {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .sobre {
        max-width: 45rem;
        width: 90%;
        font-size: 1.6rem;
        line-height: 1.8rem;
        padding-right: 0;
        color: #AAAAAF;
        font-weight: 400;
    }

    .lado-direito img {
        max-width: 80rem;
        width: 100%;
        height: inherit;
        margin-bottom: 0.5rem;
        border-radius: 0.3rem;
    }

    .imagem-creditos {
        font-size: 1.2rem;
        text-align: center;
    }

    .texto-do-post {
        display: flex;
        flex-direction: column;
        margin: 0rem 0rem !important;
        line-height: 2.5rem;
        margin-top: 0rem;
        margin-left: 0rem;
    }

    .texto-do-post p {
        font-size: 1.8rem;
        margin-bottom: 4rem;
        line-height: 2.5rem;
    }

    .texto-do-post h2 {
        font-size: 2.8em;
        margin-bottom: 3rem;
        font-weight: 600;
    }

    .texto-do-post h3 {
        font-size: 2.3em;
        margin-bottom: 3rem;
        font-weight: 600;
    }

    .texto-do-post h4 {
        font-size: 2em;
        margin-bottom: 3rem;
        font-weight: 600;
    }

    .highlight {
        margin-bottom: 2rem;
    }

    code {
        padding: 0.5rem 0.8rem;
    }

    .copiar-link {
        border-radius: 0.4rem;
        width: 12rem;
        height: 4rem;
    }

    .ferramentas {
        margin: 0rem 0rem 0rem 0rem !important;
    }

    .veja-mais {
        margin-top: 6rem;
    }

}


@media (max-width: 800px) and (min-width: 587px) {

    .veja-mais {
        margin-top: 6rem;
        font-size: 2.6rem;
        margin-bottom: 5rem;
        text-align: center;
    }

    .outro-conteudo {
        max-width: 100%;
        margin-bottom: 5rem;
    }

    .outro-conteudo img {
        width: 25rem;
        height: 100%;
        margin-right: 2rem;
    }

    .sobre-outro-conteudo h1, .sobre-outro-conteudo p {
        margin-bottom: 1rem;
    }

    .informação-sobre {
        font-size: 1.7rem;
    }

    .titulo-do-conteudo {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .sobre-o-conteudo {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .data-de-envio {
        color: #AAAAAF;
        font-size: 2rem;
        font-weight: 300;
    }

}

@media (max-width: 587px) and (min-width: 0px) {

    .veja-mais {
        margin-top: 6rem;
        font-size: 2.6rem;
        margin-bottom: 3rem;
        text-align: center;
    }

    .outro-conteudo {
        max-width: 100%;
        margin-bottom: 5rem;
        flex-direction: column;
        align-items: center;
        padding: 4rem 0rem 2rem;
        margin: 0rem !important;
    }

    .outro-conteudo img {
        width: 100%;
        height: 100%;
        margin-right: 0;
        border-radius: 0.5rem;
    }

    .sobre-outro-conteudo {
        margin-top: 1rem;
    }

    .sobre-outro-conteudo h1, .sobre-outro-conteudo p {
        margin-bottom: 2rem;
        text-align: center;
    }

    .informação-sobre {
        font-size: 1.6rem;
        align-items: center;
    }

    .titulo-do-conteudo {
        font-size: 2.5rem;
        margin-top: 1rem;
        margin-bottom: 2rem;
        text-align: center;
        align-items: center;
    }

    .sobre-o-conteudo {
        font-size: 1.8rem;
        line-height: 2.1rem;
        align-items: center;
        margin-inline: 1rem;
        margin-top: 2rem;
    }

    .data-de-envio {
        color: #AAAAAF;
        font-size: 1.6rem;
        font-weight: 300;
        align-items: center;
        margin-top: 1rem;
    }

    .mais-conteudo {
        padding: 0rem;
        margin: 0rem !important;
    }

}

@media (max-width: 410px) {
    .veja-mais {
        font-size: 2rem;
    }
}

@media (max-width: 400px) {
    main {
        padding: 0rem 2rem;
    }
}
