.category-box {
  grid-column: 1 / span 4;
  height: 0px;
}
@media only screen and (min-width: 600px) {
  .category-box {
    grid-column: 1 / span 8;
  }
}
@media only screen and (min-width: 840px) {
  .category-box {
    margin-bottom: 100px;
  }
}

.title-category-page {
  color: rgb(48, 48, 48);
  margin-bottom: 32px;
  text-align: left;
}
@media only screen and (min-width: 600px) {
  .title-category-page {
    margin-bottom: 44px;
  }
}

.contact-box {
  background: rgb(246, 246, 246);
  margin: 0px 0px 100px 0px;
  grid-column: 1 / span 4;
  padding: 16px;
  height: fit-content;
  max-height: 350px;
}
@media only screen and (min-width: 600px) {
  .contact-box {
    top: calc(161px + 83px);
    position: sticky;
    grid-column: 1 / span 8;
    padding: 22px;
  }
}
@media only screen and (min-width: 840px) {
  .contact-box {
    grid-column: 9 / span 4;
  }
}
.request-title {
  font-weight: bold;
  color: rgb(51, 51, 51);
  font-size: 18px;
  line-height: 23px;
  cursor: auto;
  margin-bottom: 16px;
}
@media only screen and (min-width: 600px) {
  .request-title {
    font-size: 24px;
    line-height: 30px;
  }
}

.contact-box p {
  margin-bottom: 0px;
}

@media only screen and (min-width: 600px) {
  .contact-box p {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 840px) {
  .contact-box p {
    margin-bottom: 17px;
  }
}
.request_box_category:hover {
  border-radius: 6px;
  background-color: rgb(12, 24, 238);
  color: #fff;
}
.request_box_category {
  background-color: transparent;
  border-radius: 6px;
  border: 2px solid rgb(12, 24, 238);
  width: calc(100% - 20px);
  text-align: center;
  margin-top: 24px;
  padding: 10px;
  color: rgb(12, 24, 238);
}
@media only screen and (min-width: 600px) {
  .request_box_category {
    margin-top: 0px;
    width: calc(48% - 20px);
  }
}
@media only screen and (min-width: 840px) {
  .request_box_category {
    margin-top: 15px;
    width: calc(100% - 20px);
  }
}

.left {
    margin-right: 0%;
    float: none;
}
@media only screen and (min-width: 600px) {
  .left {
    margin-right: 2%;
    float: left;
  }
}
@media only screen and (min-width: 840px) {
  .left {
    margin-right: 0%;
    float: none;
  }
}
.right {
    margin-left: 0%;
    float: none;
    margin-top: 24px;
}
@media only screen and (min-width: 600px) {
  .right {
    margin-left: 2%;
    float: right;
    margin-top: -51px;
  }
}
@media only screen and (min-width: 840px) {
  .right {
    margin-left: 0%;
    float: none;
    margin-top: 15px;
  }
}

.text_request_box_category {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
}


.img-title-section-category {
  margin-right: 16px;
}
.text-title-section-category {
  color: rgb(51, 51, 51);
  font-size: 18px;
  font-weight: bold;
  display: contents;
  cursor: auto;
}
@media only screen and (min-width: 600px) {
  .text-title-section-category {
    font-size: 20px;
  }
}

.articles-box {
  background: rgb(255, 255, 255);
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(48, 48, 48, 0.15),
  0px 8px 10px 0px rgba(48, 48, 48, 0.15);
  margin-bottom: 64px;
  margin-top: 16px;
}


.btn-articles {
    color: rgb(12, 24, 238);
    font-size: 16px;
    font-weight: bold;
    border-radius: 21px;
    border: 2px solid rgb(12, 24, 238);
    width: 201px;
    letter-spacing: 0px;
    text-align: center;
    padding: 8px 0px 8px 0px;
    margin-top: 8px;
    margin-bottom: auto;
    margin-left: 18px;
}

.btn-articles:hover {
  background-color: rgb(12, 24, 238);
  color: #fff;
}

@media (max-width: 600px) {
.btn-articles {
color: rgb(12, 24, 238);
    font-size: 16px;
    font-weight: bold;
    border-radius: 21px;
    border: 2px solid rgb(12, 24, 238);
    width: 201px;
    letter-spacing: 0px;
    text-align: center;
    padding: 8px 0px 8px 0px;
    margin-bottom: auto;
    margin-top: auto;
    margin-left: 18px;
    margin-right: 18px;
    width: 100%;
  }}

.box-btn{
  height: 70PX;
  display: flex
}

@media (max-width: 600px) {
.box-btn{
  height: 70PX;
  display: flex;
}
}

.list-articles-section {
    width: 100%;
    list-style:none;
    position: relative;
    height: auto;
  margin-right: 0px
}

.box-list {
  border-bottom: 1px solid rgb(225, 225, 225);
}

.list-artc {
  padding-left: 18px;
  grid-column: 1 / span 3;
}

.list-section {
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: bold;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.chevron-icn {
    margin-right: 24px;
    text-align: center;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: auto;
  grid-column: 4 / span 1;
  }


  /**********************************/

.box-pagination {
  text-align: center;
}

.volverHc{
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    margin-left: 24px;
    margin-top: 24px;
    position: absolute;
}

.stylePCat{
  font-size: 14px !important;
  font-weight: normal !important;
  height: 21px !important;
  line-height: 21px !important;
  width: 39px !important;
  
}
.styleHCat{
  font-size: 24px;
  font-weight: normal !important;
  height: 21px !important;
  line-height: 21px !important;
  width: 124px !important;
  margin: 8px 36px !important;
  text-align: justify;
}