@media (min-width: 992px) and (max-width: 1300px) {
  .cntb-507107-6-valor-contenido-localizacion-dazia-calido-opciones_cantidad,
  .cntb-507107-6-valor-contenido-localizacion-dazia-calido-opciones_superficie,
  .cntb-507107-6-valor-contenido-localizacion-dazia-calido-opciones_inquilinos {
    font-size: 12px !important;
  }
}
.cntb-507092-0-noticia-row>div {
  opacity: 0; 
  transform: translateY(-50px);
  transition: opacity 0s ease, transform 0s ease; 
}
.cntb-507092-0-noticia-row.active>div{
  opacity: 1; 
  transform: translateY(0px); 
  animation: slideUpFadeIn .4s ease forwards; 
}
.cntb-507092-0-noticia-row>div:nth-child(1) {
  animation-delay: 0s;
}

.cntb-507092-0-noticia-row>div:nth-child(2) {
  animation-delay: 0.25s;
}

.cntb-507092-0-noticia-row>div:nth-child(3) {
  animation-delay: .5s;
}

.cntb-507092-0-noticia-row>div:nth-child(4) {
  animation-delay: .75s;
}

.cntb-507092-0-noticia-row>div:nth-child(5) {
  animation-delay: 1s;
}