html {
	scroll-behavior: smooth !important;
  scroll-padding-top: 7rem !important;
}


body {
  background: #F8F8F9;
}

blockquote {
  background: #EBEDF3;
  border-radius: 16px;
  margin: 0 0 30px;
  padding: 45px;
}

blockquote p {
  font-size: 32px;
  line-height: 56px;
  color: #51576B;
  margin: 0;
}
    .content-wrapper {
margin: auto;     
}
@media (min-width: 1400px) {
    .content-wrapper {
        max-width: 80vw;
    }
}
@media (max-width: 1200px) {
    .content-wrapper {
        max-width: 1140px;
    }
}
@media (max-width: 992px) {
    .content-wrapper {
        max-width: 960px;
    }
}
@media (max-width: 768px) {
    .content-wrapper {
        max-width: 720px;
    }
} 


/*
* Blog post
*/
.blog-post {
/*   margin: 72px 0 0; */
  margin: 8rem 0 0;
  padding: 80px 0 0;
}

.blog-post .grid {
  display: grid;
  grid-template-columns: 25% 75%;
  max-width: 1430px;
}

.pesquisa{  
  background: #fff;
  padding: 10px;
  border-radius: 50px;
}

.pesquisa .hs-search-field__form{
      flex-direction: row-reverse;
}
.pesquisa input{
     border: none; 
      margin-left: 10px;
  
}
.pesquisa .hs-search-field__button {
      border: none;
    background: #fff;
}
.pesquisa .hs-search-field__input:focus {
  outline-style: none!important;
}
.hs-search-field__bar button svg{
  fill: #d5d5d7;
  transform: scale(1.5);
      margin-left: 10px;
}
.blog-post h1 { 
    margin: 0;
}
.blog-post h1,
.blog-post h3{
  color: #131418;
}
.blog-post h2 {
  color: #062C15;
}
 

.blog-post .blog-post-body h2 {
/*   margin: 40px 0 */
  font-size:24px; 
}

.blog-post .blog-post-body p ,
.blog-post .blog-post-body li {
  font-size:14px;
}
.blog-post .blog-post-body li {
  line-height:1.8;
}

@media(min-width:768px) {
  .blog-post .blog-post-content h1 {
    font-size:32px;
    line-height:1.3;
  }
  .blog-post .blog-post-content h2 {
/*     font-size:26px; */
    line-height:1.3;
/*     margin: 2em 0 1em; */
  }
  .blog-post .blog-post-content h3 {
    font-size:22px;
    line-height:1.3;
    color:#333;
    margin: 1.5em 0;
  }
  .blog-post .blog-post-content h4 {
    font-size:18px;
    line-height:1.3;
    color:#333;
  }
}

@media(min-width:1200px) {
  .blog-post .blog-post-content h1 {
    font-size:42px;
  }
  .blog-post .blog-post-content h2 {
    font-size:24px;
  }
  .blog-post .blog-post-content h3 {
    font-size:26px;
  }
  .blog-post .blog-post-content h4 {
    font-size:20px;
  }
  .blog-post .blog-post-body p ,
  .blog-post .blog-post-body li {
    font-size:16px;
  }

}

.blog-post .blog-post-body a {
  background: #46FC79;
  font-weight: 600;
  text-decoration: underline;
}
.blog-post .post-title {
  color: #131418;
  margin: 20px 0;
     max-width: fit-content;
}

.blog-post .post-meta .infos-desktop{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
/*     margin: auto; */
    flex-wrap: wrap;
}

.blog-post .post-meta .infos-desktop .readminutes{
    gap: 5px;
      border-left: 2px solid #00AB30;
    padding-left: 10px;
}

.blog-post .blog-post-body .postFeatureImageWrapper .clearfix{
    width: 100%;
    height: 20rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.blog-post .blog-post-body .postFeatureImageWrapper .clearfix img{
width: 100%;
}
  @media (min-width: 768px){
  .page-series .hero .grid {
    display: grid;
    grid-template-columns: 52% 48%;
    align-items: center;
    padding: 60px 0;
    margin: 110px 0 0
  }
}

/*
* meta
*/


.popularpost .blog-group-post li:hover{
      color: #fff;
  background:#00ab30;
      cursor: pointer;
}
.popularpost .blog-group-post li{
    padding: 5px 10px;
    background: #EFEFEF;
    border-radius: 10px;
    color: #141414;
      font-size: 12px;
  
}
.blog-index .list-post .post-tag ul li:hover{
      color: #fff;
  background:#00ab30;
      cursor: pointer;
}

.blog-post .post-title .post-tag ul li:hover{
      color: #fff;
  background:#00ab30;
      cursor: pointer;
}
.popularpost .blog-group-post .post-meta{
      display: flex;
flex-direction: row;
    justify-content: space-between;
      margin-top: 10px;
      font-size: 12px;
    color: #8089a7;
}
.popularpost .list-post .post-tag ul li:hover{
    color: #fff;
  background:#00ab30;
      cursor: pointer;
}
.blog-post .post-meta {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #51576B;
  justify-content: space-between;
}

/* --------------------------------breadcrumb-------------------------------- */
.breadcrumb,
.breadcrumb-busca{ 
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0 15px; 
    list-style: none;
}

.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
    color: #062C15;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding: 0 .3rem;
    color: #969696;
    content: ">";
}
/* Blog index */
.intro {
      background: url(https://www.opencadd-agro.com.br/hubfs/opencadd-agro/home/bg-frm-contact.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right;
/* position: relative;
    top: 20vh; */
}

.blog-hero .post-title a:hover {
  color: #ff4800
}

.blog-hero .btn:active, .blog-hero .btn:focus, .blog-hero .btn:hover {
  filter: none;
}

.blog-hero .post-meta {
  gap: 15px
}

/* .blog-post .blog-post-content .post-title{
     max-width: fit-content;
} */



@media (min-width: 768px){
  .blog-hero .grid {
    display: grid;
    grid-template-columns: 52% 48%;
    padding: 80px 0;
    margin: 72px 0
  }

  .blog-hero .post-hero {
    max-width: 740px
  }
}

.hero .btn-icon{
  white-space: break-spaces;
    background-color: #ff4800;
    border-radius: 50px;
    color: #fff;
      padding: 9px 25px;
      transition: all .5s ease 0s;
}

/* .hero .btn-icon:hover{ 
    background-color: #000; 
} */
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
      font-style: normal;
}
.fa-download {
    margin: 0 5px 0 0;
}
.fa-download:before {
    content: "\f019";
}

@media (min-width: 1600px){
  .blog-hero .grid {
    margin: 110px 0 80px;
    padding: 100px 0 0 0;
  }
}



.post-author img {
  width: 24px;
  border-radius: 50%;
      margin: 0 5px 0 10px;
}

.post-author {
  display: flex;
  align-items: center; 
      padding: 1rem 0 0;
  color: #929292;
}
.post-author span{

    color: #00ab30;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.post-end{
display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-end .post-author {
    padding: 0;
}
.post-end .share p {
margin: 0;
}
.post-end .post-author .hs-social-linkedin {
      display: flex;
    padding: 8px;
    line-height: 1;
    border: 2px solid #EBEDF3;
    border-radius: 40px;
}

.post-end .post-author .hs-social-linkedin svg{
    fill: #2E323F;
    height: 16px;
}
/*
* blog-series-list
*/
.blog-series-list {
  padding: 80px 0
}

.blog-series-list .title {
  text-align: center;
  margin: 0 0 40px
} 

.blog-series-list .title h2 svg { margin-right: 8px }

.blog-series-list .title p {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #131418;

}
@media (max-width: 768px )
{
  .blog-series-list .title p {
    font-size: 22px;
    line-height: 1.4;
  }
  .blog-series-list .title h2 { 
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (min-width: 1200px){
  .blog-series-list .blog-series-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
  }
}

.blog-series-cards .card {
  background: #fff;
  border: 2px solid #EBEDF3;
  border-radius: 8px;
  /*   max-width: 240px; */
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-series-cards .card .card-image {
  border-bottom: 2px solid #EBEDF3;
  height: 174px;
  overflow: hidden;
}

.blog-series-cards .card .card-image img {
  border-radius: 8px 8px 0px 0px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.blog-series-cards .card .card-text {
  padding: 24px 16px
}

.blog-series-cards .card .card-text h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #131418;
}

.blog-series-cards .card .card-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #51576B;
  margin: 0
}

/*
* blog-index
*/
.blog-index {
  padding: 50px 0
}

.blog-index-head,
.blog-heading {
  padding: 0 0 15px; 
}

.blog-index-head {
  margin: 0 0 50px;
}

.blog-heading {
  margin: 50px 0;
}

.blog-index-head h2,
.blog-heading h2 { 
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #131418;
  margin: 0;
}
.blog-index-head h2 span{
  color: #00ab30;
}
/*
* blog-group
*/
.blog-group {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 1200px){
  .blog-group {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

.blog-group .blog-group-post {
      margin-bottom: 20px;
    display: flex;
    flex-direction: column;  
      max-height: calc(100% + 10px);
    height: 100%;
  justify-content: space-between;

}

.blog-group-post-image {
/*   margin: 0 0 20px; */
  margin: 0;
  display: flex;
}

.blog-group-post-image img {
  border-radius: 5px;
  object-fit: contain;
  aspect-ratio: auto;
}

.blog-group-post-title {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #062C15;
  margin: 0;
      min-height: 4rem;
}
.blog-group-post .post-description p{
  margin: 0;
}
.blog-group-post-title a:hover {
  color: #00ab30;
}

.blog-group-post-summary {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #51576B;
}
.blog-group-post-summary p{
margin: 0;
}

.blog-group.small .blog-group-post-image {
  height: 174px;
}

.blog-group.small .blog-group-post-title {
  font-size: 20px;
  line-height: 1.4;
}

@media (max-width: 1600px){
  .blog-group .post-meta {
    flex-wrap: wrap;
  }

  .blog-group .post-meta .post-tag {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-group .post-meta .post-timestamp {
    border-left: 0;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
  }
}

/*
* blog-pagination
*/
.blog-pagination {
  display: flex;
  justify-content: center;
  padding: 40px 0 0
}

@media (min-width: 992px){
  .blog-pagination {
    justify-content: space-between;
    padding: 80px 0 0;
    margin: 0 auto;
    max-width: 740px;
  }
}

.blog-pagination a,
.blog-pagination span {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #131418;
}

.blog-pagination a:hover {
  color: #ff4800
}

.blog-pagination a:hover svg path {
  stroke: #ff4800
}

.blog-pagination a {
  display: flex;
  align-items: center;
}

.blog-pagination .disable,
.blog-pagination .disable:hover {
  color: #C6CBD7;
}

.blog-pagination .disable:hover svg path {
  stroke: #ff4800
}

/*
* blog-cta
*/
.blog-cta {
  padding: 40px 0 0;
  text-align: center;
  display: none;
}

@media (min-width: 768px){
  display: block;
}

@media (min-width: 992px){
  .blog-cta  {
    padding: 80px 0 0;
  }
}

/*
* summary-menu
*/
.summary-menu {
  width: 250px; 
    
}

.summary-menu h3 {
  color: #131418; 
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0 0 30px;
  
}

.summary-menu .topics {
    margin: 0;
    list-style: none;  
  padding: 0;
}

.summary-menu .topics li {
    border-left: 2px solid #00AB30;
    margin: 10px 0;
    padding-left: 10px;
}

.summary-menu .topics li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #51576B;
  transition: all .3s ease 0s;
  position: relative;
  padding: 0 0 0.5rem;
  display: block;
}

.summary-menu .topics li a:hover {
  color: #00AB30;
} 
.summary-menu .topics li a::before {
  background: #00AB30;
  color: #00AB30;
  bottom: 0;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all .5s ease 0s;
  width: 0;
}

.summary-menu .topics li:active a {
  color: #00AB30;
  font-weight: 700;
}

.summary-menu .topics li.active a::before{
  width: 50%;
}

.share{
    display: flex;
    align-items: center;
    gap: 10px;
}
.share .social-links,
.summary-menu .social-links {
  display: flex;
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

.share .social-links li,
.summary-menu .social-links li {
  margin-right: 10px
}

.share .social-links li a,
.summary-menu .social-links li a {
  display: flex;
  padding: 8px;
  line-height: 1;
  border: 2px solid #EBEDF3;
  border-radius: 50%;
  background: #46FC79;
}

.share .social-links li a:hover,
.summary-menu .social-links li a:hover {
      background: #37c75f;
}
.share .social-links li a svg,
.summary-menu .social-links li a svg {
  fill: #2E323F;
  height: 16px
}
.share .social-links li:hover svg,
.summary-menu .social-links li:hover svg{
  fill: #fff;;
}

/*
* page-series
*/




  .page-series .hero .text {
    max-width: 740px
  }
}

.page-series .hero .text .title {
  color: #131418;
  margin: 20px 0
}

.page-series .hero .text .subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #51576B;
}

.page-series .summary {
  position: relative;
  padding: 80px 0 0
}

.page-series .summary .grid {
  display: grid;
  grid-template-columns: 25% 75%;
  max-width: 1430px;
}

.page-series .summary .content-text {
  padding: 30px 0
}

.page-series .summary .content-text:first-child {
  border-bottom: 2px solid #C6CBD7;
  margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
  .page-series .summary .content-text {
    padding: 80px 0
  }

  .page-series .summary .content-text:first-child {
    margin: 0 0 80px;
    padding: 0 0 80px 0
  }
}

.page-series .summary .content-text blockquote p {
  font-size: 32px;
  line-height: 56px;
  margin: 0;
}

.page-series .summary .content-text h2 {
  margin: 40px 0 20px;
  color: #131418;
}

@media screen and (min-width: 768px) {
  .page-series .summary .content-text h2 {
    margin: 80px 0 40px;
  }
}

.page-series .summary .content-text p,
.page-series .summary .content-text li {
  font-size: 18px;
  line-height: 32px;
}

.page-series .content-text .heading { 
  margin: 0 0 40px;
  padding: 0 0 1.4rem;
}

.page-series .content-text .heading h2 {
  font-family: 'inter';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #131418;
  margin: 0 0 10px;
}

.page-series .content-text .heading p {
  margin: 0;
}

.page-series form fieldset {
  max-width: 100%!important;
  width: 100%
}

.page-series form .hs-form-field {
  margin: 0 0 40px
}

.page-series form .hs-form-field label {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
  margin: 0
}

.page-series form .hs-form-field label .hs-form-required {
  color: red
}

.page-series form .hs-form-field .input .error:not(.hs-input) {
  display: block;
  order: 9;
  width: 100%
}

.page-series form .hs-form-field .input input,
.page-series form .hs-form-field .input select,
.page-series form .hs-form-field .input textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #b1b0b0;
  outline: none;
  width: 100%
}

.page-series form .hs-form-field .input select {
  height: 23px
}

.page-series form .hs-form-field .input select+input {
  margin-left: 10px
}

.page-series form .hs-form-field .input textarea {
  width: 100%
}

.page-series form .hs-form-field .error {
  color: red;
  font-size: 11px
}

.page-series form .hs-fieldtype-intl-phone {
  display: flex
}

.page-series form p {
  color: #ccc;
  font-size: 13px;
  margin: 0 0 30px
}

.page-series form .hs-error-msgs {
  color: red;
  list-style-type: none;
  margin: 0;
  padding: 0
}

.page-series form .hs-error-msgs label,form .hs-error-msgs li {
  color: red!important;
  font-size: 12px!important
}

.page-series form .hs-submit .hs-button {
  background-color: #ff4800;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Quicksand,sans-serif;
  font-size: 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
  padding: 9px 25px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap
}



/* 
* Blog related posts 
*/
.popularpost {
  padding: 0 0 80px 0;
}


.popularpost .head-title-section{
      text-align: center;
}
.popularpost .head-title-section h2{
margin: 0;
}

.popularpost .blog-group ul,
.post-title .post-tag ul {
    padding: 0;
    display: flex;
    list-style: none;
    gap: 10px; 
}
.popularpost .blog-group ul{
  margin:0
}

.post-title .post-tag ul li {
padding: 7px 20px;
    background: #EFEFEF;
    border-radius: 10px;
    color: #141414;
}
.list-post .post-tag ul {
  padding: 0;
    display: flex;
    list-style: none;
    gap: 10px; 
}
.list-post .post-tag ul li {
padding: 7px 10px;
    background: #EFEFEF;
    border-radius: 10px;
    color: #141414;
} 
.post-meta .post-tag a {
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  color: #51576B;
  padding: 8px 16px;
  border: 1px solid #51576B;
  border-radius: 2px;
}
/* .popularpost .blog-group ul li a{
    font-size: 12px;
}
  */

.blog-index .blog-index-head,
.popularpost .heading {  
  padding: 0 0 1.4rem;
  text-align: center;
  font-family: 'Inter', sans-serif;

}

.blog-index h2,
.popularpost .heading h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #062C15;
  margin: 0 0 10px;
}

.popularpost .heading p {
  margin: 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

.progress-container {
  background: transparent;
  height: 5px;
  position: absolute;
  top: 100%;
  width: 100%
}

.progress-bar {
  background: #ff4800;
  height: 3px;
  width: 0
}
 

/*
* .blog-search-page
*/
/* 
.blog-search-page .hs-search-field {
  max-width: 800px;
  margin: 0 0 50px;
}

.blog-search-page .hs-search-field__bar:before {
  top: 16px;
}

.blog-search-page .hs-search-results__title {
  margin: 0 0 20px;
  font-size: 16px;
  color: #ff4800;
  font-weight: 600;
  display: block;
}

.blog-search-page .hs-search-results__listing li {
  margin: 0 0 50px;
}

.blog-search-page .hs-search-results__listing li .hs-search-results__description {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

.blog-search-page .hs-search-results__listing li .hs-search-results__description .hs-search-highlight {
  color: #000;
  font-weight: 600;
}

.blog-search-page .hs-search-field__bar .hs-search-field__input {
  padding: 10px 0;
  font-size: 18px;
} */
.nav-posts{
      background: #fff;
    padding: 50px 0;
}
.nav-posts ul{
      align-items: center;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-posts ul .next, .nav-posts ul .prev{
      align-items: center;
    display: flex;
      gap: 20px;
}

.nav-posts ul .next a, .nav-posts ul .prev a{
      font-weight: 700;
  color:#062C15;
}
.nav-posts ul .next a:hover,
.nav-posts ul .prev a:hover{
color: #00ab30
}
.nav-posts ul .next svg, .nav-posts ul .prev svg{
  height: 16px;
      fill: #00ab30;
}


.nav-posts ul .prev:active a ,
.nav-posts ul .next:active a {
  color: #00AB30; 
}


.popularpost svg{
    height: 30px;
    fill: #00ab30;
}
.popularpost .meta{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.popularpost .meta .date,
.popularpost .meta .readminutes,
.blog-group-post .post-timestamp,
.blog-group-post .readminutes{
    display: flex;
    align-items: center;
    gap: 7px;

}
.blog-group .blog-group-post .post-meta{
     font-size: 12px;
    color: #8089a7; 
  display: flex;
  justify-content: space-between;
}
.popularpost .post-info .post-list-tags a {
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    background: #EFEFEF;
    color: #51576B;
    padding: 8px 16px;
    border: 1px solid #EFEFEF;
    border-radius: 1em;
    text-transform: capitalize;
}


.group-all-categories{
      border: 1px solid #E8EAEE;
    padding: 30px 0;
}

 .group-all-categories .tags-list{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
 .group-all-categories ul{
    display: flex;
    list-style: none;
    gap: 1em;
    padding: 0;  
    align-items: center;
}

 .group-all-categories ul li{
font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    background: #EFEFEF;
    color: #51576B;
    padding: 8px 16px;
    border: 1px solid #EFEFEF;
    border-radius: 1em;
    text-transform: capitalize;
       cursor: pointer;
}
.list-post .post-tag ul li{
  font-size: 11px;
}

.card .post-list-tags li{
 z-index: 9999; 
}
.card .post-list-tags li:hover;
.popularpost .blog-group ul li:hover,
.list-post .post-tag ul li:hover,
.group-all-categories ul li:hover{
background: #333;
   color: #fff;
}
   /*
* mobile
*/
@media (max-width: 575.98px) {
  .post-meta {
    flex-wrap: wrap;
    font-size: 14px;
  }

  .post-meta .post-tag {
    width: 100%;
    margin-bottom: 20px;
  }

  .post-meta .post-timestamp {
    border-left: 0 !important;
    margin: 0 20px 0 0 !important;
    padding: 0 20px 0 0 !important;
  }
}

@media (max-width: 768px) {
  .blog-hero {
    margin: 100px 24px 0;
  }

  .blog-hero .post-title {
    font-size: 26px;
    line-height: 1.5;
  }

  .blog-hero .grid {
    padding-bottom: 40px;
  }

  .blog-series-list {
    padding: 40px 24px;
  }

  .blog-series-list .title h2 {
    display: block;
  }

  .blog-series-list .title h2 svg {
    display: block;
    margin: 0 auto 20px;
  }

  .blog-series-list .blog-series-cards {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
  }

  .blog-series-list .blog-series-cards .col {
    max-width: 240px;
    flex: 0 0 240px;
  }

  .blog-series-cards .card {
    margin: 0 auto;
  }

  .blog-index {
    padding: 40px 24px;
  }

  /*   .blog-group-post-image,
  .blog-group.small .blog-group-post-image {
  height: auto;
} */

  .blog-group-post-title,
  .blog-group.small .blog-group-post-title {
    font-size: 20px;
    line-height: 32px;
  }

  .page-series {
    padding: 0 24px 40px
  }

  .page-series .hero {
    margin: 100px 0 0;
  }

  .page-series .hero .grid {
    padding-bottom: 40px;
  }

  .page-series .summary {
    padding: 40px 0 0;
  }

  .page-series .summary .grid,
  .blog-post .grid {
    display: flex;
    grid-template-columns: 100%;
    flex-direction: column-reverse;
  }

  .summary-menu {
    width: 100%;
  }

  .summary-menu h3,
  .summary-menu .topics{
    display: none
  }

  .summary-menu .social-links {
    justify-content: center;
  }

  blockquote {
    padding: 25px;
  }

  .page-series .summary .content-text blockquote p,
  blockquote p {
    font-size: 18px;
    line-height: 32px;
  }

  .page-series .summary .content-text p, .page-series .summary .content-text li {
    font-size: 14px;
    line-height: 24px;
  }

  .page-series .content-text .heading h2,
  .popularpost .heading h2,
  .blog-heading h2, 
  .blog-index-head h2 {
    font-size: 20px;
    line-height: 32px;
  }

  .blog-post {
    margin: 100px 0 0;
    padding: 0 24px 40px;
  }

  .popularpost {
    padding: 40px 0 0;
  }

  .blog-pagination {
    justify-content: space-between;
  }

  .blog-pagination a, .blog-pagination span {
    font-size: 14px;
    line-height: 20px;
  }
}

/* --------------------------------load more-------------------------------- */

.blog-load-more__btn{
 background: #00ab30 ;
   color: #fff;
}

.blog-load-more__btn:hover{
  background: #3a6334;
   color: #fff;
}

.fixed-bottom, .fixed-top{
  background: #fff; 
}
/* --------------------------------pesquisa-------------------------------- */
 
 .busca.hs-search-results__listing__item a:focus,
 .busca.hs-search-results__listing__item a:hover {
/*     color: #00ab30; */
}
.busca{
 padding: 150px 0;
/*   background: #ff4800;  */
}
.busca .breadcrumb-busca .breadcrumb-item+ .breadcrumb-item::before { 
    content: " ";
}
.hs-search-results .hs-search-results__listing li:last-child{
 display: none!important; 
} 
.hs-search-results__message{
 display: none; 
}
.hs-search-results__listing{
grid-template-columns: 1fr 1fr 1fr;
}
.hs-search-results__listing__item{
      flex-direction: column;
}
.hs-pagination {
    margin-top: 80px;
/*     color: #FFFFFF; */
}
.hs-pagination__link
{
/*   color:#FFFFFF;  */
  transition:0.3s all;
}
.hs-pagination__link:hover
{
/*   color:#45D42E; */
}
.hs-pagination__link.hs-pagination__link--active
{
/*   color:#45D42E; */
}
.busca .hs-search-results__title{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
     color: var(--green-dark); 
  
    margin: 0;
    min-height: 4rem;
}
.busca .hs-search-results__title:hover,
.busca .hs-search-results__title:focus {
color: var(--green); 
}
.busca .hs-search-results__featured-image-wrapper {
    flex-basis: 33.3333%;
    flex-shrink: 0;
    margin-right: 0;
}

.busca .hs-search-results__description{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

	.topoTags > h2 {
		color: var(--cor_4, #062C15);
		leading-trim: both;
		text-edge: cap;
		font-style: normal;
		font-weight: 700;
		line-height: 55px; /* 110% */
		letter-spacing: -1px;
	}

.breadcrumb-busca {
	gap: 1rem;
}

#searchTermHereeee {
	color: var(--cor_02, #00AB30);
leading-trim: both;
text-edge: cap;
font-style: normal;
font-weight: 700;
line-height: 55px;
letter-spacing: -1px;
	text-transform: capitalize;
}

.greenTermHereeee {
color: var(--cor_02, #00AB30);
leading-trim: both;
text-edge: cap;
font-style: normal;
font-weight: 700;
letter-spacing: -1px;
text-transform: capitalize;
}

.hs-search-results__pagination, .blog-tag-title {
	padding-top: 2rem;
}

.hs-search-results__pagination__link--number, .hs-search-results__pagination__link--number:hover {
	border-radius: 5px;
	background: var(--cor_6, #00AB30);
	padding: 0px 35px;
	border: 0;
	color: #fff;
}

.hs-search-results__pagination__link--last, .hs-search-results__pagination__link--first {
	display: none !important;
}

.blog-tag-title {
	padding-top: 9rem;
}

.blog-index .content-wrapper {
	padding: 0 2.62rem;
}

.post-meta {
	padding-bottom: 1.2rem;
}

/* .hs-pagination svg
{
  fill:#ff4800;
  transition:0.3s all;
}

.hs-pagination svg:hover
{
  fill:#45D42E;
}
 
.hs-search-results
{
  max-width:1440px;
  margin:0 auto;
}  
.hs-search-field__suggestions
{
  display:none!Important;
}

.hs-search-results__pagination
{
  padding-top:30px;
  padding-bottom:50px;
  display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.hs-search-results__pagination a
{
  font-family: "Exo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color:#000;
  text-decoration:none;
  transition:0.3s all;
}

.hs-search-results__pagination a:hover{
 color:#45D42E
} 
  
.busca .hs-search-results__listing li {
    margin-bottom: 20px; 
    max-height: calc(100% + 10px);
    height: 100%; 
  color:#000; 
} */

/* Blog post *

.blog-post {
  margin: 0 auto;
  max-width: 960px;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts *

.popularpost {
  background-color: #F8FAFC;
}

.popularpost h2 {
  text-align: center;
}

.popularpost__list {
  display: flex;
  flex-wrap: wrap;
}

.popularpost__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .popularpost__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .popularpost__post {
    flex: 0 0 calc(100% / 3);
  }
}

.popularpost__image {
  height: auto;
  max-width: 100%;
}

.popularpost__title {
  margin: 0.7rem 0;
}

/* Blog comments *

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/*----------------*

.blog-post {
    margin: 72px 0 0;
    padding: 80px 0;
}