/* --- sticky --- */
body,
.widthContainer,
#content,
#content,
.newsContainer,
.newsRow,
.news,
#mainImageContainer,
.imageCaption {
  overflow: visible !important;
}

.newsWrapper {
  overflow: hidden !important;
}

#mainImageContainer {
  position: sticky !important;
  top: 25px;
  z-index: 1;
}

.activityContainer {
  display: flex;
  width: 90%;
  margin: auto;
  position: relative;
}

.activityImages {
  width: 20%;
  height: 20%;
  margin: 2%;
  cursor: pointer;
  transition: 0.3s;
}

#content .sectionTitle {
  font-size: 23px;
  margin-top: 40px;
  margin-bottom: 20px !important;
}

#authorsContainer {
  position: relative;
  width: 80%;
  height: auto;
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  grid-column-gap: 4%;
  grid-row-gap: 20px;
  margin: 50px auto;
}

#authorsContainer .collaboratorContainer {
  width: 100%;
  margin: 0;
}

.blogHTML {
  font-size: var(--base-font-size);
  line-height: calc(var(--base-font-size) + 4px);
  font-family: var(--font-family) !important;
}

.blogHTML p {
  margin: 0;
}

.workshopsContainer.item {
  position: relative;
  width: 90%;
  margin: auto;
  height: auto;
  overflow: hidden;
  display: grid;
  grid-gap: 0%;
  grid-template-columns: repeat(3, 1fr);
  margin: 50px auto;
  row-gap: 50px;
  column-gap: 3%;
}

.workshopWrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.ticketEventContainer.workshop {
  position: relative;
  width: 100%;
  margin: auto;
  height: auto;
  overflow: hidden;
  font-size: 18px;
}

img.ticketEventImage.workshopImage {
  width: 100%;
  margin-bottom: 10px;
  aspect-ratio: 1/1;
}

.ticketEventTitle.workshopTitle {
  position: relative;
  width: 90%;
  height: auto;
  line-height: 24px;
  font-size: 22px;
  overflow: hidden;
  margin: auto;
  margin-left: 0;
  margin-bottom: 10px;
}

.sliderGroupContainer {
  width: 100%;
  margin: auto;
}

.productSlide {
  width: 100%;
}

.sliderTitleContainer,
.blogSliderTitleContainer {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 50px;
  margin: 15px auto;
  font-size: 23px;
  text-align: center;
}

.ticketEventWho.workshopByUser {
  font-size: 16px;
  margin-bottom: 10px;
}

.ticketEventDate.workshopWhen {
  font-size: 18px;
  margin-bottom: 10px;
}

.ticketEventPlace {
  margin-bottom: 10px;
}

.ticketEventDat {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto;
  line-height: 20px;
  font-size: 20px;
}

.collaboratorName {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  line-height: 24px;
  font-size: 18px;
  margin: 7px auto;
}

#blogPostsContainer .blogPostRegular {
  margin: 0px;
}

.collaboratorImage {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  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;
}

.collaboratorImage:hover {
  transform: translateY(-20px);
}

.activitySummary.altColor {
  color: #801a2e;
}

.activitySubTitle {
  position: relative;
  font-size: 14px;
  text-align: center;
  font-family: var(--font-family-2) !important;
}

.activitySummary {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 30px;
}

.dataContainer {
  margin-top: 10px;
  line-height: 22px;
  font-size: 14px;
}

.activityViewMore {
  color: #801b2d;
}

h2.blogPostTitle.activityViewTitle {
  font-size: 20px;
  font-weight: 500;
  font-family: "Galliard";
  margin-bottom: 10px;
}

h3.activityDate.blogPostDate {
  margin-bottom: 10px;
}

.activityTitle {
  position: relative;
  width: 90%;
  line-height: 50px;
  margin: 40px auto 10px;
  font-size: 40px;
  text-align: center;
  font-family: var(--font-family-2) !important;
}

.activityRow {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: grid;
  margin: 50px auto;
  grid-template-columns: repeat(4, 1fr);
}

.activityMainImage {
  position: relative;
  width: 100%;
  margin: auto;
  height: auto;
  overflow: hidden;
  font-size: 14px;
}

.item {
  position: relative;
  width: 45%;
  height: auto;
  align-items: start;
  justify-content: space-around;
  margin: 40px auto;
}

.activityColgado {
  position: relative;
  font-size: 14px;
  text-align: center;
  color: #801a2e;
  width: 90%;
  margin: auto;
  margin-top: 110px;
  font-family: var(--font-family-2) !important;
}

.activityContent .customButton {
  margin-left: 0;
}

.activityImage {
  position: relative;
  width: 100%;
  height: auto;
}

.activityGroupContainer .activitysContainer {
  margin: auto;
}

.intervaloNews b {
  font-weight: bold;
}
.articleContainer{
  width:var(--web-container);
  background: var(--secondary-background);
  margin: 5% auto 0;
  padding: 30px 0 0;
}
.articleColgado {
  position: relative;
  font-size: calc(var(--base-font-size) - 2px);
  text-align: center;
  color: var(--secondary);
  width: var(--web-container);
  margin: auto;
  text-transform: uppercase;
  font-family: var(--font-family);
}

.postItemIntervalo {
  width: var(--web-container);
  margin: auto;
}

.postItemIntervalo .blogSliderWrapper {
  width: 100%;
  margin: auto;
  gap: 30px;
  border-top: 1px solid var(--lighter-base);
}
.relatedBlogPostsContainer
.relatedBlogPosts.blogSliderWrapper{
    padding: 2.5%;
}

.postItemIntervalo .activityWrapper.blogPostRegular:nth-child(3n-1) {
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: rgb(205 205 205);
}

.postItemIntervalo .sliderContainer.blogSlider {
  width: 100%;
}

.articleTitle {
  position: relative;
  width: 70%;
  line-height: 50px;
  margin: 10px auto;
  font-size: 40px;
  text-align: center;
  font-family: var(--font-family-2) !important;
}

.articleSubTitle {
  position: relative;
  font-size: var(--base-font-size);
  text-align: center;
  font-family: var(--font-family);
}
.articleSubTitle a{
  text-decoration:underline;
}

#content .newsContainer {
  position: relative;
  width: 85%;
  margin: auto;
  height: auto;
  overflow: hidden;
  display: block;
  grid-template-columns: unset;
  margin: 50px auto;
}

#content .newsRow {grid-template-columns:1fr 1fr;display: grid;gap: 25px;}

#content .newsContainer.intervaloNews {
  width: 100%;
  padding: 0 2.5%;
  box-sizing: border-box;
}

.intervaloNews .newsWrapper {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}
.intervaloNews .newsWrapper.img {
  margin-bottom: 0px;
}


.newsContainer.intervaloNews .newsWrapper.img .news {
  padding: 0;
  height: calc(100% - 30px);
}

.intervaloNews .newsRow {
  margin-top: 0;
}


#popupGalleryPosts {
  position: fixed;
  inset: 0;
  z-index: 6;
  width: 100%;
  height: 100vh;
  background: #000;
}

#popupGalleryPostsClose {
  position: absolute;
  top: 15px;
  right: 35px;
  color: rgb(241, 241, 241);
  font-size: 40px;
  font-weight: 600;
  z-index: 1;
}

#popupGalleryPostsClose:hover,
#popupGalleryPostsClose:focus {
  color: var(--second);
  cursor: pointer;
}

.gallerySliderContainer {
  width: 50%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  position: relative;
}

.galleryImage {
  width: auto;
  height: auto;
  max-height: 90vh;
  max-width: 100%;
}

.gallerySliderContainer .slick-dots {
  width: 100%;
  right: 0;
  bottom: -35px;
  top: unset;
  height: 16px;
}

.gallerySliderContainer .slick-dots li button:before {
  opacity: 0.5;
  background: white;
  color: white;
}

.gallerySliderContainer .slick-dots li.slick-active button:before {
  opacity: 1;
  background: white;
  color: white;
}

.activitySummary p,
.activitySummary span {
  font-family: "Galliard" !important;
  font-size: 14px !important;
}

.activitySummary b {
  font-weight: bold;
}

.intervaloNews p,
.intervaloNews span {
  font-family: var(--font-family) !important;
}
.intervaloNews strong {
  font-weight: bold !important;
}

.activitySummary.altColor * {
  font-size: 18px !important;
}
.sliderContainer{
      width: 100%;
}

.relatedBlogPostsSlider {
  position: relative;
  height: auto;
  width: 100%;
  margin: 5% auto;
  overflow: hidden;
  padding: 0;
  justify-content: space-between;
  background: var(--secondary-background);
}
.relatedBlogPostsTitle{
    margin: 30px 2.5%;
    font-weight: 400;
    display: block;
    font-size: 23px;
    line-height: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    overflow: hidden;
}

.blogText p {
  margin: 0;
}

.blogText p + p {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
 .newsWrapper {
    overflow: hidden !important;
}
  .articleSubTitle {
    width: 95%;
    margin: 0 auto;
  }

  #authorsContainer {
    grid-template-columns: 1fr;
    width: 85%;
  }

  .workshopsContainer.item {
    grid-template-columns: 1fr;
  }

  .sliderTitleContainer,
  .blogSliderTitleContainer {
    width: 100%;
    line-height: 28px;
    margin-bottom: 2rem;
  }

  .dataContainer {
    margin-top: 10px;
  }

  .activityContainer {
    flex-direction: column;
    width: 85%;
  }

  .activityTitle {
    margin-top: 3rem;
    font-size: 28px;
    line-height: 36px;
  }

  .item {
    width: 100%;
  }

  #blogPostsContainer .blogPostRegular {
    margin: 0;
    margin-bottom: 2rem;
    padding: 0;
  }

  .postItemIntervalo .activityWrapper.blogPostRegular:nth-child(3n-1) {
    border-left: 0;
    border-right: 0;
  }

  .articleTitle {
    font-size: 35px;
    line-height: 40px;
    width: 90%;
  }

  #content .newsContainer.intervaloNews {
    width: 90%;
    padding: 0;
  }
  #content .newsRow{
  grid-auto-flow: row;
  grid-template-columns: 1fr;
  gap: 0px;
  }
  #mainImageContainer {
    position: relative !important;
    top: unset;
 
}

  .postItemIntervalo {
    width: 100%;
    margin: auto;
  }
.relatedBlogPostsSlider{
  width:var(--web-container)
}
  .postItemIntervalo #blogPostsContainer {
    grid-template-columns: 1fr;
    width: 100%;
    row-gap: 20px;
    padding: 3%;
  }
  .relatedBlogPostsTitle{
    margin: 15px 3%;
    font-size: 20px;
    line-height: 25px;
  }

  .gallerySliderContainer {
    width: 80%;
  }

  #popupGalleryPostsClose {
    font-size: 25px;
    right: 25px;
  }
}
