#titleOfBlog {
  font-weight: 900;
  color: #58595b;
  letter-spacing: 0px;
  font-size: 21px;
  border-bottom: none;
  margin-top: 60px;
  text-transform: capitalize;
  margin-bottom: 50px;
  text-align: center;
}

.blogsContainer {
  display: flex
}

.centeredContent {
  width: 90%;
  display: flex;
  gap: 15px;
  margin-bottom: 5rem;
}

.blogCenteredContent {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 36px;
  margin-bottom: 80px;
  margin-top: 2rem;
  overflow: visible;
}
.blogPostFirstRow {
  width: 33%;
  margin: 10px;
  height: auto;
  overflow: hidden;
  margin-bottom: 26px;
}

.blogPostSubtitle {
  font-size: 12px;
  font-weight: 200;
  margin-top: 0;
  text-align: left;
  display: none;
}

.proyectos .blogPostSubtitle {
  font-size: 12px;
  font-weight: 200;
  margin-top: 0;
  text-align: left;
  display: block;
}

.blogPostRegular {
  float: left;
  height: auto;
  overflow: visible;
  margin-bottom: 20px;
}

.proyectos .blogPostRegular {
  float: left;
  height: auto;
  margin-bottom: 0px;
}
.blogPostRegular::after {
  /* content: ''; */
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 0;
  height: 6px;
  border-radius: 10px;
  background-color: var(--red);
  transition: width 0.5s ease-out;
}

.blogPostRegular:hover::after {
  width: 100%;
}

.constructionMessageDiv {
  width: 90%;
  max-width: 760px;
  margin: 39px auto;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.constructionBanner {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  margin-top: 35px;
}

.blogPostFirstRow .postPreviewFile {
  width: 100%;
  height: 239px;
}

.blogLine {
  border: 1px solid;
  width: 295px;
  margin-left: 0;
  margin-top: 69px;
}

.imgContainer {
  position: relative;
  width: 100%;
  margin-left: 0;
}

.proyectos .imgContainer {
  margin-top: 0px;
}

.dataContainer {
  border: none;
  margin-left: 0;
  width: 100%;
  height: auto;
  margin-top: 12px;
}

.blogPostRegular .postPreviewFile {
  width: 100%;
  height: max-content;
  aspect-ratio: 425/248;
  object-fit: cover;
}

.postPreviewFile {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.blogPostDate {
  font-size: 13px;
  text-align: left;
  margin-left: 0;
  letter-spacing: .4px;
  font-weight: var(--regular);
  border-bottom: 1px solid #00000040;
  color: #A9A9A9;
  margin-bottom: 16px;
  padding-bottom: 11px;
  opacity: 40%;
}

.blogPostTitle {
  font-size: 20px;
  font-weight: 500;
  display: block;
  line-height: 24px;
  text-align: left;
  margin-left: 0;
}

.blogPostDescription {
  font-size: 14px;
  margin: 10px 0 20px;
  text-align: left;
  line-height: 18px;
  font-weight: 400;
  margin-left: 0;
}

.blogPostVerMas {
  width: fit-content;
  text-align: left;
  margin-left: 0;
  text-decoration: underline;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  transition: 0.3s all ease-in;
  position: relative;
}

.blogTitle {
  width: 90%;
  margin: 20px auto;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  font-weight: 500;
  text-transform: uppercase;
}

.blogSubtitle {
  display: none;
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  margin-top: 12px;
  margin-bottom: 25px;
}

.blogParentCategories {
  font-weight: bold;
  font-size: 19px;
  display: none;
  line-height: 23px;
  padding: 24px 0 30px;
  gap: 50px;
  justify-content: center;
  text-transform: uppercase;
  font-size: 17px;
  background-color: var(--lighter-base);
  margin-top: 68px;
}
.blogCategoryTitle {
  padding: 10px 0px 0px;
  /* margin: 0 10px; */
  line-height: 25px;
  position: relative;
}

.blogCategoryTitle::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--red);
  transition: width 0.2s ease-out;
}

.blogCategoryTitle:hover::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #titleOfBlog {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 18px;
  }

  .constructionMessageDiv {
    width: 100%;
  }

  .constructionBanner {
    width: 80%;
    height: auto;
    margin-bottom: 30px;
    margin-top: 35px;
    margin-left: 10%;
  }

  .blogPostFirstRow {
    width: 100%;
    margin-top: 9vh;
    margin-bottom: 55px;
    height: auto;
    position: relative;
    overflow: visible;
  }

  .imgContainer {
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    /* top: -3vh; */
    height: auto;
    z-index: 1;
    aspect-ratio: 349 / 240;
  }

  .blogPostRegular {
    width: 100%;
    margin-bottom: 0;
  }

  .blogPostRegular .blogPostTitle {
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0 20px;
  }
.dataContainer .btn-2.tr-3.lineEffectCenter::before {
  bottom: unset;
  top: 30px;
}
  .blogPostRegular .blogPostDescription {
    font-size: 14px;
  }

  .blogPostFirstRow .postPreviewFile {
    height: 23vh;
    max-height: 153px;
  }

  .blogPostRegular .postPreviewFile {
    height: fit-content;
    aspect-ratio: 349 / 240;
  }

  .dataContainer {
    margin-left: 0%;
    width: 100%;
    height: auto;
    position: relative;
  }

  .blogPostTitle {
    margin-top: 15px;
    width: 100%;
    font-size: 13px;
    margin-bottom: 5px;
  }

  .blogPostSubtitle {
    margin-left: 40%;
    width: 55%;
    display: none;
  }

  .blogPostDescription {
    margin-left: 0%;
    width: 100%;
  }

  .blogLine {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }

  .blogPostDate {
    margin-bottom: 10px;
  }

  #footer {
    margin-top: 30px;
  }

  .centeredContent {
    width: 90%;
    display: flex;
    gap: 6rem;
    flex-direction: column;
  }

  .blogTitle {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 50px;
    width: 90%;
    margin-inline: auto;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .blogPostVerMas {
    font-size: 13px;
    margin-top: 15px;
  }
}