html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  border-top: 4px solid #45a2ff;
}

em {
  color: #111 !important;
}

.uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  color: #666;
  text-decoration: none; 
  opacity: 0.8;
  
}

.uk-light {
  color: white;
}

.uk-card-title,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  line-height: 1.2;
}

.uk-heading-small {
  font-size: 2.2rem;
  font-weight: bold;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  padding: 0 10px;
}

.uk-text-lead {
  font-size: 1.2rem;
  line-height: 1.2;
}

.uk-text-large {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media (min-width: 960px) {
  .uk-h2,
  h2 {
    font-size: 1.8rem;
  }
}

a,
.uk-navbar-item,
.uk-navbar-nav > li > a {
  color: #000;
}

#topnav,
#topnav .uk-navbar-item,
#topnav .uk-navbar-nav > li > a,
#topnav .uk-navbar-toggle {
  min-height: 32px;
  font-size: small;
  color: white;
  text-transform: capitalize;
}

.bg-blue {
  color: white;
  background: #45a2ff;
}

.uk-subnav > * > :first-child {
  color: #000;
}

.featured-grid-item .uk-panel {
  border: 1px solid white;
}

.featured-grid-item .uk-overlay.uk-position-top {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.featured-grid-item .uk-overlay.uk-position-bottom {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.featured-grid-item .uk-background-muted.uk-invert > .uk-card-badge {
  top: auto;
  bottom: 15px;
}

.featured-grid-item a,
.featured-grid-item h4,
.featured-grid-item span,
.featured-grid-item p,
.featured-grid-item .uk-link,
.featured-grid-item div {
  color: white;
  text-decoration: none;
}

.featured-grid-item .article-content {
  z-index: 2;
  position: relative;
  text-shadow: 0 0 2px rgb(0 0 0 / 60%);
}

.featured-grid-item .uk-height-small {
  height: 225px;
}
.featured-grid-item .uk-height-small h4 {
  font-size: 1.35rem;
}
.featured-grid-item .uk-height-small h4 {
  margin: 0.5rem 0;
}

#main-navbar {
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

#main-navbar .uk-navbar-item,
#main-navbar .uk-navbar-nav > li > a,
#main-navbar .uk-navbar-toggle {
  min-height: 48px;
}

#main-navbar .uk-navbar-nav > li > a {
  font-weight: 600;
}

#main-navbar > ul {
  text-align: center;
  white-space: nowrap;
}

nav.nav-scroll {
  position: relative;
  z-index: 2;
  height: 3rem;
  box-sizing: border-box;
  padding: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  margin-bottom: 1rem;
  line-height: 1em;
}

nav.nav-scroll > ul {
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
}

nav.nav-scroll > ul > li > a {
  font-weight: 500;
}

.news-slide > li > .uk-card {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.075);
}

.uk-background-red {
  background: #b70827;
}

.uk-background-blue {
  background: #45a2ff;
  /* 66b3ff */
}

.uk-background-orange {
  background: #ffaf38;
}

.uk-background-secondary {
  background: #304c66;
}

.uk-light .uk-heading-bullet::before {
  border-left-color: rgb(183 8 39);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.uk-logo > img {
  height: 58px;
}

#header.uk-sticky-below {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.07);
}

.uk-card-default {
  box-shadow: none;
}
.uk-label {
  text-transform: capitalize;
}
.uk-label-default {
  background-color: #45a2ff;
  text-transform: capitalize;
}
.uk-button-danger,
.uk-label-danger {
  background-color: #b70827;
}
.uk-section-primary,
.uk-label-primary {
  background: #45a2ff;
}

.uk-text-primary {
  color: #b70827 !important;
}

.uk-label-container {
  line-height: 1.5;
  font-size: 0.875rem;
  background: whitesmoke;
  vertical-align: middle;
}

/* Smartphones ----------- */
@media only screen and (max-width: 760px) {
  .featured-grid-item .uk-height-small {
    height: 450px;
  }
  .uk-heading-small {
    font-size: 1.8rem;
  }
}

.lastest-news .uk-card {
  border-bottom: 1px solid;
}

.uk-heading-bullet::before {
  border-left: calc(5px + 0.1em) solid #b70827;
}
.uk-heading-line > ::before {
  border-bottom: calc(0.2px + 0.05em) solid #b70827;
}

.blink {
  -webkit-animation: blink 1s infinite;
  animation: blink 1s infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.blink2 {
  -webkit-animation: blink2 2s infinite;
  animation: blink2 2s infinite;
}

@keyframes blink2 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.8;
  }

  to {
    opacity: 1;
  }
}

/* Offcanvas */

.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.uk-offcanvas .uk-close {
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity;
}

.uk-offcanvas .uk-close:hover {
  color: #666;
}

.uk-offcanvas-bar a:hover,
.uk-offcanvas-bar a {
  color: #000;
}

.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto;
}

.uk-offcanvas-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 960px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 40px 40px;
  }
}

.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px;
}

@media (min-width: 960px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px;
  }
}

.uk-open > .uk-offcanvas-bar {
  left: 0;
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0;
}

.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right;
}

.uk-offcanvas-reveal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease-out;
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
  left: 0;
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  left: auto;
  right: 0;
}

.uk-open > .uk-offcanvas-reveal {
  width: 270px;
}

@media (min-width: 960px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px;
  }
}

.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto;
}

.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px;
}

.uk-offcanvas-overlay {
  width: 100vw;
  touch-action: none;
}

.uk-offcanvas-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.15s linear;
}

.uk-offcanvas-overlay.uk-open::before {
  opacity: 1;
}

.uk-offcanvas-container,
.uk-offcanvas-page {
  overflow-x: hidden;
}

.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  box-sizing: border-box;
  width: 100%;
}

:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px;
}

@media (min-width: 960px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px;
  }

  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px;
  }
}

.uk-nav > .uk-nav-divider {
  border-top: 1px solid #ececec;
}

a.section:hover {
  text-decoration: none;
}
a.section > div {
  box-shadow: inset 0 0 0 0 rgb(59 59 59 / 17%);
  color: rgb(59 59 59 / 17%);
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
a.section > div:hover {
  box-shadow: inset 200px 0 0 0 rgb(59 59 59 / 17%);
  color: white;
}

.uk-article-meta {
  font-size: 0.8rem;
}
.uk-label-secondary {
  background: #f8f8f8;
  color: #767676;
}

.head-baner {
  width: 370px;
  height: 80px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before,
.pagination::after {
  content: " ";
  display: table;
}
.pagination::after {
  clear: both;
}
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  display: none;
  border-radius: 0;
}
.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}
@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: default;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  content: "…";
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
}

figure {
    margin: 0;
}

#main-navbar .uk-navbar-dropdown.uk-drop.uk-open {
  margin-top: -28px;
} 

.uk-navbar-dropdown-nav>li>a, .uk-nav-header {
  color: #444;
}

.mod_article {
  margin-top: 1rem;
}

h3.ce_headline {
  font-size: 1.6rem;
}

.lh-1 {
  line-height: 1rem;
}

.overlay-gradient-bottom {
  background: linear-gradient( 0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100% );
  text-shadow: 0 1px 1px black;
}

.height-250 {
  height: 250px;
  font-weight: bold;
}

.nav-categories.level_1 > li > .category-title {
  background: #f8f8f8 !important;
}
.nav-categories li .category-title.active {
  background: #206A97 !important;
}

@media screen and (min-width: 22em) and (max-width: 39.9375em) {
  body {
    padding-top: 0 !important; 
  }
}

.uk-lightbox {
  background: #000;
  background: rgb(0 0 0 / 80%);
}
.mod_breadcrumb li.active.last {
  font-weight: bold;
}

/* Small only */
@media screen and (min-width: 22em) and (max-width: 39.9375em) {

  .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
      content: "/";
      display: inline-block;
      margin: 0 10px 0 calc(10px - 4px);
      font-size: .875rem;
      color: #999;
  }

  .mod_breadcrumb li a {
    font-size: small;
  }

  .mod_breadcrumb li.active.last {
    display: block;
    font-weight: bold;
  }

  .mod_breadcrumb li.active.last::before {
    display: none;
  }

  .mod_newsreader.block figure {
      margin-bottom: 1.5rem;
  }
}

.ce_gallery h1, .ce_gallery h2, .ce_gallery h3 {
  display: none;
}

input[type="search"] {
  margin: 0 !important;
}

@media print {
  .logo-print {
    display: block !important;
    text-align: center;
  }
  .uk-logo{
    display: none !important;
  }
  .bg-blue {
    background: #45a2ff !important;
  }
  #navbar {
    display: none !important;
  }
  #topnav .uk-navbar-right {
    text-align: right !important;
  }
  .lema {
    color: white !important;
  }
  .lema-mob {
    margin-left:320px;
    color: white !important;
  }

  .main-img {
    text-align: center;
  }
  .main-img > img {
    max-width: 70% !important;
    margin-bottom: 1rem;
  }

  figure.image_container.float_right > img,  figure.image_container.float_right > a {
    max-width: 50% !important;
    float: right;
    margin: 5px 0 1rem 1rem;
  }

  figure.image_container.float_left > img, figure.image_container.float_left > a  {
    max-width: 50% !important;
    float: left;
    margin: 5px 1rem 1rem 0;
  }
  figure.image_container a {
    display: inline-block !important;
  }
  
  .ce_gallery {
    display: none !important;
  }
  
  nav#navbar > .uk-navbar-left .banner_image,
  nav#navbar .uk-navbar-right > div,
  #main-navbar,
  footer,
  .share-social,
  .related-news,
  .uk-totop
  {
    display: none !important;
  }

  nav#navbar a {
    display: block;
    height: 80px;
  }
 
  header, footer, aside, form, … {
      display: none;
  }

  .uk-navbar-nav:empty,
  .uk-navbar-left,.uk-navbar-right,[class*=uk-navbar-center]
  { 
    gap: unset; 
  }

}

.uk-dotnav>* {
  padding-bottom: 12px !important;
}

.mod_newsreader.block .ce_youtube {
  margin-top: 2rem;
  margin-bottom: 4rem;
  box-shadow: 2px 2px 30px #aeaeae;
}

.radial-shadow{
  background: radial-gradient(circle, rgba(0,0,0,0.4) 0%, rgba(255,255,255,0) 40%);
}