#page_php {
    width: 1220px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    -webkit-justify-content: center;
    -webkit-flex-direction: row;
}
#page_php .content{
    width: 67.8%;
}
#page_php .sidebar{
    width: 33.2%;
    padding: 5px 0 0 3%;
}
#page_php h1, 
#page_php h2, 
#page_php h3, 
#page_php h4, 
#page_php h5, 
#page_php h6 {
    margin: 0 0 29px;
    line-height: 48px;
    font-size: 32px;
    color: var(--vermelho);
    letter-spacing: 0.05em;
    font-weight: 500;
    clear: none;
}
#page_php h1 strong,
#page_php h2 strong, 
#page_php h3 strong, 
#page_php h4 strong, 
#page_php h5 strong, 
#page_php h6 strong {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    letter-spacing: 0.02em;
}
#page_php p {
    margin: 16px 0;
    line-height: 32px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.03em;
}
#page_php a {
    color: var(--vermelho);
    transition: .3s;
    text-decoration: none;
}
#page_php a:hover {
    color: #fb7d83;
    transition: .3s;
}
#page_php ul li::before {
    content: "\2022";
    color: var(--laranja);
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: 0;
}
#page_php ul, #page_php ol {
    margin: 0 0 16px 0;
    padding: 0;
    list-style-position: inside;
}
#page_php ul li, #page_php ol li {
    margin: 8px 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.03em;
}
#page_php ul {
    list-style: none;
}
#page_php .wp-caption-text {
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #000;
}
#page_php .alignleft,
#page_php .alignright,
#page_php .aligncenter {
    margin-bottom: 0;
}
@media only screen and (max-width:1400px) {
    #page_php h1, #page_php h2, #page_php h3, #page_php h4, #page_php h5, #page_php h6 {
        line-height: 40px;
        font-size: 28px;
    }
    #page_php h1 strong,
    #page_php h2 strong, 
    #page_php h3 strong, 
    #page_php h4 strong, 
    #page_php h5 strong, 
    #page_php h6 strong {
        font-size: 20px;
    }
    #page_php p {
        line-height: 28px;
        font-size: 14px;
    }
    #page_php ul li, #page_php ol li {
        font-size: 14px;
    }
}
@media only screen and (max-width:1320px) {
    #page_php {
        width: 89%;
    }
}
@media only screen and (max-width:1270px) {
    #page_php h1, #page_php h2, #page_php h3, #page_php h4, #page_php h5, #page_php h6 {
        line-height: 34px;
        font-size: 22px;
    }
}
@media only screen and (max-width:1150px) {
    #page_php h1, #page_php h2, #page_php h3, #page_php h4, #page_php h5, #page_php h6 {
        font-size: 20px;
    }
}
@media only screen and (max-width:1080px) {
    /* Conteudo */
    #page_php h1, #page_php h2, #page_php h3, #page_php h4, #page_php h5, #page_php h6 {
        line-height: 30px;
        font-size: 22px;
    }
    #page_php .entry-meta {
        margin: 12px 0;
    }
    figure {
        margin: 0 auto;
    }
}
@media only screen and (max-width:800px) {
    /* Conteudo */
    #page_php {
        flex-direction: column;
        -webkit-flex-direction: column;
        padding: 4vw 0;
    }
    #page_php .content {
        width: 100%;
    }
    /* Sidebar */
    #page_php .sidebar-blog {
        width: 100%;
    }
}
@media only screen and (max-width:600px) {
    /* Conteudo */
    #page_php .entry-meta {
        display: flex;
        flex-wrap: wrap;
        column-gap: 26px;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        -webkit-column-gap: 2%;
    }
    #page_php .entry-meta .categoria,
    #page_php .entry-meta .data {
        margin: 0 0 8px 0;
        width: 49%;
        text-align: center;
    }
    #page_php h1, #page_php h2, #page_php h3, #page_php h4, #page_php h5, #page_php h6 {
        line-height: 27px;
        font-size: 20px;
    }
    #page_php .wp-caption-text {
        font-size: 11px;
    }
    #page_php p, #page_php ul li, #page_php ol li {
        font-size: 13px;
        line-height: 20px;
    }
}
@media only screen and (max-width:500px) {
    #page_php h1, #page_php h2, #page_php h3, #page_php h4, #page_php h5, #page_php h6 {
        font-size: 19px;
    }
    #page_php .wp-caption-text {
        font-size: 10px;
    }
    #page_php p, #page_php ul li, #page_php ol li {
        font-size: 13px;
    }
}