.footer-home {
    background-color: #273c4d;
    color: #fff;
    padding: 50px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
  }

  .footer-org {
    background-color: #e30613;
    color: #fff;
    padding: 50px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
        margin-top: -6px;
  }

  .footer-vol {
    background-color: #004994;
    color: #fff;
    padding: 50px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
  }

  .footer-dir{
    background-color: #692478;
    color: #fff;
    padding: 50px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
  }
  
  .logo-footer {
    color: #fff;
    width: 33%;
  }
  
  .footer-links{
    color: #fff;
  }
  
  .social-footer {
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  
    .inst-footer {
      color: #fff;
      width: 33%;
    }
  
    .cont-footer {
      color: #fff;
      width: 33%;
    }
  
    .social-footer img{
      margin: 0 5px 0 5px;
    }
  
   .fab {
     color: #ffffff
   }
  
   .footer-2 {
    background-color: #273c4d;
    color: #fff;
    text-align: center;
    padding: 0 0 40px 0;
   }

   .footer-2-dir{
    background-color: #692478;
    color: #fff;
    text-align: center;
    padding: 0 0 40px 0;
   }

   .footer-3{
    background-color: #ef7d00;
    color: #fff;
    padding: 50px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
   }

   .footer-3-2{
    background-color: #273c4d;
    color: #fff;
    text-align: center;
    padding: 0 0 40px 0;
   }
  
   .footer-3-3{
    background-color: #ae0000;
    color: #fff;
    text-align: center;
    padding: 18px 0 4px 0;
   }

   .footer-3-4{
    background-color: #004994;
    color: #fff;
    text-align: center;
    padding: 0 0 40px 0;
   }

