/*
Theme Name: Multimedia Theme
*/

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #ffffff; /* fondo blanco */
  color: #000;
}

.container {
  max-width: 1000px;
  margin: auto;
  padding: 10px;
}

.header {
  padding: 20px;
  text-align: center;
}

.menu {
  background: #111;
  padding: 10px;
  text-align: center;
}

.menu a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
}

.bloque {
  margin: 20px 0;
}

.footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 15px;
}

.header {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.logo img {
  max-height: 60px;
}

.search {
  position: relative;
  cursor: pointer;
  font-size: 20px;
}

#search-box {
  position: absolute;
  top: 30px;
  right: 0;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
}

/* MENU */
.menu {
  background: #111;
  text-align: center;
  padding: 10px;
}

.menu a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
}
.bloque {
  margin: 20px 0;
}
.header {
  width: 100%;
}

/* LOGO POSICIÓN */
.logo-left { text-align: left; }
.logo-center { text-align: center; }
.logo-right { text-align: right; }

.logo img {
  max-height: 100%;
}

/* MENU */
.menu {
  padding: 10px;
}

.menu-left { text-align: left; }
.menu-center { text-align: center; }
.menu-right { text-align: right; }

.menu a {
  margin: 0 10px;
  text-decoration: none;
}
/* HEADER BASE */
.header {
  width: 100%;
}

/* CONTENEDOR */
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
}

/* POSICIÓN LOGO */
.logo-left {
  justify-content: flex-start;
}

.logo-center {
  justify-content: center;
}

.logo-right {
  justify-content: flex-end;
}

/* TAMAÑO LOGO (CLAVE) */
.custom-logo {
  max-height: 60px;
  width: auto;
}

/* MENU BASE */
.menu {
  background: #111;
  padding: 10px;
}

/* ALINEACIÓN MENU */
.menu-left {
  text-align: left;
}

.menu-center {
  text-align: center;
}

.menu-right {
  text-align: right;
}

.menu a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
}
.logo img {
  height: 100%;
  width: auto;
  display: block;
}
/* CONTENEDOR */
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

/* POSICIÓN LOGO */
.logo-left { justify-content: flex-start; }
.logo-center { justify-content: center; }
.logo-right { justify-content: flex-end; }

/* LOGO */
.logo {
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* LINK WP */
.custom-logo-link {
  display: block;
  height: 100%;
}

/* IMAGEN LOGO */
.custom-logo {
  height: 100%;
  width: auto;
  max-height: 100%;
  object-fit: contain;
}