:root {
  --bg-primary: #154289 !important;
}

.page-up a {
  text-decoration: none;
  font-size: 14px;
  color: #575757;
  font-family: Verdana, Geneva, Tahoma, sans-serif;}

.page-up li {
  display: inline-block;
  margin-right: 10px;
}

.page-up ul {
  margin-bottom: 0;
}

.page-header {
  height: 55px !important;
}


.navbar {
  background-color: var(--bg-primary) !important;
  width: 100%;
  right: 0 !important;
  position: absolute !important;
  z-index: 40 !important;
}

.navbar-nav {
  padding-left: 20% !important;
}

.logo-home a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.logo-home img {
  position: absolute;
  width: 120px;
  margin-left: 25px;
  top: 0;
}

@media screen and (min-width: 993px) {

  .logo-home::after {
    content: "";
    position: absolute;
    right: 0;
    top: -20px;
    bottom: 0;
    width: 240px;
    background-color: #ffffff;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: 1;
  }

  .logo-home {
    font-size: 0;
    position: absolute;
    width: 169px;
    top: 0;
    bottom: 0;
    left: 0;
    height: 192px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
}

@media screen and (max-width: 993px) {
  .logo-home img {
    width: 45px;
    left: -20px;
    top: -0;
  }
  
  .navbar-brand {
    width: 10px;
  }
  
  .page-up a{
    font-size: 8px;
  }
}

.navbar-nav .dropdown-menu {
  position: absolute !important;
  margin-left: -50px;
  z-index: 999;
}



.dropdown-menu {
  background-color: #08275ac4 !important;
  padding: .1rem 0 !important;
  z-index: 999;
}

.dropdown-item {
  color: #ffffff !important;
}

.navbar-nav .dropdown-menu {
  position: var(0) !important;
}

.times {
  background-color: #08285a;
  height: 100px;
}

.nav-item a {
  text-decoration: none;
  color: white;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 !important;
}

.dropdown-toggle::after {
  color: white;
}

.dropnoticias {
  padding: 10px !important;
  width: 300px !important;
}