.pkp_footer_content img {
    height: 75px;
}
.pkp_footer_content .declaraciones {
    text-align: center;
}
/*header and menu*/
.pkp_structure_head {
  background-color: #ffffff;
}
.pkp_nav_list li {
  padding: 0 0 0 12px;
}

/*Hide test journal*/
.journals li:nth-child(2) {
  display: none;
}

/*CUSTOM HEADER*/
#header-ubu {
  width: 100.00%;
}
.header-un-medio{
  width: auto;
  float: left;
}
.header-dos-medio{
  width: auto;
  float: right;
}

.sec-logo-ubu{
    float: left;
}
.sec-logo-servpub {
    float: left;
}

  /* HEADER RESPONSIVE - ADAPTATIVO*/
@media only screen and (max-width: 991px) {
  .pkp_structure_head {
      height: 82px;
  }
  .pkp_site_nav_toggle {
      border: 1px solid grey;
      margin: 10px 3px;
  }
  .pkp_site_nav_menu--isOpen {
    margin-top: 12px;
  }
  .pkp_site_nav_toggle>span {
    border-bottom: 3px solid #3d3d3d;
  }
  .pkp_site_nav_toggle--transform>span {
    border-bottom: none;
  }
  .pkp_site_nav_toggle>span:before{
    background: #3d3d3d;
  }
  .pkp_site_nav_toggle>span:after {
    background: #3d3d3d;
  }

  #header-ubu {
      margin-top: 0px;
  }
  #header-ubu .is_img img {
      max-height: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .pkp_structure_head {
      height: 67px;
  }
  #header-ubu .has_site_logo .pkp_head_wrapper {
    height: 200px;
}
  .header-un-medio{
    width: 50%;
  }
  #header-ubu .is_img img {
      max-height: 48px;
  }
}

@media only screen and (max-width: 400px) {
  .pkp_structure_head {
    height: auto;
    margin-bottom: 10px;
    border-bottom: none;
  }
#header-ubu .is_img img {
    max-height: 36px;
  }
}

@media only screen and (max-width: 315px) {
  .pkp_site_name_wrapper {
      height: 6.857rem;
  }
  .pkp_structure_head {
    height: auto;
    margin-bottom: 10px;
    border-bottom: none;
  }
  .header-un-medio {
      width: auto;
      clear: both;
  }
  .header-dos-medio {
      width: auto;
      float:left;
      clear: both;
  }
  .pkp_site_nav_menu--isOpen {
    margin-top: -25px;
  }
  #header-ubu .is_img img {
      max-height: 48px;
  }
}
