/* ===== Banner  ===== */
.pkp_head_wrapper {
  padding: 0 !important;
  width: 100% !important;
}

.pkp_site_name_wrapper {
  width: 100%;
  padding: 0;
}

.pkp_site_name .is_img {
  padding: 0 !important;
  margin: 0 !important;
}

.pkp_site_name .is_img img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

/* ===== Menu nav ===== */
.pkp_site_nav_menu {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  .pkp_navigation_user > li:last-child > a {
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .pkp_navigation_primary_wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-right: 0 !important;
  }

  .pkp_navigation_primary_wrapper .pkp_navigation_primary {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
/* ===== Botón user (barra de usuario) ===== */

.pkp_navigation_user > li {
  background: #ffffff;
  color: #000000;
  border-radius: 6px;
}
