/*.tm-popover-items.uk-hidden\@s {
  display: none;
}
.tm-popover-items.uk-visible\@s {
  display: block !important;
}*/
div.mod-languages ul li.lang-active {
    background-color: transparent;
}
.lang-inline a {
   color:#666;
}
.lang-inline a:hover {
 color:red !important;
}
.lang-active a{
    color:red !important;
 
}
.awesomplete mark {
    background: transparent !important;
}
.uk-dotnav > * {
  padding-bottom: 10px;
}
.uk-text-danger {
  color: transparent !important;
  background-image: linear-gradient(150deg, #82ccf4 15%, #03527a 100%) !important;
  -webkit-background-clip: text;
}
.degradado { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,207cca+19,207cca+19,2989d8+39,7db9e8+100 */
  background: #1e5799; /* Old browsers */
  background: -moz-linear-gradient(left, #1e5799 0%, #207cca 19%, #207cca 19%, #2989d8 39%, #7db9e8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1e5799 0%, #207cca 19%, #207cca 19%, #2989d8 39%, #7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1e5799 0%, #207cca 19%, #207cca 19%, #2989d8 39%, #7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=1); /* IE6-9 */
}
div.mod-languages a {
  padding: 0 3px;
}
div.mod-languages li {
  margin: 0px;
  padding-left: 0px;
}
.uk-breadcrumb li a {
  display: inline-block;
}

#tm-mobile .mod-languages a {
  color: #fff;
}
#tm-mobile .mod-languages li.uk-active a {
  color: #ba2216;
}
@media(max-width:1200px) {
  #module-tm-3 {
    display: none;
  }
}