@font-face {
  font-family: 'icomoon';
  src: url('../fonts/entypo.eot?u3penh');
  src:  url('../fonts/icomoon.eot?u3penh#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?u3penh') format('truetype'),
    url('../fonts/icomoon.woff?u3penh') format('woff'),
    url('../fonts/icomoon.svg?u3penh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-radio:before {
  content: "\e91d";
}

.titilar {
  animation: blinker 1s linear infinite;
  color: #ed1c24;
}
  
@keyframes blinker {  
  75% { opacity: 0; }
}
