#barracookies {
    position: fixed;
    bottom: .1vmin;;
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-template-rows: 1fr;
  align-items: center;
  z-index: 99999;
	background: rgba(19,19,19, .7);	
}
footer .texto {
  grid-column: 1;
  grid-row: 1;
  padding: .3vh 1.1vw;
  color: rgba(255, 165, 0, .7);
  font-family: Arial;
  font-size: 1.5vh;
}
footer .icon {
  grid-column: 2;
  grid-row: 1;
    margin: 1vmin;
  background: rgba(19,19,19, .3);
}
footer .icon svg {
	max-height: 5vh;
    min-height: 36px;
	width: auto;
}
a.ok {
    width: 48px;
}
a.info {
    text-decoration:none;
    color: #f5f5f5;
}