







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

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

.titleBlog {
  color: #F97316;
  font-weight: 600;
  font-size: 24px;
}

/******* 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);
  align-items: center;
}

@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: 10px;
  max-height: 360px;
  display: flex;
  align-items: center;
}

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

.hero-banner .post-item:hover .post-header .picture img {
  transform: scale(1.05);
}

.hero-banner .post-item.big .post-body {
  position: relative;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.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: #431407;
  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: #431407;
}

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

.hero-banner .post-item .post-body .categoria {
  font-size: 15px;
  text-transform: uppercase;
  color: #FB923C;
  background: rgba(251, 146, 60, 0.10);
  font-weight: 300;
  display: inline-block;
  text-align: center;
  padding: 3px 15px;
  border-radius: 50px;
  border: solid 1px rgba(251, 146, 60, 0.10);
}

.hero-banner .post-item .post-body .categoria:hover {
  border: 1px solid rgba(251, 146, 60, 0.30);
  background: rgba(251, 146, 60, 0.15);
}

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

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

/*.section-area-blog .tag-title {
  text-align: center;
  padding: 60px 20px;
  border-radius: 15px;
  background-color: #431407;
  margin-bottom: 20px;
  background-image: 
    linear-gradient(
      rgba(67, 20, 7, 0.45), 
      rgba(67, 20, 7, 0.45)
    ),
    url(https://45178310.fs1.hubspotusercontent-na1.net/hub/45178310/hubfs/blog/atendimento-suporte.jpg);
  background-position: center;
}*/

.section-area-blog .tag-title {
  text-align: center;
  padding: 60px 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  background-image: url(https://45178310.fs1.hubspotusercontent-na1.net/hub/45178310/hubfs/blog/atendimento-suporte.jpg);
  background-position: center;
}

.section-area-blog .tag-title.chip-label {
  background-image: url(https://45178310.fs1.hubspotusercontent-na1.net/hub/45178310/hubfs/blog/atendimento-suporte.jpg);
}

.section-area-blog .tag-title.hub-de-conteúdo {
  background-image: url(https://45178310.fs1.hubspotusercontent-na1.net/hubfs/45178310/blog/thumb-tag-hub-de-conteudo.jpg);
}

.section-area-blog .tag-title.tendências-e-insights {
  background-image: url(https://45178310.fs1.hubspotusercontent-na1.net/hubfs/45178310/blog/thumb-tag-tendencias-e-insights.jpg);
}

.section-area-blog .tag-title.performance-e-produtividade {
  background-image: url(https://45178310.fs1.hubspotusercontent-na1.net/hubfs/45178310/blog/thumb-tag-performance-e-produtividade.jpg);
}

.section-area-blog .tag-title.processos {
  background-image: url(https://45178310.fs1.hubspotusercontent-na1.net/hubfs/45178310/blog/thumb-tag-processos.jpg);
}

.section-area-blog .tag-title.atendimento {
  background-image: url(https://45178310.fs1.hubspotusercontent-na1.net/hubfs/45178310/blog/thumb-tag-atendimento.jpg);
}

.section-area-blog .tag-title.vozes-da-liderança {
  background-image: url(https://45178310.fs1.hubspotusercontent-na1.net/hubfs/45178310/blog/thumb-tag-vozes-da-lideranca.jpg);
}

.section-area-blog .tag-title.cases {
  background-image: url(https://45178310.fs1.hubspotusercontent-na1.net/hubfs/45178310/blog/thumb-tag-cases.jpg);
}

.section-area-blog .tag-title.plataforma {
  background-image: url(https://45178310.fs1.hubspotusercontent-na1.net/hubfs/45178310/blog/thumb-tag-plataforma.jpg);
}

.section-area-blog .tag-title.por-dentro-da-agidesk {
  background-image: url(https://45178310.fs1.hubspotusercontent-na1.net/hubfs/45178310/blog/thumb-tag-por-dentro-da-agidesk.jpg);
}


.section-area-blog h1 {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
}

.post-listing-grid {
  display: grid;
  grid-auto-rows: auto;
  grid-gap: 60px;
  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: 0;
}

.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: 12px;
}

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

.post-listing-grid .post-article:hover .post-header .picture img {
  transform: scale(1.05);
}

.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: #431407;
  font-weight: 700;
  font-size: 24px;
}

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

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

.post-listing-grid .post-article .post-body .time-data,
.hero-banner .post-article .post-body .time-data {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  align-items: center;
  color: #FB923C;
  font-style: italic;
  font-size: 16px;
}

.post-listing-grid .post-article .post-body .time-data .post-time {
  margin: 0;
}

.post-listing-grid .post-article .post-body .time-data .post-time,
.post-listing-grid .post-article .post-body .time-data .post-data {
  font-size: 15px;
  color: #FB923C;
}


@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;
  align-items: center;
}

.post-article .read-more a {
  color: #F97316;
  font-weight: 600;
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  border-radius: 0;
  font-size: 15px;
}

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

.post-article .read-more::after {
  content: '';
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  vertical-align: middle;
  border-right: 2px solid #F97316;
  border-top: 2px solid #F97316;
  transform: rotate(45deg);
}

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

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

.section-title h1 {
  color: #431407;
}

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

/* 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: 40px 60px;
  max-width: 996px;
  margin: 0 auto;
  word-wrap: break-word;
  background-color: rgba(244, 244, 245, 0.8);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  z-index: 2;
}

.title-area {
  padding: 40px 60px;
  max-width: 996px;
  margin: 0 auto;
  background-color: rgba(244, 244, 245, 0.8);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  width: 100%;
}

.title-area h1 {
  color: #431407;
  font-weight: 700;
}

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

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

.img-post-area {
  width: 100%;
  margin-top: 40px;
}

.img-post-area .post-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

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

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

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

.post-interna .info-post .categoria {
  font-size: 15px;
  text-transform: uppercase;
  color: #FB923C;
  background: rgba(251, 146, 60, 0.10);
  font-weight: 300;
  display: inline-block;
  text-align: center;
  padding: 3px 15px;
  border-radius: 50px;
  border: solid 1px rgba(251, 146, 60, 0.10);
}

.post-interna .info-post .categoria:hover {
  border: 1px solid rgba(251, 146, 60, 0.30);
  background: rgba(251, 146, 60, 0.15);
}


.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: #431407
}

.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: 24px;	
  color: #000000;
}

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

.post-interna .post-texto h4 {
  font-size: 20px;
  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: #431407;
  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 {
  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: 10px;
  align-items: center;
  color: #F97316;
  font-style: italic;
}


.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 {
}

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

.section-related h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #431407;
  font-weight: 700;
}

.section-related h3 a {
  color: #431407;
  font-weight: 700;
}

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

.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;
}

.progress {
  background-color: #F97316;
  height: 5px;
  width: 0px;
  inset: 0;
}

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

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

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

.social-media-bar span {
  color: #FDBA74;
}

.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: #FDBA74;
  box-sizing: border-box; 
  display: block;
  text-align: center;
}

.social-media-bar li a:hover {
  fill: #F97316;!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;
}

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

.hs-search-field__input {
  padding: 8px 20px;
  font-size: 14px;
  border: 0;
  border-left: solid 1px #F97316;
  border-radius: 0;
  background-color: transparent;
}

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

.hs-search-field__bar button svg {
  height: 15px !important;
  fill: #F97316;
}

#hs_cos_wrapper_busca .hs-search-field__button {
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 99;
  position: relative;
}

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

/* Search pages */

.busca-resultado h1 {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 700;
  color: #431407;
}

.busca-resultado .hs-search-results__listing li {
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  padding: 10px 0 20px 0;
}

.busca-resultado .hs-search-results__title {
  font-size: 18px;
  font-weight: 600;
  color: #431407;
}

.busca-resultado .hs-search-results__description {
  font-size: 16px;
}

.busca-resultado .hs-search-highlight {
  background-color: rgba(253, 186, 116, .3);
  color: #000;
  font-weight: normal!important;
}

#hs_cos_wrapper_busca_resultado .hs-search-results__pagination {
  margin-top: 40px;
}

.hs-search-results__pagination__link {
  color: #FB923C;
  margin-top: 30px;
}

.hs-search-results__pagination__link--active {
  border-width: 0!important;
  color: #F97316;
  font-weight: 700;
}

/*.hs-search-field__input {
background-color: #f8f8f8!important;
border: 1px solid #e2e2e2!important;
border-radius: 4px!important;
-moz-border-radius: 4px!important;
-webkit-border-radius: 4px!important;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
color: #636363!important;
font-size: 16px!important;
font-weight: 300!important;
height: auto!important;
letter-spacing: 0!important;
padding: 10px;
text-align: left!important;
width: 100%;
}*/

@media (max-width: 768px) {

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

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

  .info-post {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 0;
    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-area {
    margin: 0 30px;
  }

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

  .img-post-area .post-img {
    height: 380px;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }

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

  .img-post-area .title-area {
    position: absolute;
    padding: 20px;
    margin: 0 10px;
    width: auto;
  }

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

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

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

  .title-area h1 {
    text-align: left;
    font-size: 22px;
  }

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

  .post-interna .post-texto blockquote {
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: 10px;
    width: 90%;
    font-size: 1.2rem;
    font-weight: 400;
    border-left: solid 4px #e7e7e7;
    padding-left: 20px;
  }

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

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

  .busca {
    width: 50%;
  }

  .post-interna .post-texto p,
  .post-interna .post-texto ul,
  .post-interna .post-texto ol {
    font-size: 15px;
  }

}