#destacada2_api2nota_widget-2 {list-style:none;}
.wrapper-newsapi {

    display:flex;
}

.container-newsapi {
    position: relative;
width: 100%;
margin: 0;
margin-bottom: 20px;
margin-right: 10px;
    

}

.featured-image {
  background-size: cover;
  background-position: center;
  height: 260px;
  position: relative;
  
}

.featured-image img {
  display: none;
}

.content-newsapi {
  padding: 10px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}

.content-newsapi h3 {
   font-size: 1.3em;
   font-weight: bold;
   line-height: 1.2em;
   margin: 0;
   font-family: helvetica condensed;
   font-weight: bold;
   text-shadow: black 0.1em 0.0em 0.2em;

}
.content-newsapi a {
    color: #fff;
    text-decoration: none;
  
}

.content-newsapi a:hover {
    color: #ff0000; /* Change to your desired hover color */
}

.content-newsapi p {
  font-size: 12px;
  margin: 0;
  font-family: helvetica;
  color: #fff;  
  margin-left:0.8em;
}

.meta {

display:inline-flex;

}


.enfasis {
font-size: 14px;
  margin: 0;
  font-family: helvetica;
  font-weight: bold;
  color: #fff;  
    background:#bb0000;
    padding-left:5px;
    padding-right:5px;
    padding-top:3px;
    padding-bottom:3px;


}

@media only screen and (max-width: 600px)  {
    .wrapper {

    display:block;
}
    .content-newsapi p {
        font-size: 12px;}
    .content-newsapi h3 {
        font-size: 1.3em; }
    .featured-image {
        height: 250px; }
}