.imagen {

    transition: .5s ease;
    filter: none; /* IE6-9 */
    -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
  }
  .link-bannerwarning{background:#FE7E01 !important;}
  .imagen:hover {

    filter: gray;
    -webkit-filter: grayscale(100%);
  }

  .zoom {
    opacity: 1;
    transition: transform .2s ease;
  
  }
  
  .zoom:hover {
    transform: scale(1.05);
  }

.titulo{
margin-left: 135px !important;
    margin-right: -122px !important;
    margin-bottom: -6px !important;
    width: calc(25% - 6px) !important;
    background-color: black;

}
@media (max-width: 800px){
 .titulo{ width: calc(100% - 6px) !important;margin-left: 0px !important;margin-right: 0 !important;}
 
}


  .textos:hover{

opacity: 1 !important;


}
