#logo-centro img {
  width: auto;
  height: 42px;
}

#header-branding .container .row {
  display: flex;
  align-items: center;
}

body,
p,
a {
  font-family: Muli, muli;
  font-style: sans-serif
}

#header-der {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.header_social {
  float: inherit;
}

#header-branding .weather {
  padding: 0;
}

#header-branding .weather span.date {
  font-family: Muli, muli, 'Mulish', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: white;
}

#header-branding {
  background-color: #303030;
  color: #00c894;
  border-bottom: 4px solid #00d49f !important;
}

#header-menu {
  padding: 1.6% 0 .3% 10%;
  background-color: #ff3636;
  height: 78px;
}

#header-buscador {
  padding: 1.6% 0 0.88% 10%;
  background-color: #00d49f;
  height: 78px;
}

#header-navigation {
  min-height: 78px;
}

#header-navigation ul {
  border: none;
  padding: 5px 0 15px 0;
}

#header-navigation ul li {
  border: none;
  float: none;
  display: inline-block;
}

#header-navigation ul li a {
  border-top: none;
  text-transform: none;
  padding-right: 8px;
  padding-left: 8px;
  font-family: 'Muli';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 140.62%;
  letter-spacing: .03em;
  display: inline-block;
}

#header-navigation ul li:not(:last-child):after {
  content: "|";
}

#buscar-input {
  background-color: #00d49f;
  border: none;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}

#buscar-input:focus-visible {
  outline: none;
}

#buscar-button {
  background-color: #00d49f;
  border: none;
}

#page-footer {
  background-image: url("/cliente/images/footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
}

#page-footer h2 {
  font-size: 27px;
  font-weight: 700;
  color: black;
}

#page-footer .fa-lg {
  font-size: 35px;
}

#page-footer .fa-twitter,
#page-footer .fa-facebook,
#page-footer .fa-facebook-square,
#page-footer .fa-instagram,
#page-footer .fa-youtube {
  color: black;
}

#page-footer #foot-redes {
  margin-top: 20px;
  margin-bottom: 10px;
}

.logofoot {
  padding-top: 10px;
}

#page-footer .footextos {
  font-weight: 500;
  font-size: 16px;
  color: black;
}

#page-footer .footmenu ul {
  margin-bottom: 24px;
  padding-left: 0;
}

#page-footer .footmenu ul li {
  display: inline-block;
  list-style: none;
}
#page-footer .footmenu ul li:not(:first-child) a {
  padding-left: 8px;
}
#page-footer .footmenu ul li:not(:last-child):after {
  content: "|";
}

#page-footer .footmenu ul li a {
  padding-right: 8px;
  color: black;
  font-weight: 300;
  font-size: 16px;
}
#page-footer .footmenu ul li a:hover {text-decoration: underline}