@charset "UTF-8";
.shortcode-noticias-evento {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  margin: 0 auto;
}
.shortcode-noticias-evento .shortcode-noticias-evento-item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  position: relative;
  width: calc((100% - (16px * 3)) / 4);
}
@media screen and (max-width: 1024px) {
  .shortcode-noticias-evento .shortcode-noticias-evento-item {
    width: 100%;
  }
}
.shortcode-noticias-evento .shortcode-noticias-evento-item:hover .image::before {
  scale: 1.0125;
}
.shortcode-noticias-evento .shortcode-noticias-evento-item.has-video::before {
  background: #e5af44;
  border-radius: 50%;
  color: #fff;
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
  height: 40px;
  left: 10px;
  line-height: 40px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 40px;
  z-index: 1;
}
.shortcode-noticias-evento .shortcode-noticias-evento-item[data-type="gallery"] .image::after {
  background: url(/wp-content/themes/tnrnews-child/css/../img/camera.svg) center center no-repeat transparent;
  background-size: contain;
  content: "";
  height: 32px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  z-index: 5;
}
.shortcode-noticias-evento .shortcode-noticias-evento-item .image {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  height: 187px;
  position: relative;
  width: 100%;
}
.shortcode-noticias-evento .shortcode-noticias-evento-item .image::before {
  background-color: transparent;
  background-image: var(--image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.25s all;
  width: 100%;
}
.shortcode-noticias-evento .shortcode-noticias-evento-item .image a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.shortcode-noticias-evento .shortcode-noticias-evento-item h2 {
  color: #293241;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.16;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.shortcode-noticias-evento .shortcode-noticias-evento-item .date {
  color: #161616;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  margin: 8px 0 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.shortcode-noticias-evento .shortcode-noticias-evento-item .date i.fa-regular {
  display: inline-block;
  margin: 0 5px 0 0;
}
.shortcode-noticias-evento .otros-eventos {
  width: 100%;
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper {
  align-items: flex-start;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 16px;
  margin: 0 0 24px;
  padding: 0 0 24px;
}
@media screen and (max-width: 1024px) {
  .shortcode-noticias-evento .otros-eventos .evento-wrapper {
    flex-direction: column;
  }
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper:last-child {
  border-bottom: none;
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper .evento {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  width: 33.33%;
}
@media screen and (max-width: 1024px) {
  .shortcode-noticias-evento .otros-eventos .evento-wrapper .evento {
    width: 100%;
  }
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper .evento:hover .image::before {
  scale: 1.0125;
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper .evento .image {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  height: 257px;
  position: relative;
  width: 100%;
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper .evento .image::before {
  background-color: transparent;
  background-image: var(--image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.25s all;
  width: 100%;
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper .evento .image a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper .evento h2 {
  color: #293241;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.16;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper .evento .date {
  color: #161616;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  margin: 8px 0 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper .evento .date i.fa-regular {
  display: inline-block;
  margin: 0 5px 0 0;
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper:nth-child(1) .noticias-evento-wrapper[data-count="2"] > :nth-child(1) {
  flex-direction: column;
  grid-row: 1 / span 2;
}
@media screen and (max-width: 1024px) {
  .shortcode-noticias-evento .otros-eventos .evento-wrapper:nth-child(1) .noticias-evento-wrapper[data-count="2"] > :nth-child(1) {
    grid-row: initial;
  }
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper:nth-child(1) .noticias-evento-wrapper[data-count="2"] > :nth-child(1) .image {
  height: 257px;
  width: 461px;
}
@media screen and (max-width: 1024px) {
  .shortcode-noticias-evento .otros-eventos .evento-wrapper:nth-child(1) .noticias-evento-wrapper[data-count="2"] > :nth-child(1) .image {
    width: 100%;
  }
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper:nth-child(1) .noticias-evento-wrapper[data-count="2"] > :nth-child(2) {
  flex-direction: column;
  grid-row: 1 / span 2;
}
@media screen and (max-width: 1024px) {
  .shortcode-noticias-evento .otros-eventos .evento-wrapper:nth-child(1) .noticias-evento-wrapper[data-count="2"] > :nth-child(2) {
    grid-row: initial;
  }
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper:nth-child(1) .noticias-evento-wrapper[data-count="2"] > :nth-child(2) .image {
  height: 257px;
  width: 461px;
}
@media screen and (max-width: 1024px) {
  .shortcode-noticias-evento .otros-eventos .evento-wrapper:nth-child(1) .noticias-evento-wrapper[data-count="2"] > :nth-child(2) .image {
    width: 100%;
  }
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper:nth-child(1) .noticias-evento-wrapper[data-count="3"] > :nth-child(1) {
  flex-direction: column;
  grid-row: 1 / span 2;
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper:nth-child(1) .noticias-evento-wrapper[data-count="3"] > :nth-child(1) .image {
  height: 257px;
  width: 461px;
}
@media screen and (max-width: 1024px) {
  .shortcode-noticias-evento .otros-eventos .evento-wrapper:nth-child(1) .noticias-evento-wrapper[data-count="3"] > :nth-child(1) .image {
    width: 100%;
  }
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper:nth-child(1) .noticias-evento-wrapper[data-count="3"] > :nth-child(3) {
  margin: -46px 0 0;
}
@media screen and (max-width: 1024px) {
  .shortcode-noticias-evento .otros-eventos .evento-wrapper:nth-child(1) .noticias-evento-wrapper[data-count="3"] > :nth-child(3) {
    margin: 0;
  }
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper .noticias-evento-wrapper {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin: 0;
  padding: 0;
  width: 66.66%;
}
@media screen and (max-width: 1024px) {
  .shortcode-noticias-evento .otros-eventos .evento-wrapper .noticias-evento-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper .noticias-evento-wrapper .shortcode-noticias-evento-item {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: flex-start;
  width: 100%;
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper .noticias-evento-wrapper .shortcode-noticias-evento-item .image {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  height: 110px;
  position: relative;
  width: 160px;
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper .noticias-evento-wrapper .shortcode-noticias-evento-item .image::before {
  background-color: transparent;
  background-image: var(--image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.25s all;
  width: 100%;
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper .noticias-evento-wrapper .shortcode-noticias-evento-item .image a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 10;
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper .noticias-evento-wrapper .shortcode-noticias-evento-item .content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  width: 100%;
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper .noticias-evento-wrapper .shortcode-noticias-evento-item .content h2 {
  color: #293241;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.16;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper .noticias-evento-wrapper .shortcode-noticias-evento-item .content .date {
  color: #161616;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.shortcode-noticias-evento .otros-eventos .evento-wrapper .noticias-evento-wrapper .shortcode-noticias-evento-item .content .date i.fa-regular {
  display: inline-block;
  margin: 0 5px 0 0;
}
/*# sourceMappingURL=https://tnrnews.es/wp-content/build/scss_library/0e0c32e52382afb6383c6c4f768466800541a783.css.map */