  /*//////////// SecOrganizaciones ////////////////*/
  .organizations-section {
    background: #fff;
    padding: 60px 0px 0px 0px;
  }
  
  .organizations-section-logos {
    display: flex;
    margin: 0 auto;
    height: 80%;
    width: 100%;
    max-width: 220px;
    object-fit: contain;
    transition: .3s;
    filter: grayscale(1);
    opacity: .6;
  }

  .organizations-section-logos:hover,
  .organizations-section-member img:hover {
    filter: grayscale(0);
    opacity: 1;
  }
  
  .organizations-section-member img{
    transition: .3s;
    filter: grayscale(1);
  }