#post{
    background-color:#FAFBFF;
}
#post .container {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
}

#post .container.bottom {
    padding: 60px 0 30px 25px;
    max-width: 1595px;
}


#post .container .esq {
    flex: 1;
    max-width: 1004px;
}

#post .container .padding-blog {
    padding: 0 50px;
}

#post h1.titulo {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--roxo);
    margin-bottom: 30px;
}

#post .container .esq .infos .box {
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
    margin-bottom: 30px;
    justify-content: center;
}

#post .container .esq .infos .box p,
#post .container .esq .infos .box a {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    font-weight: 500;
    color: var(--preto);
}

#post .container .esq .infos .box .categoria svg{
    position: relative;
    top: 3px;
    right: 10px;
}
#post .container .esq .infos .box p svg{
    position: relative;
    top: 3px;
    right: 10px;
}

#post .esq p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: var(--preto);
    margin-bottom: 15px;
    letter-spacing: 0.01em;
}

#post strong, #post b{
    color: var(--roxo);
}

#post .esq a {
    font-weight: 700;
    color: #08A8F7;
}

#post .esq mark {
    background-color: var(--verde);
    color: var(--roxo);
    font-weight: 700;
}

#post .esq img {
    width: 100%;
    border-radius: 30px;
    display: block;
}

#post .esq .img-blog {
    position: relative;
}

#post .esq .img-blog::after {
    content: '';
    display: block;
    width: 3.02vw;
    height: 2.708vw;
    background-image: url(../../outsourcing-squads/canto-img.webp);
    position: absolute;
    top: 0;
    right: 0;
}

#post .esq .img-blog::before {
    content: '';
    display: block;
    width: 3.02vw;
    height: 2.708vw;
    background-image: url(../../outsourcing-squads/canto-img.webp);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
}


#post .esq h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--preto);
    margin-bottom: 30px;
    margin-top: 60px;
}

#post .esq h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--preto);
    margin-bottom: 30px;
    margin-top: 50px;
}

#post .esq h4 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--preto);
    margin-bottom: 30px;
    margin-top: 60px;
}

#post .esq h5 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--preto);
    margin-bottom: 30px;
    margin-top: 60px;
}

#post .esq h6 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--preto);
    margin-bottom: 30px;
    margin-top: 60px;
}

#post .esq ul {
    display: flex;
    flex-direction: column;
    list-style: disc;
    padding-left: 25px;
    row-gap: 10px;
    font-size: 18px;
    line-height: 24px;
}

#post .esq ol {
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    list-style: auto;
    row-gap: 12px;
    font-size: 18px;
    line-height: 24px;
}

#post .esq ul li,
#post .esq ol li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--preto);
}

#post .esq ul li::marker,
#post .esq ol li::marker {
    color: var(--preto);
    font-weight: 600;
}

#post .container .navegacao {
    width: 300px;
    position: sticky;
    top: 110px;
}

#post .container .navegacao div {
    background-color: #F8F8F8;
    padding: 30px 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#post .container .navegacao .btn-verde {
    background-color: var(--roxo);
    color: var(--branco);
    justify-content: center;
    padding: 14px 80px;
    border-radius: 10px;
    -webkit-transition: .3s ease-in-out;
}

#post .container .navegacao .btn-verde:hover{
    background-color: #26276C;
} 

#post .container .navegacao .titulo {
    color: var(--roxo);
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.01em;
    margin-bottom: 15px;
}

#post .container .btn {
    padding: 15px 20px;
    display: inline-block;
    color: var(--branco);
    background-color: var(--roxo);
    border-radius: 10px;
    margin-top: 30px;
}

#post .container .azul{
    background-color: var(--preto) !important;
}

#post .container .btn .content {
    justify-content: center;
}

#post .container .btn:hover {
    color: var(--branco);
}

#post .container .navegacao #hs li {
    margin-bottom: 15px;
}

#post .container .navegacao #hs ul {
    list-style: none;
}

#post .container .navegacao #hs a {
    color: var(--preto);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.01em;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

#post .container .navegacao #hs a:hover,
#post .container .navegacao #hs a.ativo {
    color: var(--roxo);
}

/* SIDEBAR */
#post .container .sidebar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 25px;
    padding: 0 3.5vw;
    margin: 100px 0;
}
#post .container .sidebar .destaque {
    width: 100%;
    margin-bottom: 45px;
}

#post .container .sidebar .destaque>.titulo {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
    color: var(--roxo);
}

#post .container .sidebar .destaque .imagem {
    width: 100%;
    height: 283px;
    display: block;
}

#post .container .sidebar .destaque .imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#post .container .sidebar .destaque .area-destaque .descricao {
    border-top: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#post .container .sidebar .destaque .dest-box {
    flex: 1;
    box-shadow: 0px 0px 20px 0px #00000040;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}

#post .container .sidebar .destaque .area-destaque .descricao .titulo {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.11px;
    display: flex;
    text-align: left;
    column-gap: 30px;
    padding: 22px 28px;
    color: var(--preto);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

#post .container .sidebar .destaque .area-destaque .dest-box:hover  .icone svg path{
    color: var(--roxo);
    fill: var(--roxo);
}

#post .container .sidebar .destaque .area-destaque .categoria {
    padding: 13px 20px;
    display: flex;
    align-items: center;
    background-color: black;
    justify-content: space-between;
    font-weight: 500;
    font-size: 12px;
    color: var(--branco);
    border-radius: 10px;
    position: relative;
    left: 45px;
    top: -20px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

#post .container .sidebar .destaque .area-destaque .categoria>div {
    display: flex;
    align-items: center;
    gap: 12px;
}

#post .container .sidebar .destaque .area-destaque {
    display: flex;
    gap: 15px;
}

#post .sidebar .categorias .confira {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
    color: var(--roxo);
}

#post .sidebar .categorias ul {
    width: 394px;
    list-style: none;
}

#post .sidebar .categorias ul li a {
    width: 100%;
    height: 68px;
    text-decoration: none;
    border: none;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--preto);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 35px;
    transition: 0.3s all;
    cursor: pointer;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    background-image: url(../../outsourcing-squads/fundo-botoes-padrao-verde.png);
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    margin-bottom: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #EDEFF7;
    -webkit-transition: .3s ease-in-out;
}

#post .sidebar .categorias ul li a .arrow {
    position: absolute;
    right: 30px;
}

#post .sidebar .categorias ul li a:hover svg path{
    fill: var(--preto);
    stroke: var(--preto);
}

#post .sidebar .categorias ul li a:hover svg circle{
    stroke: var(--preto);
}

#post .sidebar .categorias ul li a:hover {
    background-image: url(../../outsourcing-squads/fundo-botoes-padrao.png);
    color: var(--branco);
    background-color: var(--roxo);
}

#post .sidebar .categorias ul li a:hover svg {
    filter: invert(1);
    -webkit-filter: invert(1);
}

/* AUTOR */
#post .container .info {
    width: 100%;
    border-radius: 15px;
    padding: 45px 60px;
    margin-bottom: 60px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #26276C;
    position: relative;
}

#post .container .info::after {
    content: '';
    display: block;
    width: 3.02vw;
    height: 2.708vw;
    background-image: url(../../outsourcing-squads/canto-img.webp);
    position: absolute;
    top: 0;
    right: 0;
}

#post .container .info::before {
    content: '';
    display: block;
    width: 3.02vw;
    height: 2.708vw;
    background-image: url(../../outsourcing-squads/canto-img.webp);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
}

#post .container .info .infocont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 7.5%;
}

#post .container .info .esq {
    width: 58%;
}

#post .container .info .esq p {
    font-size: 16px;
    color: var(--branco);
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0;
}

#post .container .info .nome {
    font-size: 24px;
    color: #08A8F7;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0px;
}

#post .container .info .cargo {
    font-size: 20px;
    color: var(--branco);
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 30px;
}

#post .container .info .esq p b {
    color: #161616;
}

#post .container .info .redes-mobile {
    display: none;
}

#post .container .info .esq p a {
    text-decoration: underline;
    color: var(--verde);
}

#post .container .info .dir {
    width: auto;
    min-width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    margin: 0;

}

#post .container .info .dir img {
    margin-bottom: 0;
    border-radius: 5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    max-width: 132px;
    width: 132px;
}

#post .container .info .box-redes .svg {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: 0.2s all ease-in-out;
}


#post .container .info .box-redes .svg:hover {
    background-color: var(--verde);
}

#post .container .info .box-redes .facebook {
    mask: url(../../outsourcing-squads/icones/facebook.svg) no-repeat center;
    background-color: var(--branco);
}

#post .container .info .box-redes .instagram {
    background: url(https://projetos4.exentdev.com.br/ws/8.0/mistral/dev/wp-content/themes/mistral-tecnologia/tecnologia/icones/instagram.svg) no-repeat center;
    background-color: #26276C;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #ffffff40;
}

#post .container .info .box-redes .youtube {
    mask: url(../../outsourcing-squads/icones/youtube.svg) no-repeat center;
    background-color: var(--branco);
}

#post .container .info .box-redes .linkedin {
    background: url(../../tecnologia//icones/linkedin.svg) no-repeat center;
    background-color: #26276C;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #ffffff40;
}

#post .container .info .box-redes .tiktok {
    mask: url(../../outsourcing-squads/icones/tiktok.svg) no-repeat center;
    background-color: var(--branco);
}

#post .container .info .box-redes div div {
    display: flex;
    column-gap: 10px;
    justify-content: center;
}

/* COMENTÁRIOS */
/* Início Comentários */
#comments {
    border-top: 2px solid #E4E4E4;
    margin-top: 61px;
    padding-top: 62px;
}

#comments .comments-title {
    font-size: 26px !important;
    font-weight: 600;
    color: #000;
    line-height: 32px !important;
    margin-bottom: 42px !important;
    margin-top: 0 !important;
}

#comments ol {
    list-style: none !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}


#comments .comment-body {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 50px;
    border: 1px solid #DBDBDB;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#comments .comment-body:last-child {
    border: 1px solid #DBDBDB;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}

#comments .comment-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 31px;
    padding: 60px 45px 0 42px;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 20px;
    background-color: #ffffff;
    border-radius: 10px;
}

footer.comment-meta::after,
footer.comment-meta::before {
    display: none;
}

#comments .says {
    display: none;
}

#comments .fn {
    color: #000 !important;
    font-size: 16px;
    font-weight: 700;

}

#comments .fn a {
    color: #000 !important;
    text-decoration: none;
    font-weight: 700 !important;
}

#comments .comment-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.4px;
    color: #242323;
    padding: 0 42px;
    margin-bottom: 0 !important;
}

#comments .comment-metadata a {
    position: relative;
    font-size: 13px;
    color: #242323 !important;
    font-weight: 500;
    text-decoration: none;
    border: none;
    display: flex;
    align-items: center;
    column-gap: 13px;
}

#comments .reply {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    padding-bottom: 30px;
    padding-right: 45px;
}

#comments .reply a {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    color: var(--branco);
    position: relative;
    cursor: pointer;
    border-radius: 10px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: flex;
    align-items: center;
    user-select: none;
    overflow: hidden;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    padding: 15px 56px;
    background-color: var(--roxo);
}

 /* BOTÃO COMENTÁRIO*/
#comments .comment-body .reply a:hover {
  background-color: #26276C;
}

/* BOTÃO RESPOSTA */
#comments .children .comment-body .reply .comment-reply-link:hover {
  background-color: #26276C;
}
 
 
#comments .comment-body .avatar {
    display: none;
}

#comments .comment-list>li {
    position: relative;
}

#comments .comment-list>li #respond {
    margin-left: 20px;
    padding-bottom: 30px;
    padding-top: 0;
}

#comments .comment-list>li::before {
    content: '';
    height: 100%;
    width: 2px;
    background-color: var(--roxo);
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
}

#comments .comment-list {
    border-bottom: 2px solid var(--verde);
    margin-bottom: 84px;
    padding-bottom: 60px;
}

#comments .children .comment-body {
    position: relative;
}

#comments .children .comment-body::before {
    content: 'Resposta';
    width: 102px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--branco);
    position: absolute;
    top: -25px;
    left: 0px;
    border-radius: 0 5px 5px 0;
    background-color: var(--roxo)
}

#comments .children .comment-body::after {
    content: '';
    height: 100%;
    width: 2px;
    background-color: var(--roxo);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/* .hovering-reply #comments .children .comment-body::before {
    background-color:#26276C;
}
.hovering-reply #comments .children .comment-body::after {
    background-color:#26276C;
} */

#comments .children {
    margin-left: 40px;
}

#respond #reply-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

#respond .comment-notes {
    font-size: 16px;
    font-weight: 500;
    color: var(--preto);
}

#respond form {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

#respond #comment {
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    background-color: #F9F9F9;
    resize: none;
    height: 100%;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 20px 38px;
    margin-bottom: 20px;
    transition: .2s all ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#respond form input:focus,
#respond form textarea:focus {
    outline: none;
}

#respond .comment-form-comment {
    position: relative;
    height: 149px;

}

#respond .comment-form-comment label,
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label {
    position: absolute;
    top: 9px;
    left: 15px;
    z-index: 1;
    transition: .2s all ease-in-out;
    font-size: 12px;
    color: #000;
}

#respond .comment-form-comment label.subir,
#respond .comment-form-author label.subir,
#respond .comment-form-email label.subir,
#respond .comment-form-url label.subir {
    font-size: 10px;
    line-height: 17px;
    background-color: var(--roxo);
    border-radius: 30px;
    padding: 3px 10px;
    color: #fff;
    left: 13px;
    top: -9px;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

#respond input#email {
    background-position: 14px center;
    background-repeat: no-repeat;
    background-size: 14px 13px;
    background-color: var(--branco);
}

#respond input#author {
    background-position: 14px center;
    background-repeat: no-repeat;
    background-size: 14px 13px;
    background-color: var(--branco);
}

#respond textarea#comment {
    background-position: 14px 18px;
    background-repeat: no-repeat;
    background-size: 14px 13px;
    background-color: var(--branco);   
    position: relative;
}
#respond textarea#comment::before {
    content: ' ';
    display: block;
    width: 98.5%;
    height: 1px;
    background-color: var(--preto);
    position: absolute;
    bottom: 0;
    left: 0.5%;
    z-index: 1;
}

#respond .comment-form-comment::before,
#respond .comment-form-author::before,
#respond .comment-form-email::before{
    content: ' ';
    display: block;
    width: 99%;
    height: 1px;
    background-color: var(--preto);
    position: absolute;
    bottom: 0;
    left: 0.5%;
    z-index: 1;
}

#respond .comment-form-url {
    display: none;
}

#respond input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #c2c2c2;
    height: 43px;
    padding: 13px 13px 5px 13px;
    transition: .2s all ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #F9F9F9;
}

#respond input:focus,
#respond textarea:focus,
#respond #comment:focus {
    border: 1px solid var(--verde) !important;
}

#respond input::placeholder,
#respond textarea::placeholder {
    color: #000;
    font-size: 14px;
}

#comment::placeholder {
    font-size: 14px;
    color: #000;
}

#respond .comment-form-cookies-consent {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}

#respond .comment-form-cookies-consent input {
    width: auto;
    margin-right: 7px;
    height: auto;
}

#respond .comment-form-cookies-consent label {
    font-size: 12px;
    color: #000;
}

#respond #submit {
    height: 60px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    color: var(--branco);
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: flex;
    align-items: center;
    user-select: none;
    overflow: hidden;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    padding: 12px 37px;
    background-color: var(--roxo);
}

#respond #submit:hover {
    background-color: #26276C ;
}

#respond .logged-in-as {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
}

#respond .logged-in-as a {
    color: var(--verde);
}

#comments .comment-metadata a time {
    position: relative;
    display: flex;
    column-gap: 11px;
    align-items: center;
}

#comments .comment-metadata a time::before {
    content: '';
    mask: url(../../../../themes/mistral-tecnologia/tecnologia/calendario-icon-post.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    display: block;
    margin-bottom: 3px;
    background-color: var(--roxo);
}

#respond {
    padding-top: 35px;
}

#respond #email-notes,
#respond .required-field-message {
    font-size: 16px;
    color: var(--preto);
}

#respond .comment-form-comment,
#respond .comment-form-author,
#respond .comment-form-email {
    margin-bottom: 0 !important;
    position: relative;
}

.comment-awaiting-moderation {
    display:none;
}


#cancel-comment-reply-link {
    margin-left: 20px;
    color: var(--verde);
}

.comment-content:last-child {
    padding: 40px;
}

@media screen and (max-width: 1440px) {
    #post .container {
        column-gap: 10px;
    }

    #post .esq .img-blog::after,
    #post .esq .img-blog::before,
    #post .container .info::after,
    #post .container .info::before {
        width: 4.02vw;
        height: 3.408vw;
    }
}

@media screen and (max-width: 1280px) {
    #post .container .navegacao {
        width: 240px;
    }

    #post .container .navegacao .titulo,
    #post .container .navegacao #hs a {
        font-size: 16px;
    }

    #post .sidebar .categorias ul {
        width: 340px;
    }

    #post .container .sidebar .destaque .imagem {
        height: 170px;
    }

    #post .sidebar .categorias ul li a::before {
        bottom: 1px;
        left: 5px;
    }

    #post .container .sidebar {
        padding: 0;
    }

}


@media screen and (max-width: 1024px) {
    #post .container {
        row-gap: 80px;
        flex-direction: column;
    }

    #post .esq h2 {
        font-size: 28px;
    }

    #post .esq h3 {
        font-size: 26px;
    }

    #post .esq h4 {
        font-size: 24px;
    }

    #post .esq h5 {
        font-size: 22px;
    }

    #post .esq h6 {
        font-size: 20px;
    }

    #post .container .navegacao {
        display: none;
    }

    #post .container .padding-blog {
        padding: 0;
    }

    #post .container .sidebar {
        flex-direction: column;
        align-items: center;
        margin: 160px 0;
    }

    #post .container .sidebar .categorias {
        width: 100%;
    }

    #post .sidebar .categorias ul {
        max-width: 400px;
        width: 100%;
        margin: auto;
    }

    #post .sidebar .categorias ul li a::before,
    #comments .reply a::before {
        width: 101px;
        height: 42px;
    }

    #post h1.titulo {
        font-size: 30px;
        text-align: left;
        margin-top: 30px;
    }

    #post .container.bottom {
        padding: 25px 0;
    }

    #post .container .esq .infos .box {
        gap: 10px;
    }

    #post .container .esq .infos .box {
        justify-content: flex-start;
    }

    #post .container .info .infocont {
        column-gap: 0%;
        gap: 40px;
        flex-direction: column;
    }

    #post .container .info .esq {
        width: 100%;
    }

    #post .container .info .redes-desk {
        display: none;
    }

    #post .container .info .nome,
    #post .container .info .cargo {
        text-align: center;
    }

    #post .container .info .redes-mobile {
        display: block;
        margin-bottom: 40px;
    }

    #post .container .info {
        padding: 36px 30px;
    }

    #post .container .info .nome {
        font-size: 20px;
    }

    #post .container .info .cargo {
        font-size: 18px;
    }

    #post .container .info .esq p,
    #comments .comment-content p {
        font-size: 14px;
        line-height: 24px;
    }

    #post .esq .img-blog::after,
    #post .esq .img-blog::before,
    #post .container .info::after,
    #post .container .info::before {
        width: 58px;
        height: 52px;
    }
}


@media screen and (max-width: 600px) {
    #post .container .sidebar .destaque .area-destaque {
        flex-direction: column;
    }
}

@media screen and (max-width: 430px) {
    #comments .comment-meta {
        margin-bottom: 15px;
    }

    #comments .reply {
        margin-top: 70px;
    }
}