.nova {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 300ms ease-in-out;
  margin-bottom: 0.5rem;
  position:relative;
  will-change: auto;
}

.nova:hover {
  transition: 300ms linear;
}

.nova div[id^="crs"] {
  display: none;
}

.nova > div:empty,
.novas_titulo:empty,
.nova__texto:empty,
.nova__data:empty,
.nova__etiquetas > div:empty {
  display: none;
}

.novas_titulo {
  margin-bottom: 1rem !important;
  font-size: var(--fsize-novas-carrousel);
}

.nova__imaxe {
  position: relative;
  /* overflow: hidden; */
  margin-bottom: 1em;
}

.nova__imaxe:hover img {
  transform:scale(1.03);
}

.nova__imaxe img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border-radius: var(--bradius);
  transition: 400ms ease-in-out;
  overflow: hidden;
}

.nova__imaxe a {
  display: flex;
  overflow:hidden;
  border-radius: var(--bradius);
}

.nova__txt {
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* padding-inline: 1em; */
  /* position:relative; */
}

.nova__titulo {
  border-bottom: 1px solid transparent;
  font-size: var(--fsize-novas-carrousel);
  text-align: center;
}

.nova__titulo:hover {
  transition: all 300ms;
  color: var(--nort-azul);
}

.nova__titulo h2,
.nova__titulo h2 a {
  padding: 0;
  margin-bottom: 0.2rem !important;
  font-size: var(--fsize-novas-carrousel);
  text-align: left;
  transition: all 300ms;
  display: flex;
  gap: 0.3em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nova__titulo h2:hover,
.nova__titulo h2 a:hover {
  transition: all 300ms;
  color: var(--color-precio);
}


.nova__texto {
  display: flex;
  flex-direction: column;
  width: 100%;
  line-height: var(--interlineado);
  font-size: var(--fsize-entradilla);
   display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.nova__data {
  font-size: 14px;
  color: var(--azul-claro);
  margin-bottom: .5em;
}

.nova__etiquetas {
  box-sizing: border-box;
  font-size: var(--fsize-etq, 16px);
  color: var(--color2);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1em;
  row-gap: 0.5em;
  transition: all 300ms;
  margin: 1rem 0 0 0;
  font-weight: 600;
}

.nova__etiquetas > div:not(:empty) {
  display: flex;
  gap: 0.5rem;
  font-weight: 500;
}

.nova__etiquetas > div:empty {
  display:none;
}

.nova__etiquetas > div:nth-child(1),
.nova__etiquetas > div:nth-child(2),
.nova__etiquetas > div:nth-child(3)  {
  --ancho: 18px;
  --alto: 18px;
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: var(--color2);
}


span[class^="novas_etq_link"] {
  transition: 200ms linear;
}

span[class^="novas_etq_link"]:hover {
  transition: 200ms linear;
  cursor: pointer;
  text-decoration: underline;
  color: var(--azul-claro);
}

.nova__imaxe > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--blanco);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gra-trans);
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: 100% 0;
  transform-origin: center center;
  transition: transform 350ms ease-in-out;
}

.nova__imaxe > a:hover::before {
  /* transform: scaleY(1); */
  transition: transform 350ms ease-in-out;
  transform-origin: center;
}


/* icono plus hover nova */
.nova__imaxe > a::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 287.5 287.5' style='enable-background:new 0 0 287.5 287.5' xml:space='preserve'%3E%3Cpath fill='%23f7f6ec' d='M0 143.4C.1 64.3 64.8-.2 143.8 0c79.7.2 143.8 64.5 143.7 144.1-.1 79.6-64.7 143.5-144.9 143.4C64.1 287.4-.1 222.5 0 143.4zm159.7-15.5c0-10.8.1-21.1 0-31.3-.2-9.8-6.7-16.6-16-16.6-9.2 0-15.8 6.8-15.9 16.6-.1 9 0 18 0 26.9 0 1.3-.1 2.6-.2 4.3h-4.4c-8.9 0-17.7-.1-26.6 0-9.8.1-16.7 6.6-16.7 15.8 0 9.2 6.8 15.9 16.5 16 7.1.1 14.2 0 21.3 0h10v30.7c0 2 .1 4 .7 5.9 2.2 7.7 9.5 12.2 17.6 11.2 7.4-.9 13.2-7.4 13.4-15.2.2-9.5.1-19 .1-28.4 0-1.3.1-2.6.2-4.1h30.4c10.4 0 17.3-6.5 17.3-16 0-9.3-7-15.7-17.1-15.8h-30.6z'/%3E%3C/svg%3E");
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  opacity: 0;
  display: block;
  align-items: center;
  justify-content: center;
  transition: 300ms ease-out;
}

.nova__imaxe > a:hover::after {
  will-change: auto;
  opacity: 1;
  /* transform: translate(-50%, -50%); */
  /* transform: translate(center); */
  transition: 300ms cubic-bezier(0.46, 0.22, 0.44, 0.97);
}

#cxcli3-lanuncios-0-panel.trw_grid_0_4 {
  box-sizing: border-box;
  /* grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important; */
  gap: 2em 1.5em;
}

/* párrafo contidos relacionados */ 

.novas2_rel {
  background-color: var(--color_fondo);
  padding-block: 5rem;
  margin: 7rem auto 2rem auto;
}

.novas2_rel_etq {
  
}

.novas2_rel .carrusel_marco .item {
   margin-right: 4.5rem;
}

.novas2_rel .owl-carousel .owl-item img {
  /* width: 80%; */
}
.novas2_rel .carrusel_marco .item > a {
  display:flex;
  justify-content: center;
}

.novas2_rel .carrusel_iten_titulo {
  color: var(--color);
  font-size: 1.5rem;
  margin-bottom: 0;
}

.novas2_rel .carrusel_iten_titulo,
.novas2_rel .carrusel_iten_notas {
  text-align: center;
} 

.novas2_rel .carrusel_iten_notas {
  font-size: 1rem;
  font-style: italic;
}



@media only screen and (max-width: 888px) {
  .nova:hover {
    transform: translateY(0%);
  }

  .novas2_rel .carrusel_marco .item {
   margin-right: 1rem;
  }

  .novas2_rel .owl-carousel .owl-item img {
     width: 100%;
  }
  .novas2_rel .carrusel_iten_titulo {
    font-size: 1.3rem;
  }
}
