/**
 * Seção de conteúdo.
 *
 */
section.content {
    padding-left: 0;
    padding-right: 0;
}

section.content .icon {
    display: block;
    max-height: 13.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.25rem;
}

section.content .section-title {
    margin-bottom: 2.5rem;
}

section.content .text-content h1,
section.content .text-content h2,
section.content .text-content h3,
section.content .text-content h4,
section.content .text-content h5,
section.content .text-content h6 {
    color: rgb(62, 62, 61);
    font-weight: 600;
    font-style: normal;
    word-break: break-word;
    margin-top: 3.5rem;
    margin-bottom: 0.5rem;
    font-family: inherit;
    line-height: 1.2;
}

section.content .text-content h1 {
    font-size: 2.5rem;
}

section.content .text-content h2 {
    font-size: 2rem;
}

section.content .text-content h3 {
    font-size: 1.75rem;
}

section.content .text-content h4 {
    font-size: 1.5rem;
}

section.content .text-content h5 {
    font-size: 1.25rem;
}

section.content .text-content h6 {
    font-size: 1.125rem;
}

section.content .text-content p,
section.content .text-content ul,
section.content .text-content ol {
    color: rgb(62, 62, 61);
    font-size: 1.375rem;
    font-weight: 400;
    font-style: normal;
    line-height: 2rem;
    word-break: break-word;
    margin-top: 2rem;
}

section.content .text-content a {
    font-weight: 500;
    text-decoration: underline;
}

section.content .text-content ul,
section.content .text-content ol {
    padding-left: 1.5rem;
}

section.content .text-content ul {
    list-style: disc;
}

section.content .text-content ol {
    list-style: decimal;
}

section.content .text-content ul li,
section.content .text-content ol li {
    margin-bottom: 0.75rem;
}

section.content .text-content figure {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

section.content .text-content figure figcaption {
    font-size: 1rem;
    text-align: center;
    font-style: italic;
}

section.content .text-content img {
    display: block;
    max-width: 100%;
    margin: 0.5rem auto;
    border-radius: var(--border-radius-md);
}

section.content .text-content blockquote {
    background: #f6f6f6;
    border-left: 0.5rem solid #bfbfbf;
    margin: 1.5rem 0;
    padding: 0.5rem 0.5rem;
    quotes: "\201C""\201D""\2018""\2019";
}

section.content .text-content blockquote:before {
    color: #bfbfbf;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

section.content .text-content blockquote p {
    display: inline;
}

section.content .text-content blockquote cite {
    margin-top: 1rem;
    display: block;
}

section.content .text-content table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

section.content .text-content table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

section.content .text-content table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

section.content .text-content table th,
section.content .text-content table td {
    padding: .625em;
    text-align: center;
}

section.content .text-content table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

section.content .call-to-action a {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

/* Media query */
@media screen and (max-width: 600px) {
    section.content .text-content table {
        border: 0;
    }

    section.content .text-content table caption {
        font-size: 1.3em;
    }

    section.content .text-content table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    section.content .text-content table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    section.content .text-content table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    section.content .text-content table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    section.content .text-content table td:last-child {
        border-bottom: 0;
    }
}

@media screen and (max-width: 576px) {

    section.content .icon {
        max-height: 7.5rem;
        margin-bottom: 1.25rem;
    }

    section.content .text-content h1 {
        font-size: 1.75rem;
    }

    section.content .text-content h2 {
        font-size: 1.5rem;
    }

    section.content .text-content h3 {
        font-size: 1.35rem;
    }

    section.content .text-content h4,
    section.content .text-content h5,
    section.content .text-content h6 {
        font-size: 1.25rem;
    }

    section.content .text-content p,
    section.content .text-content ul,
    section.content .text-content ol {
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin-top: 1.75rem;
    }
}

/**
 * Página de currículo.
 *
 */

section.content .top-information {
    display: flex;
    align-items: center;
}

section.content .top-information h1 {
    margin: 0.5rem;
}

section.content .top-information .secondary-information h3 {
    font-weight: 300;
}

section.content .profile-picture {
    display: block;
    max-height: 13.5rem;
    margin-bottom: 1.25rem;
    border-radius: var(--border-radius-md);
}

@media screen and (max-width: 576px) {
    section.content .profile-picture {
        max-height: 7.5rem;
        margin-bottom: 1.25rem;
    }

    section.content .top-information {
        flex-direction: column;
    }
}