.nova {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 300ms ease-in-out;
  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);
}

h2.novas_titulo {
  font-size: 1.7rem;
}

.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);
  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(--nort-malva);
  margin-bottom: .5em;
}

.nova__etiquetas {
  box-sizing: border-box;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1em;
  row-gap: 0.5em;
  transition: all 300ms;
  margin: 1.5em 0 0 0;
  font-weight: var(--semibold);
  padding-bottom: 1.5em;
}

.nova__etiquetas > div:not(:empty) {
  display: flex;
  gap: 0.5em;
  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(--nort-malva);
  font-weight: var(--medium);
}


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

span[class^="novas_etq_link"]:hover {
  transition: 200ms linear;
  cursor: pointer;
  text-decoration: underline;
}

/* .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(--nort-trans, #4a469755);
  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;
}

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