/*                               

  ╦ ╦┌┐ ┬  ╔═╗┌─┐┬─┐┬┌┬┐┌─┐┌─┐    
  ║ ║├┴┐│  ║  ├─┤├┬┘│ │ ├─┤└─┐    
  ╚═╝└─┘┴  ╚═╝┴ ┴┴└─┴ ┴ ┴ ┴└─┘    
  Joomla-template by Egbert Prins 
  Contact: egbertprins@gmail.com
  Version 3.0.13 - Release date 06-07-2024
                
*/
@charset "UTF-8";

footer {
  border-top-style: solid;
}

#ubicaritas_footer ul {
  font-size: var(--font-text-size-small);
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#ubicaritas_footer ul li {
  padding: 5px 5px 5px 0;
}

#ubicaritas_footer .version {
  text-align: center;
  font-size: var(--font-text-size-small);
  color: var(--color-grayed);
}

@media screen and (min-width: 650px) {
  #ubicaritas_footer ul li {
    display: inline-block;
  }

  #ubicaritas_footer ul li:after {
    content: '|';
    padding-left: 5px;
  }

  #ubicaritas_footer ul li:last-child:after {
    content: '';
  }
}