.footer-dark {
    padding:50px 0;
    color:#f0f9ff;
    background-color:#000;
  }
  
  .footer-dark h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
  }
  
  .footer-dark ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
  }
  
  .footer-dark ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.6;
  }
  
  .footer-dark ul a:hover {
    opacity:0.8;
  }
  h3{
    color: #0044ff;
  }
  .copyright {
    
    color: white;
  }
  .fa-solid{
 color: #0044ff;
  }
  .comunication{
    color:white;
    text-decoration: none;
  }
  
  
  @media (max-width:767px) {
    .footer-dark .item:not(.social) {
      text-align:center;
      padding-bottom:20px;
      
    }
    .redes1:hover{
      background-color:#1877f2;
      translate: 0.2s;
    }
    .redes2:hover{
      background-color: #4FCE5D;
      transition: 0.3s;
    }
    .redes3:hover{
      background-color: rgb(100, 237, 196);
      transition:0.2s;
    }
    .redes4:hover{
      background-color: #D43089;
      transition: 0.3;
    }
  }
  
  .footer-dark .item.text {
    margin-bottom:36px;
  }
  
  @media (max-width:767px) {
    .footer-dark .item.text {
      margin-bottom:0;
    }
    .redes1:hover{
      background-color:#1877f2;
      translate: 0.2s;
    }
    .redes2:hover{
      background-color: #4FCE5D;
      transition: 0.3s;
    }
    .redes3:hover{
      background-color: rgb(100, 237, 196);
      transition:0.2s;
    }
    .redes4:hover{
      background-color: #D43089;
      transition: 0.3;
    }
  }
  
  .footer-dark .item.text p {
    opacity:0.6;
    margin-bottom:0;
  }
  
  .footer-dark .item.social {
    text-align:center;
  }
  
  @media (max-width:991px) {
    .footer-dark .item.social {
      text-align:center;
      margin-top:20px;
    }
    .redes1:hover{
      background-color:#1877f2;
      translate: 0.2s;
    }
    .redes2:hover{
      background-color:#4FCE5D;
      transition: 0.3s;
    }
    .redes3:hover{
      background-color: rgb(100, 237, 196);
      transition:0.2s;
    }
    .redes4:hover{
      background-color: #D43089;
      transition: 0.3;
    }
  }
  
  .footer-dark .item.social > a {
    font-size:25px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    /*box-shadow:0 0 0 1px rgba(255,255,255,0.4);*/
    margin:0 8px;
    color:#fff;
    opacity:0.75;
  }
  
  

  .redes1:hover{
    background-color:#1877f2;
    translate: 0.2s;
  }
  .redes2:hover{
    background-color: #4FCE5D;
    transition: 0.3s;
  }
  .redes3:hover{
    background-color: rgb(100, 237, 196);
    transition:0.2s;
  }
  .redes4:hover{
    background-color: #D43089;
    transition: 0.3;
  }
  
  .footer-dark .copyright {
    text-align:center;
    padding-top:24px;
    opacity:0.6;
    font-size:13px;
    margin-bottom:0;
  }
  
  