#map {
    height: 200px;
    width: 100%;
    }
    
    
    
      #footer{
      padding: 40px;
      text-align: left;
      margin-top: 20px;
    color: #fff;
    background: linear-gradient(90deg, rgb(47, 61, 85), rgb(59, 75, 102)) !important; 
  
    }
    
    #footer ul li{
      list-style: none;
      color: #fff;
      text-align: left;
    }
    
    #visitas{
    font-size: 14px;
    }
    
    #redes{
    padding-top: 20px;
    font-size: 14px;
    }
    
    #redes p a{
      display: inline-block;
      color: #fff;
      text-decoration: none;
    }
    
    #redes{
    color: #fff;
    }
    
    footer{
      background-color: #112f4b !important;
      text-align: center;
      padding: 20px;
      color: #fff;
      font-size: 12px;
    }