a:hover{    
    text-decoration:none !important;
}


.footer{
  position: relative;
  z-index: 10000;
  margin-top:100px;
  bottom:0px;
  padding-bottom: 20px;
  /* height:auto; */
  width: 100%;
  right: 0px;
  color:white;
  text-align: justify;
  padding-top: 20px;
  font-size: 13px;
}

.footer hr{
  background-color:red;
  height:1px
}

#footer{    
 position:fixed;
 bottom:0px !important;
 width:100%;    
}

#footer-flex{
   font-size:11px;
   color:black;
   justify-content:space-between; 
}


.footer-item {
  text-align:center;
}

.footer-item a{
  color:#6a6a6a;
  font-size:10.5px;  
}


.footer-item a:hover img{
  filter:invert(19%) sepia(170%) saturate(4463%) hue-rotate(340deg) brightness(90%) contrast(100%);  
}

.footer-item a:hover{
  color:#d90909 !important;
  font-size:11px;
}

/*.footer-item img{    
  width:25px;
  height:25px;
}*/

#footer-chat .badge{
  color:white;
  font-size:10px;
  padding:4px 6px;
  border-radius:5px;
}

 @media (min-width: 768px) {
     
#footer{         
  display:none !important;
}
     
}



