header {
    text-align: center;
}

footer {
    font-size: 13px;
    line-height: 16px;

    font-family: "PF Beau Sans Pro",sans-serif;
    border-top: 1px solid silver;
}

/*
html {
    --lumo-primary-color: green;
    --lumo-font-family: 'Roboto';
    --lumo-button-background-color: #BDBDBD;
}
*/

.footer-ul li > a {
    color: #f4f4f4;
    opacity: .5 !important;
    font-size: 25px !important; }

.list-inline {
    padding-left: 0;
    list-style: none; 
}
  
.list-inline-item {
    display: inline-block; 
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem; 
}

.list-inline-item a {
    text-decoration: none; 
}

.sociales {
    /* padding: 15px; */ 
}

.sociales > p > a {
    font-weight: 700;
    font-size: 13px; 
}

div.sociales a {
    color: #868e96 !important; 
}
      
div.sociales a :hover {
    opacity: .8; 
}

/*
[class^="icon-"], [class*=" icon-"] {
    font-family: 'iconosgobsf';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-footertwitter:before {
    content: "\e61f";
}
*/