@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&display=swap');


.otro-footer {
  background: #286bcf;
  width: 100%;
  margin: auto;
  height: auto;
  min-height: 100px;
  margin-top: 40px;
}


  
  .footer {
    position: relative;
    width: 100%;
    background: #286bcf;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .social-icon-Footer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 10px 5px;
    flex-wrap: wrap;
  }
  
  .icon-elem-Footer {
    list-style: none;
  }
  
  .icon-Footer {
    color: white;
    font-size: 32px;
    display: inline-block;
    margin: 0 10px;
    transition: 0.5s;
  }
  
  .icon:hover {
    transform: translateY(-10px);
  }
  
  .menu-Footer {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }
  
  .menu-elem-Footer {
    list-style: none;
  }
  .menu-icon-Footer {
    color: white;
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    margin: 5px 10px;
    opacity: 0.5;
    transition: 0.3s;
  }
  
  .menu-icon-Footer:hover {
    opacity: 1;
  }
  
  .text-Footer {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    color: white;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 15px;
    padding: 15px;
    padding-bottom: 40px;
  }

  .link-color {
    color: #fffe82;
  }

  .otro-footer {
    background: #286bcf;
    width: 100%;
    margin: auto;
    height: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .caja-sociales {
    /*border: solid 3px yellow;*/
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;

  }

  .social-icon-logo {
    width: 35px;
    margin: 8px;
  }



  @media (max-width: 700px){

    .otro-footer {
      background: #286bcf;
      width: 100%;
      margin: auto;
      height: auto;
      min-height: 100px;
      margin-top: -30px;
    }

    .caja-sociales {
      /*border: solid 3px yellow;*/
      padding: 50px;
      width: 100%;
      text-align: center;
      align-items: center;
      justify-content: center;
  
    }
  
    .social-icon-logo {
      width: 37px;
      margin: 8px;
    }
  
    .footer {
      width: 100%;
      background: #286bcf;
      min-height: 100px;
      padding: 20px 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    
    .social-icon-Footer {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      margin: 10px 5px;
      flex-wrap: wrap;
    }
    
    .icon-elem-Footer {
      list-style: none;
    }
    
    .icon-Footer {
      color: white;
      font-size: 32px;
      display: inline-block;
      margin: 0 10px;
      transition: 0.5s;
    }
    
    .icon:hover {
      transform: translateY(-10px);
    }
    
    .menu-Footer {
      display: flex;
      justify-content: center;
      position: relative;
      align-items: center;
      margin: 10px;
      flex-wrap: wrap;
    }
    
    .menu-elem-Footer {
      list-style: none;
    }
    .menu-icon-Footer {
      color: white;
      font-family: 'Fira Sans', sans-serif;
      font-size: 15px;
      font-weight: 300;
      display: inline-block;
      text-decoration: none;
      margin: 4px 4px;
      opacity: 0.5;
      transition: 0.3s;
    }
    
    .menu-icon-Footer:hover {
      opacity: 1;
    }
    
    .text-Footer {
      font-family: 'Fira Sans', sans-serif;
      font-weight: 300;
      color: white;
      text-align: center;
      margin-top: 15px;
      margin-bottom: 10px;
      font-size: 12px;
      padding: 15px;
      padding-bottom: 40px;
  
    }
  
    .link-color {
      color: #fffe82;
    }
  

  }