.step {
  display:none;
}
.step.active {
  display:block;
}



.title-listing-post {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 132%;
    color: #142731;
    margin-top: 80px;
    margin-bottom: 20px;
}

.post-column {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.box-post {
    display: flex;
    flex-direction: row;
    padding: 40px;
    gap: 48px;
    max-width: 684.38px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 24px rgba(35, 35, 35, 0.15);
    border-radius: 4px;
    margin:30px 0;
}

.img-post {
    display:inline-block;
    width: 250px;
    height: 270px;
    border-radius: 4px;
}

figure {
	overflow: hidden;
}

.img-post img {
    width: 250px;
    height: 270px;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    object-fit:cover;
}

.img-post img {
    transform: scale(1); 
    transition: all 0.5s ease-out;
}

.img-post img:hover {
    transform: scale(1.3);
    border-radius: 4px; 
}
.content-post {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
  }

.content-post p {
  color:#8C8C8C;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

.title-post {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 132%;
  color: #4F4F4F;
}

.box-icons-info {
  width:150px;
  display:flex;
  justify-content:flex-start;
  align-items:center;
}

.content-info-icons{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #A8A8A8;
  margin-left:4px;
}

.btn-post {    
    display:flex;
    justify-content:center;
    align-items:center;
    color:#336783;
    padding: 16px 48px;
    border: 1px solid #336783;
    margin-top: 30px;
    max-width:198px;
    height:52px
}

.btn-post:hover {
    color:#336783;
}
  
  .btn-post svg {
    margin-left:6px;
  }

.aside-post {
    padding-top: 60px;
    margin-left: -30px;
}

.features {
    margin-bottom: 96px;
}

ol, ul {
    padding-left: 1rem;
}

.recent-posts {
    margin-bottom: 84px;
}

.list-title {
    margin-bottom: 40px;
    color: #142731;;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 132%;
}

.list .list-item {
    margin: 16px 0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #336783;
}

.form-subscribe {
    width: 468px;
    height: auto;
    background: #142731;
    padding: 52px;
    margin-bottom:60px;
    border-radius:4px;
}

.title-form {
    max-width: 277px;
    height: auto;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 132%;
    color: #FFFEFE;
}

.subtitle-form {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 132%;
    color: #FFFEFE;
}

.hs-input {
    width: 100%;
    height: 52px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #FFFFFF;
    border-radius:4px;
    margin-bottom: 16px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 132%;
    color: #4F4F4F;
    padding:12px 24px;
}
.hs-input::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 132%;
    color: #4F4F4F;
}

.hs-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 48px;
    border: none;
    border-radius:4px;
    width: 100%;
    height: 52px;
    background: #51E580;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #142731
}

.hs-error-msg,
.hs-main-font-element{
  color:#ffffff;
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1199px) {
  .form-subscribe {
    width:360px;
  }
  .aside-post {
    margin-left: 0px;
}
  .title-post {
    font-size:20px;
  }
}

@media (max-width:1024px) {
  
  .title-listing-post{
    text-align:center;
  }
    .align-table{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .col-md {
      width:100%!important;
    }
  
    .box-post {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 40px;
        gap: 48px;
        width: 716px;
        height: 350px;
        background: #FFFFFF;
        box-shadow: 0px 2px 24px rgba(35, 35, 35, 0.15);
        border-radius: 4px;
    }
  
      .aside-post {
        margin-left: 0px;
    }

    .list-features {
        display: flex;
        justify-content: space-around;
    }

    .form-subscribe {
        width: 717px;
        height: auto;
        background: #142731;
        border-radius: 4px;
        margin-bottom: 100px;
    }

    .form-subscribe form {
        display: flex;
        justify-content:center;
        align-items:center;
    }

    .hs-input {
        width: 396px;
        height: 52px;
        background: rgba(255, 254, 254, 0.8);
        border: 1px solid #FFFFFF;
        border-radius: 4px 0 0 4px;
        display: flex;
    }
    .hs-button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 16px 48px;
        border: none;
        border-radius: 0 4px 4px 0;
        width: 176px;
        height: 52px;
        background: #51E580;
        margin-top:7px;

    }
}

@media (max-width:768px) {

    .listing-posts {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left:15px;
        padding-right:15px;
    }
  
  
  .post-column {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
  }

    .box-post {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 27px;
        gap: 48px;
        max-width: 360px;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0px 2px 24px rgba(35, 35, 35, 0.15);
        border-radius: 4px;
    }
  
  .img-post {
    width:306px;
  }
  
  .img-post img {
        width:306px; 
  }
  .content-post {
    justify-content:center;
    align-items:center;
  }
  .title-post {
    text-align:center;
  }
  .box-icons-info {
  width:150px;
  display:flex;
  justify-content:center;
  align-items:center;
}
  .btn-post {
    color:#336783;
    padding: 16px 48px;
    border: 1px solid #336783;
    margin-top: 30px;
    max-width:100%;
    text-align:center;
}

    .title-listing-post {
        text-align: center;
    }

    .aside-post {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
  
    .list-title {
      text-align:center;
  }

    .list-features {
        display: flex;
        flex-direction: column;
    }

    .form-subscribe {
        width: 360px;
        height: auto;
        background: #142731;
        border-radius: 4px;
        padding:40px 16px;
      display:flex;
      flex-direction:column;
      justify-content:center;
      align-items:center;
    }

    .form-subscribe form {
        display: flex;
        flex-direction: column;
    }
  
    .title-form {
      text-align:center;
  }

    .subtitle-form {
      text-align:center;
      font-size:18px;
  }
  
    .hs-input {
        width: 312px;
        height: 52px;
        background: rgba(255, 254, 254, 0.8);
        border: 1px solid #FFFFFF;
        border-radius: 4px;
        display: flex;
        margin-bottom:16px;
    }
    .hs-button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 16px 48px;
        border: none;
        border-radius: 4px;
        width:312px;
        height: 52px;
        background: #51E580;
    }
    

}



.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 1px solid #B0C1D4;
  border-radius: 4px;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #142731;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #142731;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #142731;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 1px solid #B0C1D4;
}

.width-blog-pagination {
  max-width:684px;
}

{# .offcanvas-header {
  justify-content:center;
  color: #142731;
}
.offcanvas {
  visibility:visible;
  display:block;
}

.offcanvas.show {
  transform:block;
}
#}

#modal3 {
  width:50vw;
  height:30vh;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, 50%);
  margin:auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: normal;
}
#hs_cos_wrapper_social_sharing {
  display:flex;
  justify-content: space-evenly;
  align-items: center;
}