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

[class^="integritic-"], [class*=" integritic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'integritic' !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;
}

.integritic-no-lector:before {
  content: "\e900";
}
.integritic-letrapps-loro:before {
  content: "\eaec";
}
.integritic-letrapps:before {
  content: "\eaed";
}
.integritic-previene-salud:before {
  content: "\eaee";
}

.nav-tabs.nav-tabs-bottom > li.active > a, .nav-tabs.nav-tabs-bottom > li.active > a:hover, .nav-tabs.nav-tabs-bottom > li.active > a:focus {
    border-color:  transparent !important;
    background-color:  white;
    border-top-left-radius:  8px;
    border-top-right-radius:  8px;
    color:  #272626;
    font-weight:  bold;
    text-transform:  uppercase;
    border-color: transparent !important;
    background-color: white !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    color: #272626 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.actual{
    /*background-color: green;*/
    animation: parpadeo 0.3s;
    -webkit-animation: parpadeo 0.3s;
    -moz-animation: parpadeo 0.3s;
    font-weight: bold;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
}
@keyframes parpadeo { 
0% {background-color: black;color: white;}
100%{background-color: #2196F3;color: white;}
    /*0% {font-size: 18px}
    100% {font-size: 22px}*/
}

h3.popover-title{
  color: black;
}