[class~="ico-header"] {width: 100%;height: 35px;}
[class~="ico-footer"] {width: 100%;height: 35px;}

.icon-wrapper {display: inline-flex;align-items: center;justify-content: center;background-color:var(--primary-color); border-radius: 50%;padding: 4px;transition: background-color 0.3s ease-in-out;}
.icon-wrapper:hover .ico-header,
.icon-wrapper:hover .ico-footer {filter: invert(96%) sepia(100%) saturate(2%) hue-rotate(79deg) brightness(103%) contrast(101%);}
.ico-header,
.ico-footer{width: 35px;height: 35px;filter: invert(89%) sepia(0%) saturate(4059%) hue-rotate(136deg) brightness(109%) contrast(103%);}
.ico-header:hover,
.ico-footer:hover{filter: invert(100%) sepia(78%) saturate(435%) hue-rotate(8deg) brightness(112%) contrast(108%);}
.mover-izquierda {position: relative; display: inline-block; transition: transform 0.3s ease-in-out;}
span.email-rss{color:var(--primary-color);}
