h1 {
  color:#000;
  font-size: 2.5rem;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 200;
  text-align: center;
  margin: 0px;
  padding: 0px;
  display:inline;
}
.contenedorDeBlogs {
  
  width: auto;
  max-width:1000px; 
  margin:auto; 
  
  align-items: center;
  display:flex; 
  flex-wrap:wrap; 

}

.linkblog {
  text-decoration: none;
  padding: 0px;
  margin: 0;
  cursor: pointer;
  
}
.contenedorBlog  {
  
    width: 250px;
    height: 350px;
    padding: 1px;
    background-color:#FFF;
   
    cursor: pointer;
  
    display:block;
  
    margin:auto;
    
    position: relative; 

    margin-top: 20px;
    

    border-style: solid;
     border-width: 1px;
    border-color: rgb(217, 215, 215);
    

  }

.sub_contenedor { 
    position: absolute; 
    bottom: 0px; 

    background-color:#5090ae; 
    
    width: 100%;
    
    color: #FFF;
    
} 



  .imgBlog {
    object-fit: cover;
    width: 100%;
    height: auto;
  
  }

  .blogFecha {
    font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight:100;
    color:#444444;
    margin:15px;

  
    
  
  }
  .blogTlt {
    font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color:#000;
    margin:15px;

    font-weight: 500;
  
    
  
  }
  
  .blogTxt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight:regular;
    color:rgb(90, 90, 90);
    margin:15px;
    line-height: 1.5;
    
  }
  
  .blogCTA {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight:regular;
    color:#ea930e;
    margin:20px;
    text-decoration: none;
  
  
  }
@media screen and (max-width: 1000px) {
  .contenedorDeBlogs { 
    max-width: 500px; 

  }
}

  @media screen and (max-width: 500px) {
    .contenedorDeBlogs { 
    max-width: 450px; 

  }

    
  
  }
  


 
  

  