/* ===== Estilos del encabezado IE Pedregal Alto ===== */

.encabezado-ie {
  width: 100%;
  text-align: center;
  font-family: 'Arial', sans-serif;
  margin-bottom: 20px;
}

/* Banner adaptable a la imagen */
.encabezado-banner {
  width: 100%;
  aspect-ratio: 5 / 1; /* Altura automática proporcional */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.encabezado-principal {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  padding: 15px 0;
  border-bottom: 2px solid #ccc;
}

.encabezado-logo {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  border-radius: 50%;
  object-fit: cover;
}

.encabezado-titulo {
  font-size: 2em;
  font-weight: bold;
  color: #222;
  margin: 0;
}
