section#banner-blog {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  background-position: center;
  background-size: cover;
  position: relative;
}
section#banner-blog:after {
  content: "";
  position: absolute;
  background: #00000038;
  width: 100%;
  height: 100%;
}
section#banner-blog:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: #d9d9d900;
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 1) 0%,
    rgb(126 126 126 / 7%) 100%
  );
  left: 0;
  top: 0;
}
.content-text-banner-blog {
  position: relative;
  z-index: 1;
  width: 50%;
}
.content-text-banner-blog h1 {
  color: #fff;
  font-size: 64px;
  text-align: center;
  line-height: 64px;
  padding-top: 6%;
}
@media (width < 1550px) {
  .content-text-banner-blog {
    width: 60%;
  }
}
@media (width < 1440px) {
  .content-text-banner-blog {
    width: 70%;
  }
}
@media (width < 875px) {
  .content-text-banner-blog {
    width: 90%;
  }
  .content-text-banner-blog h1 {
    font-size: 52px;
    line-height: 52px;
    padding-top: 6%;
  }
}
@media (width < 500px) {
  section#banner-blog {
    min-height: 400px;
  }
  .content-text-banner-blog h1 {
    font-size: 26px;
    line-height: 26px;
    padding-top: 19%;
  }
}

@media (width < 375px) {
  .content-text-banner-blog h1 {
    font-size: 22px;
    line-height: 26px;
    padding-top: 19%;
  }
}

/*---------------------------------------*/
/*VIDEO*/
/*---------------------------------------*/

#video-text {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.content-text {
  padding: 0 8%;
  padding-top: 5%;
  width: 55%;
}
.content-video {
  position: relative;
  width: 45%;
  padding-top: 33%;
  height: 400px;
}

.content-text p {
  font-family: "Panton", sans-serif;
  font-size: 24px;
  line-height: 1.6;
  color: #000;
}
.content-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width < 1550px) {
  .content-video {
    position: relative;
    width: 45%;
    padding-top: 37%;
    height: 433px;
  }
  .content-text {
    padding: 0 4%;
    padding-top: 5%;
    width: 55%;
  }
}
@media (width < 1440px) {
  .content-video {
    width: 45%;
    padding-top: 41%;
    height: 433px;
  }
}
@media (width < 1280px) {
  .content-text p {
    font-size: 21px;
  }
}
@media (width < 875px) {
  section#video-text {
    flex-direction: column;
  }
  .content-text {
    width: 100%;
    padding-bottom: 6%;
  }
  .content-video {
    width: 100%;
    margin-bottom: 8%;
  }
}
@media (width < 500px) {
  .content-text {
    padding-bottom: 6%;
    padding-top: 11%;
  }
  .content-video {
    padding-top: 41%;
    height: 250px;
  }
}

/*---------------------------------------*/
/*POSTS*/
/*---------------------------------------*/
section#posts-blog {
  display: flex;
  gap: 4%;
  margin-top: 5%;
}
.content-blog-posts {
  padding-left: 9%;
  width: 55%;
}
.content-img-post-blog.second {
  width: 100%;
  min-height: 500px;
  background-position: center;
  background-size: cover;
}
.content-date-categoria {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding-top: 3%;
}
.content-calendar-date span {
  color: #601532;
  font-family: "Panton";
  text-transform: capitalize;
  font-size: 20px;
  font-style: italic;
}
ul.control-categoria {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 14px;
}
ul.control-categoria li {
  color: #601532;
  font-family: "Panton";
  font-size: 25px;
}
.content-text-blog h3 {
  color: #601532;
  font-family: "Panton";
  font-size: 35px;
  padding-top: 1%;
  font-weight: 700;
  line-height: normal;
}
.content-text-blog p {
  color: #000;
  font-size: 23px;
  font-family: "Panton";
  line-height: normal;
}
a.btn-leer-mas {
  background: #fcb600;
  padding: 6px 20px;
  font-size: 20px;
  color: #fff;
  border-radius: 40px;
  padding-right: 44px;
  position: relative;
}
a.btn-leer-mas:before {
  content: url("http://localhost/sitios-web/bosstel/wp-content/uploads/2025/09/Arrow-6.svg");
  position: absolute;
  width: 13px;
  right: 13px;
  top: 6px;
}
.content-catgorias-blog h3 {
  color: #601532;
  font-family: "Panton";
  font-size: 34px;
  position: relative;
}
aside#categorias-blog {
  width: 15%;
}
.content-catgorias-blog h3 {
  color: #601532;
  font-family: "Panton";
  font-size: 34px;
  position: relative;
  padding-bottom: 9px;
}
.content-catgorias-blog h3:before {
  content: "";
  position: absolute;
  width: 182px;
  bottom: 0;
  height: 2px;
  left: 0;
  background: #601532;
}
ul.post-categories {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
ul.post-categories a {
  color: #000;
  font-size: 20px;
  font-family: "Panton";
}
.main-content-blogs {
  display: flex;
  flex-direction: column;
}
.content-text-blog {
  margin-bottom: 7%;
}
.pagination {
  text-align: center;
  padding-bottom: 5%;
}
span.page-numbers.current {
  background: #fcb600;
  padding: 9px 13px;
  font-size: 20px;
  border: 1px solid;
}
.pagination a {
  padding: 9px 13px;
  font-size: 20px;
}
.pagination a {
  border: 1px solid;
}
@media (width < 1550px) {
  .content-blog-posts {
    padding-left: 8%;
  }
}
@media (width < 1440px) {
  .content-blog-posts {
    padding-left: 4%;
  }
}
@media (width < 875px) {
  section#posts-blog {
    flex-direction: column-reverse;
    margin-top: 0;
  }
  aside#categorias-blog {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 6%;
  }
  .content-blog-posts {
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
  }
}
@media (width < 500px) {
  .content-catgorias-blog h3 {
    font-size: 30px;
  }
  aside#categorias-blog {
    padding-bottom: 10%;
  }
  .content-img-post-blog.second {
    width: 100%;
    min-height: 300px;
  }
  ul.control-categoria li {
    font-size: 17px;
  }
  .content-calendar-date span {
    font-size: 17px;
  }
  .content-date-categoria {
    padding-top: 4%;
  }
  .content-text-blog h3 {
    font-size: 27px;
    padding-top: 5%;
  }
  .content-text-blog p {
    font-size: 18px;
  }
  .content-text-blog {
    margin-bottom: 15%;
  }
  ul.control-categoria {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
  }
  .pagination {
    padding-bottom: 15%;
  }
}
