header {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.imagoCU {
  width: 100px;
  margin-left: 10px;
}
.social {
  list-style: none;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  margin-right: 10px;
}
.social li a {
  font-size: 13px;
  color: #bebdbd;
}
.header1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
}
.header2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  min-height: 66px;
}
.header2 a {
  text-decoration: none;
}
.logo {
  padding: 0 0;
}
.logo img {
  width: 110px;
  margin-left: 10px;
}
nav {
  flex: 1; /* Takes available space but allows navigation to shrink */
  display: flex;
  justify-content: center; /* Center the navigation horizontally */
}
nav ul {
  list-style: none;
  display: flex;
  gap: 20px; /* Adjust this value as needed */
  margin-bottom: 0;
}
nav ul li {
  position: relative;
  padding: 21px 0;
}
nav ul li a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
}
nav ul li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  transition: width 0.3s;
}
.cronica::before {
  background-color: #498ec0;
}
.reportaje::before {
  background-color: #cc3399;
}
.derechos-humanos::before {
  background-color: #ddd5c3;
}
.genero::before {
  background-color: #8c89b1;
}
.entrevista::before {
  background-color: #ff3333;
}
.nota::before {
  background-color: #99cc33;
}
.territorios::before {
  background-color: #ff9933;
}
nav ul li a:hover::before {
  width: 100%;
}
nav ul li ul.submenu {
  position: absolute;
  top: 65px;
  left: 0;
  width: 185px;
  padding: 0 10px;
  transition: height 0.3s;
  background: #fff;
  display: block;
  border: 1px solid #f9f8f8;
  height: 0;
  overflow: hidden;
  border: none;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
nav ul li ul.submenu a::before {
  content: '' !important;
  height: 10px !important;
  width: 0;
  top: 11px;
  left: -7px;
  transition: width 0.3s;
}
nav ul li ul.submenu a:hover::before {
  width: 4px;
}
@media only screen and (min-width: 769px) {
  nav ul li:hover ul.submenu {
    height: auto;
  }
}
nav ul li ul.submenu li {
  width: 100%;
  float: none;
  padding: 5px 0;
}
nav ul li ul.submenu li a {
  color: #656567;
}
nav ul li ul.submenu li a:hover {
}
.search {
  width: 110px;
  text-align: right;
  color: #fff;
  font-size: 30px;
  margin-right: 10px;
  color: #000;
}
.search:hover {
  opacity: 0.9;
  color: #000;
}
.hamburger {
  display: none;
  float: right;
  margin-top: 5px;
}

.searchmobile {
  width: 97%;
  margin: 0 auto;
  border: none;
  height: 35px;
  border-radius: 3px;
  display: block;
  outline: none;
  padding: 5px;
  text-align: center;
}

.searchmobileicon {
  position: absolute;
  right: 1%;
  top: 21px;
}
.showMobile {
  display: none;
}

.pleca_logo {
  width: 100px;
  height: 22px;
  position: relative;
  float: left;
  margin-top: 21px;
}

@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .header2 {
    display: block;
  }
  .logo img {
    padding: 10px 0;
  }
  nav {
    display: none;
    position: absolute;
    width: 100%;
  }
  nav.is-active {
    display: block;
  }
  nav ul {
    display: block;
    padding: 0;
  }
  nav ul li {
    background: #f3f3f3;
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
  }
  nav ul li a {
    color: #000;
    padding: 0 10px;
  }
  nav ul li a::before {
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
  }
  nav ul li ul.submenu {
    height: auto;
    position: relative;
    width: 100%;
    top: 10px;
    padding: 0;
    display: none;
  }
  nav ul li ul.submenu li:last-child {
    border-bottom: none;
  }
  nav ul li ul.submenu li:first-child {
    border-top: 1px solid #dddddd;
  }
  nav ul li ul.submenu a::before {
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
  }
  nav ul li ul.submenu li {
    padding: 12px 0;
  }
  nav ul li ul.submenu li a {
    padding-left: 40px;
  }
  .hamburger {
    display: inline-block;
  }
  .header2 .search {
    display: none;
  }
  .showMobile {
    display: block;
  }
  .pleca_logo {
    margin-top: 31px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
