    .post-title {
        max-width: 1100px;
        margin: auto;
        padding-bottom: 15px;
        border-bottom: 1px solid #FFAF00;
        font-family: Montserrat, Helvetica, sans-serif;
        font-size: 34px;
        font-weight: 700;
        color: #000;
        text-align: left;
    }

    .post-labels {
        max-width: 1100px;
        margin: auto;
        margin-bottom: 10px;
        display: none;
        font-family: Inter, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 700;
    }

    .post-labels a {
        color: #464646;
        text-transform: uppercase;
        text-decoration: none;
    }

    .post-labels a:hover {}

    .post-labels a:nth-child(2) {
        margin-left: 4px;
        padding-left: 7px;
        border-left: 1px solid #E4E4E4;
    }

    .date-header {
        max-width: 1100px;
        margin: auto;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #FFAF00;
        display: none;
        font-family: Inter, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }

    .date-header-line {}

    .post-title-category-projects {
        margin-bottom: 25px;
        padding: 15px;
        background-color: #E4E4E4;
        font-family: Montserrat, Helvetica, sans-serif;
        font-size: 8px;
        color: #000;
        line-height: 1.5;
    }

    .post-title-category-projects h2 {
        margin: auto;
        max-width: 1100px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .post-title-category-projects h2 i {
        margin: 0 10px;
    }

    .post-title-category-projects h2 span {
        font-weight: 500;
        text-transform: none;
        letter-spacing: 1px;
        opacity: 0.5;
    }

    .post-title-category-projects a {
        text-decoration: none;
    }

    .post-title-category-projects a i {
        margin-right: 5px;
        display: none;
    }

    .post-header {
        max-width: 1100px;
        margin: auto;
        display: block;
    }

    .post-body {
        position: relative;
        margin-top: 25px;
    }

    .post-projects-cr {
        max-width: 1100px;
        margin: auto;
        padding: 0 15px;
    }

    .post-page-cr {
        max-width: 1100px;
        margin: auto;
    }

    .post-page-content {
        width: 75%;
        margin: auto;
        font-family: Inter, Helvetica, sans-serif;
    }

    .post-page-content p {
        font-size: 16px;
        font-weight: 400;
        color: #464646;
        text-align: left;
        line-height: 30px;
    }

    .post-page-content h4 {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        text-align: left;
        margin: 25px 0;
    }

    .post-page-content h5 {
        font-size: 16px;
        font-weight: 600;
        color: #464646;
        text-align: left;
    }

    .post-page-content ul {
        font-size: 16px;
        font-weight: 400;
        color: #464646;
        text-align: left;
        line-height: 30px;
    }

    .post-page-content li {
        padding-left: 5px;
        line-height: 30px;
    }

    .post-blog-bg {}

    .post-blog-cr {
        max-width: 1100px;
        margin: auto;
    }

    .post-blog-content {
        width: 65%;
        margin: auto;
        font-family: Inter, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        text-align: left;
        line-height: 32px;
    }

    .post-blog-content h4 {
        margin: 50px 0 25px 0;
        font-family: Montserrat, Helvetica, sans-serif;
        font-size: 26px;
        font-weight: 700;
        color: #000;
        text-align: left;
        line-height: 30px;
        border-bottom: 10px solid #ffaf0026;
    }

    .post-blog-content h4:before {
        width: 100%;
        height: 15px;
        position: absolute;
        top: 20px;
        background-color: #FFAF00;
        z-index: -1;
        opacity: 15%;
    }

    .post-blog-image-bg {}

    .post-blog-image-cr {
        max-width: 1100px;
        margin: auto;
    }

    .post-blog-image-cr a img {
        width: 100%;
    }

    .post-blog-image-source {
        margin-bottom: 30px;
        display: none;
        text-align: right;
    }

    .post-blog-image-source span {
        padding: 7px 0;
        border-bottom: 1px solid #E4E4E4;
        font-family: Inter, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #000;
        line-height: 25px;
    }

    .post-blog-image-source span span {
        font-weight: 500;
        color: #000;
    }

    .accordion-sources-cr {
        max-width: 1100px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 0;
        border-top: 1px solid #E4E4E4;
        text-align: right;
    }

    .accordion-sources-cr input[type="button"] {
        padding: 5px;
        background-color: #FFAF00;
        border: 0px;
        border-radius: 25px;
        font-family: Montserrat, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 700;
        color: #FFF;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        outline: none;
        transition-duration: 0.2s;
    }

    .accordion-sources-cr input[type="button"]:hover {
        background-color: #464646;
        transition-duration: 0.2s;
    }

    .accordion-sources-content {
        max-width: 1100px;
        width: 65%;
        margin: auto;
    }

    .accordion-sources-content p:first-child {
        margin-top: 0px;
    }

    .post-body {
        counter-reset: footnotes;
    }

    a[aria-describedby="footnote-label"] {
        counter-increment: footnotes;
        text-decoration: none;
        color: inherit;
        cursor: text;
        outline: none;
    }

    a[aria-describedby="footnote-label"]::after {
        content: counter(footnotes);
        vertical-align: super;
        margin-left: 2px;
        border-bottom: 1px solid #FFAF00;
        font-size: 12px;
        color: #464646;
        text-decoration: none;
        cursor: pointer;
    }

    a[aria-describedby="footnote-label"]:focus::after {
        outline: thin dotted;
        outline-offset: 2px;
    }

    .accordion-sources-text {
        font-family: Inter, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        color: #000;
        line-height: 25px;
    }

    .accordion-sources-text :target {
        border-bottom: 3px solid #FFAF00;
    }

    .accordion-sources-text ol {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 20px;
        overflow: auto;
    }

    .accordion-sources-text li {
        margin-bottom: 15px !important;
        padding-bottom: 5px !important;
    }

    .accordion-sources-text li:not(:first-child) {
        margin-top: 5px !important;
    }

    .about-author-profile-bg {
        max-width: 1100px;
        margin: auto;
        border-width: 1px 0px 1px 0px;
        border-style: solid;
        border-color: #E4E4E4;
    }

    .about-author-profile-cr {
        padding: 25px;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .about-author-profile-cr img {
        width: 55px;
    }

    .about-author-profile-info {
        margin: 0 0 0 15px;
    }

    .about-author-profile-info h4 {
        margin-bottom: 5px;
        font-family: Inter, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #000;
    }

    .about-author-profile-info span {
        font-family: Inter, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
    }

    .about-author-profile-info span a {
        color: #464646;
        text-decoration: none;
    }

    .jump-link {
        display: none;
        visibility: hidden;
    }

    .post-footer {
        display: none;
        visibility: hidden;
    }

    .feed-links {
        display: none;
        visibility: hidden;
    }

    .widget {
        line-height: inherit !important;
    }

    @media only screen and (max-width: 1050px) {
        .projects-title-page-titles {
            flex-direction: column;
            align-items: flex-start;
        }
    }

    @media only screen and (max-width: 990px) {
        .post-page-content {
            width: 100%;
        }

        .post-blog-content {
            width: 100%;
        }

        .accordion-sources-content {
            width: 100%;
        }
    }

    @media only screen and (max-width: 820px) {
        .projects-title-page-titles {
            flex-direction: column;
            align-items: flex-start;
        }

        .post-blog-content {
            line-height: 30px;
        }
    }

    /* Blog pager
----------------------------------------------- */
    #blog-pager {
        width: 100%;
        margin: 0 !important;
    }

    .blog-pager {
        display: flex;
        flex-direction: row;
        justify-content: center;
        font-family: Montserrat, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: 700;
    }

    .blog-pager-newer-link {
        max-width: calc(50% - 2rem);
        text-align: left;
        padding: 50px 50px;
        background-color: #FFF;
        transition-duration: 0.2s;
    }

    .blog-pager-newer-link:hover {
        background-color: #E4E4E4F0;
        transition-duration: 0.2s;
    }

    .blog-pager-newer-link {
        text-decoration: none !important;
    }

    .blog-pager-newer-link:hover .blog-pager-newer-link {
        color: #000;
    }

    .blog-pager-newer-link:before {
        content: "\27F5";
    }

    .blog-pager-older-link {
        max-width: calc(50% - 2rem);
        text-align: right;
        padding: 50px 50px;
        background-color: #FFF;
        transition-duration: 0.2s;
    }

    .blog-pager-older-link:hover {
        background-color: #E4E4E4F0;
        transition-duration: 0.2s;
    }

    .blog-pager-older-link {
        text-decoration: none !important;
    }

    .blog-pager-older-link:hover .blog-pager-older-link {
        color: #000;
    }

    .blog-pager-older-link:after {
        content: "\27F6";
    }

    .home-link {
        display: none;
    }

    @media only screen and (max-width: 990px) {
        .blog-pager {
            flex-direction: column;
            justify-content: center;
        }

        .blog-pager-newer-link {
            max-width: none;
            padding: 50px 25px;
            border-bottom: 1px solid #E4E4E480;
        }

        .blog-pager-older-link {
            max-width: none;
            padding: 50px 25px;
        }
    }

    /* Comments
----------------------------------------------- */
    .comments {
        clear: both;
        max-width: 1100px;
        margin: 25px auto;
    }

    .comments h4 {
        font-family: Inter, Helvetica, sans-serif;
        font-size: 22px;
        color: #000;
        font-weight: 700;
    }

    #comment-post-message {
        display: none;
    }

    .comments .comments-content {
        margin-bottom: 30px;
    }

    .comment {
        width: 100%;
    }

    .avatar-image-container {
        margin: auto;
    }

    #comments .avatar-image-container img {
        border: 0px;
    }

    .comment-header .user a {
        font-family: Montserrat, Helvetica, sans-serif;
        font-size: 14px;
        color: #464646;
        font-weight: 700;
        text-decoration: none;
        background-color: #FFF;
        padding: 5px 10px;
        border: 1px solid #464646 !important;
        border-radius: 25px;
        transition-duration: 0.2s;
    }

    .comment-header .user a:hover {
        background-color: #FFF !important;
        color: #000 !important;
        border: 1px solid #FFAF00 !important;
        transition-duration: 0.2s;
    }

    .datetime.secondary-text {
        font-family: Inter, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 25px;
    }

    .datetime.secondary-text a {
        color: #464646;
    }

    .comment-content {
        font-family: Inter, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        line-height: 25px;
        border-bottom: 1px solid #e4e4e4;
        padding-top: 5px;
        padding-bottom: 15px;
    }

    .comment-actions {
        font-family: Inter, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 400;
        float: right;
        margin-top: -5px;
        padding-bottom: 5px;
    }

    .comment-reply {
        padding: 0px !important;
        font-weight: 600;
    }

    .comment-reply:hover {
        background-color: transparent !important;
        text-decoration: none !important;
    }

    .comment-actions .item-control a {
        margin-left: 10px;
        background-color: transparent !important;
        text-decoration: none !important;
    }

    .comments .comments-content .comment-replies {
        margin-left: 50px;
    }

    .comment-thread .inline-thread {
        background-color: transparent !important;
        padding: 0px !important;
        margin-top: 25px !important;
    }

    .thread-toggle {
        display: none !important;
    }

    .inline-thread a.comment-reply {
        font-family: Inter, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 600;
        float: right;
        margin-top: -13px;
    }

    #comment-editor {
        padding-top: 30px;
        height: 205px !important;
    }

    .comments .continue a {
        display: block;
        font-family: Inter, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 600;
    }

    #comments .comment-author {
        padding-top: 1.5em;
        border-top: 1px solid $(
            body.rule.color
        );
    background-position: 0 1.5em;
    }

    #comments .comment-author:first-child {
        padding-top: 0;
        border-top: none;
    }

    .comments .comments-content .icon.blog-author {
        background-repeat: no-repeat;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB9sLFwMeCjjhcOMAAAD+SURBVDjLtZSvTgNBEIe/WRRnm3U8RC1neQdsm1zSBIU9VVF1FkUguQQsD9ITmD7ECZIJSE4OZo9stoVjC/zc7ky+zH9hXwVwDpTAWWLrgS3QAe8AZgaAJI5zYAmc8r0G4AHYHQKVwII8PZrZFsBFkeRCABYiMh9BRUhnSkPTNCtVXYXURi1FpBDgArj8QU1eVXUzfnjv7yP7kwu1mYrkWlU33vs1QNu2qU8pwN0UpKoqokjWwCztrMuBhEhmh8bD5UDqur75asbcX0BGUB9/HAMB+r32hznJgXy2v0sGLBcyAJ1EK3LFcbo1s91JeLwAbwGYu7TP/3ZGfnXYPgAVNngtqatUNgAAAABJRU5ErkJggg==);
    }

    .comments .comments-content .loadmore a {
        border-top: 1px solid $(
            widget.alternate.text.color
        );
    border-bottom: 1px solid $(
        widget.alternate.text.color
    );
    }

    .comments .comment-thread.inline-thread {
        background-color: $(
            post.footer.background.color
        );
    }

    /* Buttons
----------------------------------------------- */
    .button-border {
        text-decoration: none;
        padding: 10px 10px;
        font-family: Montserrat, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: #464646;
        background-color: transparent;
        border-radius: 30px;
        border: 1px solid #464646;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        transition-duration: 0.2s;
    }

    .button-border:hover {
        color: #000;
        background-color: transparent;
        border: 1px solid #FFAF00;
        transition-duration: 0.2s;
    }

    .button-solid {
        text-decoration: none;
        padding: 10px 10px;
        font-family: Montserrat, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: #fff;
        background-color: #FFAF00;
        border-radius: 30px;
        border: 1px solid #FFAF00;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        transition-duration: 0.2s;
    }

    .button-solid:hover {
        background-color: #464646;
        border: 1px solid #464646;
        transition-duration: 0.2s;
    }

    .button-floating {
        font-size: 20px;
        color: #464646;
        border: 1px solid #464646;
        border-radius: 30px;
        background-color: transparent;
        padding: 15px;
        position: fixed;
        bottom: 40px;
        right: 40px;
        cursor: pointer;
        z-index: 99;
        width: 55px;
        height: 55px;
        animation-name: cv-link-icon;
        animation-duration: 30s;
        animation-iteration-count: infinite;
        animation-timing-function: ease;
        transition-duration: 1s;
    }

    @keyframes cv-link-icon {
        0% {
            color: transparent;
            border: 1px solid transparent;
            visibility: hidden;
        }

        50% {
            color: transparent;
            border: 1px solid transparent;
            visibility: hidden;
        }

        55% {
            color: #464646;
            border: 1px solid #464646;
            visibility: visible;
        }

        95% {
            color: #464646;
            border: 1px solid #464646;
            visibility: visible;
        }

        100% {
            color: transparent;
            border: 1px solid transparent;
            visibility: hidden;
        }
    }

    .button-floating:hover {
        color: #000 !important;
        border: 1px solid #FFAF00 !important;
        transform: rotate(360deg);
        transition-duration: 1s;
    }

    .button-floating-info {
        position: fixed;
        bottom: 155px;
        right: 13px;
        z-index: 99;
        font-family: Inter, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 600;
        color: #464646;
        animation-name: cv-link-text;
        animation-duration: 30s;
        animation-iteration-count: infinite;
        animation-timing-function: ease;
        -webkit-transform: rotate(-270deg);
        -moz-transform: rotate(-270deg);
    }

    @keyframes cv-link-text {
        0% {
            color: transparent;
            visibility: hidden;
        }

        50% {
            color: transparent;
            visibility: hidden;
        }

        55% {
            color: #464646;
            visibility: visible;
        }

        95% {
            color: #464646;
            visibility: visible;
        }

        100% {
            color: transparent;
            visibility: hidden;
        }
    }

    .button-floating-info:after {
        content: "";
        display: block;
        margin-top: 5px;
        height: 1px;
        background-color: #FFAF00;
        animation-name: cv-link-line;
        animation-duration: 30s;
        animation-iteration-count: infinite;
        animation-timing-function: ease;
    }

    @keyframes cv-link-line {
        0% {
            width: 0%;
            visibility: hidden;
        }

        50% {
            width: 0%;
            visibility: hidden;
        }

        55% {
            width: 100%;
            visibility: visible;
        }

        95% {
            width: 100%;
            visibility: visible;
        }

        100% {
            width: 0%;
            visibility: hidden;
        }
    }

    @media only screen and (max-width: 990px) {
        .button-floating-info {
            display: none;
            visibility: hidden;
        }

        .button-floating {
            display: none;
            visibility: hidden;
        }
    }

    /* Cookies
----------------------------------------------- */
    #cookieChoiceInfo {
        top: auto !important;
        bottom: 0 !important;
        background-color: #000000BF;
    }

    .cookie-choices-info .cookie-choices-text {
        max-width: 690px !important;
        margin: 0px 15px !important;
        font-family: Inter, Helvetica, sans-serif;
        font-size: 11px !important;
        font-weight: 400;
        color: #FFF !important;
        line-height: 1.5;
    }

    .cookie-choices-info .cookie-choices-button {
        font-family: Montserrat, Helvetica, sans-serif;
        font-size: 12px !important;
        color: #FFF !important;
    }

    .cookie-choices-info #cookieChoiceDismiss {
        padding: 5px !important;
        background-color: #FFF;
        border-radius: 30px;
        font-family: Montserrat, Helvetica, sans-serif;
        font-size: 12px !important;
        color: #000 !important;
        transition-duration: 0.2s;
    }

    .cookie-choices-info #cookieChoiceDismiss:hover {
        background-color: #FFAF00;
        color: #FFF !important;
        transition-duration: 0.2s;
    }

    @media only screen and (max-width: 1000px) {
        .cookie-choices-info .cookie-choices-buttons {
            margin: 10px 0 0 0 !important;
        }
    }

    /* Status and Error 404
--------------------------------- */
    .status-msg-wrap {
        font-size: inherit !important;
        width: 90% !important;
        margin: auto !important;
        position: relative;
    }

    .status-msg-wrap a {
        padding-left: 0 !important;
        text-decoration: underline;
        border-bottom: 5px solid #ffaf00;
        padding-bottom: 3px;
        text-decoration: none;
        transition-duration: 0.2s;
    }

    .status-msg-body {
        text-align: center !important;
        padding: 0 !important;
        width: 100%;
        position: absolute;
    }

    .status-msg-border {
        border: 0px solid #000 !important;
        filter: alpha(opacity=40);
        -moz-opacity: 0 !important;
        opacity: 0 !important;
        width: 100%;
        position: relative;
    }

    #status-msg-error-404 {
        width: 90%;
        margin: auto;
    }

    .status-msg-error-404-text-1 {
        font-family: Montserrat, Helvetica, sans-serif;
        font-size: 40px;
        font-weight: 700;
        color: #000;
        border-bottom: 5px solid #000;
    }

    .status-msg-error-404-text-2 {
        font-family: Montserrat, Helvetica, sans-serif;
        font-size: 30px;
        font-weight: 700;
        margin: 25px 0;
        color: #000;
        line-height: 1.4;
    }

    .status-msg-error-404-text-3 {
        font-family: Inter, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #464646;
        line-height: 1.5;
    }

    .status-msg-error-404-text-3 a {
        border-bottom: 5px solid #ffaf00;
        padding-bottom: 3px;
        text-decoration: none;
        transition-duration: 0.2s;
    }

    /* Elementos ocultados o editados
----------------------------------------------- */
    #Attribution1 {
        display: none;
        visibility: hidden;
    }

    #navbar {
        display: none;
        visibility: hidden;
    }

    .tabs-inner {
        padding: 0px;
    }

    .main-inner .column-center-inner {
        padding: 0px;
    }

    .footer-inner {
        padding: 0px;
    }



    .content-outer,
    .content-fauxcolumn-outer,
    .region-inner {
        /* min-width: 1100px; */
        /* max-width: 1100px; */
        /* _width: 1100px; */
    }

    .main-inner .columns {
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-inner .fauxcolumn-center-outer {
        left: 0px;
        right: 0px;
        /* IE6 does not respect left and right together */
        _width: expression(this.parentNode.offsetWidth - parseInt("0px") - parseInt("0px") + 'px');
    }

    .main-inner .fauxcolumn-left-outer {
        width: 0px;
    }

    .main-inner .fauxcolumn-right-outer {
        width: 0px;
    }

    .main-inner .column-left-outer {
        width: 0px;
        right: 100%;
        margin-left: -0px;
    }

    .main-inner .column-right-outer {
        width: 0px;
        margin-right: -0px;
    }

    #layout {
        min-width: 0;
    }

    #layout .content-outer {
        min-width: 0;
        width: 800px;
    }

    #layout .region-inner {
        min-width: 0;
        width: auto;
    }

    body#layout div.add_widget {
        padding: 8px;
    }

    body#layout div.add_widget a {
        margin-left: 32px;
    }