.blog-lp .hero {
  max-height: 650px;
}

.blog-lp .blog {
  background: #fff;
  border: none;
  padding: 75px 0;
}

.blog-lp .blog h5,
.blog-lp .blog p {
  color: #0d1725;
}

.blog-lp .blog .posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 65px;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 87px;
  position: relative;
}

.blog-lp .blog .posts::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #022ef3;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}

.blog-lp .blog .posts .post .text span {
  color: #0d1725;
}

.blog-lp .load-more {
  width: max-content;
  margin: 0 auto;
  display: block;
  margin-top: 42px;
  font-family: "Clash Display", sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 2.4px;
  color: #0d1725;
  text-transform: uppercase;
  background: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.blog-newsletter {
  padding: 54px 0;
  background: #022ef3;
}

.blog-newsletter .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.blog-newsletter form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 898px;
  gap: 38px;
}

.blog-newsletter form .col label {
  display: block;
  font-family: "Clash Display", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #FFF;
}

.blog-newsletter form .col input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #FFF;
    width: 100%;
    color: #FFF;
    font-family: "Clash Display", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 14px 0;
    outline: 0;
}

.blog-newsletter form .col input::placeholder {
    color: #FFF;
}

.blog-newsletter h4 {
  font-size: 33px;
  line-height: 35px;
  font-weight: 400;
  font-family: "Clash Display", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
}

.blog-newsletter span {
  display: block;
  font-weight: 700;
}

.blog-newsletter button {
    width: 150px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #FFFFFF;
    border-radius: 200px;
    background: transparent;
    color: #FFF;
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    font-family: "Clash Display", sans-serif;
    letter-spacing: 0px;
}

/* BLOG INTERNO */

.blog-top {
  padding: 79px 0;
  width: 100%;
}

.blog-top h1 {
  font-size: 40px;
  line-height: 100%;
  font-weight: 600;
  font-family: "Clash Display", sans-serif;
  letter-spacing: 0px;
  margin: 0 auto;
  width: max-content;
}

.blog-top .share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  gap: 15px;
}

.blog-top .share span {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  font-family: "Clash Display", sans-serif;
  letter-spacing: 2.6px;
  color: #022EF3;
  text-transform: uppercase;
}

.blog-top .share .separator {
  width: 38px;
  height: 3px;
  background: #022EF3
}

.blog-top .share .linkedin {
  color: #3D83D9;
}

.blog-top .share .facebook {
  color: #395196;
}

.blog-top .share .twitter {
  color: #00A9FF;
}

.blog-top .share .whatsapp {
  color: #00B456;
}

.blog-top .banner {
  display: block;
  margin: 0 auto;
  margin-top: 38px;
}

.blog-top .text {
  margin: 0 auto;
  margin-top: 78px;
  max-width: 715px;
}

.blog-top .text p {
  font-family: "Clash Display", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #363636;
}

.blog-top .text img {
  display: block;
  margin-top: 150px;
  margin-bottom: 62px;
}

.blog-top .share p {
  margin: 0;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  font-family: "Clash Display", sans-serif;
  letter-spacing: 0px;
  color: #0D1725;
}

.blog .show-more {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  font-family: "Clash Display", sans-serif;
  letter-spacing: 2.6px;
  color: #022EF3;
  margin: 0 auto;
  display: block;
  width: max-content;
}


@media (max-width: 1024px) {
    .blog-lp .hero {
        height: 80vh;
        max-height: 550px;
    }
    .blog-newsletter {
        padding: 30px 0;
    }
    .blog-newsletter .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .blog-newsletter h4 {
        font-size: 26px;
    }
    .blog-newsletter h4 span {
        display: inline-block;
    }
    .blog-newsletter form {
        align-items: flex-end;
    }
    .blog-newsletter button {
        height: 50px;
    }
    .blog-lp .blog {
        padding: 40px 0;
    }
    .blog-lp .blog .posts {
        padding-bottom: 60px;
    }
    
    /* BLOG INTERNO */ 
    
    .blog-top {
      padding: 40px 0;
    }
    .blog-top h1 {
      font-size: 28px;
    }
    .blog-top .text {
      margin-top: 50px;
    }
    .blog-top .text img {
      margin-top: 60px;
    }
    .blog-lp .blog .posts {
      display: block;
    }
}

@media (max-width: 768px) {
    .blog-newsletter form {
        flex-direction: column;
        align-items: center;
    }
    .blog-newsletter .col {
        width: 100%;
    }
    .blog-lp .blog .posts {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }
    .hero h1 {
        font-size: 24px;
    }


    /* BLOG INTERNO */ 

    .blog-top h1 {
      width: 100%;
      font-size: 26px;
    }
    .blog-top .share p {
      font-size: 12px;
    }
    .blog-top .share .separator {
      width: 20px;
    }
}