.path-frontpage #block-blocknordicinformativo{
  margin: 1.25em auto;
  width: 77%;
}

#nordic-informativo{
  display: block;
}

#nordic-informativo .novedad-portada{
  position: relative;
  overflow: hidden;
  border: 1px solid #BCBCBC;
}
#nordic-informativo .novedad-portada .detalle{
  position: absolute;
  bottom: -55px;
  width: 100%;
  background-color: #ffffff;
  padding: 0.5rem;
  transition: bottom 0.5s;
}

#nordic-informativo > div > div {
    margin-bottom: 10px;
}
#nordic-informativo .title a {
    color: #212529 !important;
    opacity: 1 !important;
    border: 0 !important;
    padding: 0 !important;
    text-transform: inherit !important;
}
#nordic-informativo .title a:hover{
  background: inherit !important;
}

#nordic-informativo .novedad-portada .detalle a{
 font-size: 1rem;
 border: 1px solid #85848A;
 color: #4D4C48;
 padding: 8px 30px;
 border-radius: 10px;
 text-decoration: none;
 text-transform: uppercase;
 opacity: 0;
}
#nordic-informativo .novedad-portada .detalle .enlace{
  padding: 1rem;
  text-align: center;
}
#nordic-informativo .novedad-portada .detalle .fecha{
  font-size: 15px;
  color: #85848A;
}
#nordic-informativo .novedad-portada .detalle:hover {

      bottom: 0;

}

#nordic-informativo .novedad-portada .detalle:hover a{
  opacity: 1;
}

 #nordic-informativo .novedad-portada .detalle a:hover{
  background: #CA3D3D;
  border: 1px solid #CA3D3D;
  color: #ffffff;
  transition: 0.2s;
  }
  #nordic-informativo .novedad-portada > span {
    position: absolute;
    background: rgba(255,255,255,0.7);
    color: #CA3D3D;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    top: 0;
    left: 0;
}

 #nordic-informativo img{
    width: 100%;
  }

@media only screen and (max-width: 740px){

}

@media only screen  and (min-width: 768px) and (max-width: 1024px){


  #nordic-informativo .novedad-portada .detalle a,
  #nordic-informativo .novedad-portada .detalle{
    font-size: 14px;
  }
  #nordic-informativo .novedad-portada .detalle .fecha{
    font-size: 10px;
  }

}
