.centeredContent {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
nav.blogParentCategories {
  height: 65px;
  display: flex;
  justify-content: center;
  color: #000;
  align-items: center;
  gap: 5%;
  font-weight: 600;
  font-size: 14px;
}

a.blogCategoryTitle.selected {
    opacity: 1;
   border-bottom: 2px solid #ed1b2e;
}
    .centeredContent {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
nav.blogParentCategories {
  height: 65px;
  display: flex;
  justify-content: center;
  color: #000;
  align-items: center;
  gap: 5%;
  background: rgb(234 234 234 / 50%);
  font-weight: 600;
  font-size: 14px;
}

a.blogCategoryTitle.selected {
    opacity: 1;
    border-bottom: 2px solid #ed1b2e;
}
nav.blogParentCategories a {
  display: block;
  opacity: 0.5;
  padding: 12px 0px;
  border-bottom: 2px solid transparent;
  transition: 0.3s all ease;
}
.bannerArqContainer {
  width: 100%;
  display: block;
}

.bannerArqContainer img {
  width: 100%;
  display: block;
}

.blogsContainer {
  width: 90%;
  margin: auto;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
}

.blogPostContainer {
  width: 100%;
  padding-bottom: 0;
}
.blogPostRegular:hover .verMasBlog {
  opacity: 1;
}
.blogPostRegular:hover .blogPostTitle {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.imgContainer {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  float: none;
}
.blogSlider {
  position: relative;
  width: 100%;
}
h1.blogTitle {
  width: fit-content;
  margin: 40px auto;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.blogPostContainer:hover .postPreviewFile {
  transform: scale(1.1);
  filter: brightness(0.5);
}
.postPreviewFile {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blogSliderContainer {
  width: calc(90% + 20px);
  margin: auto;
  margin-bottom: 40px;
}
.sliderLeftBlog {
  position: absolute;
  left: calc(5% + 5px);
  top: calc(50% + 0px);
  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: 28px;
  width: 28px;
  z-index: 3;
  transform: rotate(180deg);
}

.sliderRightBlog {
  position: absolute;
  right: calc(5% - -2px);
  top: calc(50% + 0px);
  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: 28px;
  width: 28px;
}
.verMasBlog {
  color: #000;
  opacity: 0;
  transition: 0.2s all ease-out;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
}
.verMasBlog img {
  width: 22px;
  height: 12px;
  animation: float 1.2s  ease-in-out infinite;
}

.blogPostRegular .verMasBlog p {
  margin: 0;
  transition:0.3s all ease;
  text-transform: uppercase;
}
.verMasBlog p:hover {
}
.dataContainer {
  margin-bottom: 0;
}
.blogPostContainer:hover .verMasBlog {
  opacity: 1;
}
.blogPostContainer:hover .blogPostTitle {text-decoration: underline;text-underline-offset: 2px;}

.blogPostTitle {
  color: #000000;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  margin: 10px 0;
  width: 100%;
  min-height: 19px;
}
.blogPostDescription {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
  display: none;
}

.secondHeader {
  width: 100%;
  height: auto;
  background: rgba(234, 234, 234, 0.5);
  color: #000000;
  margin-bottom: 60px;
}
.linksWrapper {
  width: 80%;
  margin: auto;
  max-width: 580px;
  display: flex;
  line-height: 60px;
  font-size: 16px;
  justify-content: space-evenly;
}
ul {
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
.redLineBtn {
  /* width: 150px; */
  /* border-bottom: 2px solid #ed1b2e; */
  /* padding-top: 30px; */
  /* padding-bottom: 8px; */
  /* align-items: center; */
}
.redLineBtn img {
  height: 11px;
}
.redLineBtnText {
  font-size: 12px;
  line-height: 18px;
  font-weight: 3;
}

@media screen and (min-width: 1100px)  {
.blogParentCategories a:hover{
  border-bottom: 2px solid #D6001A;
  opacity: 1;}
}

@media screen and (max-width: 768px) {
  #titleOfBlog {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 18px;
  }
nav.blogParentCategories {text-align:center;width: max-content;}
  
  .constructionMessageDiv {
    width: 100%;
  }
nav.blogParentCategories a {
  padding: 12px 24px;
}
  .constructionBanner {
    width: 80%;
    height: auto;
    margin-bottom: 30px;
    margin-top: 35px;
    margin-left: 10%;
  }

  .blogPostFirstRow {
    width: 100%;
    margin-bottom: 30px;
  }

  .blogPostRegular {
    width: 100%;
  }
  .verMasBlog {
    opacity: 1;
  }
  .blogPostRegular .blogPostTitle {
    margin-top: 5px;
    font-size: 14px;
  }
.verMasBlog img {
  width: 22px;
  height: 12px;
  animation: none;
}
  .blogPostRegular .blogPostDescription {
    font-size: 12px;
  }
.navBlogContainer {
    width: 100%;
    overflow: scroll;
}
  .blogPostFirstRow .postPreviewFile {
    height: 210px;
  }

  .blogPostRegular .postPreviewFile {
    /* height: 120px; */
  }
  .blogsContainer {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .centeredContent {
    width: 100% !important;
    padding-bottom: 20px;
    margin: 0px 0 40px;
  }
  .postPreviewFile {
    /* height: 80vw; */
  }
  .blogPostTitle {
    height: auto;
  }
  .blogPostDescription {
    font-size: 13px;
    line-height: 17px;
  }
}

}
nav.blogParentCategories a {
  display: block;
  opacity: 0.5;
  padding: 12px 0px;
  border-bottom: 2px solid transparent;
  transition: 0.3s all ease;
}
.bannerArqContainer {
  width: 100%;
  display: block;
}

.bannerArqContainer img {
  width: 100%;
  display: block;
}

.blogsContainer {
  width: 90%;
  margin: auto;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
}

.blogPostContainer {
  width: 100%;
  padding-bottom: 0;
}
.blogPostRegular:hover .verMasBlog {
  opacity: 1;
}
.blogPostRegular:hover .blogPostTitle {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.imgContainer {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  float: none;
}
.blogSlider {
  position: relative;
  width: 100%;
}
h1.blogTitle {
  width: fit-content;
  margin: 40px auto;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.blogPostContainer:hover .postPreviewFile {
  transform: scale(1.1);
  filter: brightness(0.5);
}
.postPreviewFile {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blogSliderContainer {
  width: calc(90% + 20px);
  margin: auto;
  margin-bottom: 40px;
}
.sliderLeftBlog {
  position: absolute;
  left: calc(5% + 5px);
  top: calc(50% + 0px);
  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: 28px;
  width: 28px;
  z-index: 3;
  transform: rotate(180deg);
}

.sliderRightBlog {
  position: absolute;
  right: calc(5% - -2px);
  top: calc(50% + 0px);
  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: 28px;
  width: 28px;
}
.verMasBlog {
  color: #000;
  opacity: 0;
  transition: 0.2s all ease-out;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
  font-size: 12px;
}
.verMasBlog img {
  width: 22px;
  height: 12px;
  animation: float 1.2s  ease-in-out infinite;
}

.blogPostRegular .verMasBlog p {
  margin: 0;
  transition:0.3s all ease;
  text-transform: uppercase;
}
.verMasBlog p:hover {
}
.dataContainer {
  margin-bottom: 0;
}
.blogPostContainer:hover .verMasBlog {
  opacity: 1;
}
.blogPostContainer:hover .blogPostTitle {text-decoration: underline;text-underline-offset: 2px;}

.blogPostTitle {
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  margin: 10px 0;
  width: 100%;
  min-height: 19px;
}
.blogPostDescription {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
  display: none;
}

.secondHeader {
  width: 100%;
  height: auto;
  background: rgba(234, 234, 234, 0.5);
  color: #000000;
  margin-bottom: 60px;
}
.linksWrapper {
  width: 80%;
  margin: auto;
  max-width: 580px;
  display: flex;
  line-height: 60px;
  font-size: 16px;
  justify-content: space-evenly;
}
ul {
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
.redLineBtn {
  /* width: 150px; */
  /* border-bottom: 2px solid #ed1b2e; */
  /* padding-top: 30px; */
  /* padding-bottom: 8px; */
  /* align-items: center; */
}
.redLineBtn img {
  height: 11px;
}
.redLineBtnText {
  font-size: 12px;
  line-height: 18px;
  font-weight: 3;
}
@media screen and (max-width: 768px) {
  #titleOfBlog {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 18px;
  }
nav.blogParentCategories {
    padding-left: 5%;
    padding-right: 5%;
    width: max-content;
    justify-content: start;
    gap: 24px;
}
  .constructionMessageDiv {
    width: 100%;
  }
nav.blogParentCategories a {
  padding: 12px 0px;
}
  .constructionBanner {
    width: 80%;
    height: auto;
    margin-bottom: 30px;
    margin-top: 35px;
    margin-left: 10%;
  }

  .blogPostFirstRow {
    width: 100%;
    margin-bottom: 30px;
  }

  .blogPostRegular {
    width: 100%;
  }
  .verMasBlog {
    opacity: 1;
    margin-top: 6px;
  }
  .blogPostRegular .blogPostTitle {
    margin-top: 5px;
    font-size: 14px;
  }
.verMasBlog img {
  width: 22px;
  height: 12px;
  animation: none;
}
  .blogPostRegular .blogPostDescription {
    font-size: 12px;
  }
.navBlogContainer {
    width: 100%;
    overflow: scroll;
    background: #eaeaea80;
}
  .blogPostFirstRow .postPreviewFile {
    height: 210px;
  }

  .blogPostRegular .postPreviewFile {
    /* height: 120px; */
  }
  .blogsContainer {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-top: 20px;
  }
  .centeredContent {
    width: 100% !important;
    padding-bottom: 20px;
    margin: 0px 0 40px;
  }
  .postPreviewFile {
    /* height: 80vw; */
  }
  .blogPostTitle {
    height: auto;
  }
  .blogPostDescription {
    font-size: 13px;
    line-height: 17px;
  }
}
