/*
https://angel-rs.github.io/css-color-filter-generator/
*/
/*[class^="ico"] {*/
[class~="ico-header"] {width: 35px;height: 35px;}
[class~="ico-footer"] {width: 35px;height: 35px;}
.bootico a img{
  filter: brightness(0) saturate(100%) invert(38%) sepia(13%) saturate(5534%) hue-rotate(134deg) brightness(94%) contrast(102%)!important;}
.bootico a:hover img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(66%) saturate(3058%) hue-rotate(184deg) brightness(92%) contrast(104%)!important;}

.icon-wrapper .ico-header {filter: invert(99%) sepia(20%) saturate(2%) hue-rotate(291deg) brightness(107%) contrast(101%);}
.icon-wrapper:hover .ico-header {filter: invert(91%) sepia(19%) saturate(242%) hue-rotate(10deg) brightness(84%) contrast(88%);}
.icon-wrapper:hover .ico-footer {filter: invert(91%) sepia(19%) saturate(242%) hue-rotate(10deg) brightness(84%) contrast(88%);}

.icon-wrapper {display: inline-flex;align-items: center;justify-content: center;background-color:#375542; border-radius: 50%;padding: 4px;}
.ico-footer {width: 35px;height: 35px;filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(163deg) brightness(107%) contrast(105%);}
.mover-izquierda {position: relative;display: inline-block; transition: transform 0.3s ease-in-out;}
