





.hs-blog-listing {
  background-color: #FAFAFA;
}

.hs-blog-listing .section-form,
.hs-blog-post .section-form {
  display: none!important;
}

.section-breadcrumbs {
  padding: 10px 20px!important;
}

/******* Post Destaque *******/

.hero-banner {
  margin-top: 0!important;
}

.hero-banner .post-item  {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .hero-banner .post-item {
    grid-template-columns: repeat(1, 1fr);
  }
}

.hero-banner .post-item {
  margin-bottom: 25px;
}

.hero-banner .post-item .post-header {
  border-bottom: none;
}

.hero-banner .post-item .post-header .picture {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
}

.hero-banner .post-item .post-header .picture img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-banner .post-item.big .post-body {
  position: relative;
}

.hero-banner .post-item h1 {
  margin-bottom: 20px;
  font-size: 20px;  
  line-height: 1.2;
}

.hero-banner .post-item.big {
  margin-bottom: 0;
}

.hero-banner .post-item.big h1 {
  margin-bottom: 20px;
}

.hero-banner .post-item.big .post-body h1 a {
  color: #ffffff;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
  text-decoration: none; 
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 30px;
}

.hero-banner .post-item.big .post-body p {
  color: #ffffff;
}

.hero-banner .post-item .post-body h1 a:hover {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;  
}

.hero-banner .post-item .post-body > span.categoria {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  background-color: #2bc3f4;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 30px;
}

/******* Lista de Posts *******/

.section-area-blog {
  padding: 60px 0 0 0;
}

.post-listing-grid {
  display: grid;
  grid-auto-rows: auto;
  grid-gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .post-listing-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .post-listing-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .post-listing-grid.four { grid-template-columns: repeat(4, 1fr); }
}

.post-listing-grid .post-article {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}

.post-listing-grid .post-article .post-header {
  border: none;
  margin: 0;
}

.post-listing-grid .post-article .post-header .picture {
  overflow: hidden;  
  position: relative;
  height: 200px;
  border-radius: 0;
}

.post-listing-grid .post-article .post-header .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.post-listing-grid .post-article .post-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.post-listing-grid .post-article .post-body h2 {
  font-size: 1em;
  font-weight: 400;
}

.post-listing-grid .post-article .post-body p {
  font-size: 16px;
}

.post-listing-grid .post-article .post-body .post-time {
  font-size: .7em;
  font-weight: 400;
  margin-top: 20px;
}

.post-listing-grid .post-article .post-body h2 a {
  color: #2C354B;
  font-weight: 700;
}

.post-listing-grid .post-article .post-body h2 a:hover {
  color: #DC222A;
  text-decoration: none;
}

.post-listing-grid .post-article .post-body .excerpt {
  font-size: .8em;
  color: #616161;
  margin-bottom: 0;
  font-weight: 400;
}

.categoria {
  font-size: .8em;
  font-weight: 600;
}

@media (max-width: 768px) {

  .post-listing-grid {
    display: block;
  }

  .post-listing-grid .post-article {
    margin-bottom: 30px;
  }

}

.post-article .read-more {
  margin-top: auto;
  display: flex;
}

.post-article .read-more a {
  background-color: #2C354B;
  color: #ffffff;
  font-weight: 400;
  padding: 10px 30px;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  border-radius: 30px;
  font-size: 15px;
}

.post-article .read-more a:hover {
  background-color: #DC222A;
}

.post-article .read-more.red a {
  background-color: #DC222A;
  color: #ffffff;
}

.post-article .read-more.red a:hover {
  background-color: #2C354B;
}

.hero-banner .post-article .read-more.red a:hover {
  background-color: #ffffff;
  color: #DC222A;
}

/* ========= POST INTERNA ========= */

.inner-space.section-title {
  padding-bottom: 40px;
  padding-top: 0;
}

.section-title h1 {
  color: #2C354B;
}

.blog-area {
  /*display: grid;
  grid-gap: 30px;
  padding: 30px 0;*/
  max-width: 1140px;
  margin: 0 auto;
}

/* Screen larger than 600px? 2 column 
@media (min-width: 600px) {
.blog-area {
grid-template-columns: 2fr 1fr;
}
}*/

.content-wrapper-blog {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.post-area {
  border-bottom: solid 1px #ffffff;
  margin-bottom: 60px;
}

.post-interna {
  padding: 60px 0;
  max-width: 800px;
  margin: 0 auto;
  word-wrap: break-word;
}

.section-title {
  margin-top: -80px;
}

.section-title .post-interna {
  padding: 0;
  max-width: 1140px;
  display: flex;
  gap: 40px;
  align-items: end;
}

.section-title .title-area {
  background-color: #ffffff;
  border-left: 10px solid #DC222A;
  box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  position: relative;
  z-index: 99;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.section-title .meta-desc {
  display: flex;
  flex: 1;
  background: #ffffff;
  padding: 15px;
  margin: 0;
}

.post-interna a {
  word-wrap: break-word;
}

.post-texto #hs_cos_wrapper_blog_post_audio {
  margin-bottom: 40px;
}

.img-post-area img {
  width: 100%;
}

.img-post-area .post-img {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  height: 210px;
  background-color: #2C364B;
}

.img-post-area .post-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 500px;
}

.post-interna .post-texto .post-categoria {
  text-align: center;
  display: none;
}

.post-interna .post-texto .post-categoria .categoria {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}

.post-interna .post-texto .date {
  text-align: center;
  font-size:12px;
  color: #000000;
  margin-bottom:30px;
  display: none;
}

.post-interna .post-texto .date .author {
  color: #ffffff;
  font-size:14px;
}

.post-interna .post-texto .date .avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 15px;
}

.post-interna .post-texto p {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.7;
}

.post-interna .post-texto h1 {
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  color: #2C354B
}

.post-interna .post-texto strong {
  font-weight: 600;
}

.post-interna .post-texto h2:first-child {
  margin-top: 0!important;
}

.post-interna .post-texto h2,
.post-interna .post-texto h3,
.post-interna .post-texto h4 {
  margin: 40px 0px 30px 0px;
}

.post-interna .post-texto h2 {
  font-size: 1.4rem;	
  color: #000000;
}

.post-interna .post-texto h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  border-bottom: none;
  padding-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
  color: #000000;
}

.post-interna .post-texto h4 {
  font-size: 1rem;
  margin-bottom: 10px;
  border-bottom: none;
  padding-bottom: 0;
  text-transform: none;
  letter-spacing: 0;	
  color: #000000;  
}

.post-interna .post-texto ul,
.post-interna .post-texto ol {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 10px;
  font-size: 16px;
  line-height: 1.7;
}

.post-interna .post-texto ul li p,
.post-interna .post-texto ol li p {
  margin: 0;
}

.post-interna .post-texto a {
  color: #2C354B;
  text-decoration: underline;
}

.post-interna .post-texto .hs-cta-img {
  border: solid 1px #cccccc!important;
}

.post-interna .post-texto img {
  margin: 20px auto;
  max-width: 100%;
}

.post-interna .post-texto h2 + p img {
  margin-top: 0;
}

.post-interna .post-texto blockquote {
  margin-bottom: 60px;
  margin-top: 60px;
  margin-left: 70px;
  width: 75%;
  font-size: 1.2rem;
  font-weight: 400;
  border-left: solid 4px #e7e7e7;
  padding-left: 30px;
}

.post-interna .hs-cta-wrapper a.cta_button,
.post-interna .botao-cta a {
  text-decoration: none;
}

.info-post {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  font-size: 15px;
  font-weight: 300;
  align-items: center;
}

.info-post .author,
.info-post .post-time-data {
  display: flex;
  gap: 20px;
  align-items: center;
}


.section-title .author-box {
  margin: 30px 0;
}

.section-title .author .picture {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.section-title .author .picture img {
  position: absolute !important;
  display: block;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.section-title .author h5 {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

.section-title .author h5 span {
  font-size: 13px;
}

.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
  margin-top: 5px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url(https://www.hookdig.com/hubfs/linkedin.png)!important;
  background-repeat: no-repeat;
}

.section-related {
  background-color: #F5F4F4;
}

.section-related .page-center {
  padding: 60px 0;
}

.section-related h2 {
  text-align: left;
  margin-bottom: 40px;
  color: #000000;
}

.section-related h3 {
  margin: 10px 0 0 0;
}

.section-related h3 a {
  color: #000000;
}

.news-area {
  margin-bottom: 60px;
}

.news-area .section-news {
  background-color: #F5F5F5;
}

.section-news {
  background-color: #ffffff;
}

.section-news .page-center {
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-form {
  background-color: #fafafa;
}

.section-form .page-center {
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ========= SOCIAL ========= */

.social-media-bar {
  padding: 20px 0;
  margin: 0;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-media-bar ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.social-media-bar p {
  font-weight: 700; 
  fill: #000000;
}

.social-media-bar li {
  display:inline-block;
  vertical-align: middle;
  padding: 0;  
  margin-right: 10px;
}

.social-media-bar li i {
  font-size: 18px;
}

.social-media-bar li a {
  width: 34px;
  padding: 8px;
  fill: #2C354B;
  box-sizing: border-box; 
  display: block;
  text-align: center;
}

.social-media-bar li a:hover {
  fill: #DC222A;!important;
}

.post-info {
  font-size: 15px;
  font-weight: 300;
  align-items: center;
}

.post-info .author {
  display: flex;
  gap: 30px;
}

.post-info .author .picture {
  border-radius: 8px;
  display: inline-block;
  flex: 0 0 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 50px;
}

.post-info .author .picture img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  position: absolute!important;
  right: 0;
  top: 0;
  width: 100%;
}

.post-info .author p.author-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}

.post-info .author p.author-text span {
  font-size: 13px;
}

.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
  margin-top: 5px;
}

/* ========= COMENTARIOS ========= */

.section-comments {
  padding-top: 60px;
}

.comments-wrapper {
  position: relative;
  float: none;
  max-width: 800px!important;
  margin: 0 auto 30px!important;
}

.section-comments h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}

.section-comments fieldset {
  max-width: initial!important;
}

.section-comments fieldset.form-columns-1 .hs-input,
.section-comments fieldset.form-columns-2 .hs-input{
  width: 100%!important;
}

.comments-wrapper input[type="text"],
.comments-wrapper input[type="number"],
.comments-wrapper input[type="tel"],
.comments-wrapper input[type="password"],
.comments-wrapper input[type="email"],
.comments-wrapper input[type="email"],
.comments-wrapper textarea{
  height: 45px;
  border: 1px solid #cfcfcf;
  padding: 10px;
  font-size: 14px;
  color: #616366;
  margin-bottom: 15px;
  width: 100%;
}

.comments-wrapper textarea {
  height:195px;
}

.comments-wrapper label {
  display:none;
}

.comments-wrapper .actions {
  margin-top:30px;
}

.comments-wrapper input[type="submit"] {
  padding: 10px 40px!important;
  color: #FFFFFF;
  border-radius: 8px!important;
  font-size: 17px!important;
  text-transform: none!important;
  font-weight: bold;
  width: auto;
  background: rgba(41,145,204,1);
  background: linear-gradient(100deg,rgba(41,145,204,1) 0%,rgba(22,194,245,1) 100%);
  box-shadow: 0px 4px 17px rgb(41 145 204 / 50%);
  border: none;
  cursor: pointer;
}

.comment-from h4{
  font-size:16px;
  font-weight: 600;
  color: #000000;
}

.comment-reply-to {
  display: none;
}

.comment-body {
  font-size:15px;
  color:#90929c;
}

.new-comments {
  margin:30px 0;
}


#comments h4{
  font-size: 14px;
  margin: 0 0 20px 0;
}

#comments p {
  font-size: 15px;
}

#comments a {
  color: #008241;
}

ol.commentlist{
  list-style:none;
  padding: 0;
}

ol.commentlist li{
  margin-bottom:30px;
}

ol.commentlist ul{
  margin:0px;
}

ol.commentlist ul li{
  margin:20px 20px 20px 40px;
}

#respond{
  margin:0 0 30px 0;
  clear:both;
}

#respond form label{
  width:auto;
  margin-right:10px;
  display: block;
  font-size: 14px;
}

#respond form input{
  margin-bottom: 10px;
  width: 100%;
}

#respond form textarea{
  margin-bottom: 10px;
  width: 100%;
}

#respond form input.commentsubmit {
  background: #1e7c01;
  border-color: #1e7c01;
  display: block;
  font-weight: 600;
  position: relative;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  width: auto;
  cursor: pointer;
  text-decoration: none; 
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;      
}

#respond form input.commentsubmit:hover {
  background: #84ba3f;
  border-color: #84ba3f;	
}   

.comment-metadata {
  padding: 20px 0;
}

.comments-wrapper .hs-error-msgs {
  list-style: none;
  margin-top: 0;
  padding: 0;
}

.comments-wrapper .hs-error-msgs label,
.comments-wrapper .hs-error-msgs label span {
  font-size: 12px !important;
  color: #ff7373 !important;
  display: block;
}

#newsletter form {
  display: flex;
  gap: 20px;
}

#newsletter .hs-form-field {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#newsletter .hs-submit {
  display: inline-block;
  width: 30%;
}

#newsletter input[type=submit] {
  margin-top: 0!important;
}

/**** BUSCA *****/

.hs-search-field__input {
  padding: 8px;
  font-size: 14px;
  border: solid 1px #c9c9c9;
  border-radius: 3px;
}

.hs-search-field--open .hs-search-field__suggestions {
  display: none!important;
}

.hs-search-field__bar>form::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  right: 10px;
  position: absolute;
  top: 6px;
  width: 25px;
  height: 25px;
}

@media (max-width: 768px) {

  .post-area {
    padding: 40px 0;
  }

  .post-interna.case .post-img {
    height: 200px;
  }

  .info-post {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-interna {
    padding: 30px 20px;
  }

  .blog-post .section-data {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-listing .post-article .post-header .picture {
    width: 100%;
  }

  .post-interna .post-texto ul,
  .post-interna .post-texto ol {
    margin-left: 0;
  }

  .blog-grid {
    padding: 30px 20px;
  }

  .section-related .page-center {
    padding: 20px;
  }

  .social-media-bar {
    flex-direction: column;
  }

  .section-title .post-interna {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .section-title .post-interna h1 {
    font-size: 23px;
  }

  .info-post .post-time-data {
    align-items: flex-start;
    font-size: 13px;
    flex-direction: column;
    gap: 5px;
  }

  #newsletter form {
    gap: 10px;
    flex-direction: column;
  }

  #newsletter .hs-submit {
    width: 100%;
  }
}