.blogMenuContainer {
  width: 95%;
  margin: 0 auto;
}
.blogParentCategories,
.blogChildCategories {
  width: auto;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.blogParentCategories {
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 25px;
}
.blogChildCategories {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
}
.blogCategoryTitle.selected {
  border-bottom: 1px solid;
}
.blogCategoryTitle {
  padding: 10px 0 3px;
  margin: 0 10px;
}
.blogTitle {
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  margin: 0px auto 30px;
  font-weight: bold;
  display: block;
}
.blogCenteredContent {
  width: 95%;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 80px;
}
.dataContainer {
  margin-top: 15px;
  font-size: 15px;
  line-height: 19px;
}

#novedadesContainer .slick-slide {
  margin: 0 15px;
}

.blogPostRegular {
  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;
}

.blogPostRegular .postPreviewFile {
  width: 100%;
  display: block;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 325/325;
}

.blogPostDate {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 7px;
}
.blogPostDescription {
    margin-bottom: 20px;
}

p.verMasBlog {
    font-weight: 700;
}
.blogPostTitle {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
  font-weight: bold;
}
.blogPostSubtitle {
  margin-bottom: 5px;
  font-weight: bold;
}
h1.blogTitle {
  font-weight: var(--custom-titles-font-weight);
  margin-top: 64px;
  margin-bottom: 44px;
  font-size: var(--title-font-size);
}

.centeredContent.blogCenteredContent {
  width: var(--web-container);
}

.blogPostRegular .postPreviewFile {
  /* border-radius: var(--border-radius); */
}



img.sliderLeftBlog.slick-arrow  {
  position: absolute;
  left: 10px;
  top: calc(40% - 12px);
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  height: 32px;
  width: 32px;
  /* transform: rotate(180deg); */
  object-fit: contain;
  background-image: url(../../files/rightArrow.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
}
img.sliderRightBlog.slick-arrow  {
  position: absolute;
  right: 7px;
  top: calc(40% - 12px);
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  height: 30px;
  width: 30px;
  /* padding: 10px; */
  transform: rotate(180deg);
  object-fit: contain;
  background-image: url(../../files/rightArrow.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
}

.blogSlider {
    position: relative;
    margin: auto;
    width: calc(95% + 8px);
    margin-bottom: 4rem;
}

@media screen and (max-width: 1100px) {
  .blogCenteredContent {
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
  }
h1.blogTitle {
  font-weight: var(--custom-titles-font-weight);
  margin-top: 52px;
  margin-bottom: 0px;
  font-size: var(--title-font-size);
}
  #novedadesContainer .slick-slide {
  margin: 0 12px;
}
  .blogSlider {
    position: relative;
    margin: auto;
    width: 100%;
    margin-bottom: 4rem;
    
    
   
  .blogMenuContainer {
    width: 90%;
  }
  .blogTitle {
    margin-bottom: 24px;
  }
  .blogParentCategories {
    margin-bottom: 15px;
  }
  .blogCategoryTitle {
    padding: 13px 0 2px;
  }

  .constructionMessageDiv {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .blogCenteredContent {
    grid-template-columns: repeat(1, 1fr);
  }
}