.box_post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 60px 0 80px;
}
#post {
width: 64%;
background-color: #fff;
border-radius: 25px;
padding: 50px;
}
#post .entry-header h1 {
margin: 0 0 25px 0;
font-size: 28px;
letter-spacing: 0.02em;
line-height: 40px;
font-weight: 700;
}
#post .content h2 {
margin: 35px 0 15px 0;
font-size: 26px;
letter-spacing: 0.02em;
font-weight: 700;
line-height: 32px;
}
#post .content h3 {
margin: 35px 0 15px 0;
font-size: 24px;
letter-spacing: 0.02em;
font-weight: 600;
line-height: 32px;
}
#post .content h4 {
margin: 35px 0 15px 0;
font-size: 20px;
letter-spacing: 0.02em;
font-weight: 600;
line-height: 26px;
}
#post .content h5 {
margin: 35px 0 15px 0;
font-size: 18px;
letter-spacing: 0.02em;
font-weight: 600;
line-height: 26px;
}
#post .content h6 {
margin: 35px 0 15px 0;
font-size: 16px;
letter-spacing: 0.02em;
font-weight: 700;
line-height: 26px;
}
#post .content p {
margin: 16px 0;
line-height: 28px;
font-size: 16px;
letter-spacing: 0.03em;
}
#post .content ul,
#post .content dl {
margin: 30px 0;
list-style: none;
padding: 0 0 0 6%;
}
#post .content ul li::before,
#post .content dl dt::before {
content: "\2022";
color: var(--pink);
font-weight: bold;
display: inline-block;
width: 6px;
font-size: 20px;
margin: 0 7px 0 -13px;
}
#post .content ul li,
#post .content dl dt {
margin: 0 0 3px 0;
font-size: 16px;
line-height: 23px;
}
#post .content ol { 
list-style: none;
counter-reset: item; 
margin: 30px 0;
padding: 0 0 0 6%;
}
#post .content ol li { 
line-height: 26px; 
font-size: 16px;
}
#post .content ol li:before {
content: "."counter(item);
counter-increment: item;
color: var(--pink);
font-weight: bold;
display: inline-block;
width: 6px;
width: 12px;
direction: rtl;
margin: 0 7px 0 -19px;
}
#post .content b,
#post .content strong {
font-weight: 600;
}
#post .content a {
color: var(--pink);
text-decoration: underline;
}
#post figure {
width: 100%!important;
max-width: 660px;
text-align: center;
}
#post .categoria-data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 0 25px 0;
line-height: 30px;
}
#post .categoria-data a {
color: var(--black);
text-decoration: none;
font-size: 14px;
margin: 0 15px 0 0;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#post .categoria-data a svg {
color: var(--pink);
width: 14px;
margin: 0 5px 0 0;
}
#post .categoria-data a:hover {
color: var(--pink);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#post .categoria-data .data {
font-size: 12px;
font-weight: 500;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#post .categoria-data .data svg {
color: var(--pink);
margin: 0 10px 0 0;
width: 14px;
}
#post .wp-caption-text {
width: 100%;
height: auto;
font-size: 13px;
margin: 4px 0 20px 0;
line-height: 18px;
font-style: italic;
text-align: center;
} #post #comments {
border-top: 1px solid #ccc;
margin-top: 45px;
padding-top: 20px;
}
#post #comments .comments-title {
font-size: 22px;
letter-spacing: 0.6px;
color: #202020;
font-weight: 700;
margin: 0 0 50px 0;
}
#post #comments .comment-list {
padding: 0;
list-style: none;
border-bottom: 1px solid #ccc;
padding-bottom: 61px;
margin-bottom: 84px;
}
#post #comments .children {
list-style: none;
padding-left: 59px;
}
#post #comments .comment-list .comment-body {
background-color: #f9f9f9;
border-left: 2px solid var(--pink);
position: relative;
padding: 21px 34px;
padding-right: 19px;
margin-bottom: 28px;
} 
#post #comments .comment-list .comment-body .says {
display: none;
}
#post #comments .comment-list .comment-body .comment-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
grid-gap: 10px;
}
#post #comments .comment-content {
background-color: #ffffff;
padding: 10px 20px;
margin: 25px 0 45px;
}
#post #comments .comment-list .comment-body .comment-author .fn a{
font-size: 400;
color: #202020;
font-weight: 700;
}
#post #comments .comment-list .comment-body .edit-link {
display: block;
margin-top: 0px;
position: absolute;
bottom: 7px;
left: 19px;
}
#post #comments .comment-list .comment-body  .comment-metadata a{
font-size: 13px;
letter-spacing: 0.4px;
color: #242323;
font-weight: 500;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-decoration: none;
}
#post #comments .comment-list .comment-body .comment-content p {
font-size: 14px;
color: #242323;
font-weight: 500;
line-height: 24px;
}
#post #comments .comment-list .comment-body .comment-metadata time {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#post #comments .comment-list .comment-body .reply {
position: absolute;
right: 0;
bottom: 0;
}
#post #comments .comment-list .comment-body .reply a {
text-align: center;
font-weight: 700;
font-size: 12px;
letter-spacing: 0.4px;
color: #fefefe;
text-decoration: none;
background-color: var(--pink);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 10px 44px;
border: 2px solid var(--pink);
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;    
}
#post #comments .comment-list .comment-body .reply a:hover {
background-color: transparent;
color: var(--pink);
}
#post #respond #reply-title {
font-size: 24px;
letter-spacing: 0.4px;
color: #202020;
font-weight: 700;
display: block;
margin: 20px 0 10px;
}
#post #respond .comment-notes {
font-size: 11px;
font-weight: 500;
color: #8d8d8d;
line-height: 2;
}
#post #respond form {
position: relative;
width: 100%;
}
#post #respond form textarea {
width: 100%;
border: 1px solid #ccc;
border-bottom: 1px solid var(--pink);
resize: none;
height: 90px;
padding: 14px;
margin-top: 10px;
}
#post #respond form input {
width: 100%;
border: 1px solid #ccc;
border-bottom: 1px solid var(--pink);
margin-top: 10px;
}
#post #respond form textarea#comment::-webkit-input-placeholder {
font-size: 14px;
color: #202020;
font-weight: 500;
}
#post #respond form textarea#comment::-moz-placeholder {
font-size: 14px;
color: #202020;
font-weight: 500;
}
#post #respond form textarea#comment:-ms-input-placeholder {
font-size: 14px;
color: #202020;
font-weight: 500;
}
#post #respond form textarea#comment::-ms-input-placeholder {
font-size: 14px;
color: #202020;
font-weight: 500;
}
#post #respond form textarea#comment::placeholder {
font-size: 14px;
color: #202020;
font-weight: 500;
}
#post #respond form #author::-webkit-input-placeholder, #post #respond form #email::-webkit-input-placeholder {
font-size: 14px;
color: #202020;
font-weight: 500;
}
#post #respond form #author::-moz-placeholder, #post #respond form #email::-moz-placeholder {
font-size: 14px;
color: #202020;
font-weight: 500;
}
#post #respond form #author:-ms-input-placeholder, #post #respond form #email:-ms-input-placeholder {
font-size: 14px;
color: #202020;
font-weight: 500;
}
#post #respond form #author::-ms-input-placeholder, #post #respond form #email::-ms-input-placeholder {
font-size: 14px;
color: #202020;
font-weight: 500;
}
#post #respond form #author::placeholder, #post #respond form #email::placeholder {
font-size: 14px;
color: #202020;
font-weight: 500;
}
#post #respond form .comment-form-url {
display: none;
}
#post .logged-in-as {
margin: 20px 0 !important;
line-height: 1.5 !important;
}
#post .form-submit {
line-height: 1.5 !important;
margin-top: 10px !important;
}
#post #respond form #author, #post #respond form #email {
padding: 15px 10px;
font-size: 14px;
}
#post #respond form #author:focus, #post #respond form #email:focus, #post #respond form textarea:focus {
border: 1px solid #ccc;
border-bottom: 1px solid var(--pink);
background-color: #f9f9f9;
}
#post #respond form #submit {
font-size: 16px;
letter-spacing: 0.4px;
text-transform: uppercase;
color: #fff;
background-color: var(--pink);
font-weight: 600;
font-family: 'Montserrat';
width: 100%;
height: 53px;
line-height: 0;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-decoration: none;
cursor: pointer;
border: 2px solid var(--pink);
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
border-radius: 50px;
}
#post #respond form #submit:hover {
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
background-color: #fff;
color: var(--pink);
}
#post #respond form .comment-form-cookies-consent {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 22px;
margin-bottom: 30px;
}
#post #respond form .comment-form-cookies-consent input {
width: auto;
margin-right: 8px;
}
#post #respond form .comment-form-cookies-consent label {
display: inline;
font-size: 11px;
font-weight: 500;
color: #8d8d8d;
line-height: 1.5;
}
#post .alignleft {
margin: 0 20px 20px 0;
}
#post .alignright {
margin: 0 0 20px 20px;
}
.sidebar_blog {
width: 480px;
margin: 0 0 0 54px;
}
.sidebar_blog .box {
background-color: #fff;
margin: 0 0 30px 0;
padding: 45px;
border-radius: 25px;
}
.sidebar_blog .box .titulo {
font-size: 20px;
font-weight: 700;
border-bottom: 2px solid var(--pink);
padding: 0 0 14px 0;
margin: 0 0 30px 0;
}
.sidebar_blog .box .titulo .low {
font-weight: 400;
}
.sidebar_blog .box-2 .lista-categorias ul {
list-style: none;
padding: 0;
margin: 0;
}
.sidebar_blog .box-2 .lista-categorias ul li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #d6d6d6;
padding: 0 0 8px 0;
font-size: 14px;
color: var(--black);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
margin: 0 0 15px 0;
font-weight: 500;
}
.sidebar_blog .box-2 .lista-categorias ul li a svg {
color: #d6d6d6;
margin: 0 0 0 15px;
}
.sidebar_blog .box-2 .lista-categorias ul li a:hover {
border-bottom: 1px solid var(--pink);
color: var(--pink);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.sidebar_blog .box-2 .lista-categorias ul li a:hover > svg {
color: var(--pink);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.sidebar_blog .box-3 .lista-posts-recentes {
margin: 0;
}
.sidebar_blog .box-3 .lista-recentes-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0 0 25px 0;
}
.sidebar_blog .box-3 .lista-recentes-container .esq {
width: 34%;
height: 130px;
position: relative;
overflow: hidden;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.sidebar_blog .box-3 .lista-recentes-container .esq img {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.sidebar_blog .box-3 .lista-recentes-container .esq a:hover > img  {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.sidebar_blog .box-3 .lista-recentes-container .dir {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 60%;
}
.sidebar_blog .box-3 .lista-recentes-container .dir .data {
font-size: 11px;
font-weight: 500;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.sidebar_blog .box-3 .lista-recentes-container .dir .data svg {
color: var(--pink);
margin: 0 10px 0 0;
width: 14px;
}
.sidebar_blog .box-3 .lista-recentes-container .dir .titulo-post a {
font-size: 14px;
font-weight: 600;
color: var(--black);
line-height: 20px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
margin: 10px 0;
display: block;
}
.sidebar_blog .box-3 .lista-recentes-container .dir .titulo-post a:hover {
color: var(--pink);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.sidebar_blog .box-3 .lista-recentes-container .dir .btn-leia-mais {
color: var(--pink);
font-size: 13px;
font-weight: 700;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.sidebar_blog .box-3 .lista-recentes-container .dir .btn-leia-mais svg {
margin: 0 6px 0 0;
}
.sidebar_blog .box-4 .lista-mais-lidos-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 0 20px 0;
margin: 0 0 30px 0;
border-bottom: 2px solid #d6d6d6;
}
.sidebar_blog .box-4 .lista-mais-lidos-container:last-child {
border-bottom: none;
margin: 0;
}
.sidebar_blog .box-4 .lista-mais-lidos-container .data {
font-size: 11px;
font-weight: 500;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 15px 0 0 0;
}
.sidebar_blog .box-4 .lista-mais-lidos-container .data svg {
color: var(--pink);
margin: 0 10px 0 0;
width: 14px;
}
.sidebar_blog .box-4 .lista-mais-lidos-container .titulo-post a {
font-size: 15px;
font-weight: 600;
color: var(--black);
line-height: 22px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
margin: 12px 0;
display: block;
}
.sidebar_blog .box-4 .lista-mais-lidos-container .titulo-post a:hover {
color: var(--pink);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.sidebar_blog .box-4 .lista-mais-lidos-container .btn-leia-mais {
color: var(--pink);
font-size: 13px;
font-weight: 700;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.sidebar_blog .box-4 .lista-mais-lidos-container .btn-leia-mais svg {
margin: 0 6px 0 0;
}
.sidebar_blog .box-4 .lista-mais-lidos-container .imagem {
width: 100%;
height: 260px;
position: relative;
overflow: hidden;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.sidebar_blog .box-4 .lista-mais-lidos-container .imagem img {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.sidebar_blog .box-4 .lista-mais-lidos-container .imagem:hover > img  {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
@media only screen and (max-width: 1400px){
.sidebar_blog {
width: 390px;
}
.sidebar_blog .box {
padding: 25px;
}
.sidebar_blog .box-3 .lista-recentes-container .dir .titulo-post a {
font-size: 12px;
line-height: 18px;
}
.sidebar_blog .box-3 .lista-recentes-container .dir .btn-leia-mais {
font-size: 11px;
}
.sidebar_blog .box-4 .lista-mais-lidos-container .imagem {
height: 226px;
}
.sidebar_blog .box-4 .lista-mais-lidos-container .titulo-post a {
font-size: 13px;
line-height: 19px;
}
.sidebar_blog .box-4 .lista-mais-lidos-container .btn-leia-mais {
font-size: 12px;
}
.sidebar_blog .box .titulo {
font-size: 18px;
}
.sidebar_blog .box-3 .lista-recentes-container .esq {
width: 34%;
height: 116px;
}
}
@media only screen and (max-width: 1024px){
.sidebar_blog {
width: 100%;
margin: 60px 0;
}
.sidebar_blog .box-4 .lista-mais-lidos-container .imagem {
height: 260px;
text-align: center;
}
.sidebar_blog .box-3 .lista-recentes-container {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.sidebar_blog .box-3 .lista-recentes-container .esq {
width: 130px;
height: 130px;
}
.sidebar_blog .box-3 .lista-recentes-container .dir {
width: 70%;
margin: 0 0 0 20px;
}
.box_post {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 60px 0 0;
}
#post {
width: 100%;
}
#post .entry-header h1 {
font-size: 26px;
}
#post .content h2 {
font-size: 22px;
}
#post .content h3 {
font-size: 20px;
}
#post .content h4 {
font-size: 18px;
}
#post .content h5 {
font-size: 16px;
}
#post .content h6 {
font-size: 14px;
}
#post .content p {
font-size: 14px;
line-height: 24px;
}
#post .content ul li,
#post .content dl dt,
#post .content ol li {
font-size: 14px;
}
#post #comments .children {
padding-left: 10%;
}
}
@media only screen and (max-width: 700px) {
#post {
padding: 30px;
}
}
@media only screen and (max-width: 620px) {
.sidebar_blog .box-3 .lista-recentes-container {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.sidebar_blog .box-3 .lista-recentes-container .dir {
width: 100%;
margin: 25px 0 0 0;
}
}
@media only screen and (max-width: 490px) {
.sidebar_blog .box-4 .lista-mais-lidos-container .imagem {
height: 52vw;
}
}
.testimony {
display: flex;
flex-direction: row;
align-content: center;
align-items: center;
display: -webkit-flex;
-webkit-flex-direction: row;
-webkit-align-content: center;
-webkit-align-items: center;
}
.testimony .testimony-left {
line-height: 0;
border-radius: 100%;
overflow: hidden;
}
.testimony .testimony-right {
margin-left: 20px;
width: 100%;
}
.testimony .testimony-right a {
color: #000 !important;
}
.testimony .author {
font-size: 20px;
font-weight: 500;
margin-bottom: 15px;
}
.testimony .txt {
font-size: 14px;
font-weight: 300;
padding-right: 2vw;
line-height: 27px;
}
@media only screen and (max-width: 500px) {
.testimony {
flex-direction: column;
-webkit-flex-direction: column;
}
}