/*!
Theme Name: Formula da Multiplicação
Theme URI: https://formuladamultiplicacao.com/
Author: Laboratório Pub
Author URI: https://laboratoriopub.com/
Description: Tema desenvolvido com foco em peformance para os alunos da formula https://formuladamultiplicacao.com/
Version: 1.5.6
License: GNU General Public License v2 or later
Text Domain: tema-folha-amp
AMP: true
*/

@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'),
    url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2)
    format('woff2');
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Helvetica', sans-serif;
    background: #f8f8f8;
    /*background: #e5e5e5;*/
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #222222;
}

main {
    padding-top: 132px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.logo-image {
    width: 230px;
    height: auto;
}

@media (max-width: 720px) {
    main {
        padding-top: 64px;
    }

    header {
        position: relative;
        width: 100%;
        z-index: 9999;
    }

    header .head {
        position: fixed;
        width: 100%;
    }

    .logo-image {
        max-width: 180px;
        height: auto;
        object-fit: cover;
    }
}

main section {
    width: 100%;
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: start;
}

header .head {
    background: #000;
    width: 100%;
    padding: 16px 0;
}

header .topo {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

header .topo .item {
    color: #fff;
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .topo .item-logo {
    justify-content: start;
}

header .topo .item-button {
    justify-content: end;
}

.item-search {
    justify-content: center;
}

.search {
    display: flex;
    flex-direction: row;
    background: #E3E8EF;
    border-radius: 22px;
    padding: 8px 16px;
    align-items: center;
}

.search .field {
    flex: 2;
}

.search .field input {
    border: 0;
    background: transparent;
}

.search .field input:focus-visible {
    outline: transparent;
}

.search .icon {
    flex: 1;
}

header .topo .item .contribua {
    width: 136px;
    height: 39px;
    padding: 6px 14px 6px 14px;
    border-radius: 19px;
    border: 1px;
    gap: 21px;
    background: #EC980C;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.015em;
    text-align: center;
}

header .navbar {
    background: #ffffff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

header nav .menu-principal {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 24px;
}

header nav .menu-principal ul {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

header nav .menu-principal ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    padding: 8px 0 6px;
    border-bottom: 2px solid #ffffff;
}


header nav .menu-principal ul li:hover {
    border-bottom: 2px solid #EC980C;
}

.category-section {
    display: flex;
    font-weight: bold;
    justify-content: start;
    align-items: start;
    font-size: 24px;
    max-width: 1100px;
    margin: 24px auto 24px;
    text-align: left;
    width: 100%;
    padding-left: 8px;
}

.category-section h2 {
    font-size: 24px;
    line-height: 32px;
}

.category-section h2:before {
    content: '';
    background: #000000;
    width: 5px;
    height: 32px;
    margin-right: 16px;
    float: left;
    border-radius: 8px;
}

.block {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 16px;
}

.block img {
    border-radius: 8px;
    width: 287px;
    height: 284px;
    object-fit: cover;
}

.block .column_1 {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex: 0 0 717px;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.block .column_1 .post_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: start;
}

.block .column_1 .post_info .category {
    padding: 4px 8px;
    background: #C5E2F6;
    color: #000;
    width: max-content;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-align: left;
}

.block .column_1 .post_info .category h2, .block .column_2 .post_info .category h2{
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-align: left;
    margin-block-start: 0;
    margin-block-end: 0;
}


.block .column_1 .post_info .title h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
    margin-block-start: 0;
    margin-block-end: 0;
}

.block .column_2 .post_info .title h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    margin-block-start: 0;
    margin-block-end: 0;
}

.block .column_1 .post_info .title h2, .block .column_2 .post_info .title h2 {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    margin-block-start: 0;
    margin-block-end: 0;
}

.block .column_1 .post_info .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
}

.block .column_1 .post_info .author {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 16px;
}

.block .column_1 .post_info .author img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.block .column_1 .post_info .author .author-info {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: start;
    height: fit-content;
    flex: 75%;
}

.block .column_1 .post_info .author .author-info .name {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
    color: #748094;
}

.block .column_1 .post_info .author .author-info .date {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
    color: #545961;
}

.block .column_3 {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex: 2;
    flex-wrap: wrap;
    border-radius: 8px;
}

.mini-block {
    display: flex;
    gap: 16px;
    width: 350px;
    background: #fff;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mini-block img {
    border-radius: 8px;
    width: 115px;
    height: 133px;
    object-fit: cover;
}

.mini-block .post_info .title h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
}

.mini-block .post_info .title h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
}

.mini-block .post_info .author .author-info {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.mini-block .post_info .author .author-info .name {
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
    color: #748094;
}


.mini-block .post_info .author .author-info .name:after {
    content: '|';
    margin-left: 4px;
}

.mini-block .post_info .author .author-info .date {
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
    color: #545961;
}

.column_1_2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 0 0 717px;
}

.block .custom_column_1 {
    flex: auto;
}


.block .column_1 .post_info {
    padding: 16px 16px 16px 0;
}

.block .custom_column_2 {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.block .justify-start .post_info {
    justify-content: start;
}

.block .column_2 {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
}

.block .column_2 img {
    width: 100%;
}

.block .column_2 .post_info {
    padding: 8px;
}

.block .column_2 .item {
    background: #ffffff;
    border-radius: 8px;
    padding: 8px;
    flex: 50%;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.block .column_2 .item .post_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.block .column_2 .item .category {
    padding: 4px 8px;
    background: #C5E2F6;
    color: #000;
    width: max-content;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-align: left;
}

.block .column_2 .item .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
}

.block .column_2 .item .author {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 4px;
}

.block .column_2 .item .author {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 8px;
}

.block .column_2 .item .author .name:after{
    content: '|';
    margin-left:4px;
}

.block .column_2 .item .author .name {
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
}

.block .column_2 .item .author .date {
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
    color: #545961;
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.menu-footer {
    background: #ffffff;
    width: 100%;
}

.menu-footer .main {
    display: flex;
    flex-wrap: wrap;
    max-width: 1068px;
    margin: 0 auto;
    list-style-type: none;
    padding: 32px 8px 16px 8px;
    flex-direction: row;
    justify-content: start;
}

.menu-footer .item {
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 10px;
    font-size: 15px;
}

.menu-footer .item:nth-child(1) {
    max-width: 20%;
    width: 100%;
}

.menu-footer .item:nth-child(2) {
    max-width: 60%;
    width: 100%;
}

.menu-footer .item:nth-child(3) {
    max-width: 20%;
    width: 100%;
}

.menu-footer .item .title {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    color: #000;
}

.menu-footer .item ul {
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-left: 0;
    padding-inline-start: 0;
    flex-wrap: wrap;
    max-height: 250px;
}

.menu-footer .item ul li {
    list-style-type: none;
    box-sizing: border-box;
    padding: 8px 16px 8px 0;
}

.newsletter {
    font-family: 'Poppins', sans-serif;
}

.newsletter form {
    flex-direction: column !important;
}

.newsletter input {
    margin-right: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.newsletter button {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
}

.newsletterContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 58px 0 64px;
    width: 100%;
    margin: 60px auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.newsletterContainer .title {
    margin-bottom: 10px;
    font-size: 48px;
    text-align: center;
    line-height: 41px;
    margin-top: 0;
}

.newsletterContainer .message {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.newsletterContainer .form {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 480px;
    margin-top: 32px;
}

.newsletterContainer .input {
    margin-right: 10px;
    border-radius: 5px;
    padding: 0 8px;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 480px;
    height: 44px;
}

.newsletterContainer .button {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 18px;
    border: none;
    background-color: #ec980c;
    color: #000;
    cursor: pointer;
    height: 44px;
}

.credit {
    padding: 8px 10px;
    width: 100%;
    height: 44px;
    max-width: 1100px;
    line-height: 17px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #47494a;
    font-size: 15px;
    border-top: 1px solid #DADCE0;
}

.anuncio-home {
    width: 100%;
    max-width: 1100px;
    margin: 32px auto;
}

@media (max-width: 720px) {

    header .topo .item-logo {
        justify-content: center;
    }

    header .topo {
        padding: 0 16px;
    }

    header .topo .item-menu {
        justify-content: start;
        gap: 8px;
        align-items: center;
    }

    .category-section {
        margin-bottom: 0;
    }

    .block {
        flex-direction: column;
        flex: 1;
    }

    .block .column_1 {
        flex-direction: column;
        flex: 1;
    }

    .mini-block {
        width: 100%;
    }

    .block img {
        width: 100%;
    }

    .mini-block img {
        width: 133px;
    }

    .block .column_1 .post_info {
        padding: 8px 16px 16px 16px;
    }

    .newsletterContainer {
        padding: 5%;
    }

    .newsletterContainer .title {
        font-size: 21px;
        font-weight: 600;
        line-height: 41px;
        letter-spacing: 0.01em;
        text-align: left;
    }

    .menu-footer {
        padding: 32px 0;
    }

    .menu-footer .main {
        flex-direction: column;
        padding: 0 16px
    }

    .menu-footer .item ul {
        flex-direction: column;
        max-height: initial;
    }

    .menu-footer .item:nth-child(1) {
        max-width: 90%;
        width: 100%;
        border-bottom: 1px solid #DADCE0;
        margin-bottom: 24px;
    }

    .menu-footer .item:nth-child(2) {
        max-width: 100%;
        width: 100%;
        border-bottom: 1px solid #DADCE0;
        margin-bottom: 24px;
    }

    .menu-footer .item:nth-child(3) {
        max-width: 100%;
        width: 100%;
    }

    .credit {
        padding: unset;
    }

    main {
        padding: 64px 3%;
    }
}

/* POST */

.breadcrumbs {
    margin-top: 40px;
    font-size: 14px;
    line-height: 25px;
    color: #2D3748;
}

.breadcrumbs a {
    color: #1b406d;
}

.breadcrumbs a:hover {
    text-decoration: underline;
    color: #007bff;
}
/*********************************/

.single .title {
    font-size: 48px;
    line-height: 58px;
    margin-block-start: 16px;
    margin-block-end: 0;
    color: #000000;
}

.single .excerpt {
    color: #000000;
    line-height: 24px;
}

.single .content a {
    color: #1b406d;
}

.single .content cite{
    line-height: 48px;
    font-size: 36px;
}

.single .content a:hover {
    color: #007bff;
}

.content {
    max-width: 900px;
    margin: 16px auto;
    font-size: 20px;
    line-height: 28px;
    width: 100%;
}

.content figure{
    text-align: center;
}

.content p{
    line-height: 32px;
    margin-bottom: 32px;
}

blockquote {
    border-left: 3px solid #EC980C;
    padding-left: 24px;
    margin-left: 16px;
    font-style: italic;
    line-height: 28px;
}

.wp-element-caption {
    font-size: 14px;
    line-height: 16px;
    color: #555;
    text-align: left;
}

.wp-block-image {
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

/*.post-ads {*/
/*    margin-bottom: 16px;*/
/*    width: 100%;*/
/*    float: left;*/
/*}*/

.content img {
    width: 100%;
    height: auto;
}

.content ol li{
    margin-bottom: 24px;
}

.content p.wp-caption-text{
    width: 100%;
    max-width: 900px;
    color: #555;
    margin-top:8px;
    line-height: 24px;
    font-size: 16px;
}

.wp-caption, .amp-wp-de19782:not(#_#_#_#_#_){
    width: auto;
    max-width: 100%;
}

/*.content .wp-block-embed__wrapper {*/
/*    text-align: center;*/
/*    margin: 0 auto;*/
/*    width: fit-content;*/
/*}*/

.single .author {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    margin-top: 16px;
}

.single .author .info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: start;
    justify-content: start;
    font-size: 14px;
    color: #000000;
}

.single .author .info a {
    color: #506DED;
    font-weight: bold;
}

.single .author img {
    height: 54px;
    width: 54px;
    border-radius: 50%;
}

@media (max-width: 720px) {
    .single .title {
        font-size: 38px;
        line-height: 48px;
    }
    .content p.wp-caption-text{
        width: 320px;
    }
}

.pagination {
    width: 100%;
    max-width: 1100px;
    margin: 32px 16px 32px 0;
    font-size: 16px;
}

.pagination span.current {
    background: #EC980C;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 8px;
    margin: 0 12px 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.pagination a {
    background: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    margin: 0 12px 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.main-content {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    max-width: 1100px;
}

.main-content .content {
    flex: 0 0 717px;
}

.main-content .content .block .column_1 {
    flex: 100%;
}

.main-content .sidebar {
    flex: 1;
}

.main-content .content img {
    width: 287px;
    height: 284px;
}

.main-content .content .column_3 {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 16px;
}

.main-content .content .column_3 img {
    width: 115px;
    height: 133px;
}

.category-page p {
    margin-block-start: 0;
    margin-block-end: 0;
}

.category-page h1 {
    color: #2D3748;
    font-size: 38px;
    font-weight: bold;
    margin-block-start: 0.32em;
    margin-block-end: 0.32em;
}

.anuncio-duplo {
    display: flex;
    flex-direction: column;
    gap: 0;
    text-align: center;
    font-size: 12px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.anuncio-duplo .anuncios {
    display: flex;
    flex-direction: row;
    gap: 8px;
    border-top: 1px solid #ddd;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}

.anuncio-duplo .anuncios .item {
    /*background: #ccc;*/
    /*height: 250px;*/
    width: 100%;
}

.author-page p {
    margin-block-start: 0;
    margin-block-end: 0;
}

.author-page h1 {
    color: #2D3748;
    font-size: 38px;
    font-weight: bold;
    margin-block-start: 0.32em;
    margin-block-end: 0.32em;
}

@media (max-width: 720px) {
    .main-content {
        flex-direction: column;
    }

    .main-content .content .column_3 {
        flex-direction: column;
    }

    .main-content .content img {
        width: 100%;
    }

    .anuncio-duplo .anuncios {
        flex-direction: column;
        width: 100%;
        float: left;
    }

    .adsbygoogle {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .wp-block-image {
        margin-inline-start: 0;
        margin-inline-end: 0;
    }
}

.author-page .author-box {
    display: flex;
    flex-direction: row;
    gap: 16px;
    background: #ffffff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    max-width: 1100px;
    margin: 16px auto;
    padding: 24px;
    border-radius: 8px;
}

.author-page .author-box .avatar {
    flex: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.author-page .author-box .avatar img {
    width: 115px;
    height: 115px;
    border-radius: 50%;
}

.author-page .author-box .author-info {
    display: flex;
    flex-direction: column;
    flex: 80%;
    gap: 16px;
    justify-content: center;
}

.author-page .author-box .author-info .name {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;

}

.author-page .author-box .author-info .bio {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
}


.author-page .author-box .author-info .social {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
}

.author-page .author-box .author-info .categories {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
}

@media (max-width: 720px) {
    .author-page .author-box {
        flex-direction: column;
    }
}

.related {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.related .title {
    font-size: 16px;
    font-weight: 200;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    margin-block-start: 0;
}

.related img {
    width: 100%;
    height: 240px;
    border-radius: 8px;
    object-fit: cover;
}

.related .items {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
}

.related .items .item-related {
    display: flex;
    flex: 30.33%;
    flex-direction: column;
    flex-wrap: wrap;
}

.related .items .item-related .category {
    padding: 4px 8px;
    background: #D0F4D7;
    color: #000;
    width: max-content;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-align: left;
    margin-top: 8px;
}

.related .item-related h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
    color: #000000;
}

@media (max-width: 720px) {
    .related .items {
        flex-direction: column;
        gap: 16px;
        flex-wrap: nowrap;
    }

    .related .items .item-related {
        flex-direction: row;
        gap: 8px;
        flex-wrap: nowrap;
    }

    .related .items .related-end-page {
        flex-direction: column;
        gap: 8px;
        flex-wrap: nowrap;
    }

    .related .items .item-related .related-info {
        flex-direction: column;
        gap: 8px;
        flex-wrap: nowrap;
        display: flex;
    }

    .related img {
        width: 115px;
        height: auto;
    }

    .related .items .related-end-page img {
        width: 100%;
        height: auto;
    }

    .related .item-related h2 {
        font-size: 16px;
    }


}

.related-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
    background: #F1F1F1;
    border-bottom: 3px solid #EC980C;
}

.related-links .title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    padding-left: 16px;
    margin-block-start: 0;
    font-weight: normal;
    color: #666666;
}

.related-links .items .title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    margin-block-start: 0;
    font-weight: bold;
    color: #000;
}

.related-links .items {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
}

.related-links .items ul {
    margin-block-start: 0;
}

.related-links .items .item-related {
    display: flex;
    flex: 31.33%;
    flex-direction: column;
    flex-wrap: wrap;
}

.related-links .item-related .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
}

@media (max-width: 720px) {
    .related-links .items ul li {
        margin-bottom: 16px;
    }

    .amp-sidebar-mask {
        z-index: 9998;
    }

    .i-amphtml-sidebar-mask[i-amphtml-sidebar-opened] {
        z-index: 9;
    }

    header .navbar-mobile, header amp-sidebar {
        display: flex;
        flex-direction: column;
        width: 75%;
        left: -75%;
        position: absolute;
        padding-left: 16px;
        padding-top: 16px;
        padding-bottom: 24px;
        height: 100%;
        top: 0;
        transition: left 0.3s ease;
        background: #000;
        z-index: 9999;
    }

    header .show {
        display: flex;
        flex-direction: column;
        width: 75%;
        left: 0;
        position: absolute;
        padding-left: 16px;
        padding-top: 16px;
        padding-bottom: 24px;
        height: 100%;
        top: 0;
        background: #000;
    }

    .navbar-mobile .menu-principal, header amp-sidebar .menu-principal {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar-mobile .menu-principal ul, header amp-sidebar .menu-principal ul {
        flex-direction: column;
        display: flex;
        padding-inline-start: 8px;
    }

    .navbar-mobile .menu-principal ul li, header amp-sidebar .menu-principal ul li {
        line-height: 16px;
        font-size: 18px;
        color: #fff;
        border-bottom: 0 solid #ffffff;
        list-style: none;
        margin-top: 8px;
        margin-bottom: 16px;
    }

    .navbar-mobile .menu-principal ul li a, header amp-sidebar .menu-principal ul li a {
        color: #fff;
    }
}

.compartilhar {
    background: #F8F8F8;
    position: fixed;
    bottom: 0;
    padding: 12px 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: space-around;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    align-items: center;
}

.compartilhar .contribua {
    width: 120px;
    padding: 4px 12px 4px 12px;
    border-radius: 19px;
    border: 1px;
    gap: 21px;
    background: #EC980C;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.015em;
    text-align: center;
    color: #000;
}

/* AMP */

.mini-block amp-img {
    width: 100%;
}

.main-content .content .column_3 amp-img {
    width: 100%;
}

.main-content .content amp-img {
    width: 287px;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 720px) {

    .anuncio-duplo .anuncios .item {
        margin-left: -10px !important;
    }

    .related amp-img {
        width: 115px;
        height: 100%;
        object-fit: cover;
    }

    .main-content .content amp-img {
        width: 100%;
        height: 284px;
        object-fit: cover;
    }
}
