@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;500;700&family=Raleway:wght@100;400;500;600;700&display=swap");
.head-container .head-cont {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}
.head-container .head-cont .BK_gray {
  background-color: #464646;
}
@media only screen and (min-width: 768px) {
  .head-container .head-cont .BK_gray {
    background-color: transparent;
  }
}
.head-container .head-cont .head-content {
  background-color: #464646;
  padding: 50px 0;
  height: 100%;
}
.head-container .head-cont .head-content .head-content-title {
  text-align: left;
  font-size: 28px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.4px;
  position: relative;
  margin-bottom: 50px;
}
.head-container .head-cont .head-content .head-content-title .head-content-subtitle {
  font-size: 22px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.11px;
  margin-top: 5px;
}
.head-container .head-cont .head-content .head-content-title:after {
  content: "";
  border-bottom: 7px solid #ffffff;
  width: 75px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  bottom: -20px;
}
.head-container .head-cont .head-content .head-content-description {
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .head-container .head-cont .head-content {
    padding: 30px;
  }
}
.head-container .head-cont .head-image-content {
  margin: 20px auto;
  background-image: url("../img/wood-flour-page.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 103vw;
  max-height: 430px;
}
@media only screen and (min-width: 768px) {
  .head-container .head-cont .head-image-content {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .head-container {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .head-container {
    padding: 75px 0 40px;
  }
  .head-container .head-cont .head-content {
    padding: 90px 40px;
  }
  .head-container .head-cont .head-content .head-content-title {
    margin-bottom: 110px;
  }
  .head-container .head-cont .head-content .head-content-title:after {
    width: 115px;
  }
  .head-container .head-cont .head-content .head-content-description {
    font-size: 18px;
  }
  .head-container .head-cont .head-image-content {
    margin: 20px auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    max-height: 100%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 768px) {
  .head-container .head-cont .head-image-content {
    margin: 0 auto;
  }
}

.categories-container .container-fluid {
  padding: 0;
}
.categories-container .categories-cont {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}
.categories-container .categories-cont .col-12 {
  padding: 0;
}
.categories-container .categories-cont .main-category {
  background-color: #F0EFEF;
  padding: 25px 30px;
  height: 100%;
  text-align: center;
}
.categories-container .categories-cont .main-category .category-content {
  width: 100%;
  margin: 0;
  max-width: 585px;
  display: inline-block;
}
.categories-container .categories-cont .main-category .category-content .category-content-title {
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #464646;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 21px;
}
.categories-container .categories-cont .BK_ECLEC-IN {
  background-color: #464646;
  background-image: url("../img/eclec-in-opacity.png");
  background-position: 30px center;
  background-repeat: no-repeat;
  background-size: 155px;
}
.categories-container .categories-cont .BK_ECLEC-VT {
  background-color: #005C7F;
  background-image: url("../img/eclec-vt-opacity.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 175px;
}
.categories-container .categories-cont .secondary-category {
  height: 70.5vw;
  max-height: 340px;
  padding: 15px;
}
.categories-container .categories-cont .secondary-category .secondary-category-content {
  position: relative;
  height: 100%;
}
.categories-container .categories-cont .secondary-category .secondary-category-content .secondary-category-content-title {
  text-align: left;
  font-size: 42px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 4.2px;
  margin: 0;
  max-width: 350px;
}
.categories-container .categories-cont .secondary-category .secondary-category-content .secondary-category-content-link {
  width: 100%;
  display: inline-block;
  text-align: right;
  font-size: 20px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.4px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-decoration: none;
}
.categories-container .categories-cont .secondary-category .secondary-category-content .secondary-category-content-link .category-content-icon-link {
  font-size: 38px;
  line-height: 34px;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  font-weight: 400;
  margin-left: 20px;
}
@media only screen and (min-width: 768px) {
  .categories-container .container-fluid {
    padding: 0 15px;
  }
  .categories-container .categories-cont .main-category {
    height: 100%;
    padding: 100px 30px;
    text-align: right;
  }
  .categories-container .categories-cont .main-category .category-content .category-content-title {
    margin-bottom: 10px;
    text-align: left;
    font-size: 42px;
    line-height: 49px;
    letter-spacing: 4.2px;
  }
  .categories-container .categories-cont .main-category .category-content .category-content-title:after {
    content: "";
    border-bottom: 7px solid #464646;
    width: 175px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: -20px;
  }
  .categories-container .categories-cont .BK_ECLEC-IN {
    background-position: 85% center;
    background-size: 180px;
  }
  .categories-container .categories-cont .BK_ECLEC-VT {
    background-position: 90% center;
    background-size: 205px;
  }
  .categories-container .categories-cont .secondary-category {
    height: 30.5vw;
    max-height: 340px;
  }
}
@media only screen and (min-width: 992px) {
  .categories-container .categories-cont .main-category {
    height: 100%;
    padding: 100px 30px;
    text-align: right;
  }
  .categories-container .categories-cont .main-category .category-content .category-content-title {
    margin-bottom: 10px;
    text-align: left;
    font-size: 42px;
    line-height: 49px;
    letter-spacing: 4.2px;
  }
  .categories-container .categories-cont .secondary-category {
    height: 19.5vw;
    max-height: 340px;
    padding: 30px;
  }
  .categories-container .categories-cont .secondary-category .secondary-category-content {
    height: 100%;
  }
  .categories-container .categories-cont .secondary-category .secondary-category-content .secondary-category-content-title {
    text-align: left;
    font-size: 42px;
    line-height: 49px;
    letter-spacing: 4.2px;
    margin: 0;
    max-width: 350px;
  }
  .categories-container .categories-cont .secondary-category .secondary-category-content .secondary-category-content-link {
    text-align: left;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.4px;
    position: absolute;
    bottom: 0;
  }
  .categories-container .categories-cont .secondary-category .secondary-category-content .secondary-category-content-link .category-content-icon-link {
    font-size: 38px;
    line-height: 34px;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
    font-weight: 400;
  }
}

.banner-container {
  margin: 20px auto 0;
  background-color: #577B6E;
  padding: 30px;
}
.banner-container .banner-cont {
  width: 100%;
  margin: 0 auto;
  max-width: 985px;
}
.banner-container .banner-cont .banner-content-title {
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.4px;
  margin-bottom: 35px;
}
.banner-container .banner-cont .banner-content-description {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.9px;
  margin: 0 auto 55px;
  max-width: 745px;
}
.banner-container .banner-cont .banner-content-subtitle {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.9px;
}
.banner-container .banner-cont .banner-content-subtitle .banner-content-mail {
  text-decoration: none;
  width: auto;
  display: inline-block;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .banner-container {
    margin: 40px auto 0;
    padding: 45px 15px;
  }
  .banner-container .banner-cont .banner-content-title {
    font-size: 42px;
    line-height: 49px;
    letter-spacing: 4.2px;
    margin-bottom: 20px;
  }
  .banner-container .banner-cont .banner-content-description {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1.4px;
    margin: 0 auto 35px;
  }
  .banner-container .banner-cont .banner-content-subtitle {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1.4px;
  }
}

.article-related-container {
  padding: 10px 5px;
}
.article-related-container .article-related-cont {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}
.article-related-container .article-related-cont .BK_one {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.3) 75%), url("../img/v2/IMG_7968.jpg");
}
.article-related-container .article-related-cont .BK_two {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.3) 75%), url("../img/v2/harina_Mayor_calidad.png");
}
.article-related-container .article-related-cont .BK_three {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.3) 75%), url("../img/v2/AdobeStock_531577610.jpeg");
}
@media only screen and (min-width: 768px) {
  .article-related-container .article-related-cont .md-padd-left-right {
    padding: 0 5px;
  }
}
.article-related-container .article-related-cont .article-related {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 104.5vw;
  max-height: 480px;
  margin: 10px auto;
  position: relative;
  width: 100%;
  display: block;
  text-decoration: none;
}
.article-related-container .article-related-cont .article-related .article-related-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
}
.article-related-container .article-related-cont .article-related .article-related-content .article-related-title {
  text-align: left;
  font-size: 24px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.67px;
}
.article-related-container .article-related-cont .article-related .article-related-content .article-related-subtitle {
  text-align: left;
  font-size: 18px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.09px;
}
@media only screen and (min-width: 923px) {
  .article-related-container .article-related-cont .article-related .article-related-content .article-related-subtitle {
    height: 120px;
  }
}
@media only screen and (min-width: 1046px) {
  .article-related-container .article-related-cont .article-related .article-related-content .article-related-subtitle {
    height: 100px;
  }
}
.article-related-container .article-related-cont .col-md-4:nth-child(2) .article-related .article-related-content {
  top: 0;
  bottom: unset;
}
@media only screen and (min-width: 992px) {
  .article-related-container {
    padding: 30px 5px;
  }
}

.wood-flour-container {
  padding-bottom: 20px;
}
.wood-flour-container .wood-flour-cont {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}
.wood-flour-container .wood-flour-cont .logo-wood-flour-floating {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wood-flour-container {
    padding: 0 20px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .wood-flour-container {
    padding: 0 20px 40px;
  }
}/*# sourceMappingURL=cell-micro.css.map */