@media (min-width: 1440px) {
  .mainContent {
    padding-block: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .mainContent {
    padding-block: 80px;
  }
}
@media (max-width: 767px) {
  .mainContent {
    padding-block: 42px;
  }
}

section .post-ppal .post-tit {
  margin-bottom: 40px;
  font-family: var(--fontFamily2);
  font-weight: 500;
}
section .post-ppal .post-txt p {
  margin-bottom: 20px;
}
section .post-ppal .post-txt > *:last-child {
  margin-bottom: 0;
}
section .post-ppal * + .post-contact {
  margin-top: 64px;
}
section .post-ppal .post-contact p {
  font-family: var(--fontFamily2);
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
section .post-ppal .post-bot {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section .post-ppal .post-bot .post-sharer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1440px) {
  section .post-ppal .post-left {
    width: 630px;
  }
  section .post-ppal .post-right {
    width: 550px;
  }
  section .post-ppal .post-tit {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -0.88px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .post-ppal .post-left {
    width: 350px;
  }
  section .post-ppal .post-right {
    width: 550px;
  }
  section .post-ppal .post-bot {
    flex-direction: column;
  }
  section .post-ppal .post-bot > * + * {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  section .post-ppal {
    display: flex;
    justify-content: space-between;
  }
  section .post-ppal > * {
    flex-basis: auto;
  }
  section .post-ppal .post-right .post-bot {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .post-ppal .post-tit {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.78px;
  }
}
@media (max-width: 1023px) {
  section .post-ppal .post-left .post-bot {
    display: none;
  }
  section .post-ppal .post-right {
    padding-top: 32px;
  }
  section .post-ppal .post-bot {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  section .post-ppal .post-txt {
    font-size: 18px;
    line-height: 22px;
    line-height: 150%;
  }
  section .post-ppal * + .post-adjuntos {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  section .post-ppal .post-tit {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.68px;
  }
  section .post-ppal .post-txt {
    font-size: 16px;
    line-height: 24px;
    line-height: 150%;
  }
  section .post-ppal * + .post-adjuntos {
    margin-top: 32px;
  }
  section .post-ppal .post-contact {
    text-align: center;
  }
  section .post-ppal .post-contact .btn {
    width: 100%;
    display: flex;
  }
  section .post-ppal .post-bot {
    flex-direction: column;
  }
  section .post-ppal .post-bot > * + * {
    margin-top: 32px;
  }
}/*# sourceMappingURL=entrada-productos.css.map */