.dg-talks {
  background: url(/wp-content/uploads/2025/11/background-tematicas-scaled.jpg) top center no-repeat transparent;
  background-size: cover;
  padding: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .dg-talks {
    padding: 5vw;
  }
}
.dg-talks .dg-talks-top-wrapper {
  margin: 0 auto 2.5rem;
  max-width: var(--wrapped-width);
  text-align: center;
}
.dg-talks .dg-talks-top-wrapper .text-1 {
  color: #5cd2b9;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .dg-talks .dg-talks-top-wrapper .text-1 {
    font-size: 1rem;
  }
}
.dg-talks .dg-talks-top-wrapper .text-2 {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 3.75rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .dg-talks .dg-talks-top-wrapper .text-2 {
    font-size: 1.25rem;
  }
}
.dg-talks .dg-talks-top-wrapper .text-2 > span {
  color: #11ffcc;
}
.dg-talks .next-talk-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
  margin: auto;
  max-width: var(--wrapped-width);
}
@media screen and (max-width: 1024px) {
  .dg-talks .next-talk-wrapper {
    flex-direction: column;
    max-width: 100%;
  }
}
.dg-talks .next-talk-wrapper > div {
  height: 430px;
}
.dg-talks .next-talk-wrapper > div.image {
  background-color: transparent;
  background-image: var(--image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 430px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .dg-talks .next-talk-wrapper > div.image {
    height: 90vw;
    width: 90vw;
  }
}
.dg-talks .next-talk-wrapper > div.content {
  align-items: flex-start;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 430px;
  justify-content: center;
  padding: 0 50px 0 70px;
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .dg-talks .next-talk-wrapper > div.content {
    align-items: center;
    height: auto;
    padding: 20px;
    text-align: center;
    width: 100%;
  }
}
.dg-talks .next-talk-wrapper > div.content .title {
  color: #010101;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.04;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .dg-talks .next-talk-wrapper > div.content .title {
    font-size: 36px;
  }
}
.dg-talks .next-talk-wrapper > div.content .talk-category {
  color: #010101;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 20px;
}
.dg-talks .next-talk-wrapper > div.content .content {
  color: #010101;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 20px;
}
.dg-talks .next-talk-wrapper > div.content .meta-wrapper {
  margin: 0 0 5px;
}
.dg-talks .next-talk-wrapper > div.content .meta-wrapper .meta-name {
  color: #010101;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
}
.dg-talks .next-talk-wrapper > div.content .meta-wrapper .meta-value {
  color: #010101;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.dg-talks .next-talk-wrapper > div.content a {
  background: #c65dff;
  color: #010101;
  display: inline-block;
  font-family: "Work sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 0;
  padding: 8px 30px;
  text-align: center;
  transition: 0.3s all;
}
.dg-talks .next-talk-wrapper > div.content a:hover {
  background: #5cd2b9;
}
.dg-talks .talk-categories {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin: auto;
  max-width: var(--wrapped-width);
  padding: 2.5rem 0;
}
@media screen and (max-width: 1024px) {
  .dg-talks .talk-categories {
    flex-direction: column;
  }
}
.dg-talks .talk-categories > a {
  align-items: center;
  background: transparent;
  border: 3px solid var(--color);
  color: #fff;
  display: flex;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  height: 65px;
  justify-content: center;
  line-height: 1;
  padding: 0 10px;
  transition: 0.3s all;
  width: calc((100% - (12px * 5)) / 5);
}
@media screen and (max-width: 1024px) {
  .dg-talks .talk-categories > a {
    width: 100%;
  }
}
.dg-talks .talk-categories > a:hover {
  background: var(--color);
  color: #010101;
}
.dg-talks .talk-categories > a.filtering {
  background: var(--color);
  color: #010101;
}
.dg-talks .talks {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  grid-auto-rows: 1fr;
  gap: 0;
  grid-template-columns: repeat(4, auto);
  margin: 0 -2.5rem;
}
@media screen and (max-width: 1024px) {
  .dg-talks .talks {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    margin: 0;
  }
}
.dg-talks .talks .talk {
  align-items: flex-start;
  background-color: transparent;
  background-image: var(--image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: calc((100vw - var(--scrollbar-width)) / 4);
  justify-content: space-between;
  padding: 60px;
  position: relative;
  transition: 0.6s all;
  width: calc((100vw - var(--scrollbar-width)) / 4);
}
@media screen and (max-width: 1024px) {
  .dg-talks .talks .talk {
    border-bottom: 1px solid #010101;
    height: auto;
    padding: 5vw;
    width: 100vw;
  }
  .dg-talks .talks .talk:last-child {
    border-bottom: none;
  }
  .dg-talks .talks .talk:not([data-id]) {
    display: none;
  }
}
.dg-talks .talks .talk::before {
  background: var(--color);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.dg-talks .talks .talk:hover {
  background-color: var(--color);
  background-image: none;
}
.dg-talks .talks .talk:hover .title, .dg-talks .talks .talk:hover .sentence, .dg-talks .talks .talk:hover .date {
  color: #010101;
}
.dg-talks .talks .talk .title {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: bolder;
  line-height: normal;
  position: relative;
  transition: 0.6s all;
  z-index: 10;
}
.dg-talks .talks .talk .sentence {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.06;
  position: relative;
  text-align: left;
  transition: 0.6s all;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .dg-talks .talks .talk .sentence {
    font-size: 26px;
  }
}
.dg-talks .talks .talk .date {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: bolder;
  line-height: normal;
  position: relative;
  transition: 0.6s all;
  z-index: 10;
}
.dg-talks .paginator {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 2.5rem 0 0;
}
.dg-talks .paginator a#talks-last {
  align-items: center;
  background: #6bc1b1;
  border-radius: 50%;
  color: #151515;
  display: flex;
  font-size: 30px;
  height: 52px;
  justify-content: center;
  text-align: center;
  transition: 0.3s background;
  width: 52px;
}
.dg-talks .paginator a#talks-last:hover {
  background: #c65dff;
}
.dg-talks .paginator a#talks-last.active {
  pointer-events: none !important;
}
.dg-talks .paginator a#talks-next {
  align-items: center;
  background: #6bc1b1;
  border-radius: 50%;
  color: #151515;
  display: flex;
  font-size: 30px;
  height: 52px;
  justify-content: center;
  text-align: center;
  transition: 0.3s background;
  width: 52px;
}
.dg-talks .paginator a#talks-next:hover {
  background: #c65dff;
}
.dg-talks .paginator a#talks-next.active {
  pointer-events: none !important;
}
/*# sourceMappingURL=https://dimasgimeno.3dsignia.com/wp-content/build/scss_library/51230573931c8b41f8297724d968348e642e9e66.css.map */