.infonoticia a {
  color: inherit;
}

.infonoticia {
  font-size: 3.2em;
  font-family: 'Times New Roman', Times, serif;
  display: flex;
  padding: 1em 3em;
  height: 3em;
  justify-content: center;
  align-items: center;
}


.infonoticia h1 {
  font-size: 0.7em;
  font-weight: 500;
}



.swiperw {
  width: 90%;
  height: 50vh;
  margin-bottom: 20px;
  overflow: hidden;
}

.solid {

  text-align: center;
  font-size: 18px;
  background: #591212;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 20px 20px rgba(0,0,0,5);
  overflow: hidden;
}

.solid .img {
  transition: 1.5s;
}
.solid  .img:hover{
 transform: scale(1.1);
}

.solid .contenido{
  position: absolute;
  left: 10%;
  bottom: 20px;
  width: 80%;
  height: 60px;
  background-color:  white;
  color: black;
  overflow: hidden;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}

.solid .contenido h3  {
  margin-bottom: 20px;
}




.solid .contenido:hover{

  background-color:  #ffffff99;
  backdrop-filter: blur(8px);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}